﻿	/* Styles for asp controls */
	.buttonDefaultStyle
{
	background-color: #EAF2FD;
	border: 1px groove #8BA0BC;
	cursor: pointer;
	cursor: hand;
}

.buttonDefaultStyle:hover
{
	background-color: #DCEAFC;
	border: 1px outset #8BA0BC;
}

.textBoxDefaultStyle
{
	border: solid 1px #8BA0BC;	
	padding-left: 2px;
	font-size: 12px;
}

.checkBoxDefaultStyle
{
	cursor: pointer;
	cursor: hand;
}

.gridViewDefaultStyle
{
	width: 100%;
}
			
.gridViewDefaultStyle ..headerStyle
{
	text-align: left;
	background-color: #C3DAF9;
	color: Black;
}
				
.gridViewDefaultStyle ..gvFooterStyle
{
	background-color: #3562d3;
	color: White;
}
					
.gridViewDefaultStyle ..rowStyle
{
	text-align: left;
	background-color: White;
	color: Black;
}
					
.gridViewDefaultStyle ..alternatingRowStyle
{	
	background-color : White ;
}
						
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.selectFlightPanel ul
{
	list-style-type: none;
	padding : 0;
	margin : 0;
}

.selectFlightPanel li
{
	display: block;	
	margin-left: 3px;	
	padding-top : 10px;	
}

li#depFlight
{
	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C3DAF9;
}
	
li#retFlight
{	
	padding-bottom : 10px;
}