@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#666666;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, tahoma, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #555555;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:900px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:900px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:900px;
	height:99px;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:900px;
}

	

#nav {
	margin:0px;
	padding:0px;
	width:900px;
	height: 34px;
}

#footernav {
	margin:0px;
	padding:0px;
	width:900px;
	height: 32px;
	color:#666666;
	text-align:right;
	font-family : arial, tahoma, verdana;
	font-size : 10px;
}

#footer {
	margin:0px;
	padding:0px;
	width:900px;
	height: 27px;
	color:#ffffff;
	text-align:left;
	font-family : arial, tahoma, verdana;
	font-size : 10px;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
}



#pageContent {
	padding:30px 25px 10px 25px;
	width:850px;
	float:left;
	height:auto;
}

* html #pageContent {
	width:900px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


div.survey-section{
	margin:10px 3px;
	border:1px solid black;
}

div.survey-section-header{
	padding: 2px;
	background: #bdbebd;
}

a.survey-section-header{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding-left:20px;
	font-size: 13px;
	margin: 0;
}

p.survey-error{
	display: block;
	color: red;
}

div.survey-section-content{
	padding: 2px 10px;
}

ul.survey-nursery{
	list-style-type: none;
}

ul.survey-nursery li{
	margin: 5px 0;
}

table#survey-ratings {
 	border-collapse:collapse;  
  	border:1px solid #551010;
  	width: 90%;
}
 
table#survey-ratings th {
  background:#993333;
}
    
table#survey-ratings td, table#survey-ratings th {
  border-top:1px solid #ddd;
}
  
table#survey-ratings caption {
  font-size: 20px; 
  padding-right:0.25em; 
  text-align: left;
  font-weight: bold; 
  color:#363; 
}

tr.odd {
	background:#eee;
}

.red{
	color: red;
}

.right{
	text-align: right;
}

span.missing-marker{
	font-size: 16px;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
}