@import "global.css";

#main .content {
	background-image: url(../Images/easy_as.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#toppanel
{
	width: 700px;
	margin-bottom: 15px;
}
#toppanel h1 {
	font-size: 70px;
	color: #F3F3F3;
	padding-top: 20px;
	padding-bottom: 60px;
}
#toppanel h2{
	font-weight: bold;
	color: #006699;
	font-size: 14px;
	padding-top: 5px;
}
.subheading
{
	color: #237FB0;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 10px;
}
#infoCopy  {
	background-image: url(../Images/manage/manageFade_passenger.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 140px;
	background-color: #EBEBEB;
	margin-bottom: 20px;
	padding: 10px;
}
#paymentCopy  {
	background-image: url(../Images/manage/manageFade_payment.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EBEBEB;
	height: 120px;
	margin-bottom: 15px;
	padding: 10px;
}
#insuranceCopy  {
	background-image: url(../Images/manage/manageFade_insurance.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EBEBEB;
	height: 120px;
	margin-bottom: 30px;
	padding: 10px;
}

.bigNumber  {
	font-size: 42px;
	width: 35px;
	line-height: 34px;
	color: #069;
	float: left;
}

.prompt
{
	padding-top: 6px;
	color: #069;
	font-size: 24px;
	float: left;
	line-height: 26px;
}

.listContainer
{
	float:left;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 12px;
}

.optionHolder {
	padding-left: 5px;
	width: 750px;
	float: left;
	margin-top: 5px;
	clear: left;
}


.optionHolder a img, .optionHolder a  {
	border: none;
	overflow: hidden;
	float: left;
}
.optionHolder a:hover {
	border: 3px solid #069;
}
.optionHolder a:hover img { 
	margin: -3px; 
}
.optionHolder2 {
	padding-top: 10px;
	padding-left: 5px;
	width: 750px;
	float: left;
	clear: left;
}
.optionHolder2 a img, .optionHolder2 a {
	border: none;
	overflow: hidden;
	float: left;
}
.optionHolder2 a:hover {
	border: 3px solid #069;
}
.optionRight {
	width: 130px;
	float: right;
}
.optionHolder2 a:hover img {
	margin: -3px;
}

.goContainer
{
	float:left;
	padding-top: 6px;
}

.step
{
	margin-right: 5px;
	width: 251px;
	float:left;
	margin-bottom: 15px;
}

#infoStep 
{
	background-color: #E3DDDD;
}
#infoStep #stepHeader {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #005189;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}

#creditcardStep 
{
	background-color: #E3DDDD;
}
#creditcardStep #stepHeader {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #267EB0;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}

#insuranceStep 
{
	margin-right: 0px;
	background-color: #E3DDDD;
}
#insuranceStep #stepHeader {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2B92CC;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}

.picture {
	margin-top:0px;
	height: 60px;
	border : solid 0px red;
}

