﻿.gridView
{

	margin:10px auto;
	padding:0px;
	border-collapse:collapse;
	clear:both;
	color:#000;
	padding-bottom:20px;
	/* background:transparent url(gridViewBg_skin.png) no-repeat bottom right; */
	border:1px solid #000;
	background-color:#fff6e2;

	
}
.gridView tbody
{
	/*display:table;
	width:100%;
	border:1px solid #000;
	background-color:transparent ;
	*/
}

.gridView tbody table tbody 
{
border:none;	
}
.gridView tbody table tbody a 
{
color:#000;
font-size:14px;
}


.gridViewRow
{
	
	font-size:12px;
padding:10px;

	line-height:25px;
	border-left:1px solid #000;
	border-right:1px solid #000;

}
.gridViewRow td, .gridViewAlternatingRow td
{
	border-bottom:1px #32382e dashed !important;
	padding:5px;
	font-size:12px;
	font-family:Tahoma;
	vertical-align:middle;

}

.gridViewAlternatingRow
{
	
	background-color:#ffeab7;
border-left:1px solid #000;
	border-right:1px solid #000;

}

.gridViewRow:hover, .gridViewAlternatingRow:hover
{
	background-color: #f9fdbd;
}

.gridViewSelectedRow
{
	background-color: #f5f8fb;
	color: #000000;
	font-weight:bold;
	text-align:left;
}


.gridViewAlternatingRow a:link 
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.gridViewAlternatingRow a:visited 
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.gridViewAlternatingRow a:hover
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.gridViewAlternatingRow a:active
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.gridViewRow a:link
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.gridViewRow a:visited
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.gridViewRow a:hover
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.gridViewRow a:active
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.gridViewSelectedRow a:link {
	
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.gridViewSelectedRow a:visited {
	
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.gridViewSelectedRow a:hover
{
	
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.gridViewSelectedRow a:active
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.gridViewHeader th
{
background-color:#f0ad07;
border-bottom:1px solid #000000;
font-family:trebuchet MS;
font-size:14px;
font-weight:bold;
padding:5px;
}

.gridHeader 
{
	color: #2460a4;
	font-size: 14px;
	font-weight: bold;
	
	text-align:left;

}



.tdActions
{
	clear:both;
	text-align:center !important;
	display:table-cell;
	width:30px;
	font-size:26px;
	float:none;


}
.tdActions input
{
	clear:none;
float:none;
margin:auto;
padding:0;
text-align:center !important
}


.gridViewFooter
{
	color:#ffffff;
	background-color:#f5f8fb;
}


.gridPager
{
	line-height:20px;
	overflow:visible;
	text-align:center;
	
}
.gridPager table
{
	margin:auto;
}
.gridPager span,.gridPager a
{
	
	padding:0 5px;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	border:1px solid #aaa;
	margin-right:3px;
	
}

.gridPager span:hover,.gridPager a:hover
{
	background-color:#ebebeb;
}
.gridPager span
{
font-weight:bold;
border:none;
background-color:#fff;
color:#000;
}
/*
end for grid view style
*/



.btnClass
{
background:#565656 url(buttonBg_skin.png) repeat-x left bottom;
border:none;

color:#FFFFFF;
display:block;
float:left;
font-family:Trebuchet MS;
font-size:14px;
font-weight:bold;
line-height:30px;
height:30px;
margin:3px 5px 3px 0;
overflow:visible;
padding:0px 7px;
width:auto;
border:none !important;

}
.btnClass:hover
{
    border:none !important;
}


.manageUsersHolder
{
	display:block;
	background:transparent url(transUsersBg.png);
	overflow:hidden;
	padding:10px;
}

.manageUsersHolder a
{    
	color: White;
}