/*Generic Reset Stylesheet*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;

	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Default Stylesheet*/
body {
	font-family: Arial,Helvetica, sans-serif;
	background-color: #444444;
	font-size: 12px;
}
div {}
span {}
select{
	font-family:Arial,Helvetica,sans-serif;
	height:20px;
	/*border:1px solid #BBBBBB;*/
	padding:1px 0px;
	font-size:12px;
}

.box_input input{
	font-family:Arial,Helvetica,sans-serif;
	/*border:1px solid #BBBBBB;*/
	padding:1px 4px 2px 4px;
	height:14px;
}

.clear{
	clear:				both;
	height: 			0px;
}
/*Link Formatting*/

a:link, /*Default*/
a:visited,
a:active,
a:hover{
	color:#4F88C4;
	font-family:Arial,Verdana,sans-serif;
	font-weight:bold;
	text-decoration:none;
	}
	
.menu a:link,
.menu a:visited,
.menu a:active,
.menu a:hover{
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color: 				#ffffff;
	text-decoration:	none;
    cursor: 			hand;
	}
	
.menu .active a:link,
.menu .active a:visited,
.menu .active a:active,
.menu .active a:hover{
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color: 				#4a8707;
	text-decoration:	none;
    cursor: 			hand;
	}
	
.submenuitem a:link,
.submenuitem a:visited,
.submenuitem a:active,
.submenuitem a:hover{
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color: 				#4a8707;
	text-decoration:	none;
    cursor: 			hand;
}	

