/* CSS Document */

body, td, div{	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

ul{
	padding: 0;
	margin-left: 15px;
}

h1{
	color: #528fbe;
	font-size:24px;
	font-weight:bold;
}

h2{
	color: #528fbe;
	font-size:18px;
	font-weight:bold;
}


.content_div{
	border:#DDDDDD solid 1px;
	border-top:0px;
}

.sectionLegend{
	color: #528fbe;
	font-size:24px;
	font-weight:bold;
}	

.sectionLegendGreenBar{
	/*background:url('http://www.clear-smiles.com/images/section_bar_bg_blue.gif');*/
	background:#00a5b3;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

a.sectionLegendGreenBar:link, a.sectionLegendGreenBar:visited{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.sectionLegendGreenBar:hover{
	font-size:14px;
	text-decoration:underline;
}

.sectionLegendBody{
	background:#EEEEEE;
	border:#00a5b3 solid 1px;
	padding:5px 1px 1px 1px;
}





.tdBlueTitle{
	background:#528fbe;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.tdBlueBorder{
	border:#528fbe solid 1px;
}

.tdBlueBottom{
	border-bottom:#528fbe solid 1px;
}


.tdGreenTitle{
	background:#4f8a10;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.tdGreenBorder{
	border:#4f8a10 solid 1px;
}

.tdGreenBottom{
	border-bottom:#4f8a10 solid 1px;
}



.tdOrangeBorder {
	border:#ff9000 solid 1px;
}

.tdOrangeBottom {
	border-bottom:#ff9000 solid 1px;
}


.tdOrangeTitle{
	background-color:#ff9000;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	padding:5px;
}


.tdPurpleTitle{
	background:#812b98;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.tdPurpleBorder{
	border:#812b98 solid 1px;
}

.tdPurpleBottom{
	border-bottom:#812b98 solid 1px;
}


.tdGreyBottom{
	border-bottom:#DDDDDD solid 1px;
}

.tdGreyBorder{
	border:#DDDDDD solid 1px;
}

.tdGreyTitle{
	background-color:#DDDDDD;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


.fieldSet_blue{
	border:#0066FF solid 1px;
}


.fieldSet_green{
	border:#00a5b3 solid 1px;
	margin-bottom: 5px;
}


.smallDisabled{
	font-size:11px;
	color:#222222;
	
}

a.smallDisabled:link, a.smallDisabled:visited{
	font-size:11px;
	color:#333333;
	text-decoration:none;	
}

a.smallDisabled:hover{
	font-size:11px;
	text-decoration:underline;
}

.divParagraph{
	text-indent:20px;	
}


.requiredField{
	color:#FF0000;
}


.pageStatus{
	color:#FF0000;
	font-weight:bold;
}


.link_selected{
	background:url('../images/link_bg_green.gif');
	border:#DDDDDD solid 1px;
	border-bottom:0px;
	color:#000000;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	
}

.link_unselected{
	background:url('../images/link_bg_blue.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	border:#DDDDDD solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	
}

.link_unselected:hover{
	background:url('../images/link_bg_green.gif');
}



.txtSmall{
	font-size:11px;
}
.txtSmall_12{
	font-size:12px;
	color: #000000;
}

a.txtSmall:link, a.txtSmall:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;	
}

a.txtSmall:hover{
	text-decoration:underline;
	font-size:11px;
}

a.whiteLink:link, a.whiteLink:visited{
	color:#FFFFFF;
	text-decoration:none;
	
}

a.whiteLink:hover{
	text-decoration:underline;
}

a.blackLink:link, a.blackLink:visited{
	color:#000000;
	text-decoration:none;
	
}

a.redLink:hover{
	text-decoration:underline;
	font-size: 12px;
}


a.redLink:link, a.redLink:visited{
	color:#FF0000;
	font-size: 12px;
	text-decoration:none;
	
}


.searchNav{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.searchNav:link, a.searchNav:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.searchNav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	text-decoration: underline;
}

a.searchNav:active {
	text-decoration: none;
}

.overlayDiv{
	background-color:#DDDDDD; 
	background:#DDDDDD;
	border:#000000 solid 2px;
	display:none;
	padding: 8px; 
	position:absolute;
	
}




#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#FFFF99;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

