@charset "utf-8";

/*@@@@@@@@@@@@@    User Grid View with Skin CSS       @@@@@@@@@@@@@@@@@@*/
	.UserRowStyle
	{
		background-color:#FFFFFF;
		color:#000000;
		border:0px;
		text-align:left;
		padding:2px;
	}
	.UserRowStyle td, .UserAltRowStyle td, .UserHeaderStyle th{
	height: 40px;
    border-right: 1px solid #E51B35;
    border-bottom: 1px solid #E51B35;
    padding-left:4px;
	}
	.UserRowStyle a, .UserAltRowStyle a
	{
		color:#0000ff;
		text-decoration:none;
	}
	.UserRowStyle a:hover, .UserAltRowStyle a:hover
	{
		color:#c6643f;
		text-decoration:none;
	}
	
	.UserAltRowStyle
	{
		background-color:#fff;
		color:#000000;
		border:0px;
		text-align:left;
		padding:2px;
	}
    .UserEmptyRowStyle
	{
		color:#c6643f!important;
		text-align:left;
		font-weight:bold;
	}
    .UserPagerStyle
	{}
    .UserSelectedRowStyle 
	{}    
    .UserEditRowStyle
	{}
	.UserHeaderStyle, .gridheading
{
	border-right: #e7e7e7 0px solid;
	padding-right: 2px;
	border-top: #e7e7e7 0px solid;
	padding-top: 2px;
	border-left: #e7e7e7 0px solid;
	padding-left: 7px;	
	border-bottom: #e7e7e7 0px solid;
	padding-bottom: 2px;	
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	background-color:#E51B35;
	text-align:left;
	text-decoration: none;
}
.UserHeaderStyle a, GridViewHeader a, .gridheading a
{
	color:#000000;
	font-weight:bold;
}
.UserHeaderStyle a:link, .aspgridheader a:visited, .aspgridheader a:active, GridViewHeader a:link, .gridheading a:link
{
	color:#000000;
	font-weight:bold;
}
.UserHeaderStyle a:hover, GridViewHeader a:hover, .gridheading a:hover
{
	color:#ffffff;
	font-weight:bold;
}
.UserHeaderStyle a:active, GridViewHeader a:active, .gridheading a:active
{
	color:#000000;
	font-weight:bold;
}
.UserHeaderStyle a:visited, GridViewHeader a:visited, .gridheading a:visited
{
	color:#000000;
	font-weight:bold;
}
/*@@@@@@@@@@@@@    End User Grid View with Skin CSS       @@@@@@@@@@@@@@@@@@*/