/*text*/
h1{font-size:20px;}
h2{font-size:16px;}
small{font-size:11px;color:#666;}



/*White Bounding Box*/
.container {
	background-color:#444444;
	background-image:url('/images/bg_horiz.jpg');
	background-repeat:repeat-x;
	padding-top:0px;
	height:100%;
	width:100%;
	}
.co_topcurve {
	background-image:url('/images/bg_header.jpg');
	width:1000px;
	margin:0px auto;
	height:90px;
	}
.co_bottomcurve {
	background-image:url('/images/bg_footer.jpg');
	width:1000px;
	margin:0px auto;
	height:26px;
	background-position:top;
	}
.co_shadow {
	background-color:#ffffff;
	background-image:url('/images/bg_blackshadow.jpg');
	width:1000px;
	margin:0px auto;
	
	}
.co_shadowtop {
	background-image:url('/images/bg_blackshadowtop.jpg');
	background-repeat:no-repeat;
	width:1000px;
	margin:0px;
	padding-top:7px;
	}
	
.co_footer{
	border-top: 1px solid #D4D4D4;
	margin: 0px 36px;
	padding-top: 10px;
	color: gray;
	font-size: 10px;
	text-align: center;
	margin-top:35px;
	}
/*Menu Structure*/

.menu {
	margin: 0px auto; 
	width: 930px; 
	background-image: url('/images/menu_middle_green.jpg'); 
	height: 34px;	
	}
.menu_left {
	background-image: url('/images/menu_left_green.jpg'); 
	background-position: left center; 
	background-repeat: no-repeat; 
	height: 34px;
	
	}
.menu_right {
	background-image: url('/images/menu_right_green.jpg'); 
	background-position: right center; 
	background-repeat: no-repeat; 
	height: 34px; 
	padding-left:5px;
	}
.menuitem{
	float: left; 
	width: 120px; /*Default Value*/
	padding-top: 5px;
	}
	
.menuitem_right {
	background-position: right center; 
	background-repeat: no-repeat; 
	height: 24px;
	}
	
.menuitem_left {
	background-position: left center; 
	background-repeat: no-repeat; 
	height: 24px;	
	}
	
.active .menuitem_right {
	background-image:url('/images/menuhigh_right_green.jpg');
	}
.active .menuitem_left {
	background-color: white; 
	background-image: url('/images/menuhigh_left_green.jpg');

	}
	
	
.menuitem_text{
	line-height: 24px; 
	font-weight: bold; 
	font-size: 14px; 
	text-align: center; 
	color: white;	
	}
	
.active .menuitem_text {
	color: #4A8707;
	}

/*Submenu Structure*/

.submenu_left {
	width: 930px;
	margin: 0px auto;
	height: 23px;
	background-color: #e0e6d8;
	background-image: url('/images/submenu_left_green.jpg');
	background-repeat: no-repeat;
	background-position: left;	
	}
	
.submenu_right {
	height:23px;
	background-image:url('/images/submenu_right_green.jpg');
	background-repeat:no-repeat;
	background-position:right;	
	}
	
.submenu_pad {
	padding-top: 4px; 
	padding-left: 5px;	
	}
	
.submenuitem {
	float: left; 
	width: 120px; /*Default*/
	}
.submenuitem_left {
	background-position: left center; 
	background-repeat: no-repeat; 
	height: 19px;	
	
	}
.submenuitem_right {
	background-position: right center; 
	background-repeat: no-repeat; 
	height: 19px; 
	text-align: center; 	
	line-height: 17px;
	color: #4A8707;
	font-weight:bold;
	font-size:11px;	
	}
	
.active .submenuitem_left {
	background-image: url('/images/submenutab_left_green.jpg'); 
	background-color: #ffffff;
	}
.active .submenuitem_right {
	line-height: 20px; 
	background-image: url('/images/submenutab_right_green.jpg'); 
	background-color: transparent;

	}

/*Content*/

.content{
	margin:0px auto;
	padding:20px 0px 0px 0px;
	width:926px;
	}
	
	
/*Widgets*/
.closebox{
	background-color:#F6F6F6;
	border: 1px solid #CCC;
	color:#666666;
	float:right;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	width:16px;
	cursor:pointer;
}

.tab_active,
.tab_inactive,
.tab_hover{
	float:left;width:74px;cursor:pointer;background-repeat:no-repeat;
	text-align:center;font-weight:bold;color:#9fadbc;height:20px;margin-right:2px;
	}
.tab_active{
	background-color:#7296bb;
	background-image:url('/images/widget_tabactive.jpg');
	background-position:top left;
	}
.tab_active div{
	background-image:url('/images/widget_tabactive.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;	
	height:20px;
	line-height:21px;
	color:#fff;
	}

.tab_inactive{
	background-color:#d6e0ea;
	background-image:url('/images/widget_tabinactive.jpg');
	background-position:top left;
	}
.tab_inactive div{
	background-image:url('/images/widget_tabinactive.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;	
	height:20px;
	line-height:21px;
	}

.tab_hover{
	background-color:#c1dbf6;
	background-image:url('/images/widget_tabhover.jpg');
	background-position:top left;
	}
.tab_hover div{
	background-image:url('/images/widget_tabhover.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;	
	height:20px;
	line-height:21px;

	}
	
	
/*Box Styles*/
	
.box_border{
	border:1px solid #7296bb;
	margin-bottom:8px;
	}
	
	
	
.box_row{
	border-bottom:1px solid #DDDDDD;
	padding:5px 10px;
}	

.box_headrow{
	background-color:#7296bb;
	color:white;
	font-weight:bold;
	padding:2px 6px;
	font-size:12px;
	
	
}	

.table .box_row{
	padding:4px 10px;
	}	


.box_entry{
	float:left;
	width:60px; /*Default*/
	padding-top:6px;
	padding-bottom:6px;
}

.box_label{
	float:left;
	font-size:11px;
	width:60px; /*Default*/
	text-align:center;
	padding-top:2px;
	padding-bottom:0px;
}

.box_numlbl{
	float:left;
	font-size:11px;
	width:196px;
	}
.box_num{
	float:left;
	font-size:11px;
	text-align:right;
	width:65px;
	}
	
.long .box_numlbl{

	width:307px;
	}
.long .box_num{
	width:307px;
	}


.box_input{
	float:left;
	width:60px; /*Default*/
	padding-top:2px;
	padding-bottom:0px;
}

.box_head{
	float:left;
	width:60px; /*Default*/
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
}

.box_headl,
.box_headr{
	background-image:url(/images/widget_tabactive.jpg);
	background-repeat:no-repeat;
	height:20px;
	}
.box_headl{
	background-position:left top;
	background-color:#7296BB;
	}
.box_headr{
	margin-left:3px;
	background-position:right bottom;
	}
.box_textr{

	}
.box_textl{
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
	text-align:left;
	color:white;
	padding-top:4px;
	}
	



/*special modifiers*/
.thin{
	padding-top:1px;
	padding-top:1px;
}	
.double{
	padding-bottom:0px;
	border-bottom:none;
}	
.gray{
	background-color:#eee;
}	

#tabs{height:20px;}
