/*---------------------error dialog--------------------*/
.close-dialog{
	cursor: pointer;
	background: url('/images/close.gif') center center no-repeat;
	float:right;
	z-index: 1000;
	height: 12px;
	width: 18px;
}
.errors{
	color:red;
	font-weight:bold;
	border-left: 3px solid red;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/*------------account view------------------*/
.table-big-header{
	height: 50px;
	width: 1030px;
	padding: 0px;
	margin: 0px;
	background: url('/images/customer/table-header.gif') top left no-repeat;
}
.table-big-header-extra,
.table-big-header-title{
	list-style: none;
	padding: 0px;
}
.table-big-header-title{
	float: left;
	margin: 12px 0px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	color: white;
}
.table-big-header-extra{
	float: right;
	margin: 5px 10px 5px 0px;
}
.table-big-body{
	clear:both;
	width: 1030px;
	background-color:#eef4dc;
	padding: 0px;
	margin:0px;
	padding-top: 10px;
}
.table-big-body-content{
	width: 1010px;
	margin-left: 10px;
}
.table-big-footer{
	height: 20px;
	width: 1030px;
	padding: 0px;
	margin: 0px;
	background: url('/images/customer/table-footer.gif') top left no-repeat;
}
.customer-table-gap{
	font-style:italic;
	margin-top: 10px;
}
/*------------middle table------------------*/
.table-middle-header{
	height: 50px;
	width: 758px;
	padding: 0px;
	margin: 0px;
	background: url('/images/customer/table-middle-header.gif') top left no-repeat;
}
.table-middle-header-extra,
.table-middle-header-title{
	list-style: none;
	padding: 0px;
}
.table-middle-header-title{
	float: left;
	margin: 12px 0px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	color: white;
}
.table-middle-header-extra{
	float: right;
	margin: 5px 10px 5px 0px;
}
.table-middle-body{
	clear:both;
	width: 758px;
	background-color:#eef4dc;
	padding: 0px;
	margin:0px;
	padding-top: 10px;
}
.table-middle-body-content{
	width: 738px;
	margin-left: 10px;
}
.table-middle-footer{
	height: 20px;
	width: 758px;
	padding: 0px;
	margin: 0px;
	background: url('/images/customer/table-middle-footer.gif') top left no-repeat;
}

/*------------------------------*/
.dashboard-top,
.dashboard-bottom{
	width: 510px;
	padding: 0px;
	margin: 0px;
}
.dashboard-top{
	background: url('/images/customer/panel-top.gif') top left no-repeat;
	padding: 10px 0px;
}
.dashboard-bottom{
	background: url('/images/customer/panel-bottom.gif') bottom left no-repeat;
}
.dashboard-content{
	margin: 0px 15px;
	text-align:left
}
.dashboard-title{
	margin: 0px 0px 10px 5px;
	text-decoration: underline;
	font-size: 16px;
}
.dashboard-item-title{
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 15px;
	font-size: 11px;
}
/*---------------------common--------------------*/
.button-float-right{
	float:right;
	z-index: 1000;
}
fieldset.customer{
	border: 1px solid #cccccc;
	padding:4px;
}
fieldset.customer legend{
	margin-left: 20px;
}
.customer-table-head{
	background-color:#e4eec7;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
}
.customer-table-head td{
	border-bottom: 1px solid #b0b89b;
	border-top: 1px solid #b0b89b;
}
.customer-table-row{
	text-align:center;
}
.row-light td{
	background-color:#fefefe;
	border-bottom: 1px solid #b0b89b;
}
.row-dark td{
	background-color:#eef4dc;
	border-bottom: 1px solid #b0b89b;
}
.field-set-title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}
/*-----------------------------------------*/
.title_line{
	background: url('/images/silver.gif') repeat-x left center; 
}
.title_line span{
	background-color:#ffffff; 
	margin-left: 30px;
}
/*--------------passengers---------------*/
.doclear{
	width: 70px;
	float:right;
	z-index: 1000;
}
.field-title{
	white-space: nowrap;
	margin-right: 10px;
}
.sal-margin{
	margin-left: 5px;
}
/*-------------login area------------------*/
.link{
	text-decoration:underline;
	cursor: pointer;
}
#div-form-password{
	display: none;
}
/*-----------------------------------------*/
/*-----------------------------------------*/
