html
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	vertical-align: top;
}
body
{
	background-image: url(/SkywestSchedule/images/background.jpg);
	background-color: #B7D7F7;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #244676;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
}
form
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table
{
	font-size: 12px;
	border-collapse: collapse;
}

table td
{
	padding: 0;
	border-spacing: 12px;
	border-width: 0px;
}

.bodytable
{
/*	background-color: #ffffff;*/
	width: 800px;
	text-align: left;
	vertical-align: top;
	margin: auto;
}

.MiddleBit
{
	font-size: 12px;
	padding: 7px 20px 7px 20px;
}

.airlines-button
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #80b5eb;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-top: solid 2px #BDD3EF;
	border-left: solid 2px #BDD3EF;
	border-bottom: solid 2px #293439;
	border-right: solid 2px #293439;
	letter-spacing: 0.3em;
	width: 120px;
	height: 25px;
}

.airlines-button-hover
{
	background-color: #90c5fb;
}


.airlines-button-wide
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #80b5eb;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-top: solid 2px #BDD3EF;
	border-left: solid 2px #BDD3EF;
	border-bottom: solid 2px #293439;
	border-right: solid 2px #293439;
	letter-spacing: 0.3em;
	width: 240px;
	height: 25px;
}

.airlines-button-wide-hover
{
	background-color: #4A80BE;
}

.airlines-button-bright
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: Orange;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-top: solid 2px #FFD27F;
	border-left: solid 2px #FFD27F;
	border-bottom: solid 2px #293439;
	border-right: solid 2px #293439;
	letter-spacing: 0.3em;
	width: 120px;
	height: 25px;
}

.airlines-button-bright-hover
{
	background-color: #4e9bed;
}


/*Header*/
#Header
{
	margin-bottom: 12px;
}
/*Footer*/
/*Footer*/
.footer
{
	width: 800px;
	background-image: url(/SkywestSchedule/images/sw2_footer.jpg);
	text-decoration: none;
	height: 28px;
	padding-top: auto;
	padding-bottom: auto;
	
	vertical-align:middle;
	margin-top: 12px;
	margin-left:auto;
	margin-right: auto;
	color: #FFFFFF;
}

.footer td
{
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
}

.footer p
{
	line-height: 28px;
}

.footer a, .footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover
{
	color: #FFFFFF;
}


.section_heading
{
	background: #E8E8E8;
	color: #666666;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
} 

select, input
{
	font-size: 12px;
}

div.floatLeft
{
	float:left;
}

.text-content-bold
{
	font-weight: bold;
}


.carrierImage
{
	margin-top: 2px;
}

.errortext
{
	color: #FF0000;
	font-weight: bold;
}

h5
{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #558dca;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	width: 95%;
	margin-bottom: 2px;
}

.scheduleTable
{
	width: 95%;
	font: 12px;
	text-align: center;
	background-color: #FFFFFF;
}

.scheduleTable .tableHeader
{
	background-color: #77838E;
	color: #FFFFFF;
	
	padding: 5px;
	font-size: 11px;
	text-align: center;

}

.scheduleTable td
{
	padding: 5px;
	font-size: 11px;
	text-align:center;
}

.SelectedDate
{
	border-left: solid 2px Orange;
	border-right: solid 2px Orange;
}

.SelectedDateTop
{
	border-top: solid 2px Orange;
	border-left: solid 2px Orange;
	border-right: solid 2px Orange;
}

.SelectedDateBottom
{
	border-bottom: solid 2px Orange;
	border-left: solid 2px Orange;
	border-right: solid 2px Orange;
}

#selection
{
	background-color: #3e8bdd;
	/*width: 70%;*/
	padding: 20px;
	text-align: left;
	color: #FFFFFF;
}

#selectionContainer
{
	width: 70%;
}

.DayCell
{
	width: 80px;
}

.details
{
	background-color: #77838E;
	width: 95%;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
}

.flightSelection1
{
	background-color: #9fc8eb;
}


.flightSelection2
{
	background-color: #c3d9ff;
}

