/*
	/parknpool/includes/styelsheets_0802/customer_survey.css
	 
	Copyright (c) 2008 ParknPool Corp.
	
	2008/05/30 mv	Initial coding.
*/

/*
#csContainer {
	background: #fff; 
	border: 1px solid #000000; 
	color: #000000; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; 
	padding: 0 20px; 
	text-align: left; 
	width: 700px;
}
*/

#csContainer, .csContainerForTable {
	background: #fff; 
	border: 1px solid #000000; 
	margin: 0 auto; 
	padding: 0 10px; 
	text-align: center; 
	width: 600px;
}

#csContainer h1 {
	font-weight: bold;
	text-align: center;
}

#csContainer p {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 30px;
}

#csInnerContainer {
	padding: 0px 20px 50px 20px;
	text-align: center;
}

.csSurveyEval {
	border: #000 solid thin;
	text-align: center;
}

.csSurveyColHdr {
	font-weight: bold;
	text-align: center;
}

.csSurveyHdr {
	border: #000 solid thin; 
	font-weight: bold;
	text-align: center;
	width:10%;
}

.csSurveyRowHdr {
	font-weight: bold;
	text-align: left;
}

.csSurveyRowL1 {
	background-color: #C6EAEA;
}

.csSurveyRowL2 {
	background-color: #95D5D5;
}

.csSurveyRowL3 {
	background-color: #66CCCC;
	text-align: left;
}

.csSurveyInfo {
	border: 0;
	border-bottom: #666 solid thin;
}

.csSurveyInfoCell {
	text-align: left;
}

.csSurveyLbl {
	text-align: left;
}

.csTable {
	border: 0;
	width: 600px;
}
.csTable2 {
	border: 0;
	font-size: 14px;
	width: 100%;
}
