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



/**********************************************************
		TEXT FORMAT
**********************************************************/

body, td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: .70em;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

h1, 
h2 {
	font-family: Verdana, Arial, helvetica, sans-serif;
}















body {
	margin: 0;
	background-color: #efefef;
}

p {
	
}











#header {
	margin: 0;
 	font-size:   13px;
	color: #333;
	text-align: center;
}
#header_shell {
	width: 100%;
	background-color: #cbd5aa;
}
#header_container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	text-align: left;
}

#header h3 {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
	#header h3 a, #header h3 a:visited {
		color: #333;
		text-decoration: underline;
	}

#header h1 {
	font-weight: normal;
	font-size: 22px;
	margin: 8px 0 0px 0;
	padding: 0;
}










#header #tabs {
	position: relative;
	width: 100%;
	height: 28px;
	margin: 0; 
	padding: 0;
}

#header #left_tabs, 
#header #right_tabs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#header #left_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#header #right_tabs {
	position: absolute;
	right: 2px;
	bottom: 0;
	margin: 0;
	padding: 0;
}

	#header #left_tabs li, 
	#header #right_tabs li {
		display: inline;	
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#header #left_tabs li a,
	#header #left_tabs li a:visited,
	#header #right_tabs li a,
	#header #right_tabs li a:visited {
		display: inline-block;
		margin: 0 -2px 0 0;
		padding: 4px 8px 5px 8px;
		background-color: #a0ac66;
		text-decoration: none;
		color: #333;
		font-weight: 500;
	}

	#header #left_tabs li.current a, 
	#header #left_tabs li.current a:visited,
	#header #left_tabs li.current a:hover,	 
	#header #right_tabs li.current a, 
	#header #right_tabs li.current a:visited,
	#header #right_tabs li.current a:hover  {
		display: inline-block;
		margin: 0 -2px 0 0;
		padding: 4px 8px 5px 8px;
		background-color: #efefef;
		text-decoration: none;	
		font-weight: 500;		
		color: #333;	
	}
	
	#header #left_tabs li a:hover, 
	#header #left_tabs li.submenuOn,
	#header #right_tabs li a:hover, 
	#header #right_tabs li.submenuOn {
		display: inline-block;
		margin: 0 -2px 0 0;
		padding: 4px 8px 5px 8px;
		background-color: #586d02;
		text-decoration: none;		
		font-weight: 500;
	}		
	










#header_submenu {
	width: 100%;
	background-color: #586d02;	
	margin: 0;
}
#header_submenu_shell {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header_submenu_container {
	display: none;
}
#header_submenu_contents {
	padding-top: 12px;
	height: 29px !important;
	height: 41px;
	color: #fff;
}

	#header_submenu input {
		margin: 0;
	}














#flash {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
#flash_shell {
	display: none;
}
#flash_container {
	display: block;
	background-color: #feffd1;
	border: 1px solid #eaebaf;
	padding: 8px;
	color: #980000;
	text-align: left;
}

	#flash a:link,
	#flash a:visited {
		color: #980000;
		text-decoration: none;
	}
	












.contents {
	margin: 0;
	text-align: center;	
}


