BODY, TABLE, TR, TD, A, INPUT, SELECT, OPTION
{
	font: normal 9pt 'Arial' 'Helvetica' 'Verdana';
}

A
{
	color: #0000FF;
}

H1, H2, H3
{
	font-family: 'Arial' 'Helvetica' 'Verdana';
}
	
H3
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 9pt;
}

.title
{
	font-weight: bold;
}

.footer
{
	font-size: 8pt;
}

/********************************************************/
/*			Table styling in the admin pages			*/
/********************************************************/

.indexTitle
{
	font-weight: bold;
	font-size: 12pt;
}

.tableTitle
{
	font-weight: bold;
	
	background-color: #eeeeee;
	
	padding: 2px;
}

.tableRow
{
}

.tableRowAlternate
{
	background-color: #eeeeee;
}

.adminTable
{
	border: 1px solid black;
	border-collapse: collapse;
}

.adminTable TD
{
	border: 1px solid black;
}

.menuSeparator
{
	line-height: 3px;
	height: 3px;
	background-color: #999999;
}

.adminCalendar td
{
	border: 0;
}

/******************************************************/

.menuContentBox
{
	margin-left: 5px; 
	border-left: black 1px dashed;
	padding-top: 10px;
}

.insideMenuContent
{
	margin-left: 10px;
}

.menuLineBreak
{
	line-height:10px
}

.menuHeaderItem
{
	cursor: pointer;
}

.calendar
{
	position: absolute;
	background-color: white
}

.calendarTable
{
	border: 0px;
	border-collapse: separate;
}

.calendarTable TD
{
	border: 0px;
}


/********************************************************/
/*			Table styling for general tables			*/
/********************************************************/
.formTable
{
	width: 580px;
	margin: auto;
	text-align: center;
}


.formTable TD
{
	padding: 2px 2px 2px 2px;
	height: 27px;
}

.formTableHeader
{
	text-align: center;
	font-weight: bold;
	background-color: #eeeeee;
	vertical-align: middle;
}

.formTableTitle
{
	font-weight: bold;
	
	background-color: #eeeeee;
	
	vertical-align: bottom;
}

.formTableTitleAlternate
{
	font-weight: bold;
	
	vertical-align: bottom;
}

.formTableCell
{
	background-color: #eeeeee;
	
	vertical-align: bottom;
}

.formTableCellAlternate
{
	vertical-align: bottom;
}

.formTableError
{
	font-weight: bold;
	color: Red;
}

.formTableError IMG
{
	padding-right: 5px;
}

.formTableItemSeparator
{
	line-height: 3px;
	height: 3px;
	background-color: #999999;
}

.formTableSubscript
{
	font-size: 7pt;
	color: #999999;
}

.formMandatory
{
	font-size: 8pt;
	color: Red;
	font-weight: normal;
}

.formMandatoryAsterix
{
	font-size: 13pt;
	color: Red;
	font-weight: bold;
}


/*********************************************************/
/*					STATISTICS							 */
/*********************************************************/

.statisticsTable
{
	margin-left: 5px;
	border-collapse: collapse;
}

.statisticsTable TD
{
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
}

.statisticsHeaderRow
{
	color: #FFFFFF;
	background-color: #000000;
}

.statisticsHeaderRow TD
{
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #505050;
	font-weight: bold;
}

.statisticsCellCenter
{
	text-align: center;
}

.statisticsCellLeft
{
	text-align: left;
}

.statisticsCellRight
{
	text-align: right;
}

.statisticsHeaderRow A
{
	color: #FFFFFF;
	background-color: #000000;
}

.statisticsAlternateRow
{
	background-color: #CCCCCC;
}

.statisticsRow
{
	background-color: #FFFFFF;
}

.statisticsCell
{
	text-align: center;
}

.statisticsName
{
	text-align: left;
}

.statisticsTable A
{
	font-size: 8pt;
}

