/* *************** GenericReport Styles *************** */


table.MainTable {
	background-color: #f7bb18;
	border: 1px solid #f7bb18;
}

td.TableName {
    color: #ffffff;
    font-family: arial, helvetica, verdana,'times new roman';
    font-weight: bolder;
	background-color: #000066;
	height: 20px;
	text-indent: 5px; /* gives the impression of padding */
}

td.LineRow {
	background-color: #f7bb18;
	padding: 0px;
	height: 1px;
}

td.TableColumnHeaders {
    color: #000000;
    font-family: arial, helvetica, verdana,'times new roman';
    font-weight: bold;
	background-color: #8fb7ce;
	height: 18px;
}

a.TableColumnHeaders {
    color: #000000;
    font-family: arial, helvetica, verdana,'times new roman';
    font-weight: bold;
}

td.TableData1 {
    color: #000000;
    font-family: arial, helvetica, verdana,'times new roman';
    background-color: #ffffff;
	height: 18px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}

td.TableData3 {
    color: #000;
    
    font-family: arial, helvetica, verdana,'times new roman';
    background-color: #eeeeee;
	height: 18px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}

td.TableDataAlert {
    color: #000000;
    
    font-family: arial, helvetica, verdana,'times new roman';
	background-color: yellow;
	height: 18px;
	margin-left: 3px;
	margin-right: 3px;
}

td.TableData2 {
    color: #000000;
    
    font-family: arial, helvetica, verdana,'times new roman';
    background-color: #c7e1f3;
	height: 18px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}

tr.SearchHeader {
    
    font-family: arial, helvetica, verdana,'times new roman';
    background-color: #eeeeee;
    color: #000000;
}

/*
a.RegularLink{
    color: #022983;
    font-family: arial, helvetica, verdana,'times new roman';
}

a.SmallLink {
    color: #bb2524;
    font-family: arial, helvetica, verdana, 'times new roman';
}
*/


/*
a { text-decoration: none;}
a:hover { text-decoration: underline }
*/

