﻿/* Deals with Datagrid and data presentation elements */


.TableAlternatingItemStyle /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the even numbered lines*/
{
	background-color: #abe4ff;
	font-size: 11px;
}

.TableItemStyle /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the first line and odd numbered lines*/
{
	background-color: #cbeeff;
	font-size: 11px;
}

.TableHeaderStyle /* Primarily for DataGrids */
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


.HeaderStyle
{
	background-color: #0099cc; 
}


.TableFooterStyle /* Primarily for DataGrids */
{
	background-color: #abe4ff;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
}

.TableEditItemStyle /* Primarily for DataGrids */
{
	background-color: #0093D0;
	color: #000033;
	font-size: 11px;
}


.TablePagerStyle /* Primarily for DataGrids */
{
	background-color: #cbeeff;
	font-weight: normal;
	color: #006699;
	text-align: center;
	padding-top: 7px;
	
	border-top: 1px solid #006699;
	font-size: 11px;
}


.TableSelectedItemStyle /* Primarily for DataGrids */
{
	background-color: #FFBFBF;
	font-size: 11px;
	
}

.TableSelectedItemStylePointer /* Primarily for DataGrids */
{
	background-color: #FFBFBF;
	font-size: 11px;
	cursor: pointer;
}

.HeaderLeft
{
	background-color:Transparent;
	background-image: url(../../app_themes/WorldSwim/Images/header_corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.HeaderRight
{
	background-color:Transparent;
	background-image: url(../../app_themes/WorldSwim/Images/header_corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
