

/***************************************************************************************************************************************
Default.aspx settings (Data Grid, View Pages Etc)
****************************************************************************************************************************************/

table.DataList tr.Header td
{
	background-color:#eeeeee;
}
table.DataList td.Header
{
	background-color:#eeeeee;
}
table.DataList th
{
	background-color:#eeeeee;
}

/*Portal*/
tr.DashboardBox td
{
	background-color:#eeeeee;
}

/*Calendar*/
table.Month th
{
	background-color:#eeeeee;
	border-right-color:#eeeeee;
	border-bottom-color:#eeeeee;
}


table.DisplayTable tr th.DisplayTable, table.DisplayTable tr th.DisplayTableHeader
{
	background-color:#ffb9bb;
}

table.DraggableLayer th.DraggableLayer
{
	background-color:#ffb9bb;
}

div.DisplayTableAltSection
{
	background-color:#fdefee;
}


/********************************
General Table Styles
*********************************/
tr.RowHighlight
{
	background-color:#fef6f7;
}
tr.RowHighlight td
{
	background-color:#fef6f7;
}
tr.RowHighlightBold 
{
	background-color:#fef6f7;
	font-weight:bold;
}
tr.RowHighlightBold td
{
	background-color:#fef6f7;
	font-weight:bold;
}

tr.RowSelected
{
	background-color:#fcdbdb;
}
tr.RowSelected td
{
	background-color:#fcdbdb;
}
tr.RowSelectedBold
{
	background-color:#fcdbdb;
	font-weight:bold;
}
tr.RowSelectedBold td
{
	background-color:#fcdbdb;
	font-weight:bold;
}
tr.DataListRowEdited
{
	background-color:#fcdbdb;
}

