﻿.gridView 
{
	border: solid  thin Silver; 
	/*font-size:80%;*/
	/*font-family:Arial;*/
	/*font-family:Verdana;*/
	color: White; /*Used to controls the colour of the header text */
	/*width:368px;*/
	
}
.gridView caption {

/*color:  #d51218;
font-size: 80%;*/
color: Black;
font-size:120%;
	font-weight:bold;
	padding-bottom: 1em;

}

.gridViewHeader
{
	font-weight: bold;
    background-color: #d51218; /* Suggested that this should be the same as the button colour*/
    font-size:80%;
}

.gridViewRow
{
    background-color: white;
    font-weight: normal;
	font-size: 80%;
	color: black;
    
}
.gridViewAlternatingRow
{
	background-color: #EEEAEA;
	font-weight: normal;
	font-size: 80%;
	color: black;
    
}

.gridViewPager
{
    font-weight: normal;
    color:black;
    background-color:silver;
    /*font-size:80%;*/
	
}

 .divSearchResultsList
 {
	
 }
 
 /*.divLeftInPager
{
	width:70%; 
	float:left; 
	text-align:left;
	
}*/

.divRightInPager
{
	float:right; 
	text-align:right;
	vertical-align:  bottom;
	
}

.divFloatLeftTextAlignRight
{
	float:left; 
	text-align:right;
}

.divFloatLeftTextAlignLeft
{
	float:left; 
	text-align:left;
	margin-bottom:1%;
}

.width40Percent
{
	width:40%;
}

.dropDownPager
{
	font-size:80%;
	
}

.hypPager
{
	font-size:80%;
	
}