﻿/* Deals with Datagrid and data presentation elements */


.TableBodyFontStyle /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the even numbered lines*/
{
	font-size: 11px;
}

.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;
}

.TableAlternatingItemStyleHighlight /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the even numbered lines*/
{
	background-color: #abffb9;
	font-size: 11px;
}

.TableItemStyleHighlight /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the first line and odd numbered lines*/
{
	background-color: #cbffe7;
	font-size: 11px;
}


.TableHeaderStyle /* Primarily for DataGrids */
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.HeaderStyle
{
	background-color: #0099cc; 
}

.HeaderStyle th a 
{
	color: White!;
}

.TableFooterStyle /* Primarily for DataGrids */
{
	background-color: #abe4ff;
	font-weight: normal;
	color: #000033;
	font-size: 11px;
}

.TableEditItemStyle /* Primarily for DataGrids */
{
	background-color: #0093D0;
		font-size: 10px;
	color: #000033;
	font-size: 11px;
}

.TablePagerStyle /* Primarily for DataGrids */
{
	background-color: #ffffff;
	font-weight: bold;
	color: #006699;
	text-align: center;
}
.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/Default/Images/header_corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.HeaderRight
{
	background-color:Transparent;
	background-image: url(../../app_themes/Default/Images/header_corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	
}


.TableAlternatingItemStyleSmall /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the even numbered lines*/
{
	background-color: #ffd3fd;
	font-size: 9px;
}

.TableItemStyleSmall /* Primarily for DataGrids where there is a stripey effect on the tables 	This is the first line and odd numbered lines*/
{
	background-color: #ffeafe;
	font-size: 9px;
}


.DatagridTotal /* Primarily for DataGrids */
{
	background-color: #FFBFBF;
	font-size: 11px;
	font-weight:normal;
}