.contents_shell {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.contents_container {

}













.contents .contents_right {
}
.contents .contents_right_shell {
	float: right;
	width: 225px;
}
.contents .contents_right_container {
	padding-left: 7px;
}
	.contents .contents_right h1 {
		display: block;
		padding: 5px 7px 5px 7px;
		background-color: #d0e091;
		border: 1px solid #becc84;
		
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 13px -7px;
	}
	
	.contents .contents_right h2 {	
		font-size: 12px;
		font-weight: bold;
		margin: 10px 0 5px 0;
		color: #000;
		border: none;
		padding: 0;
		margin: .9em 0 .3em 0;
	}
	
	
	.contents_right li {
		list-style: none;
	}
	
	.contents_right li a, 
	.contents .contents_right li a:visited {
		display: block;
		color: #000;
		text-decoration: none;
		padding: 3px 3px 3px 10px;
	}
	
	.contents_right li a:hover {
		display: inline-block;
		background-color: #7f9623;
		color: #fff;
	}
	
	.contents_right select, 
	.contents_right input[type=text], 
	.contents_right input[type=password], 
	.contents_right input[type=file], 
	.contents_right textarea {
		width: 200px;
	}
	
	
	
	
	
	
	
	
	





.contents_left {
	text-align: left;
}
.contents_left_shell {
	width: 740px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.contents_left_container {
	padding: 19px;
	padding-bottom: 100px;
}
	
	
		



.contents_full {
	text-align: left;
}
.contents_full_shell {
	width: 980px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.contents_full_container {
	padding: 19px;
}





	.contents h1 {
		font-weight: bold;
		font-size: 19px;
		margin: 0 0 .8em 0;
	}
	
	.contents h2 {
		font-weight: bold;
		font-size: 1.05em;
		margin: 0 0 1em 0;
		color: #666;
		padding-bottom: 4px;
		border-bottom: dashed 1px #666;
	}
	
	.contents h3 {
		font-weight: bold;
		font-size: 14px;
		margin: 2em 0 1em 0;
		color: #333;
		padding: 7px;
		border-top: 1px dashed #333;
		border-bottom: 1px dashed #333;
		background-color: #f0f0f0;
	}
	
	.contents h4 {
		font-weight: bold;
		font-size: 13px;
		margin: 1em 0 .7em 0;
		color: #000;
	}
	
		
	.contents a,
	.contents a:visited {
		color: #5B7B00;
		text-decoration: none;
	}
	.contents a:hover { 

	}

	.contents .smallText {
		font-size: 10px;
	}



/*
	.contents #errorExplanation {
	  width: 100%;
	  margin-bottom: 20px;
	  padding-bottom: 15px;
	  background-color: #f0f0f0;
	}
	
	.contents #errorExplanation h2 {
	  text-align: left;
	  padding: 3px 3px 3px 7px;
	  font-size: 12px;
	  font-weight: normal;
	  background-color: #c00;
	  color: #fff;
	}
	
	.contents #errorExplanation p {
	  color: #333;
	  font-size: 12px;
	  padding: 0px 5px 5px 7px;
	  margin: 0;
	  line-height: 1em;
	}
	
	.contents #errorExplanation ul li {
	  font-size: 12px;
	  list-style: square;
	  margin-left: 23px;
	}
*/	
	
	.contents input[type=text], 
	.contents input[type=password], 
	.contents textarea {
		width: 185px;
	}

	.contents .alertText {
		color: #C30000;
		font-weight: bold;
	}
	
	.contents .highlight {
		background-color: #feffd1;
		border: 1px solid #eaebaf;
		padding: 6px;
		line-height: 1.5em;
	}



	.contents .graphic_title,
	.contents .graphic_title a:link,
	.contents .graphic_title a:visited {
		display: inline-block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 26px;
		font-weight: normal;
		color: #777;
		text-decoration: none;
		margin-top: 3px;
	}










#footer {
	text-align: center;
}
#footer_shell {
	width: 980px;
	border: 1px dashed #999;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 70px;
}
#footer_container {
	padding: 7px;
	font-size: 11px;
	color: #666;
	text-align: center;
}










.highlightRow {
	display: block;
	padding: 3px 4px 3px 4px;
	margin-bottom: 2px;
	border: 1px solid #eff2d9;
	background-color: #fafcea;
}

.hoverRow:hover,
tr.hoverRow:hover {
	background-color: #feffd1;
}






.tableSpacing td {
	padding: 2px 0;
}

.tableRows td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #cecece;
}

td.tableHighlight,
tr.tableHighlight {
	background-color: #feffd1;
}

	

.borderRight {
	border-right: 1px solid #cecece;
}
.borderLeft {
	border-left: 1px solid #cecece;
}
.borderTop {
	border-top: 1px solid #cecece;
}
.borderBottom {
	border-bottom: 1px solid #cecece;
}
.borderSandwich {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.borderCols {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
.borderBox {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}








/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/
ul#crumbs {
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul#crumbs,
ul#crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	text-indent: .5em;
	}		
#crumbs li a {
	background:url(images/crumbs.png) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}
#crumbs li a.on {
	background:url(images/crumbs_on.png) no-repeat right center #fffeef;
	display:block;
	padding:0 15px 0 0;
	}
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}		