﻿


div#title
{

	width:100%;
	margin: 0 auto 2em auto;
	text-align:center;
	background:#F3F1E7;
border: solid 1px black;
}
div#content
{
	width: 100%;
	margin: 0 auto 2em auto;
	background: white;
}

div#left
{
	float:left;
	width:70%;
}
div#right
{
	float:right;
	width:30%;	
	text-align:right;
}


.ddl
{
	height:3em;
}

.Cheapest
{
	color: #006600;
	font-family:Calibri;
}

.Expensive
{
	color: red;
	font-family:Calibri;
}

.gvWidth
{
	width:6em;
}

.gridviewheader
{
font-family:Calibri;
	font-weight: normal;
	font-size: 1.3em;
	border-style: solid;
	border-width: 1px;
	border-color: #88B0E4;
	
} 

.gridviewcolors
{
color:Black;
	background-color:#E3F1FE;
font-family:Calibri;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-color: #88B0E4;	
/*	border-bottom-color:transparent; */
}

.gvPagerStyle
{color:Black;
	background-color:#E3F1FE;
font-family:Calibri;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-color:#88B0E4;	
}