﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0px;
    font-family: Calibri, Tahoma, Arial;
    font-size: 15px;
    background-color: #FFF;
    min-height: 117px;
    min-width: 850px;
    width: 100%;
    height: 100%;
}

p
{
	color: #7b7c7e;
	line-height: 140%;
	text-align: justify;

}

li
{
	color: #7b7c7e;
	line-height: 140%;
	text-align: justify;
}

#leftcontent td
{
	color: #7b7c7e;
	line-height: 140%;
	width: 250px;
}

h1
{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}

h2
{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}
.autopaxblue
{
	 color: #0056a2;
}

.transluxblue
{
	color: #008ac6;
}

.citytocityblue
{
	color: #27396f;
}

a img
{
    border: none;
}

#footer
{
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 117px;
	background-image: url(../Images/FooterBackground.png);
	background-repeat: repeat-x;
}

.center
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 932px;
}

#contentwrapper
{
	position: absolute;
	top: 0px;
	bottom: 117px;
	background-color: #FFF;
	width: 800px;
	overflow-y: auto;
	/*margin-right: 20px;*/
	margin-left: 66px;
}

#shadow
{
	width: 932px;
	height: 100%;
	background-image: url(../Images/Shadow.png);
	background-repeat: repeat-y;
}

.clear
{
	clear: both;
	height: 1px;
	width: 100%;
}

#leftcontent
{
	width: 472px;
	float: left;
	margin-right: 15px;
	margin-left: 45px;
}

#rightcontent
{
	float: left;
	width: 250px;
}

#header
{
	background-image: url(../Images/HeaderBackground.png);
	background-repeat: repeat-x;
	height: 136px;
}

.menu
{
	height: 45px;
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

.autopaxmenu
{
	background-image: url(../Images/MenuBackground.png);
	padding-left: 30px;
}

.transluxmenu
{
	background-image: url(../Images/TransluxMenuBackground.png);
	padding-left: 25px;
}

.citytocitymenu
{
	background-image: url(../Images/CityToCityMenuBackground.png);
	padding-left: 10px;
}

.contentheader
{
	width: 232px;
	height: 41px;
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: White;
	padding-left: 7px;
	padding-top: 3px;
}

.autopaxcontentheader
{
	background-image: url(../Images/AutopaxContentItemHeader.png);
}

.citytocitycontentheader
{
	background-image: url(../Images/CityToCityContentItemHeader.png);
}

.transluxcontentheader
{
	background-image: url(../Images/TransluxContentItemHeader.png);
}


.transluxbody
{
	background-image: url(../Images/TransluxBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.citytocitybody
{
	background-image: url(../Images/CityToCityBackground.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.errormessage
{
	color: Red;
	font-size: 10px;
}

.dateinput
{
  width: 70px;
  font-size: 9px;
}

#ui-datepicker-div
{
	display: none;
}

#errorSummary
{
	color: Red;
	display: none;
	margin-left: -10px;
}

#errorSummary li
{
	color: Red;
}

#Departure, #Arrival
{
	font-size: 9px;
	width: 160px;
	
}


.citytocitybodyCopy
{
  color: #000000;
  width: 200px;
  height: 20px;
  padding-left: 5px;
  vertical-align: top;
}



