.link_heading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #8d8d8d;
	text-transform: uppercase;
	text-decoration: none;
}
.link_heading1:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #8d8d8d;
	text-transform: uppercase;
	text-decoration: underline;

}
.link_heading2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #8d8d8d;
	text-transform: uppercase;
	text-decoration: none;



}
.link_heading2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #8d8d8d;
	text-transform: uppercase;
	text-decoration: underline;


}
.table_bg
{
	border: 1px solid #9d9d9d;

}
.white_heading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.main_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: #e34949;
	text-decoration: none;
}
.main_heading2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.main_heading3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.normal_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
.footerbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}
.footerbox:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #585858;
	text-decoration: underline;
}
.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #e34949;
	text-decoration: none;
}
.text_box {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Helvetica;
	TEXT-DECORATION: none;
	height: 13px;
	width: 120px;
	
}
/*************** Grid View Style************************/


/*GridViewCSS*/

.gridview

{

    font-family: Verdana, Arial, Helvetica;

    font-size:11px;

    table-layout: auto;

    border-collapse: collapse;

    border: #e34949 1px solid;

}

/*Header and Pager styles*/

.HeaderStyle, .PagerStyle /*Common Styles*/

{

	
   background-color: #e34949;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	white-space: no-wrap;
     
   

}

.HeaderStyle th

{
    padding: 5px;
    color: #ffffff;
	white-space: no-wrap;
}


/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/

{

    padding: 5px;

    border-right: solid 1px #cccccc;

}

.RowStyle td

{

    background-color: #ffffff;

}

.AltRowStyle td

{

    background-color: #cccccc;

}

.SelectedRowStyle td

{

    background-color: #cccccc;

}



/*****************************************************/