/* ----- [ CSS Reset ] ----- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-family:Trebuchet MS;font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* ----- [ Clearfix ] ----- */
.clearfix:after { content: "."; display: block; clear: both;visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ----- [ Common Elements ] ----- */
.p, p { 
	padding:7px 0;
	font-size:.95em;
	line-height:1.3em; 
}
h1, h2, h3, h4, h5, h6 { font-family:Trebuchet MS, Arial; }
strong { font-weight:bold; }

.align-center { text-align:center; }
.align-left { text-align:left; }
.align-right { text-align: right; }
.float-right { float:right; }
.float-left { float:left; }
.clear { clear:both; }
.blue  { color: #5281b3; }

ul.square {
	font:Trebuchet MS, Arial;
	font-size:.95em;
	list-style-type:square;
	margin:0 0 0 40px;
}

ul.circle {
	list-style-type:disc;
	margin:0 0 0 40px;
}
ul.circle li {
	padding:5px 0px 5px 0px;
}
input.submit-button {
	background:url(../images/buttons/submit.gif) left top no-repeat;
	width:89px;
	height:25px;
	text-indent:-9000px;
}

input.go-button {
	background:url(../images/buttons/go.gif) left top no-repeat;
	width:64px;
	height:25px;
	text-indent:-9000px;
}

input.go-button-small {
	background:url(../images/buttons/go-small.gif) left top no-repeat;
	width:49px;
	height:19px;
	text-indent:-9000px;
}

div.blue-box {
	width:207px;
	background:url(../images/layout/blue-box-bg.png) left top repeat-y;
	border-bottom:10px solid #fff;
}

div.blue-box span.top {
	display:block;
	height:8px;
	background:url(../images/layout/blue-box-top.png) left top no-repeat;
}

div.blue-box span.bottom {
	display:block;
	height:24px;
	background:url(../images/layout/blue-box-bottom.png) left top no-repeat;
}

/* ----- [ Layout Elements ] ----- */
html, form, body { height:100%; }

body
{
	background-position: left top;
	background: url(../images/layout/background_tile.jpg) repeat left top;
	font-family: Trebuchet MS, Arial;
	font-size: .95em;
	color: #003399;
}

div#container { 
	background:url(../images/layout/content-bg.png) left top repeat-y;
	position:relative;
	height: auto !important; /* Compliant */
	height:100%; /* IE6 */
	min-height:100%; /* Compliant */
	margin:0 auto;
	margin-bottom:-120px;
	width:950px;
}

div#container.two-col { 
	background:url(../images/layout/content-bg-2col.png) left top repeat-y;
}

div#header, div#content, div#footer {
	width:950px;
	margin:0 auto;
}

div#header,div#examroomheader {
	background:url(../images/layout/header.png) left top no-repeat;
	height:230px;
	position:relative;
}

div#header ul#top-nav {
	padding-left:121px;
	height:31px;
	position:absolute;
	bottom:13px;
}
div#examroomheader ul#top-nav {
	padding-left:10px;
	height:31px;
	position:absolute;
	bottom:13px;
}
div#header ul#top-nav li,div#examroomheader ul#top-nav li{
	float:left;
	height:31px;
	background:url(../images/layout/top-nav-left.png) left top no-repeat;
	padding-left:2px;
}

div#header ul#top-nav li a,div#examroomheader ul#top-nav li a {
	padding:2px 20px 0 20px;
	height:29px;
	display:block;
	float:left;
	background:url(../images/layout/top-nav-bg.png) left top repeat-x;
	font-family:Trebuchet MS, Verdana;
	text-decoration:none;
	color:#fff;
	font-size:1.0em;
}

div#header ul#top-nav li.last a,div#examroomheader ul#top-nav li.last a {
	background:url(../images/layout/top-nav-right.png) right top no-repeat;
}

div#header ul#top-nav li a:hover, div#header ul#top-nav li a.active,div#examroomheader ul#top-nav li a:hover, div#examroomheader ul#top-nav li a.active {
	background-position: left -31px;
	color:#252525;
}

div#header ul#top-nav li.last a:hover, div#header ul#top-nav li.last a.active,div#examroomheader ul#top-nav li.last a:hover, div#examroomheader ul#top-nav li.last a.active {
	background-position: right -31px;
	color:#252525;
}

div#content {
	/*padding-bottom:120px;*/
	height:100%;
}

div#content div#left-col {
	width:207px;
	float:left;
}

