/* CSS Document */
/* This is for the full website */

body {
	margin:0;
	padding:0;
	background-image:url(/images/bg_body.gif);
	background-repeat:repeat-x;
}
.wrapper {
	text-align:left;
	width:882px;
	margin:auto;
	padding:20px 0 0 0;
	font-family:Arial;
	font-size:12px;
	color:#5f5f5f;
	line-height:22px;
}
.logo {
	width:364px;
}
.nav_wrapper {
	width:518px;
}
.nav_top_fill {
	width:518px;
	height:43px;
}
.nav {
	height:43px;
}
.login {
	height:32px;
	width:490px;
	padding:6px 5px 0 23px;
	background-image:url(/images/bg_login.gif);
	background-repeat:no-repeat;
	color:#525252;
	font-size:11px;
}
.login_form {margin:0;padding:0;}
.login_field {width:131px;font-size:11px;padding:2px;color:#6d6d6d;margin:2px 0 0 0;}
.inputfield {color:#525252;}
.btn_login_wrapper {width:90px;height:25px;margin:0;padding:0 0 0 6px;}
.login_btn {
	width:90px;
	height:25px;
	background-image:url(/images/bg_btn_login.gif);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	margin:0;
	padding:0;
	display:inline;
}
.login_btn:hover {
	background-image:url(/images/bg_btn_login_over.gif);
	background-repeat:no-repeat;
}
.contact_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content_wrapper {
	margin:25px 0 0 0;
}
.content_index { /* Content section for specific pages */
	padding:0 0 10px 375px;
}
.member {
	padding:0 0 10px 225px;
}
.content_members { /* Content section for backend pages */
	padding:0 0 10px 225px;
}
.left_nav_setting {
	width:194px;
	margin:0 0 0 9px;
}
.memberships {
	margin:0 0 0 9px;
}
.Top {
	text-align:right;
	background-image:url(/images/bg_divider.gif);
	background-repeat:repeat-x;
}
.PageLogo {
	padding:0 10px 0 10px;
}
/* --- Positioning --- */

.back {float:left;}
.forward {float:right;}
.block {display:block;}
.clearfloat {clear:both;height:0;font-size:1px;line-height:0px;}
.pad_top {padding:10px 0 0 0;}
.pad_right {padding:0 10px 0 0;}
.pad_bottom {padding:0 0 10px 0;}
.pad_left {padding:0 0 0 10px;}
.pad {padding:10px;}
.even {background-color:#f6f6f6;font-size:11px;}
.even_large {background-color:#f6f6f6;}
.odd {background-color:#ffffff;font-size:11px;}
.rowbreak {background-color:#d6d6d6;font-size:1px;line-height:0px;border-top:6px solid #ffffff;border-bottom:6px solid #ffffff;}
.even b, .odd b {color:#00703c;}
.border {border:1px solid #e6e6e6;}
.application_table {margin:8px 0 0 0;border:1px solid #e6e6e6;}
p.fill {margin:5px 0;}
.dateTime {
	font-size:11px;
	font-style:italic;
	padding:0 10px 0 0;
	background-image:url(/images/icon_lock.gif);
	background-position:right;
	background-repeat:no-repeat;	
}
.FullSize table {
	width:100%;
}

/* --- Fonts --- */

h1 {
	font-size:15px;
	color:#00703c;
	margin:0 0 10px 0;
	letter-spacing:-0.35px;
}
h2 {
	font-size:13px;
	color:#c3960c;
	margin:10px 0 0 0;
}
h2.Green {
	color:#00703c;
}

ul.logos {list-style-type:none;margin:10px 0 0 0;padding:0;}
ul.logos li {display:inline;padding:0 10px 0 0;vertical-align:middle;}

ul.left_nav {
	background-image:url(/images/bg_left_nav.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fafafa;
	margin:0;
	padding:0 0 5px 0;
	list-style-type:none;
}
ul.aux {
	background-image:url(/images/bg_left_aux_nav.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px 6px 6px 8px;
}
ul.left_nav li {
	margin:0;
	padding:1px 0 1px 6px;
}
ul.left_nav p.status {
	font-size:11px;
	text-align:left;
	padding:4px 0 2px 18px;
	margin:0;
	line-height:12px;
}
ul.left_nav p.status b {
	color:#00703c;
}

.small {font-size:10px;color:#9f9f9f;line-height:16px;}
/*.small:hover {color:#5f5f5f;}*/

/* --- Links --- */
a, a:link {color:#c3960c;}
a:hover {text-decoration:none;}

a.nav, a.nav:link {
	color:#5a5b5c;
	text-decoration:none;
	display:block;
	height:21px;
	background-image:url(/images/bg_nav_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
	font-size:11px;
}
a.nav:visited {
	color:#999999;
	background-image:url(/images/bg_nav_link_visited.gif);
	background-position:left;
	background-repeat:no-repeat;
}
a.nav:hover {
	color:#ffffff;
	text-decoration:none;
	background-image:url(/images/bg_nav_link_over.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.warning {
	color: #990000;
	text-transform: uppercase;
}
.messageStack {
	font-weight:bold;
	padding:12px 7px 12px 55px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	background-image:url(/images/icon_alert.gif);
	background-position:10px 0;
	background-repeat:no-repeat;
}
