/* Import Admin Section CSS */
@import url("admin.css");

body {
	margin: 0;
	padding: 0;
	background: #fff url('images/pageBack_72x91.gif') repeat-x;
}
body, input, textarea, td {
	font-family: Tahoma, Verdana, Arial, sans;
	font-size: 12px;
	color: #666;
	}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	}
a {
	text-decoration: underline;
	color: #666;
	}
a:hover {
	text-decoration: underline;
	}
.thumbnail img {
	margin: 5px;
	border: 1px solid #fff;
	text-decoration: none;
}
.thumbnail:hover img {
	margin: 5px;
	border: 1px solid #666;
	text-decoration: none;
}
.thumbnail {
	text-decoration: underline;
	color: #666;
}
.thumbnail:hover {
	text-decoration: underline;
	color: #000;
}
.home_studies {
	border: 1px solid #ccc;
}
#pageMenu {
	width: 965px;
	margin-top: 1px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: center;
	}
#pageMenu img {
	
	}
#pageMenuHome {
	width: 875px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#pageMenuHome img {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
#pageHeader {
	width: 830px;
	margin: 0 auto;
	background: url('images/bgSectionBar.jpg') repeat-x #e6e6ed;
	text-align: right;
	}
#pageHeader #pageSectionName {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	}
#pageHeader #pageSectionName #pageSectionNameText {
	padding: 10px;
	}
.menuOnState {
	position: relative;
	margin-left: -4px;
	overflow: visible;
	z-index: 2;
	}
.menuOnStateRight {
	position: relative;
	margin-left: -4px;
	z-index: 1;
	}
#pageFooter {
	clear: both;
	width: 829px;
	height: 64px;
	margin: 1px auto;
	background: url('images/bgFooter.gif') no-repeat;
	}
#pageFooterNav {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
	clear: both;
	}
#pageFooterNav a {
	color: #fff;
	}
#pageCopyright {
	float: left;
	width: 360px;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	margin-top: 17px;
	margin-left: 10px;
	}
#pageFooterSubNav {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 17px;
	margin-right: 10px;
	font-size: 10px;
	color: #fff;
	}
#pageCopyright a, #pageFooterSubNav a {
	color: #fff;
	margin-left: 5px;
	}
.pixelClear {
	clear: both;
	display: block;
	}
#warningBox, #noticeBox {
	width: 500px;
	margin: 10px auto;
	border: 1px solid #8682B1;
	background-color: #BCBBD4;
	color: #161A73;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	}
.titleOption {
	font-size: 14px;
	}
.titleOption a {
	color: #44448B;
	}
#pageContent {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	}
.navTag {
	text-decoration: none;
	color: #676581;
	}
.navTagSelected {
	text-decoration: none;
	color: #676581;
	font-weight: bold;
	}
.navTag:hover, .navTagSelected:hover {
	text-decoration: underline;
	color: #676581;
	}
#subNav {
	background: url('images/subNavBG.gif') top center repeat-x;
	}
.contentSectionLink {
	color: #666;
	text-decoration: none;
	}
.contentSectionLink:hover {
	color: #e87400;
	}
.thumbnailLinkRollover img {
	border: 1px solid #fff;
	}
.thumbnailLinkRollover img:hover {
	border: 1px solid #e87400;
	}
.inputLabel {
	font-weight: bold;
	}
.inputLabelMissing {
	font-weight: bold;
	color: red;
	}
.inputField input, .inputField textarea, .inputField select {
	font-family
	font-size: 11px;
	color: #7F7BAD;
	background-color: white;
	}
.inputFieldMissing input, .inputFieldMissing textarea, .inputFieldMissing select {
	font-family
	font-size: 11px;
	color: #7F7BAD;
	background-color: #fee3ad;
	border-color: red;
	}
