/*
================================================================================
	screen.css - Monitor styles
================================================================================
 #0072b9 - site blue color;
 #006bb6
*/
/* Template site styles
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` */
body{ color:#555; font-family:Arial, Helvetica, sans-serif; line-height:1.5; background:#006bb6 url(/survey/images/bg_white-blue.png) fixed top left repeat-x; }
a{ color:#555; }
a:hover{ text-decoration:none; } /* 685E49 */
em{ font-weight:bold; }
p{ margin:.5em 0; }
/* Layout styles
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` */
div#system_message{
	color:#FF0033;
	margin-bottom:1em;
}
span.drop_cap{
	display:block;
	float:left;
	padding:0 .25em 0 0;
}
span.drop_cap em{
	font-size:250%;
	line-height:.85;
	
	font-family:"Times New Roman", Times, serif;
	
}
/* -= Container =- */
div#container{
	margin:0 auto;
	min-height:30em;
	width:50em;
	background:#FFF;
	border:1px solid #999;
	border-top:none;
}
div#announcement{ 
	line-height:1.25; 
	margin-bottom:1em;
}
div#branding,
div#main_content{
	padding:2em 1em;
	
}
div#branding{
	padding:.5em 1em 0 1em;
	border-bottom:none;
}
/* -= Survey =- */
dl#survey .error{ 
	color:#FF0033 !important;
}
dl#survey dt{ 
	border-bottom:1px solid #666;
	margin-bottom:.25em;
	list-style:decimal;
}
dl#survey dd{ 
	margin:0 0 2em 2em;
}
dl#survey table{ 
	border-collapse:collapse;
	width:100%;
}
dl#survey th{ 
	font-weight:bold;
	border-bottom:1px solid #AEAEAE;
}
dl#survey th,
dl#survey td{ 
	text-align:center;
	padding:2px;
}
dl#survey .col_question{ 
	width:12em;
	text-align:left;
	border-right:1px solid #AEAEAE;
}

dl#survey tr.zebra_stripe td{
	background:#FFEEEE;
}
dl#survey textarea{
	width:50em;
	height:10em;
}
/*
================================================================================
	Base styles
================================================================================
*/
/* -= Flash message =- */
div#message{ margin-top:1em; color:#FF0033; }
div#message span{ display:block; }

/* -= Vcard styles =- */
div.vcard{ position:absolute; top:3em; width:100%; text-align:center; font-size:80%; padding-bottom:2em; }
div.vcard div{ display:inline; }
div.vcard div.adr span{ padding-left:0.25em; }
div.vcard div.tel{ padding-left:0.25em; }
div.vcard .fn, div.vcard .org{ }
div.hcard{ line-height:1.25; }

/* -= Copyright styles =- */
div.copyright{text-align:left; font-size:70%; padding-top:2px; z-index:1; }
div.copyright a:hover{ color:#CDD5CB; }

/* -= Horizontal Menu Styles =- */
ul.horz-menu li{ float:left; padding:0 .5em; background:url(/images/bg/menu_seperator_small.gif) 100% 50% no-repeat; }
ul.horz-menu li:first-child{ padding-left:0 !important; }
ul.horz-menu li:last-child{ padding-right:0 !important; background:none !important; }
ul.horz-menu li a{ }
ul.horz-menu li:last-child{  }

/* -= Clearfix styles =- */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */