﻿
/*   
	ccTable -	These are styles for standard data display tables; 
				not used for tables with edit/delete icons
*/
.ccTable
{
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #CDCDCD;
	padding: 3px 5px 5px 3px;
}

.ccTableHeading	
{
	/*background: #cc99ff; */
	background: #5167BD;
	color:White;
	font-weight: normal;
	height:20px;
}	

.ccTableRow
{
	background: white;
	color: Black;
}

.ccTableRowAlt
{
	background: #eeeeee;
	color: Black;
}

.ccTableCell
{
	color:White;
	border-right: 1px solid #CDCDCD;
}
.ccTableCellNoRight
{
	color:White;
	
}
.ccTableCellNoBorder
{
}

/*
	ccTableAL
*/
.ccTableAL
{
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
}

.ccTableALHeading
{
	color: white;
	font-weight: normal;
}

.ccTableALHeadingCellNoRight
{
	color:White;
	background: #5167BD;
	border-left: 1px solid #CDCDCD; 
	border-bottom: 1px solid #CDCDCD; 
	border-top: 1px solid #CDCDCD;
	height:21px;
}

.ccTableALHeadingCell
{
	color:White;
	background: #5167BD;
	border-left: 1px solid #CDCDCD; 
	border-bottom: 1px solid #CDCDCD; 
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

.ccTableALRow
{
	background: white;
	color: Black;
}

.ccTableALRowAlt
{
	background: #eeeeee;
	color: Black;
}

.ccTableALCell
{
	border-left: 1px solid #CDCDCD; 
	border-bottom: 1px solid #CDCDCD; 
	border-right: 1px solid #CDCDCD;
}

.ccTableALCellNoRight
{
	border-left: 1px solid #CDCDCD; 
	border-bottom: 1px solid #CDCDCD; 
}

.ccTableALCellNoRightNoLeft
{
	border-bottom: 1px solid #CDCDCD; 
}

