/* Global styles */
body {
	margin:0px;
	padding:0px;
	background:#a9b6a5;
	
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#000000;
}

* {
	padding:0px;
	margin:0px;
}
table {
	border:0px none;
	border-collapse: collapse;
}
table td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}
p {
	padding:0px;
	margin:0px 0px 10px 0px;
}
img {
	border:none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border:none;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

input, select, option, textarea {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
hr {
	border:0px none;
	color:#d4dad2;
	height:3px;
	background:#d4dad2;
	margin:10px 0px;
}

/* *** * Login Page Styles * *** */

.body_auth {
	background:#a9b6a5 url(img/auth_bg.gif) top center no-repeat;
}
.login_form {
	width:486px;
	height:270px;
	margin:174px auto 0px auto;
	background:url(img/login_form_bg.gif) top left no-repeat;
}
.login_form .logo {
	height:86px;
}
.login_form .logo img {
	margin:16px 0px 0px 30px;
}
.login_form .input_box {
	width:187px;
	height:20px;
	background:url(img/input_bg.gif) top left no-repeat;
	padding:3px 0px 0px 10px;
}
.login_form .input_box input {
	width:177px;
	border:0px none;
}
.login_form .login_btn {
	width:110px;
	height:27px;
	border:0px none;
	background:url(img/login_btn.gif) top left no-repeat;
	cursor:pointer;
}
.login_form .error {
	margin-top:24px;
	text-align:center;
	color:#ffcc33;
	font-weight:bold;
	font-size:12px;
}

/* *** * Password Reset Page Styles * *** */

.body_auth {
	background:#a9b6a5 url(img/auth_bg.gif) top center no-repeat;
}
.forgotpassword_form {
	width:486px;
	height:270px;
	margin:174px auto 0px auto;
	background:url(img/forgotpassword_form_bg.png) top left no-repeat;
}
.forgotpassword_form .logo {
	height:86px;
}
.forgotpassword_form .logo img {
	margin:16px 0px 0px 30px;
}
.forgotpassword_form .input_box {
	width:187px;
	height:20px;
	background:url(img/input_bg.gif) top left no-repeat;
	padding:3px 0px 0px 10px;
}
.forgotpassword_form .input_box input {
	width:177px;
	border:0px none;
}
.forgotpassword_form .login_btn {
	width:110px;
	height:27px;
	border:0px none;
	background:url(img/pwd_submit_btn.gif) top left no-repeat;
	cursor:pointer;
}
.forgotpassword_form .error {
	margin-top:24px;
	text-align:center;
	color:#ffcc33;
	font-weight:bold;
	font-size:12px;
}

/* *** * Password Set Page Styles * *** */

.body_auth {
	background:#a9b6a5 url(img/auth_bg.gif) top center no-repeat;
}
.setpassword_form {
	width:486px;
	height:270px;
	margin:174px auto 0px auto;
	background:url(img/setpassword_form_bg.png) top left no-repeat;
}
.setpassword_form .logo {
	height:86px;
}
.setpassword_form .logo img {
	margin:16px 0px 0px 30px;
}
.setpassword_form .input_box {
	width:187px;
	height:20px;
	background:url(img/input_bg.gif) top left no-repeat;
	padding:3px 0px 0px 10px;
}
.setpassword_form .input_box input {
	width:177px;
	border:0px none;
}
.setpassword_form .login_btn {
	width:110px;
	height:27px;
	border:0px none;
	background:url(img/pwd_submit_btn.gif) top left no-repeat;
	cursor:pointer;
}
.setpassword_form .error {
	margin-top:24px;
	text-align:center;
	color:#ffcc33;
	font-weight:bold;
	font-size:12px;
}

/* *** * Confirmation Page Styles * *** */

.confirmation_box {
	width:600px;
	margin:260px auto 0px auto;
	text-align:center;
}
.confirmation_box #message {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#3D4738;
	line-height:190%;
}
.confirmation_box .agree_btn {
	border:0px none;
	width:110px;
	height:27px;
	background:url(img/agree_btn.gif) top left no-repeat;
	cursor:pointer;
}
.confirmation_box .disagree_btn {
	border:0px none;
	width:110px;
	height:27px;
	background:url(img/disagree_btn.gif) top left no-repeat;
	cursor:pointer;
}

/* *** *** *** *** *** */

.main_box {
	width:896px;
	margin:20px auto;
}
.header {
	height:135px;
	background:url(img/head_bg.gif) top left no-repeat;
	margin:0px 0px 1px 0px;
}
.header #logo_box {
	width:430px;
	height:103px;
	float:left;
	margin:0px 0px 0px 0px;
}
.header #logo_box img {
	margin:20px 0px 0px 40px;
}
.header .info_box {
	width:431px;
	height:103px;
	float:left;
	margin:0px;
	padding:0px 35px 0px 0px;
}
.header .info_box #inner {
	width:auto;
	width:expression(1==1 ? '10%' : 'auto');
	float:right;
	background:#6c7a67 url(img/ib_bg.gif) top left repeat-x;
	margin:4px 0px 0px 0px;
	white-space:nowrap;
}
.header .info_box #inner_left {
	background:url(img/ib_lbg.gif) top left no-repeat;
}
.header .info_box #inner_right {
	height:25px;
	background:url(img/ib_rbg.gif) top right no-repeat;
	padding:20px 25px 0px 25px;
	font-weight:bold;
	text-align:center;
}
.header .info_box #inner_right a {
	color:#FF9900;
	text-decoration:none;
}
.header .info_box #inner_right a:hover {
	text-decoration:underline;
}

