@charset "utf-8";
/* CSS Document */

.mainBlock {
	/*background-color:#ECD7A6;*/
}

.welcome {
	background-color:#E1E9EC;
	border:1px solid #AFC5DA;
}

.pHead{
	color:#003366;
}

#leftNav ul{
	background-color:#E1E9EC;
	border:1px solid #AFC5DA;
}
#leftNav .navHead{
	background-color:#AFC5DA;
}

#footer{
	background-color:#E1E9EC;
}

.dotBox{
	border:1px dotted #CCCCCC;
	background-color:#F3F8FC;
}
 
.oddLine, .evenLine{
	padding:5px;
	float:left;
	width:690px;
}
.oddLine {
	background-color:#E1E9EC;
}

#searchResults .viewName, #searchResults-registered .viewName {
	padding:0 10px;
	float:left;
}
#searchResults .viewProf, #searchResults-registered .viewProf{
	float:right;
	margin-right:10px;
}

.viewProf a:visited, .viewProf a:link{
	text-decoration:none;
	color:#000000;
}
#searchResults a:hover, #searchResults-registered a:hover{
	text-decoration:underline;
	color:#000000;
}
#trainerCatForm .category{
	margin-top:10px;
	float:left;
	padding:5px;
}
#trainerCatForm .category_minor{
	margin-left:4px;
	float:left;
	padding:5px;
}
#trainerCatForm .category a, #trainerCatForm .category_minor a{
	color:#006699;
}
#trainerCatForm .catLab{
	line-height:25px;
	font-weight:bold;
}
#trainerCatForm .catLab_minor{
	color:#333333;
	font-weight:bold;
	font-size:.9em;
}

#f1 div {
	padding: 5px;
}

#f1 label {
	font-family:Arial, Helvetica, sans-serif;
}

#f1 select{
	padding:0 10px;
}

#content {
	clear:both;
	padding-top:20px;
}

.employmentRecord{
	padding:3px;
	border:1px solid #AFC5DA;
	background-color:#E1E9EC;
}

.outRow {
	background-color:#AFC5DA;
}
.outRowLabel{
	border:1px solid #AFC5DA;
	background-color:#E1E9EC;
	font-weight:bold;
	font-size:1.1em;
	padding:8px;
	margin:8px 0 3px 0;
}
.outCont {
	background-color:#E1E9EC;
}
.outList {
	list-style:none;
	padding:5px 0;
}
.outList li{
	padding:3px 0;
}
.status-credential{
	font-weight:bold;
	color:#336600;
	border:1px dotted #336600;
}
.status-specialty{
	font-weight:bold;
	color:#003366;
	border:1px dotted #003366;
}
.status-registered{
	border:1px dotted #AFC5DA;
}
#viewResume{
	padding:8px 0 0px 20px;
	font-weight:bold;
}
.searchResultsType{
	font-weight:bold;
	font-size:1.2em;
	color:#003366;
}
#searchResults #pageControls{
	font-size:1.1em;
}
#searchResults #pageControls a:link{
	text-decoration:underline;
	color:#0000FF;
}