ul#side-nav,ul#side-navCom {
	margin-left:1px;
	width:196px;
}

ul#side-nav li {
	display:block;
	width:193px;
	height:22px;
	margin:0 0 4px 3px;
	text-align:center;
}

ul#side-navCom li {
	display:block;
	width:193px;
	height:22px;
	margin:0 0 4px 3px;
	text-align:left;
}
ul#side-nav li a {
	background:url(../images/layout/side-nav-bg.png) left top no-repeat;
	display:block;
	color:#fff;
	font-family:Trebuchet MS, Verdana;
	text-decoration:none;
	font-size:.9em;
	text-align:center;
	height:22px;
}
ul#side-navCom li a {
	background:url(../images/layout/side-nav-bg.png) left top no-repeat;
	display:block;
	color:#fff;
	font-family:Trebuchet MS, Verdana;
	text-decoration:none;
	font-size:.7em;
	text-align:left;
	height:22px;
}

ul#side-nav li a:hover, ul#side-nav li a.active,ul#side-navCom li a:hover, ul#side-navCom li a.active {
	background-position:left -22px;
	color:#252525;
}

div#content div#center-col {
	float:left;
	width:472px;
	padding:10px;
}

div#content div#content-col {
	float:left;
	padding:5px;
	width:723px;
}

div#content div#content-col h1.page-title{
	height:34px;
	color:#fff;
	font-size:1.2em;
	padding-left:26px;
	margin:10px 0;
}
div#content div#content-col h1.section-title, .section-title{
	height:30px;
	color:#fff;
	font-size:1.0em;
	margin:10px 0;
}
div#content div#content-col h1.page-title label {
	display:block;
	height:34px;
}
div#content div#content-col h1.section-title label, .section-title label {
	display:block;
	height: 32px;
}
div#content div#content-col h1.page-title span{
	display:block;
	height:30px;
	padding:2px 0 0;
}
div#content div#content-col h1.section-title span,.section-title span {
	display:block;
	height: 30px;
	padding: 2px 10px 0 5px;
}
div#content div#content-col h1.page-title.orange { background:url(../images/headers/page-title-orange-left.gif) left top no-repeat; }
div#content div#content-col h1.page-title.red { background:url(../images/headers/page-title-red-left.gif) left top no-repeat; }
div#content div#content-col h1.page-title.purple { background:url(../images/headers/page-title-purple-left.gif) left top no-repeat; }
div#content div#content-col h1.page-title.green { background:url(../images/headers/page-title-green-left.gif) left top no-repeat; }
div#content div#content-col h1.page-title.blue { background:url(../images/headers/page-title-blue-left.gif) left top no-repeat; }

div#content div#content-col h1.page-title.orange label,div#content div#content-col h1.section-title.orange label,.section-title.orange label { background:url(../images/headers/page-title-orange-bg.gif) left top repeat-x; }
div#content div#content-col h1.page-title.red label,div#content div#content-col h1.section-title.red label,.section-title.red label  { background:url(../images/headers/page-title-red-bg.gif) left top repeat-x; }
div#content div#content-col h1.page-title.purple label,div#content div#content-col h1.section-title.purple label,.section-title.purple label  { background:url(../images/headers/page-title-purple-bg.gif) left top repeat-x; }
div#content div#content-col h1.page-title.green label,div#content div#content-col h1.section-title.green label ,.section-title.green label { background:url(../images/headers/page-title-green-bg.gif) left top repeat-x; }
div#content div#content-col h1.page-title.blue label,div#content div#content-col h1.section-title.blue label ,.section-title.blue label { background:url(../images/headers/page-title-blue-bg.gif) left top repeat-x; }

div#content div#content-col h1.page-title.orange span,div#content div#content-col h1.section-title.orange span ,.section-title.orange span { background:url(../images/headers/page-title-orange-right.gif) right top no-repeat; }
div#content div#content-col h1.page-title.red span,div#content div#content-col h1.section-title.red span ,.section-title.red span{ background:url(../images/headers/page-title-red-right.gif) right top no-repeat; }
div#content div#content-col h1.page-title.purple span,div#content div#content-col h1.section-title.purple span,.section-title.purple span { background:url(../images/headers/page-title-purple-right.gif) right top no-repeat; }
div#content div#content-col h1.page-title.green span ,div#content div#content-col h1.section-title.green span,.section-title.green span{ background:url(../images/headers/page-title-green-right.gif) right top no-repeat; }
div#content div#content-col h1.page-title.blue span ,div#content div#content-col h1.section-title.blue span,.section-title.blue span{ background:url(../images/headers/page-title-blue-right.gif) right top no-repeat; }

