*{
	margin: 0;
	padding: 0;
	border: 0;
}

html,body {
	height: 99%;
}

body, a, input, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
}

body, input{
	color: #000000;
	background-color: #FFFFFF;
}

body.body{
	background-color: #FFFFFF;
}

a, a:visited, a:hover{
	color: #000000;
	background-color: transparent;
}

body{
	text-align: center;
}

a:hover{
	text-decoration: underline;
}

table{
}

td{
}

td.spacer{
	border: 0px solid #000000;
	height: 10px;
}

ul{
	margin-left: 10px;
	list-style-type: none;
}

input{
	border: 1px inset #000000;
	padding: 1px 2px;
}

input.checkbox{
	border: 0;
}

select{
	border: 2px inset #000000;
	padding: 2px;
	font-size: 9pt;
}

textarea{
	border: 2px inset #000000;
}


span.arrow{
	color: #71BF44;
	background-color: transparent;
}

fieldset{
	display: none;
}

/* Login */

table.noscript{
	margin: 50px auto;
}

td.error{
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}

table.loginTop{
	margin-left: 100px;
	width: 365px;
}

	td.logo{
		text-align: center;
		margin: 15px auto;
		height: 85px;
	}

	td.fern img{
		float: right;
		margin-left: 10px;
	}

	td.login{
		padding: 2px 2px;
		font-size: 11pt;
		text-align: left;
		color: #71BF44;
		background-color: transparent;
	}
	
	td.login input.loginBtn{
		border: 0;
		font-size: 11pt;
		text-align: left;
		color: #71BF44;
		background-color: transparent;
	}

	td.innerLogin{
		text-align: left;
		background-color: #D2A906;
		height: 115px;
	}

	td.loginSpacer{
		height: 50px;
	}

table.login{
	margin: 5px;
	width: 170px;
	background-color: #D2A906;
	color: #FFFFFF;
}

table.login td{
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

table.login input{
	width:180px;
	margin: 2px 2px;
	border: 0;
	font-size: 8pt;
	font-weight: normal;
}

/* yellow border boxes */
/*
div.top {background: url(images/topline_yellow.gif) 0 0 repeat-x;}
div.bot {background: url(images/bottomline_yellow.gif) 0 100% repeat-x;}
div.lef {background: url(images/leftline_yellow.gif) 0 0 repeat-y;}
div.rig {background: url(images/rightline_yellow.gif) 100% 0 repeat-y;}
div.blc {background: url(images/bottomleftcorner_yellow.gif) 0 100% no-repeat;}
div.brc {background: url(images/bottomrightcorner_yellow.gif) 100% 100% no-repeat;}
div.tlc {background: url(images/topleftcorner_yellow.gif) 0 0 no-repeat;}
div.trc {background: url(images/toprightcorner_yellow.gif) 100% 0 no-repeat; padding:6px;}
*/

/* green border boxes */

div.top {background: url(../images/topline_green.gif) 0 0 repeat-x;}
div.bot {background: url(../images/bottomline_green.gif) 0 100% repeat-x;}
div.lef {background: url(../images/leftline_green.gif) 0 0 repeat-y;}
div.rig {background: url(../images/rightline_green.gif) 100% 0 repeat-y;}
div.blc {background: url(../images/bottomleftcorner_green.gif) 0 100% no-repeat;}
div.brc {background: url(../images/bottomrightcorner_green.gif) 100% 100% no-repeat;}
div.tlc {background: url(../images/topleftcorner_green.gif) 0 0 no-repeat;}
div.trc {background: url(../images/toprightcorner_green.gif) 100% 0 no-repeat; padding:6px;}



/* white border boxes */

div.white_t {background: url(images/topline_white.gif) 0 0 repeat-x; width: 240px;}
div.white_b {background: url(images/bottomline_white.gif) 0 100% repeat-x;}
div.white_l {background: url(images/leftline_white.gif) 0 0 repeat-y;}
div.white_r {background: url(images/rightline_white.gif) 100% 0 repeat-y;}
div.white_bl {background: url(images/bottomleftcorner_white.gif) 0 100% no-repeat;}
div.white_br {background: url(images/bottomrightcorner_white.gif) 100% 100% no-repeat;}
div.white_tl {background: url(images/topleftcorner_white.gif) 0 0 no-repeat;}
div.white_tr {background: url(images/toprightcorner_white.gif) 100% 0 no-repeat; padding:15px;}


/* header */

table.header{
	border-collapse: collapse;
	width: 100%;
}

td.header{
	height: 60px;
	border-bottom: 1px solid #000000;
}

td.headerLeft{
	background-color: #00A650;
	color: #FFFFFF;
	padding-left: 5px;
	width: 160px;
	text-align: left;
}

	td.welcome{
		font-size: 10pt;
		background-color: #00A650;
		color: #FFFFFF;
		padding: 5px;
	}

	td.title{
		text-align: left;
		font-size: 14pt;
		font-weight: normal;
		padding: 0 25px 0 0;
		background-color: #00A650;
		color: #FFFFFF;
	}
	
	td.title img{
		background-color: #00A650;
		padding: 0;
		margin: 0;
		clear: none;
	}

/* navigation */

td.navigation{
	padding-top: 10px;
	vertical-align: top;
	width: 120px;
	background-color: #c5c5c5; 
	height: 99%;
}

td.content{
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: 99%;
	padding-top: 15px;
}

td.content td{
	padding: 2px;
}


table.listbuttons{
	margin: 2px auto;
	width: 95%;
}

.bg1{
	margin: 2px auto;
	background-color: #B0C3B0;
	text-align: left;
}


table.folders{
	border: 1px solid #c5c5c5;
	padding: 0px;
	width: 95%;
	margin: 5px auto;
}

table.folders td{
	text-align: left;
}

.LT{
	border: 1px solid #c5c5c5;
	padding: 0px;
	width: 95%;
	margin: 2px auto;

}



/* old */


a{
	color: navy;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
}
a:hover{
	text-decoration: underline;
}
a.mpt{
	color: #5B5B5B;
}
a.H{
	font-size: 12px;
	color: black;
}
a.H:hover{
	text-decoration: none;
}
table.N{
	VERTICAL-ALIGN: top; 
	WIDTH: 100%;
	HEIGHT: 90%;
}
td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
}
td.U{
	font-weight: bold;
	color: red;
	font-size: 12px;
}
td.FB{
	PADDING-LEFT: 10px;
}
th{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	text-align: left;
}
th.config{
	font-size: 12px;
	text-align: center;
}

