@import "/styles_home.css";
@import "/styles_inside.css";
/*------------------------------------------------------------------------
SHORTHAND (delete once style sheet finished)

background:url(/images/interface/left_bg.gif) repeat-x bottom; 
background:url(/images/interface/left_bg.gif) no-repeat top left; 
background:#FF0000 url(/userdocs/history_pic1.gif) no-repeat 5px 50% fixed; 

list-style: url(/images/dot.gif) disc inside;

font: italic small-caps bold 13px/15px; 
font: 11px/13px Verdana, sans-serif; 
---------------------------------------------------------------------------*/
body {	
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #698b22;
	/*color: #6e9541;*/
	}

a {
	color: #485f17;
	text-decoration: underline;
	}

a:hover {
	color: #698b22;
	text-decoration: none;
	}

.clearme {
	clear: both;
	}

.wrapper {
	background: url(images/home_bg.jpg) left top;
	padding: 0 0 15px 0;
	}

.wrapper2 {
	background: url(images/home_bg_highlight.jpg) repeat-x left top;
	padding: 10px 0 0 0;
	}

/*-- Flags --*/
.flags {
	float: right;
	margin: 0 0 4px 0;
	width: 782px;
	}

.flags h1 {
	float: right;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	}

.flags ul {
	float: right;
	list-style-type: none;
	padding: 0;
	}

.flags ul li{
	display: inline;
	margin: 0 0 0 10px;
	float: let;
	}

/*-- Footer --*/
.footer {
	width: 100%;
	background: #698b22;
	border-top: 3px solid #85ab38;
	}
	
.footer_links {
	width: 768px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	color: #fff;
	text-align: center;
	}

.footer_links p {
	padding: 7px 0 0 0;
	}
	
.footer_links a, .footer_links a:visited {
	color: #fff;
	text-decoration: underline;
	padding: 0 3px;
	}

.footer_links a:hover {
	color: #fff;
	text-decoration: none;
	}

.footer_links a.special, .footer_links a.special a:visited {
	font-weight: bold;
	}


/*----------------------*/
/*-- Standards Styles --*/
/*----------------------*/

P { margin:0 0 20px 0; }
UL {  }
LI {  }
FORM { margin:0px; }
INPUT { margin:0px; }
H1, H2, H3, H4, H5, H6, H7, H8 {margin:0px; }