div#content div#right-col {
	float:left;
	width:251px;
}

div#footer-push {
	height:120px;
}

div#footer {
	height:120px;
	
	position:relative;
	z-index:1;
	background:url(../images/layout/footer-bg.png) left bottom no-repeat;
}

div#footer ul#footer-nav {
	text-align:center;
	padding-top:10px;
	margin-left:207px;
}

div#footer ul#footer-navhome {
	text-align:center;
	padding-top:10px;	
}

div#footer ul#footer-nav li,div#footer ul#footer-navhome li {
	display:inline;
	margin:0 5px;
}

div#footer ul#footer-nav li a,div#footer ul#footer-navhome li a {
	text-decoration:none;
	color:#000;
	font-family:Trebuchet MS, Arial;
	font-size:.75em;
}

div#footer ul#footer-nav li a:hover,div#footer ul#footer-navhome li a:hover {
	border-bottom:1px solid #000;
}

div#footer span {
	color:#666766;
	float:right;
	font-size:.69em;
	font-family:Trebuchet MS, Arial;
	margin:30px 30px 0 0;
}

/* ----- [ Form Elements ] ----- */

div.form div.row { padding:3px 5px 3px; margin:5px 0; }
div.form div.row.noline { background:transparent !important; }
div.form div.row label { position:relative; font-size:80%; padding:3px 2px 2px 2px; font-weight:normal; float:left; width:150px; text-align:right; margin-right:5px;}
div.form.shortlabel div.row label { width:100px; }
div.form div.row p, div.form div.row div.p { padding:2px; float:left; }
div.form div.row p.shortlabel label { margin-right:0; width:70px; }
div.form div.row p.mediumlabel label { margin-right:0; width:150px; }
div.form div.row p.questionlabel{padding:3px 2px 2px 2px; font-weight:bold; font-size:.95em;float:none !important}
div.form div.row p.imageNumber {padding:3px 2px 2px 2px; width:30px; text-align:left; margin-right:5px;}
div.form div.row p label.Vista, div.form div.row div.p label.Vista { margin:0 !important; width:20px !important; }
div.form div.row p span.Vista, div.form div.row div.p span.Vista { font-size:100%; color:#626262; }
div.form.overflowVisible { overflow:visible !important; }
div.form div.row div.label-fix label { position:relative; font-size:100%; padding:0; font-weight:normal; float:none; width:auto; text-align:left; margin-right:0;}
div.form div.row p.nolabel,div.form div.row p.nolabel label { padding:0 !important; margin:0 !important; float:none !important; width:auto !important; }
div.form div.row p.nolabel input {margin-left:40px; padding:0 5px 0 0;margin-top:2px; }


/* Vet Partner Menu Styles */

div#vetPartnerMenu a
{
	color:#039;
	font-size:.95em;
	font-weight:bold;
	display:block;
	padding:5px 0px 5px 40px;	
}
/* Tool and ToolList Styles */

div#toolWelcome p
{
	color:#039;
}

div#toolCategoryWelcome p
{
	color:#039;
		
}
/*Tool selection boxes*/
#mainTool {
	padding:5;
	width:713px;
	}

#toollist h2
{
	background: #5281b3 no-repeat right -51px;
	padding: 7px 5px 7px 5px;
	margin: 0;
	font: bold 120%/100% Trebuchet MS, Arial;
	color:#fff;
	text-align:center;
}
#mainTool ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#mainTool li {
	margin:5px;
	padding:5px;
	width:335px;
	float:left;
	display:inline;
	}
.toolitem {
	color:#039;
	text-decoration:none;
	display:block;
	width:335px;
	text-align:left;
}
.toolItemCompleted
{
	color: #666699;
	text-decoration:none;
	display:block;
	width:335px;
	text-align:left;
}	

div#currTool {
	color:#039;
	font: Trebuchet MS, Arial;
	
	}
div#currTool h1
{
	background: #5281b3 no-repeat right -51px;
	padding: 7px 5px 7px 5px;
	margin: 0;
	font: bold 120%/100% Trebuchet MS, Arial;
	color:#fff;
	text-align:center;
	
}
div#currToolImage
{
	float: left;
}
div#currTool h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	}