.LF{
	font-size: 12px;
}
.b{
	font-weight: bold;
}
.ten{
	font-size: 10px;
}
.red{
	color: red;
}
.white{
	color: white;
}
.c{
	text-align: center;
	vertical-align: middle;
}
.rt{
	text-align: right;
}
.L1{
	white-space: nowrap;
	background-color: #ffffff;
	height: 20px;
}
.L0{
	background-color: #e7e7e7;
	white-space: nowrap;
	height: 20px;
}

.L1new{
	white-space: nowrap;
	background-color: #DAF0FD;
	height: 20px;
}
.L0new{
	background-color: #BDDEF4;
	white-space: nowrap;
	height: 20px;
}

.Nbul{
	background-color: #DAF0FD;
	white-space: nowrap;
	height: 20px;
}
.sbtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: black;
	background: #BEEABE;
}
input.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: black;
	background: #BEEABE url(/nwimg/mail/farmside/button.gif);
 	border: 1px outset #BEEABE;
}
input.btn100{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: black;
 	background: #BEEABE url(/nwimg/mail/farmside/button.gif);
	border: 1px outset #BEEABE;
	width: 110px;
}
input.btn70{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: black;
 	background: #BEEABE url(/nwimg/mail/farmside/button.gif);
 	border: 1px outset #BEEABE;
	width: 70px;
}
input.btn20{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background: #BEEABE url(/nwimg/mail/farmside/button.gif);
	border: 1px outset #BEEABE;
	width: 20px;
}
input.btn2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	background: #BEEABE url(/nwimg/mail/farmside/button.gif);
 	border: 1px outset #BEEABE;
	 /*background: #EBEBEB url(/nwimg/farmside/button2.gif);
	 border: 1px outset #EBEBEB;*/
}
.abkbtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	background: #BEEABE url(/nwimg/mail/farmside/button.gif);
 	border: 1px outset #BEEABE;
	/*background: #EBEBEB url(/nwimg/farmside/button2.gif);
	border: 1px outset #EBEBEB;*/
	width: 45px;
}

.JAH{
	VERTICAL-ALIGN: top;
	WIDTH: 15px;
	BACKGROUND-COLOR: #c5c5c5; 
}
.Q{
	padding: 1px 0px 0px 5px;
	width: 100%;
}
.Q2{
	border: 1px solid #104a7b;
	padding: 1px 0px 1px 0px;
	BACKGROUND-COLOR: white;
	WIDTH: 100%;
}
.Q3{
	FONT-SIZE: 1px; 
	HEIGHT: 5px; 
	BACKGROUND-COLOR: #76d769
}
.Q4{
	FONT-SIZE: 1px; 
	HEIGHT: 5px; 
	BACKGROUND-COLOR: red
}
.Q5{
	padding: 0px 5px 0px 0px;
}
.btm{
	VERTICAL-ALIGN: bottom;
	padding: 0px 5px 5px 5px;
}

.HW{
	padding: 4px;
	font-size: 12px;
	BACKGROUND-COLOR: white;
}
.bnr{
	BACKGROUND-COLOR: #336699;
	WIDTH: 100%;
}
.ibnr{
	background-color: #336699;
	background-repeat: no-repeat;
	HEIGHT: 52px;
	WIDTH: 100%;
}
.tbnr{
	font: bold italic 13pt Arial;
	padding-left: 130px; 
	text-align: left;
	color: #BDDEF4;
}
.I{
	border: 1px solid #c5c5c5;
	padding: 0px;
	BACKGROUND-COLOR: #ffff60;
	WIDTH: 50%;
}
td#message td{
	font-size: 12px;
}
td#message a{
	font-size: 12px;
}
td#spelling a{
	color: red;
	font-size: 12px;
}
td#spelling{
	font-size: 12px;
}

tr.login1{
	background: #000077;
}
tr.login1 td{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
}
tr.login1 a{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
}
tr.login2{
	background: #c5c5c5;
}
tr.login2 td{
	font-size: 12px;
}
tr.login2 a{
	font-size: 12px;
}
tr.login2 select{
	font-size: 12px;
}
