/*styles copied from woodmen.org css for header*/

#logo{
	padding-left:10px;
	padding-top:10px;
	}
	
#bgw{
	background-image:url(../images/bg-w.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	}
	
#bg{
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	background-color:#bac6d9;
	height:88px;
	}
.tagline {
	text-align:right;
	font-weight:bold;
	padding-right:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}



/* CSS Reset */

body, html, div, blockquote, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {margin: 0; padding: 0; border: 0; outline: none;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;  
	padding: 0;  
	margin: 0;  
}

ul, ol {
	list-style: none;
}

li {
	padding-top:8px;
}


/* Base */

body {
	background: #ededed /*url(../images/body-background.gif) repeat-x*/;
	color: #000;/*#313131;*/
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	color: #22658b;
	text-decoration: none;
}

a:hover { 
	color: #359cd7;
	text-decoration:underline;}

img { border: 0;}

.left {float: left; margin: 10px 10px 10px 0;}
.right {float: right;}

#wrapper {
	margin: auto;
/*	width: 95%;*/
	min-width: 700px;
	max-width: 1260px;
	padding: 0 30px;
	/*border:1px solid #000;*/
}

/* Header */

/*#header {
	height: 65px;
	display: block;
}

#header h1 a {
	display: block;
	width: 300px;
	height: 65px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header .logout-link {
	float: right;
	text-align: center;
	margin-top: 20px;
}

#header .logout-link a {
	display: block;
	width: 63px;
	height: 20px;
	line-height: 20px;
	background: url(../images/logout-background.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#header .logout-link a:hover {
	text-decoration: underline;
}
*/

/* Navigation */

#navigation{
	height: 28px; 
	margin: 3px 0 0 0;
	background-color: /*#a60524;#f38f20;*/#036;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#navigation ul{
	height:28px;
	line-height: 28px;
	float: left;
}

#navigation ul li{
	display:inline;
}
	
#navigation ul li a,
#navigation ul li a:visited {
	padding:0 10px 0 15px;
	margin: 0;
	display:block;
	text-decoration:none;
	float:left;
	color:#ccc;
	font-size: 11px;
	text-transform: uppercase;
}

#navigation ul li#current a,
#navigation ul li#current a:visited,
#navigation ul li#current a:hover {
	color: #313131;
	background: #fff;
	border-bottom:1px solid #fff;
}

#navigation ul li a:hover{
	color:#fff;
}

#navigation .welcome {
	float: right;
	line-height: 24px;
	color: #999;
}

/* main content Container */

#main {
	margin: 0 0 10px 0;
	padding: 20px;
	background: #fff;
	/*display: block;*/
	/*overflow: hidden;*/
	/*clear: both;*/
	height: 100%;
}

/* Content */

#content-container {
	/*float: left;*/
	width: 100%;
	/*margin-right: -200px;*/
}

#content {
/*	margin-right: 240px;*/
	padding: 0 2em 0 1.5em;
}

/*#content */h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
	color: #036;
}

/*#content */h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #5f6dae;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}

/*#content */h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

#content p {
	margin: 0 0 20px 0;
}

#content ul {
	margin: 0 0 20px 15px;
}

#content ul li {
	margin: 0 0 0 15px;
	list-style: disc;
}

#content label {
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #313131;
	display: block;
	/*clear: right;*/
}

#content .required {
	font-weight: normal;
	color: #ff0000;
}

#content input,
#content textarea {
	width: 98%;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 10px 0;
	background: #fff;
}

#content input.checkbox {
	float: left;
	width: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}

/*#content input.radio {
		width: 10px;
		float: left;
		padding: 0;
		border: 0px solid #fff;
}
*/
#content .short {
	width: 20%;
}

#content .medium {
	width: 50%;
}

#content .long {
	width: 70%;
}

#content .vshort {
	width: 5%;
}

#content .radio {
	width: 2%;
	padding: 5px 0 5px 5px;
	border: 0px solid #FFF;

}

#content .submitbtn {
	width: auto;
	display: inline;
	background: #444a55;
	border: 1px solid #999; /*none;*/
	color: #fff;
	margin: 0 10px 20px 0;
	cursor: pointer;
}

#success {
	border: 1px solid #e4ebaf;
	background: #edfcd5;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

#important {
	border: 1px solid #efe3ae;
	background: #fef6d2;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

#error {
	border: 1px solid #f0baa2;
	background: #ffd9c8;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

#success h3 {
	color: #006600;
}

#important h3 {
	color: #d57d00;
}

#error h3 {
	color: #cc0000;
}

.smalltype {
	font-size:10px;
}

.table-zebra{
	margin: 0 0 20px 0;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.table-zebra th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	color: #313131;
	background: #eee;
	border-bottom: 1px solid #cad3d9;
}

.table-zebra td {
	padding: 5px 10px;
	color: #313131;
}

.table-zebra .odd {
	background: #e9f3fa; 
}

/* Pagination */

.table-navi {
	margin: -20px 0 0 0;
	width: 98%;
	padding: 5px 10px;
	background: #eee;
	border-top: 1px solid #cad3d9;
	text-align: right;
	color: #999;
}

.table-navi a,
.table-navi .SelectedPage {
	padding: 0 5px;
	border-left: 1px solid #ccc;
}

.table-navi .SelectedPage {
	color: #666;
}

/* Sidebar */

/*left column sidebar*/

#leftcol {
	width:190px;
	padding-top:30px;
}

#leftcol h4 {
	color: #fff;
	padding: 0 10px;
	margin: 0 0 10px 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	background: url('../images/sidebar-background.gif') repeat-x;
}

#leftcol p {
	margin: 0 0 10px 0;
}

#leftcol ul {
	margin: -10px 0 10px 0;
}

#leftcol ul li {
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}



/*right column sidebar*/

#sidebar {
	/*float: right;*/
	width: 200px;
	/*display:table-cell;*/
	
}

#sidebar h4 {
	color: #fff;
	padding: 0 10px;
	margin: 0 0 10px 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	background: url('../images/sidebar-background.gif') repeat-x;
}

#sidebar p {
	margin: 0 0 10px 0;
}

#sidebar ul {
	margin: -10px 0 10px 0;
}

#sidebar ul li {
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}

/* Footer */

#footer {
	border-top:1px solid #999;
	/*height: 20px;*/
	padding:10px 5px;
}

#footer .copyright {
	text-align:left;
	padding-bottom: 2px;
}

#footer .navi {
	text-align: left;
	padding-bottom: 3px;
}

