﻿.body
{
	font-family: Verdana,MS Sans Serif;
	font-weight: normal;
}
.Text
{
	border: thin groove #6699FF;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,MS Sans Serif;
	font-variant:normal; 
	color:Black;
}
.Dropdown
{
	border-style: groove;
	border-color: #6699FF;
	border-width: thin;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,MS Sans Serif;
	font-variant:normal;
	color:Black;
}
.green
{
	color:Green;
	font-weight:bold;
}

.warningmessage
{
	color:Red;
	font-weight:bold;
}

.Label
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,MS Sans Serif;
	font-variant:normal;
	color:Black;
	font-weight:bold;
	/*text-align: right; */
}
.TextLabel
{
 font-size:12px;
 font-weight: normal;
 font-family: Verdana,MS Sans Serif;
 font-variant:normal;
 color:Black;
}
.RadioButtonList
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,MS Sans Serif;
	font-variant:normal;
	color:Black;
}
.RadioButton
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,MS Sans Serif;
	font-variant:normal;
	color:Black;
}
.TabMenu
{
	float: left;
}

/* Grid */
.GridView
{
	background-color:White;
	border-color:#CC9966;	
	color: #333333;		
}
.GridAlternateRowStyle
{ 
	background-color:White;
}
.GridRowStyle
{ 
	background-color:#C3E68E;	
}
.GridFooter
{ 
	background-color:#1C5E55;
	font-weight:bold;
	color:White;
}
.GridSelectedRowStyle
{ 
	background-color:#C5BBAF;
	color:Red;
	font-weight:bold;
}
.GridPagerStyle
{ 
	background-color:#2D69A1;
	color: White;	
}

.GridFooterStyle
{ 
	background-color:white;
	color:Silver;
}
.GridHeaderStyle
{
	background-color:#7DAD34;
	font-weight:bold;
	color:White;
}
.GridEditRowStyle
{
	/*background-color:#7C6F57;*/
	background-color:#E3EAEB;	

}

.GridPagerStyle a 
{
    font-weight:bold;
    color:White;
}
.GridPagerStyle.Selected
{
    color:Fuchsia;
    font-weight:bold;
}
.EmptyDataTemplate
{
    color:Green;
    border:none;
    font-weight:bold;
}
/* Selected Link Button Color for Grid */
.LinkButton 
{
	color:Green;
}
.LinkButtonSelect 
{
	color:Red;
}

/***************************************/
/***********Code For Table**************/

table tr td
{
	padding:0px 5px;
}

/***************************************/
/*************for asp content***********/

.ContentClass
{
	padding:0px 10px;
	margin:0px 10px; 
	position:fixed;
}

/*************************************/
/********** For Header & Footer *****/

.HeadName
{
    font-size: 30px; font-family: Verdana; font-weight: bold; color: White;
}

/***************************************/
/*********** For Field Set *************/
fieldset
        {
           margin:0 auto;
           margin-top:10px;
           padding-top:10px;
        }
        
.modalBackground        { background-color:#000; filter:alpha(opacity=50); opacity:0.5; }