﻿.pageHeader 
{
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.modalHeader 
{
	font-family: Arial, Verdana;
	font: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;	
}

.table 
{
	background-color: #000000;
	width: 80%;
	margin-left: 8%;
	margin-right: 8%;
	padding: 0px;
	empty-cells: show;
}
.tableParentHeader 
{
	background-color: #C18001;
	font-family: Arial, Verdana;
    font-size:14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 6px;
    padding-left: 4px;
}
.tableChildHeader 
{
	background-color: #106695;
	font-family: Arial, Verdana;
    font-size:13px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px;
    text-align: center;
}
.tableRow 
{
	background-color: #DEDEDE;
	color: #000000;
	font-family: Arial, Verdana;
}
.tableRowHover 
{
	background-color: #7fa3b3;
	color: #000000;
	font-family: Arial, Verdana;
	
}
.tableAlternateRow 
{
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial, Verdana;
}
.tableManageCell 
{
	width: 125px;
	padding: 6px;
	white-space: nowrap;
	vertical-align: top;
}
.tableEditMode 
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;	
	width: 85%;
	padding: 0px;
	empty-cells: show;
}
.tableEditRow 
{
	background-color: #FFFFFF;
	vertical-align: top;
}
.tableEditRowText
{
	text-indent: 0px;
	text-align: right;
	white-space: nowrap;
}
.tableEditSavePanel 
{
	text-align: center;	
}
.tableReport
{
	background-color: #000000;
	width: 90%;
	margin-left: 4%;
	margin-right: 4%;
	padding: 0px;
	empty-cells: show;
	white-space: nowrap;
}

.sortItem 
{
	border-left: solid 15px #000000;
	border-bottom: solid 1px #000000;
	background-color: #DEDEDE;
	padding: 10px;
	padding-left: 20px;
	cursor: hand;
	cursor: pointer;
}
.Inputs 
{
	width: 90%;
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 11px;	
}
.InputsActive 
{
	background-color: #eeeeee;
	width: 80%;
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 11px;	
}
.DropDownList 
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	width: 80%;	
}

.rcRoundBox 
{
	background: url(../images/admin/nt.gif) repeat;
	width: 90%;
	margin: 1em auto;
}
.rcTop div 
{
	background: url(../images/admin/tl.gif) no-repeat top left;
}
.rcTop 
{
	background: url(../images/admin/tr.gif) no-repeat top right;
}
.rcBottom div 
{
	background: url(../images/admin/bl.gif) no-repeat bottom left;
}
.rcBottom 
{
	background: url(../images/admin/br.gif) no-repeat bottom right;
}
.rcTop div, .rcTop, .rcBottom div, .rcBottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rcContent 
{
	margin: 0 7px;
}
.InlineEdit 
{
	border-style: dashed;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
}
.InlineEditHover
{
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
	background-color: #DEDEDE;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.caltable 
{
	font-family: Arial;
	font-size: 11px;	
}
.caltime 
{
	height: 11px;
	font-family: Arial;
	font-size: 10px;
	width: 75px;	
}
.star {
	color: #FF0000;
}