H1 { font: bold 24px; COLOR: #0000FF; }
H2 { font: bold 16px; COLOR: #0000FF; }

.content { font: 12px/14px; COLOR: #000000; }
.content A:link    { COLOR: #485f17; }
.content A:visited { COLOR: #485f17; }
.content A:active  { COLOR: #485f17; }
.content A:hover   { COLOR: #698b22; }

#nav A { font: bold 11px; background: #990000; COLOR: #FFFFFF; display:block; text-decoration:none; }
#nav A:hover { background: #CC0000; COLOR: #FFFFFF; }
.nav { font: bold 11px; }
.nav A         { COLOR: #FF9999; text-decoration:none; }
.nav A:hover   { COLOR: #FF0000; text-decoration:none; }

#subnav A { font: 11px; background: #990000; COLOR: #FFFFFF; display:block; text-decoration:none; }
#subnav A:hover { background: #CC0000; COLOR: #FFFFFF; }
.subnav { font: 11px; }
.subnav A         { COLOR: #FF9999; text-decoration:none; }
.subnav A:hover   { COLOR: #FF0000; text-decoration:none; }

.table { font: 11px; COLOR: #000000; background:#FF0000; }
.table A         { COLOR: #000000; }
.table A:hover   { COLOR: #FFFFFF; }
.table TH { padding:2px 10px 2px 10px; text-align:left; }
.table TH A       { COLOR: #000000; }
.table TH A:hover { COLOR: #FFFFFF; }
.table TD { padding:2px 10px 2px 10px; }
.table .listing1 { background:#FFCC66; }
.table .listing2 { background:#FFFF99; }
.table .pager { font-size: 10px; COLOR: #000000; }
.table .pager A         { font-weight:bold; }

.border { COLOR: #000000; BORDER: solid #000000 1px; }

.input { font: 11px; COLOR: #000000; background:#CCCCFF; }
/*.button { font: 11px; COLOR: #000000; background:#CCCCFF; }*/

.button {
	background: #97c05a url(images/btn_bg.jpg) repeat-x left bottom;
	font-weight: bold;
	border: 3px double #4a6928;
	padding: 3px;
	color: #fff;
	overflow: visible;
	width: auto;
	margin: 0 0 0 10px;
	}
	
.button:hover, .button:focus {
	border: 3px double #FFFFFF;
	}

.help { font: 11px; COLOR: #CC0000; }
.help A { COLOR: #CC0000; }
.error { font: 11px; COLOR: #006699; }
.error A { COLOR: #006699; }

/* THESE TABLES ARE USED BY GLOBAL ADMIN */
.tablea 
{
	COLOR: #000; 
	background:# 333; 
	border:1px solid #333; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background:#efefef; 
	width: 100%;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
}
.tablea A:link { COLOR: #485f17; text-decoration: underline;}
.tablea A:visited { COLOR: #485f17; text-decoration: underline;}
.tablea A:active { COLOR: #485f17; text-decoration: underline;}
.tablea A:hover { COLOR: #698b22; text-decoration: none;}

.tablea td { padding: 2px; border: 1px;}

/* Use "th" if possible. If .net does not support "th" then use "header" class */
.tablea th {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333;
	padding: 4px;
}
.tablea th A:link { color: #FFFFFF; text-decoration: underline;}
.tablea th A:visited { color: #FFFFFF; text-decoration: underline; }
.tablea th A:active { color: #FFFFFF; text-decoration: underline; }
.tablea th A:hover { color: #FFFFFF; text-decoration: none; }

.tablea .header {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333;
	padding: 20px;
}
.tablea .header A:link { color: #FFFFFF; text-decoration: underline;}
.tablea .header A:visited { color: #FFFFFF; text-decoration: underline; }
.tablea .header A:active { color: #FFFFFF; text-decoration: underline; }
.tablea .header A:hover { color: #FFFFFF; text-decoration: none; }

.tablea .header td { padding: 2px;}

.tablea .footer { 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #003C7B;
}
.tablea .footer td { text-align: center;}
.tablea .alt { background:#E2E2D2;}
.tablea .pager { font-size: 12px; COLOR: #000000; background:#FFFFFF; }
.tablea .pager A         { font-weight:bold; }

.tableb {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	border: 1px solid #333;
	background: #ffffff;
	color: #000000;
	border-color: #333;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
}
.tableb A:link { COLOR: #485f17; text-decoration: underline;}
.tableb A:visited { COLOR: #485f17; text-decoration: underline;}
.tableb A:active { COLOR: #485f17; text-decoration: underline;}
.tableb A:hover { COLOR: #698b22; text-decoration: none;}

.tableb td { padding: 2px; border: 1px; }

/* Use "th" if possible. If .net does not support "th" then use "header" class */
.tableb th {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6c943e;
	padding: 4px;
	}
.tableb th A:link { color: #FFFFFF; text-decoration: underline; }
.tableb th A:visited { color: #FFFFFF; text-decoration: underline; }
.tableb th A:active { color: #FFFFFF; text-decoration: underline; }
.tableb th A:hover { color: #FFFFFF; text-decoration: none; }

.tableb .header {
    text-align:left;
    display: block;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #794500;
	padding: 5px;
	border: 1px solid #4a6c24;
	}
.tableb .header A:link { color: #FFFFFF; text-decoration: underline;}
.tableb .header A:visited { color: #FFFFFF; text-decoration: underline; }
.tableb .header A:active { color: #FFFFFF; text-decoration: underline; }
.tableb .header A:hover { color: #FFFFFF; text-decoration: none; }

.tableb .header td { padding: 2px; }

.tableb .footer { 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #003C7B;
}
.tableb .footer td { text-align: center;}
.tableb .alt { background:#DDD;}
.headerBG { background-image:  url("images/bg.jpg"); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; height: 120px; }
.headerBG img { padding: 5px; }

/*-- table1 --*/
.table1 {
	color: #666; 
	background:#fff; 
	border:1px solid #ccc; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
	width:90%; 
	margin:8px auto 15px;
	}
.table1 A { color: #666;}
.table1 A:link, .table1 A:visited { 
	color: #666;
	text-decoration:none;
	}
.table1 A:hover { 
	color: #666;
	text-decoration:underline;
	}
.table1 td { 
	padding: 4px 15px 4px 4px;
	border:1px solid #ccc;
	vertical-align: top;
	}
.table1 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:125px;
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.table1 th, .table1 .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #7e9d4d;
	background-image: url(images/table1_tablehead.jpg);
	background-repeat: repeat-x;
	}

.table1 th, .table1 .tablehead td { text-align:left; padding: 4px 15px 4px 4px;}

.table1 th A, .table1 .tablehead A {color: #fff;}

.table1 .tablefooter { 
	color: #FFFFFF;
	background-color: #003C7B;
	}
.table1 .tablefooter A { color: #FFFFFF;}

.table1 .alt { background:#fefbec;}

.table1 .pager { color: #333;}
.table1 .pager A { color: #333;}
.table1 .currency {text-align: right;}

