/* Default CSS Stylesheet for a new Web Application project */

/* Custom styles for How To */

TD.details
{
	text-align: center;
	margin-top: 15px;
}

TR.DataGrid_SelectedItemStyle
{
	font-size: 8pt;
	color: blue;
	font-family: Tahoma;
	background-color: #ffffc9;
	text-align: center;
	height: 30px;
}

TR.DataGrid_ItemStyle
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: #e1e6f7;
	text-align: center;
	height: 30px;
}

TR.DataGrid_HeaderStyle
{
	font-weight: 600;
	font-size: 11pt;
	color: #ffffff;
	font-family: 'Tahoma';
	height: 30px;
	background-color: darkslateblue;
	text-align: center;
}

TR.DataGrid_FooterStyle
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: #9cf;
}

TR.DataGrid_PagerStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: darkviolet;
	font-family: Tahoma;
	background-color: white;
	text-align: left;
}
TR.DataGrid_AlternateItemStyle
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	height: 30px;
	background-color: #c4d7fe;
	text-align: center;
}