﻿body 
{
}
.headerstyle
{
	background-color:#9aadcd;
	height:23px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;	
}
.rowstyle
{
    height:22px;
    background-color:#ffffff;
}
.footerstyle
{
    background-color:#FBF7F3;
    height:22px;
    color:#FF3300;	
}
.emptyDataTemplateStyle
{
    background-color:#F3F5FC;
    width:100%;
    height:100px;
}
.di {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #439DE4;
	border-right-color: #439DE4;
	border-bottom-color: #439DE4;
	border-left-color: #439DE4;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}