.menu_box {
	height:33px;
	padding:0px 0px 0px 38px;
}
.menu_box a {
	display:block;
	float:left;
	height:27px;
	background:url(img/menu_bg.gif) top left repeat-x;
	margin-right:1px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.menu_box a img {
	vertical-align:-6px;
}
.menu_box a span {
	padding:0px 24px;
}
.menu_box a:hover {
	color:#eda422;
}
.menu_box  #selected {
	background:url(img/menu_sel_bg.gif) top left repeat-x;
}
.menu_box  #selected img {
	vertical-align:-9px;
}
.clear {
	float:none;
	clear:both;
}
.content_box {
	background:#FFFFFF url(img/content_t_bg.gif) top left no-repeat;
	padding:29px 30px 10px 30px;
}

.frame {
	border:3px solid #d4dad2;
	margin-bottom:15px;
	padding:5px 10px;
}
.head_l1 {
	height:17px;
	background:url(img/h_l1_bg.gif) top left repeat-x;
	padding:1px 0px 0px 15px;
	color:#003366;
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
}

.grid {
	border:1px solid #d4dad2;
	border-top:0px none;
}
.grid th {
	padding:5px;
	background:#a9b6a5 url(img/x.gif) bottom left repeat-x;
	text-align:left;
	color:#000000;
	font-size:11px;
}
.grid td {
	border-top:1px solid #d4dad2;
	border-bottom:1px solid #d4dad2;
	padding:5px;
	text-align:left;
	color:#000000;
	font-size:11px;
}
.grid #bg td {
	background:#F6F6F6;
}

.grid td a {
	color:#6e882f;
}
.grid th a {
	color:#000000;
	text-decoration:none;
}

.grid #left td, .grid #left th {
	text-align:left;
}
.grid #center td, .grid #center th {
	text-align:center;
}

.alph_box {
	border-bottom:3px solid #6e882f;
	margin-bottom:1px;
}
.alph_index {
	width:815px;
	height:16px;
	margin:0px auto 0px auto;
}
.alph_index .selected {
	color:#ff9900;
	text-decoration:underline;
}

.alph_index a {
	width:28px;
	height:14px;
	display:block;
	float:left;
	margin-right:1px;
	background:url(img/ltr_bg.gif) top center no-repeat;
	padding-top:2px;
	
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.alph_index a:hover {
	text-decoration:underline;
}
.alph_index #last {
	margin:0px;
}

.btn_green {
	border:0px none;
	width:66px;
	height:19px;
	background:url(img/btn_green.gif) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding:0px;
}
.btn_grey {
	border:0px none;
	width:66px;
	height:19px;
	background:url(img/btn_grey.gif) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.submit_btn {
	border:0px none;
	width:150px;
	height:35px;
	background:url(img/btn_submit.gif) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.submit_btn_2 {
	border:0px none;
	width:150px;
	height:35px;
	background:url(img/btn_submit_2.gif) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.submit_btn_3 {
	border:0px none;
	width:150px;
	height:35px;
	background:url(img/btn_submit_3.gif) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.submit_btn_4 {
	border:0px none;
	width:260px;
	height:35px;
	background:url(img/btn_submit_4_l.gif) top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.calendar_btn {
	border:0px none;
	width:19px;
	height:20px;
	margin-left:3px;
	background:url(img/btn_calendar.gif) top left no-repeat;
	cursor:pointer;
}

.btn_box {
	height:49px;
	background:url(img/btn_box_bg.gif) top left repeat-x;
	text-align:center;
	padding-top:15px;
	margin-bottom:15px;
}

.form_table th, .form_table td {
	text-align:left;
	font-weight:normal;
	padding:5px 10px 5px 5px;
	font-size:11px;
	vertical-align	: top;
}
.form_table th {
	font-weight:bold;
	padding:5px 0px 5px 15px;
}
.form_table input {
	width:200px;
}
.form_table select {
	width:204px;
}
.form_table option {
	padding-left:2px;
}

.form_table .bordered th, .form_table .bordered td {
	border-bottom:3px solid #dadfd9;
	padding-left:0px;
	padding-right:0px;
}
.subtext {
	font-weight:normal;
}

.required {
	color:#cc0000;
	margin-left:14px;
}
.errors {
	margin:0px 0px 20px 0px;
	padding:5px;
	border:1px solid #cc0000;
}
.errors li {
	margin:0px 0px 0px 20px;
	padding:0px;
	color:#cc0000;
}

.pager {
	text-align:center;
	color:#cc0000;
	margin-top:15px;
}
.pager a {
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	margin:0px 5px;
}
.pager #selected {
	font-weight:bold;
	vertical-align:middle;
	margin:0px 5px;
}
.pager #prev, .pager #next {
	background-color:#cc0000;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding:0px 10px 1px 10px;
	margin:0px 5px;
}

.footer {
	background:#FFFFFF url(img/footer_bg.gif) bottom left no-repeat;
	padding:0px 0px 15px 0px;
}
span.required {
	color: #CC0000;
/*	width: 10px;*/
	font-size: 10px;
	padding:2px 0px;
}