/* CSS Document */
/*------------------------------For Error Codes-------------------->*/
.errorcss
{
	color:Red;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

/*-------------------------------Grid-Border----------------------->*/
.grid-border
{
border:1px solid #c7c7c7;
}
/*-------------------------------Grid-HeaderStyle----------------------->*/
.grid-headerStyle
{
background-color:#b1e7f6;
color:Blue;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-align:center;
}
/*-------------------------------Grid-RowStyle----------------------->*/
.grid-rowstyle
{
background-color:#999999;
font-family:tahoma;
font-size:11px;
text-align:left;
}
/*-------------------------------Grid-AlternatingRowStyle----------------------->*/
.grid-alternatingRowStyle
{
font-family:tahoma;
font-size:11px;
text-align:left;
}
/*-------------------------------Grid-SelectedRowStyle----------------------->*/
.grid-selectedRowStyle
{
background-color:#CCCCCC;
font-family:tahoma;
font-size:11px;
text-align:left;
}
/*-------------------------------Grid-PagerStyle----------------------->*/
.grid-pagerStyle
{
text-align:center;
font-family:tahoma;
font-size:11px;
}
/*-------------------------------Grid-FooterStyle----------------------->*/
.grid-footerStyle
{
background-color:cbcbcb;
text-align:center;
font-weight:bold;
font-family:tahoma;
font-size:11px;
}

/*-------------------------------Text-Box----------------------->*/
.text-box
{
font-family:tahoma;
font-size:11px;
border:1px solid #afafaf;
width:150px;
}
/*-------------------------------Paragraph Text-------------------------> */
.text
{
font-family:tahoma;
font-size:11px;
text-align:justify;
}
/*-------------------------------Table-Border----------------------->*/
.table-border
{
border:1px solid #c7c7c7;
}
/*-------------------------------Heading----------------------->*/
.heading
{
font-family:arial;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
/*-------------------------------Label----------------------->*/
.label
{
font-family:tahoma;
font-size:11px;
color:#dc082b;
}

