BODY, INPUT, OPTION, SELECT, TEXTAREA
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#333333;
}
SELECT, TEXTAREA, INPUT
{
	border:solid 1px #333333;
}
SELECT, OPTION
{
	font-weight:normal;
}

A, A:visited, A:hover
{
	text-decoration:none;
	color:#FF9900;
}

HR
{
	display: none;
	border: 0;
	color: #043;
	background-color: #043;
	height: 1px;
	width: 100%;
}

.tableHeader
{
	font-weight:bold;
	color:#CDCDCD;
	height:30px;
}

.tableHeader.middle
{
	background-color:#3f3f3f;
	border-spacing:0;
}

.tableHeader.middle td
{
	padding:2px;
}
/*
.tableHeader:first-child {background: none}

.table table {
	border-spacing: 0;
}
.table table tr:nth-child(even) {
    background-color: #fff;
}
.table table td {
	padding:2px;
}
*/

.table table{
	border-collapse:collapse;
	width: 100%;
}
.table table .record{
	border-bottom: solid 1px #949e7f;
}

.table table .record td{
	line-height: 21px;
}

.filterItem
{
	font-weight:bold;
	color:#333333;
	clear:none;
	display:inline;
}

SELECT.adminClientList
{
	margin-top: -5px;
    width: 305px;
    color: #FF9900;
    border: solid 1px #FFDD66;
    padding: 2px;
    height: 20px;
}
OPTION.adminClientList
{
	color:#FF9900;
}
.clientList
{
	width:250px;
}
.rightBold
{
	text-align:right;
	font-weight:bold;
}
div.btnPDF
{
	position: absolute;
    text-align: center;
    right: 20px;
    top: 20px;

}
div.btnExcel
{
	position: absolute;
    text-align: center;
    right: 90px;
    top: 20px;
}
.linkPDF, .linkPDF:visited, .linkPDF:hover,
.linkExcel, .linkExcel:visited, .linkExcel:hover
{
	font-weight:bold;
	color:#333333;
}
#footer_div > a
{
	color:#999999;
}
#footer_div > a:hover
{
	color:#FF9900;
}
#loading
{
	position:absolute;
	background-image: url(../images/bg_loading.gif) ;
	background-repeat:repeat;
	top:0;
	left:0;
	z-index:10;
	display:none;
}
#loading_tbl
{
	position:relative;
	top:0px;
	left:10px;
	width:280px;
	height:58px;
	text-align:center;
	background-color:#EFEFEF;
	border-width:2px;
	border-style:ridge;
	border-color:#666666;
}
#optionsExt input, #optionsExt select, #optionsExt textarea {
	margin-bottom: 2px;
}