/* CSS Document */

a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.lite{
	color: #000000;
}
.dark{
	color: #000000;
}
.chk {
	border: thin solid #000000;
	padding-left: 3px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 20px;
	padding-left: 3px;
}
.txtmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90px;
	height: 20px;
	padding-left: 3px;
}

.txtmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	height: 20px;
	vertical-align: top;
}
.lst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 20px;
}

.lstmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	height: 20px;
}

.txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 230px;
	height: 140px;
	padding-left: 3px;
}

.lbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.navsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.navmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.miniwarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.warning {
	color: #FD5522;
}

.headertitle {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.pagetitle {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.revenuetotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.bigmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

input.cmd{
	width: 90px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

input.cmdmini{
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

input.cmdmedium{
	width: 50px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

input.cmdlarge{
	width: 150px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.coloredform{
/*	background-color:#D2C599;  */
	background-color:#ece3ca;
	/* background-color: #F18565; Orange */
}

#stripedlist {
	border: 0px solid #666666;
	}

#stripedlist tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px 8px;
	}
	
#stripedlist thead th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
/*	background-color:#D2C599;  */
	background-color:#ece3ca;
	color:#000000;
	padding: 3px 8px;
	}
	
#stripedlist tbody tr.selected td {
	background-color: #3d80df;
	color: #000000;
	font-weight: bold;
	}
