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

body {
	background: url(images/background.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #457dae;
	font-weight: bold;
}

a:hover {
	color: #98b7d2;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 12px;
}

#shell {
	width: 948px;
	background: #FFFFFF;
	border: #e0e0e0 1px solid;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

#darc_banner {
	background: url(images/darc_banner.jpg) no-repeat;
	width: 948px;
	height: 106px;
	margin-bottom: 13px;
}

#darc_banner h1 {
	display: none;
}

#menu_shell {
	float: left;
	width: 158px;
	margin-right: 3px;
}

#menu_shell a {
	text-decoration: none;
	cursor: pointer;
}

#content_shell {
	float: left;
	width: 787px;
}

#cme_info_button {
	background: url(images/cme_info_out.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#cme_info_button:hover {
	background: url(images/cme_info_over.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#posttests_button {
	background: url(images/posttests_out.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#posttests_button:hover {
	background: url(images/posttests_over.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#admininfo_button {
	background: url(images/admininfo_out.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#admininfo_button:hover {
	background: url(images/admininfo_over.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#help_button {
	background: url(images/help_out.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#help_button:hover {
	background: url(images/help_over.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#login_button {
	background: url(images/logout_out.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#logout_button {
	background: url(images/logout_out.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

#logout_button:hover {
	background: url(images/logout_over.jpg) no-repeat;
	width: 128px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	padding: 5px 0 5px 30px;
	margin-bottom: 3px;
}

h2 {
	background: url(images/header_bar.jpg);
	width: 767px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0 0 3px 0;
}

h3 {
	margin: 0;
	font-size: 18px;
	text-align: center;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

h5 {
	margin: 0;
	padding: 0 0 5px 0;
}

blockquote {
	margin: 0 0 25px 25px;
	padding: 0;
}

.byline {
	color: #959595;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#content {
	padding: 0 2px;
}

#posttest_bar {
	background: url(images/posttest_bar.jpg) no-repeat;
	width: 787px;
	height: 27px;
	padding: 0;
	margin: 0 0 3px 0;
	text-align: center;
}

#posttest_bar ul {
	margin: 0;
	padding: 4px 0;
}

#posttest_bar ul li {
	font-size: 12px;
	margin: 0;
	padding: 5px 25px;
	list-style: none;
	display: inline;
}

.process {
	background: url(images/posttest_process.png) no-repeat top left;
	color: #959595;
}

.check {
	background: url(images/posttest_check.png) no-repeat top left;
	color: #707070;
	font-weight: bold;
}

#copyright_bar {
	background: url(images/copyright_bar.jpg) no-repeat;
	width: 948px;
	height: 17px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0;
	
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.button {
	background: url(images/button_ylw.jpg) no-repeat;
	overflow: hidden;
	width: 158px;
	height: 27px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	text-align: left;
	padding: 0 0 0 30px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0;
}

.even {
	background: #ecf2f7;
	border-top: 1px solid #98b7d2;
	border-bottom: 1px solid #98b7d2;
	padding: 2px;
}

.odd {
	padding: 2px;
}

.form_labels {
	font-weight: bold;
}

.alert {
	color: #990000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.alert_box {
	border: 1px solid #ffd01b;
	margin: 5px 0;
	padding: 5px;	
}

.review_posttest {

	margin: 0;
	padding-left: 45px;
}

.review_posttest li {
	margin: 2px 0;
	list-style: lower-alpha outside;
}

#promo_shell {
	background:url(http://www.anesthesiologyonline.com/reviewcourse/images/promo_bg.jpg) no-repeat #ffffff;
	width: 783px;
	padding: 275px 0 0 0;
}
