﻿.gv1
{
	width:100%;
}
.GridViewStyle 
{    
    border-right: 2px solid #A7A6AA; 
    border-bottom: 2px solid #A7A6AA; 
    border-left: 2px solid white; 
    border-top: 2px solid white; 
    padding: 4px; 
    width:100%;
    background-color:#cccccc;
} 
.TextBox
{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:1px;
}

.GridViewStyle a 
{ 
    color: #FFFFFF; 
} 

.GridViewHeaderStyle th 
{ 
    border-left: 1px solid #EBE9ED; 
    border-right: 1px solid #EBE9ED; 
} 

.GridViewHeaderStyle 
{ 
    background-color:#FFFFC0;
    text-align:center;
    color:Red;
    font-size:12px;
    height:25px;
    border-bottom-style:solid;
    border-width:1;
    border-color:silver;
   
 
} 

.GridViewFooterStyle 
{ 
    background-color: #5D7B9D; 
    font-weight: bold; 
    color: White; 
} 

.GridViewRowStyle 
{ 
    background-color: #F7F6F3; 
    color: #333333; 
    font-size:12px;
} 

.GridViewAlternatingRowStyle 
{ 
    background-color: #FFFFFF; 
    color: #284775; 
} 

.GridViewRowStyle td, .GridViewAlternatingRowStyle td 
{ 
    border: 1px solid #EBE9ED; 
} 

.GridViewSelectedRowStyle 
{ 
    background-color: #E2DED6; 
    font-weight: bold; 
    color: #333333; 
} 

.GridViewPagerStyle 
{ 
    background-color: #284775; 
    color: #FFFFFF; 
} 

.GridViewPagerStyle table /* to center the paging links*/ 
{ 
    margin: 0 auto 0 auto; 
} 
.modalBackGround
{
	background-color:#cccccc;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.pelDelConfirm
{
	border:2px solid #ccc;
	background-color:#fff;
	padding:15px;
	width:250px;
	height:50px;
}
#voteDiv
{
	width:100%;
	text-align:center;
}
.txtCss
{
	border-top-width :0px;
border-left-width :0px;
border-right-width :0px;
border-bottom-width:1px;
border-bottom-style:solid;
color: #c0cccc;
line-height:normal;


}
.txtNoneCss
{
	border-top-width :0px;
border-left-width :0px;
border-right-width :0px;
border-bottom-width:0px;
}