﻿/* Standard HTML Tags */
/*************/
/*************/
/*************/

body {
	background-color: #FFFFFF;
	background-image:url('../webcoreimages/s_background_h.jpg');
	background-repeat:repeat-x;
	margin-top:0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#504F4F;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

hr {
	height:1px;
	color:#D0D0D0;
	width:100%;
}

a {
	color: #336714;
}

a:hover {
	color: #69BB44;
	text-decoration: none;
}

ul {
	/*margin-bottom:10px;*/
	/*margin-left:15px;*/
	list-style:square;
	/*list-style-position:outside;*/
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}


h1 {
	font-family: arial;
	color:#8A8888;
	font-size: 11pt;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-family: arial;
	color:#336714;
	font-size: 11pt;
	font-weight:bold;
	margin:0px;
}

h3 {
	font-family: arial;
	color:#336714;
	font-size: 11pt;
	font-weight:bold;
	margin:0px;
}

h4 {
	font-family: arial;
	color:#336714;
	font-size: 10pt;
	font-weight:bold;
	margin:0px;
	border-bottom:1px #336714 dashed;
}

h5 {
	font-family:Arial;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	margin:0px;
}




img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 9pt;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 9pt;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 9pt;
		border: 1px solid #C2BCB4;
}

.centeralign {
	text-align:center;
}

.rightalign {
	text-align:right;
}


/* EO Standard Container Tags */
/*************/
/*************/
/*************/

.backgroundcontainer{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	background-image:url('../webcoreimages/s_background_v.jpg');
	background-repeat:repeat-y;
	height:800px;
}

.maincontent {
	width:100%;
}


.logotable {
	width:100%;
}
.logotable td{
	padding-left:15px;
	padding-right:15px;
	text-align:right;
}

.menutable {
	width:100%;
	font-weight:bold;
	font-size:11pt;
}

.menutable td{
	padding-left:15px;
	padding-right:15px;
}

.menutable a{
	color:#8A8888;
	text-decoration:none;
}

.menutable a:hover{
	color:#69BB44;	
}

#menutableON{
	color:#69BB44;
	text-decoration:none;
}

.graylink{
	color:#504F4F;
	text-decoration:none;
}



.lefttable {
	width:100%;
}

.lefttable td{
	padding:15px;
	text-align:right;
}


.righttable {
	width:100%;
}

.righttable td{
	padding:15px;
}


.footer{
	background-color:#A4B2BB;
	color:#FFFFFF;
	font-size:8pt;
	text-align:center;
	width:100%;
}



.tablehead {
	background-color:#803212;
	color:#FFFFFF;
	text-align:center;
}

.rowrecord {
	border-bottom:1px #CCCCCC solid;
}

.inputbutton {
	background-color:#336714;	
	color:#FFFFFF;
}

.cell2padding td {
	padding:2px;
}

.leftfooter {
	float:left;
	width:100%;
	font-size:7pt;
	font-family:Verdana;
}

.leftfooter a{
	color:#8A8888;
	text-decoration:none;

}

.leftfooter a:hover{
	color:#69BB44;	
}

.rightfooter {
	float:right;
	text-align:right;
	width:25%;
	font-size:7pt;
	font-family:Verdana;
}

.error_text  {
	background:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:10px;
	
}

.textok  {
	background:#69BB44;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:10px;
	
}

