﻿
/* general */

.DefaultTitle 
{
	font-weight:bold;
	display:block;
	font-size:1.2em;
	margin:.5em 0em;
}


/* Grid View */
.DefaultGridView 
{
	font-size:11px;
	border:none;
}
.DefaultGridView td,
.DefaultGridView th
{
	border:#ffffff solid 1px;
}
.DefaultGridView tbody tr.HeadRow 
{
	font-weight:bold;
	background:#1177E3;
	height:20px;
	color:#ffffff;
	text-align:left;
}

.DefaultGridView tr.FootRow 
{
	border-top::#1177E3 solid 3px;
}

.DefaultGridView tbody tr.Row 
{
}

.DefaultGridView tbody tr.AltRow 
{
	background:#DDF2FF;
}

.DefaultGridView .Row,
.DefaultGridView .Altrow 
{
}

.DefaultGridView tbody tr.Row td,
.DefaultGridView tbody tr.AltRow td 
{
	padding:2px 0px 2px 2px;
}
.DefaultGridView tbody tr.HeadRow th,
.DefaultGridView tbody tr.FootRow td 
{
	
}

.DefaultGridView .FootRow .Alt 
{
	background:#fafafa;
}

.DefaultGridView .Link 
{
	font-size:10px;
	color:Red;	
}