body
{
	background-color:white;
	color: #202020;
	margin:  0;
	padding:  0;
	font-family:SegoeUI,Verdana,Tahoma;
	font-size:14px;
    text-align: left;
}

h1,h2,h3,h4,h5
{
	color: #80A050
}

h1,h2,h4
{
    text-align:left;
	border-bottom: solid 1px #202020;
}
h3 
{
	text-align:center;
	color:#405020
}

h2
{
	text-align:right;
	padding-right:10px;
}

table, tr, td
{
	color:#202020;
	padding: 3px;
	vertical-align:middle;
	text-align:left;
}

td.topaligned
{
	vertical-align:top;
}

table.gridview th
{
	background-color:#EAFFA0;
}

a, a:active, a:visited
{
	padding: 2px;
	color: #004000;
	margin: 1px;
}

a:hover
{
	margin: 1px;
	text-decoration:none;
	background-color:Yellow;
	
}

.light
{
	 color:#89b93f;
}

.dark
{
	color:#465f20;
}

.fgblack
{
	color:Black;
}

.invlight
{
	background-color:#89b93f;
	color:White;
}

.invdark
{
	background-color:#465f20;
	color:White;
}

#accountinfo
{
	position:absolute;
	top:0;
	left:0;
	color:#465f20;
	text-transform:lowercase;
}

#logo
{
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100px;
	text-decoration:none;
}

#mainMenu
{
	position:  absolute;
	top:  0;
	left:  0;
	margin:  0;
	padding:  0;
	width:150px;
	--height:100%;	
	background-color:#89b93f;
	color:White;
	float:left;
}

#mainMenuText
{
	text-align:left;
	font-size:13px;
}
li.menuitem
{
	position:relative;
	left:-20px;
	margin-top:4px;
	padding-bottom:4px;
	text-align:center;
	list-style:none;
	border:dotted 1px white;
}

.backbutton
{
    position:absolute;
    top:160px;
    left:0px;
	text-align:left;
	margin-top:4px;
	padding-bottom:4px;
	text-align:center;
	list-style:none;
	border:dotted 1px green;
}

#mainContent
{
	margin-left:  160px;
	margin-right:  0;
	margin-bottom:  0;
	margin-top:  0;
	padding:  0;
	text-align: center;
	position:relative;
	top:-60px;
}

/*----------------------------------*/
.largegridview
{
	width:95%;
}
.gv_alternating
{
	background-color:#EAFFA0;
}

.gridview, .largegridview
{
	border: solid 1px #89b93f;
	margin-top:15px;
	margin-bottom:5px;
	padding:2px;
}

.detailstable
{
	position:relative;
	left:50px;
}

.login
{
	border-style: none;
	width: 100%;
	text-align:center;
	position:relative;
	left:150px;
}

.box
{
	border: solid 1px #89b93f;
	padding: 4px;
	margin: 4px;
	text-align:left;
}

.info
{
	text-align:left;	
	color:#00AA00;
	border:dotted 1px #00FF00;
}

.warning
{
	text-align:left;	
	color:#0000AA;
	border:dotted 1px #0000FF;
}

.error
{
	text-align:left;
	color:#AA0000;
	border:dotted 1px #FF0000;
	position:absolute;
	top:80px;
	left:180px;
}

.info,.warning,
{
	position:absolute;
	top:60px;
	left:180px;
	z-index:100;
}

.filters
{
	margin: -10px;
	padding:-10px;
}

input
{
	text-transform:uppercase;
    text-align: left;
}

input.numeric
{
	text-align:right;
	width: 50px;
}

input.text
{
	text-align:left;
	width:200px;
}

input.longtext
{
	text-align:left;
	width:500px;
}

td.smallfield
{
	width: 40px;
}

td.largefield
{
	width: 200px;
	text-align:left;
}

.hidden
{
	visibility:hidden;
}

div.centerer
{
	width:100%;
	text-align:center;
}

.bottomhyperlink
{
	text-align:right;
}

#loading
{
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    visibility:hidden;
    z-index:1000;
    position:absolute;
    top:0;left:0;
}

.translucent
{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}