/*
BODY, TD {
{   font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}
INPUT, TEXTAREA
{   font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    COLOR: #595959; 
}

SELECT
{   font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    COLOR: #595959;    
}
*/
.chkBox
{   font-family:Verdana,Arial,Helvetica;
    FONT-SIZE: 11px;
    COLOR: #595959;    
    /*BACKGROUND-COLOR: transparent;
    border: none;
    padding:0 0 0 0;    
    margin:0 0 0 0;*/
}
.tablecolumn
{   font-family:Verdana,Arial,Helvetica;
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: none;
	border-top-width: medium;
	border-bottom-style: solid;
	border-bottom-width: 1;	
	font-size: 10px;
	color:#1C4C8C;	
	text-decoration: none;
}

.login-as {
	font-family:Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.errorLabel {
	color:#1c4c8c;	
	font-weight: bold;
}
	
.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.labels{
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    COLOR: #1C4C8C;    
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;    
	border-bottom:1px solid #DDDDDD;
	margin:0 0 0 0;
}

/* For Display tag css */
/*
h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, table, td, th, span, a, hr, code, pre, hr {
	margin:0;
	padding:0;	
	background-repeat:no-repeat;
	list-style-type:none;
	FONT-SIZE: 10px;
}
*/
th {
	padding: 2px 4px 2px 4px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;	
	background-color: #FF9900;
	/*line-height: 25px*/
}
thead tr {
    background-color: #FF9900;
}
th.sorted {
    background-color: #FF9900;
}
th a, th a:visited {
  color: #FFFFFF;  
}
th a:hover {
  text-decoration: none;
  color: black;  
}
th.sorted a, th.sortable a {
	background-position: right;
	background-repeat:no-repeat;
	display: block;
}
th.sortable a {
	background-image: url(../images/arrow_off.png);
	text-decoration: none;	
	color: #FFFFFF;
  	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
th.order1 a {
	background-image: url(../images/arrow_down.png);
}
th.order2 a {
	background-image: url(../images/arrow_up.png);
}
tr.odd {
  background-color: #F2F2F2;
}
tr.tableRowEven, tr.even {
  background-color: #E0E0E0;
}

span.pagebanner {
	/*background-color: #eee;*/
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;	
	width: 98%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.pagelinks {
	/*background-color: #eee;*/
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	display:block;
	border-top: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.simple thead tr {
  background-color: #f9f1e9;
  padding: 2px 4px 2px 4px;
}

table.simple tr.even {
  background-color: #f9f1e9;
  padding: 2px 4px 2px 4px;
}

table.simple {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}
table.simple td {
    background-color: #f9f1e9;    
	border: 1px solid #FFFFFF;
	padding: 2px 4px 2px 4px;
}

table.simple th{    
	border: 1px solid #FFFFFF;	
	color: #FFFFFF;
  	font-weight: bold;
}

.blueline {
	color:#21A0EE; 
	height:1px;
}

.bluebg {
	BACKGROUND-COLOR:#21A0EE; 
}

.ded-group {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	BACKGROUND-COLOR:#21A0EE; 
	width: 80%;
}