/* CSS Undo */

html {
	height: 100%;
	margin-bottom: 1px;
} /* forces a scrollbar so page doesn't jump */
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
/* End CSS Undo */

/* Force scrollbar so pages doesn't jump */

html {
	height:100%
}
body {
	min-height:101%
}
/* End Force Scrollbar */

/* Main Divs */
body {
	line-height: normal;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	font-size: 1em;
}

#container {
	margin: 2px 5px 5px 5px;
	width: 99%;
	text-align: left;
	line-height: 1.1em;
}

#header {
	position: relative;
	height: 150px;
	width: 100%;
	background: #000099;
}

#content {
	font-size: 0.90em;
	padding: 10px 20px 30px;
}

#footer {
	background: #000099;
	color: white;
	font-size: 0.8em;
	padding: 3px 0 3px 5px;
	text-align: right;
}
#footer a {
	color: white;
}
/* Header Sub-divs */

h1 span {
	display:block;
	position:relative;
	height:144px;
	background:transparent url(title_members.gif) no-repeat top right;
	z-index:2;
}
h1 {
	height:144px;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:1;
}
#logo {
	width: 170px;
	float: left;
}

#topmenu {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 10;
}

#topmenu a{
	color: #ffffff;
	font-size: 0.85em;
}

/* Footer subdivs */

#footer p {
	margin: 0;
	padding: 2px 0;
}
#footer span {
	padding-right: 15px;
}
/* End Footer subdivs */


/* Content Area Styling  */

h2.raven {
	background: url(../images/h2_raven.gif) no-repeat bottom left;
	padding: 20px 0 2px 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

#alert {
	color: #CC0000;
	margin-top: 3px;
	margin-bottom: 5px;
}

p#info1 {
	margin-bottom: 20px;
	font-size: 0.8em;
}

#info2 {
	font-style: italic
}

p#info3 {
	font-size: 0.8em;
}

/*  all forms  */

#login_form p, #logout_form p, #edit_member p, #monthly_reports_form p, #resource_links {
	margin-top: 7px;
}

h3 {
	margin-top: 7px;
}

/* Resource Links List */

#resource_links h3 {
	margin: 20px 0 10px;
}

#resource_links p {
	margin: 10px 0;
	padding-left: 25px;
}

/*  End Resource Links List */

/* Odd - Even Table */
table {
	margin-top: 10px;
}

table td {
	border: 1px solid black;
	border-width: 0 1px 1px 0;
	padding: 2px 5px 2px 5px;
}
table th {
	color: #ffffff;
	border: 1px solid black;
	border-width: 1px 1px 1px 0;
	padding: 2px 5px 2px 5px;
	background: #000099;
}
table .check_column, #check_header {
	border-top: none;
	border-bottom: none;
	padding-right: 3px;
	background: White;
}

table tr.even_row {
	background: #EEEEF8;
}

table tr.odd_row {
	background-color: #D9D9EF;
}
/*  End Odd - Even Table */


/* edit member form */

.month_title {
	font-weight: bold;
}
.monthly_report label {
	font-weight: bold;
}
#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10, #m11, #m12 {
	width: 16%;
	float: left;
}



/*completed form */
#member_hrs table, #member_stats table {
	border: 1px solid black;
	border-width: 1px 0 0 1px;
}

#member_hrs th, #member_stats th{
	background: #EEEEF8;
	color: #000;
	font-weight: normal;
	border-top: 0;
}

#member_hrs td {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
}

#member_hrs label {
	font-weight: bold;
	padding-right: 5px;
	line-height: 1.3em;
	width: 15px;
	display: block;
	float: left;
}

#hours_legend label {
	display: inline;
	float: none;
}

#member_hrs input {
	line-height: 1.3em;
	margin-bottom: 2px;
}

#hours_legend {
	color: #000099;
}

#hours_legend label {
	padding-right: 0;
}

#member_hrs td.mr {
	text-align: center;
	vertical-align: center;
	padding-top: 2px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.05em;	
}
.ts1 {
	text-align: center;
}
.ts {
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.05em;
	line-height: 1.3em;
}
.extended {
	background: #EEEEF8;
}
.eyr {
	/*display: block;*/
	width: 40px;
	text-align: center;
}
td.stats {
	text-align: right;
	padding-left: 15px;
	font-weight: bold;
}
#member_stats {
	margin-bottom: 20px;
}
/*  end completed form */




table#main_hrs_admin {
	border: none;
	
}

td#main_right{
	border: none;
	vertical-align: top;
}

td#main_right label {
	float: none;
}

td#main_left{
	border: none;
}



/* End Content Area Styling  */

/* Monthly Report Form */
#monthly_reports_form {
	width: 150px;
	text-align: right;
}
#monthly_reports_form input {
	margin-left: 10px;
}

/* End Monthly Report Form */

/*  Member Profile Form */
form#member_profile {
	margin-top: 20px;
}

p#change_password, p#change_login_name, p#current_settings {
	font-style: italic;
	margin-top: 30px;
}

#inline_alert {
	display: inline-block;
	margin-left: 25px;
	color: red;
}

/*  End Member Profile Form */



/* Test CSS to line up inputs, Forms - Member Profile, */

form#member_profile label {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	min-width: 10em;
	white-space: normal;
	width: expression('10em');
	font-weight: bold;
}

form#member_profile input[type=text] {
	height: 20px;
}

form#member_profile input[type=file] {
	height: 25px;
}

form#login_form label {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	min-width: 7em;
	white-space: normal;
	width: expression('7em');
}

/*  End Test CSS to line up inputs, Forms - Member Profile,*/



/* Buttons */
p#ok_cancel_buttons {
	width: 300px;
	text-align: left;
	margin-top: 7px;
}

#ok_cancel_buttons input {
	width: 75px;
	margin-right: 20px;
}

p#nav_buttons {
	margin: 5px 5px 0 0;
}


p#buttons {
	margin-top: 20px;
}
/* End Buttons */

