/* CSS Document */

.text	{
font-size: 12px;
color: #000000;
font-family: Verdana;
}
.bgcolor	{
background-color: #E8E3E7;
}
.textbox	{
border: 1px solid black;
font-size: 12px;
}
.title	{
font-size: 12px;
font-weight: bold;
font-family: Verdana;
}

.link
{
    font-family: Verdana;
    font-size: 13px;
    color: Black;
    text-decoration: none;
font-weight:bold;
}
.link:hover	
{
font-family: Verdana;
font-size: 13px;
color: red;
text-decoration: underline;
}
.labeltitle	
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}
.labeltext	
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
}
.labelerror
{
    font-size: 12px;
    color: #ff0000;
    font-family: Verdana;
}
.labelheader	
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
	color: #006600;
    text-decoration:none;
}

.TABLEMain
{
    border-style:none;
    border-width:1px;
    background-color: #e8e3e7;
}
.TABLEBody
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width:100%
}

.downloadlink
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    color: #CC5200;
}
.downloadlink:hover
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: underline;
    color: #006600;
}

.downloadlink1
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}
.downloadlink1:hover
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: underline;
    color: #006600;
}

/************** Grid Style *****************/
.GridHeaderStyle
{ 
    font-size: 12px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    /*background-color: #c0bbbf;*/
    background-color: green;
}
.GridRowStyle
{  
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    /*background-color: #AAAAAA;*/
    background-color: White;
}
.GridAltRowStyle
{  
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
  
    background-color: White;
}

/************** Repeater Style *****************/
.THRepeaterHeaderStyle
{
    background-color:#ffb900;
}
.ReviewsRepeaterStyle
{
    background-color:#ffb900;
    font-size: 12px;
    color: #ffffff;
    font-family: Verdana;
}

.RepeaterHeaderStyle
{
    font-size: 12px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    /*background-color: #c0bbbf;*/
    background-color: green;
}
.RepeaterItemStyle
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    /*background-color: #AAAAAA;*/
    background-color: White;
}
.RepeaterAltItemStyle
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    background-color: White;
    
}
.whiteheader
{	font-size: 17px;
    color: #ffffff;
    
    font-family: Verdana;
	font-weight: bold;
}

.whiteheadermedium
{	font-size: 14px;
    color: #ffffff;
    font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}