div#currTool p, div#currTool a 
{
	color:#039;
	font: Trebuchet MS, Arial;
	font-size:1.1em;
	}

div#currTool ul{
	text-align:center;
	padding-top:10px;
}

div#currTool li
{
	display: inline;
	margin:0 5px;
}

div#currTool .More
{
	color:#039 !important;
	font: Trebuchet MS, Arial;
	font-size:.95em;
	font-weight:bold;
	font-style:italic;	
}

div#currTool .More:visited
{
	color:#039 !important;
	font: Trebuchet MS, Arial;
	
}

div#currTool .More:hover
{
	color:#F93 !important;
	font: Trebuchet MS, Arial;
	
}

#content hr {
	background:#DBB794;
	height:1px;
	}

div#innerToolMenu
{
	width:703px;
}
div#innerToolMenu div.toolInformation
{
	float:left;
	padding:5px;
	width:340px;
	
}

div#ctl00_ContentPlaceHolder1_toolMenuHeader
{
	background-position: left top;
	border: 1px solid #000000;
	width: 713px;
	background: url(../images/layout/content-bg-toolheader.png) repeat;
	margin-bottom: 10px;
}

div#ctl00_ContentPlaceHolder1_toolMenuHeader p
{
	padding:5px;
	font-size: .95em;	
}

/* Results Pages */
div#toolResultsHeader
{
	background-position: left top;
	border: 1px solid #000000;
	width: 713px;
	background: url(../images/layout/content-bg-toolheader.png) repeat;
	margin-bottom: 10px;
}
div#toolResultsHeader p
{
	padding:5px;
	font-size: .8em;
	
}
div#toolResultsHeader h2
{
	padding:5px;
	color:#039;
	font-weight:normal;
	font-size: 1.1em;
	
}

div#toolResultsHeader ul{
	text-align:right;
	padding-top:10px;
}

div#toolResultsHeader li
{
	display: inline;
	margin: 0 10px 0 10px;
}

.ResultsHeaderDisclaimerControl
{
	width: 713px;
}
.ResultsHeaderDisclaimerControl p
{
	padding:5px;
	font-size: .8em;
}
.ResultsHeaderDisclaimerControl h2
{
	padding-left:5px;
	color:#039;
	font-weight:normal;
	font-size: 1.1em;
	
}
.toolResultsHeaderDisclaimer {
	/* moved style into control so disable this class
	padding:5px;
	font-size: .8em;
	margin-top:5px; 
	*/
}

/* Profile Completed */
div#ProfileCompletedHeader
{
	margin: 5px;
}
div#ProfileCompletedHeader p
{
	padding:5px;
	font-size: .8em;
	
}
div#ProfileCompletedHeader h2
{
	padding:5px;
	color:#039;
	font-weight:normal;
	font-size: 1.2em;
	
}

div#ProfileCompletedHeader .buttons{
	text-align:right;
	float:right;
}

div#ProfileCompletedHeader ul{
	list-style-type:disc;
	margin:0 0 0 40px;
	padding:5px;
	font-size: .8em;
}
div#ProfileCompletedHeader li {
	padding:5px 0px 5px 0px;
}

/* User Info Display */
div#UserInfoDisplay
{
	text-align:left;	
}
div#UserInfoDisplay div.row label { width:200px; text-align:left; }
div#UserInfoDisplay div.row p { padding:5px; float:left;font-weight:bold; }

div#UserInfoDisplay h2
{
	padding:5px;
	color:#039;
	font-weight:normal;
	font-size: 1.2em;	
}
div#UserInfoDisplay ul{
	margin:0px;
	
}
div#UserInfoDisplay li 
{
	display:inline;
	padding:0px 0px 0px 0px;
}

#ctl00_ContentPlaceHolder1_DemographicSelectionDisplay1_cblDemographicSelections
{
	border-spacing:5px;
}
#ctl00_ContentPlaceHolder1_DemographicSelectionDisplay1_cblDemographicSelections td
{
	padding-right:10px;
}

.divChart
{
	
    background: url(examroom/images/chartbackground.gif);
    
}

.acknowledgement
{
	margin-top:10px;
    font-style:italic;
    font-size:.80em;
    padding-left:5px;
    padding-right:5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #039;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color:#fff;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	color:#fff;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color:#fff;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#5281b3;
	color:#fff;
	height:27px;
	font-weight:bold;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
