﻿.errormsg
{
    color : #e2001a; 
    text-decoration : none; 
    font-weight : normal; 
    font-size : 11px; 
    padding : 0 0 0 0; 
    font-family:  Trebuchet MS;    
}
/*Gridview Styles*/
.GridView_Header
{
    background-color: #509c44; 
    font-weight: bold; 
    font-size: 11px; 
    color: #FFFFFF; 
    font-family:  Trebuchet MS;    
}
.GridView_Row
{
    font-weight: normal; 
    font-size: 11px; 
    color: #000000; 
    font-family: Trebuchet MS;    
}

/*Validation Summary*/
.Validation_summary
{
	background-image:url('../../Images/error.png');
	background-position:right;
	padding:10px;
	background-repeat:no-repeat;	
	border-style:solid;
	border-width:1px;
}