
.lb {
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
    color: #000000; 
}

.cform td, .cmsTable td, .cmsTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	/*color: #2E3092;*/
}

.cmsTable caption {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	margin-top: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;	
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;	
	letter-spacing: 1px;
	word-spacing: 1px;
	height: 23px;
}

/*.in_textarea {
		margin-left: 5px;
    padding: 1px 4px 1px 4px;
    border: 1px solid #666666;
    background-color: #ffffff;
    font-size: 11px;
    width: 335px;

}*/

.Error {
	color: red;
	font-size: 11px;
	font-family: Verdana
}

.pager {
	color: #777;
	font-size: 10px;
	font-family: Verdana;
	background-color: #fff;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	/* border: solid 1px #777 */
	border: none
}

.pageactive {
	color: #ff6500;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	word-spacing: 1px;
	letter-spacing: 1px;
	display: block
}
                                                                                                                                                                                         
.pagepassive {
	color: #737573;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	word-spacing: 1px;
	letter-spacing: 1px;                                 
	cursor: default;
	display: block
}

.colorCurrent, .colorChooser {
	border: 1px #777777 solid;
}

.colorCurrent {
	width: 30px;
	height: 30px;
}

.colorSpacer {
	width: 30px;
}

.colorChooser {
	width: 20px;
	height: 20px;
}

.statstable { border-bottom: 1px solid #000; border-left: 1px solid #000 }
.statstableb { border: 1px solid #000; }

.topstatsrow1, .topstatsrow2, .statsrow1, .statsrow2, .topstatsheader2, .statsheader2, .topstatsheader, .statsheader  {
    padding: 1px;
    color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

.statstxtb  { border: none; }

.topstatsheader, .statsheader {
    background-color: #fbda9a;
    color: #000;
    font-weight: bold;
}

.topstatsheader2, .statsheader2 {
    background-color: #fdf0d6;
    color: #000;
    font-weight: bold;
}

.statsrow1  {
    background-color: #fff;
}

.statsrow2  {
    background-color: #fdf0d6;
}

/*
.topstatsrow1  {
    background-color: #fcfcfc;
}

.topstatsrow2  {
    background-color: #eeeeee;
}

.topstatsrow1 a, .topstatsrow2 a  {
    // should be "link" style from the main template
}
*/

.cmsTable {
    background-color: #000000;    
}

.cmsTable th {
    color: #000000;
    background-color: #fbda9a;
    text-align: center;
}

.cmsTable caption {
    color: #000;
    text-align: center;
}

.cmsTable * {
   color: #000000;
   
}

.cmsTable td, .cmsTable th {
    padding: 1px;
}

.cmsTableRow1, .cmsTableRow1 td {
    background-color: #fdf0d6;
    color: #000;
}

.cmsTableRow2, .cmsTableRow2 td {
    background-color: #ffffff;
    color: #000;
}

.cmsTableRowSel, .cmsTableRowSel td {
    background-color: #c3daff;
    color: #000000;
}

.toolsDiv {
/*    background-color: #fff0f0;*/
}