@charset "iso-8859-1";
/*
SmartTables.css
© Nate Grover (www.nategrover.com)
By using this code, you understand that you have read and agreed with the usage terms.
For usage terms view http://www.nategrover.com/terms.html
*/
/* default smart table styles */
TABLE.smtTable{
	border:0px black solid;
	padding:0px;
	margin:0px;
	width:600px;
}

TBODY.smtTable{
	margin:0px;
	border-width:0px;
}

THEAD.smtTable{
	margin:0px;
	border-width:0px;
	padding:0px;
}
TFOOT.smtTable{
	margin:0px;
	border-width:0px;
	padding:0px;
	width:100px;
}

TR.smtRowOdd{
	background-color:#CCCCCC;
	font-size:8pt;
}
TR.smtRowEven{
	background-color:#FFFFFF;
	font-size:8pt;
}



A.smtHeaderRow{
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
}
A.smtHeaderRow:visited{
    color:white;
}
A.smtHeaderRow:hover{
    color:#EEBBCC;
}

TR.smtHeaderRow{
	background-color:#8822FE;
	background-color:#680A00;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
}

TD.smtHeaderRow{
	background-color:#8822FE;
	background-color:#680A00;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px black solid;
}

A.smtFooterRow{
	color:#680A00;
	font-weight:normal;
	text-decoration:none;
	font-size:8pt;
	padding-right:2px;

}
A.smtFooterRow:visited{
    color:#680A00;
}
A.smtFooterRow:hover{
    color:#680A00;
}
TD.smtFooterRow{
    font-size:8pt;
    font-weight:bold;
    border-top:1px black solid;
    border-bottom-style:none;
}

A.smtFilter{
    font-size:8pt;
    text-align:center;
    text-decoration:none;
    margin: 1 1 1 1;
    background-color:#CCCCCC;
    border-style:ridge;
    border-width:2px;
    border-color:#333333;
    border-top-color:#EEEEEE;
    border-left-color:#EEEEEE;
    color:black;
	padding-left:3px;
	padding-right:3px;
	margin-right:5px;
}
A.smtFilter:visited{
    color:black;
}

SELECT.smtFilter{
  font-size:8pt;
  height:16px;
  margin-left:5px;
}
INPUT.smtFilter{
  font-size:8pt;
  height:16px;
  margin-left:5px;
  margin-right:5px;
}
TD.smtFilter{
  font-size:8pt;
  font-weight:normal;

}

A.dataRowLinkStyle{

}