fieldset {
	border:none;
}

/*** Booking form ***/

#jetsbookingform {
	font-size:0.8rem;
	min-height:500px;
}

#jetsbookingform p {
	margin-bottom:0;	
}

.bookingdetails input {
	font-size:0.8rem;
}

#dgdeclaration {
	font-weight:bold;
	display:none;
}

#jetsbookingform button {
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    margin:15px 0;
}

.submitcontainer button {
	color: #FFFFFF;
    background-color: rgb(0, 142, 194);
    border-width: 1px;
    border-style: solid;
    border-color: #006799;
    -webkit-appearance: none;
    border-radius: 8px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 26px;
    height: 32px;
    padding: 1px 15px 0 15px;
}

.adduldrowcontainer button {
	margin:3px auto !important;
    line-height: 20px;
    height: auto;
    padding: 1px 5px 0 5px;
}

.adduldrowcontainer {
}

.bookingsuccess {
	color:#008c00;	
}

.bookingfailure {
	color:#d70000;
}

.reqstar {
	color:#FF0000;
}

/****** Route page ****/

div.route-wrapper
{
    padding: 0 0 20px 0;
}

table.tableRoute
{
    border: none;
    border-collapse: collapse;
    padding:0;
}

table.tableRoute tr th
{
    /*background-image: url('../../images/site/route_table_th_bg.jpg');
    background-repeat: repeat-x;
    background-position: center;*/
    height: 48px;
    width: 97px;
	background-color:#28323c;
    color:white;
    font-weight: 600;
    margin:0 10px;
    padding:4px;
}

table.tableRoute tr th.first
{
    /*background-image: url('../../images/site/schedule_table_corner_left.jpg');
    background-repeat: no-repeat;
    background-position: right center;*/
    height: 48px;
    width:11px;
    margin:0;
}

table.tableRoute tr th.last
{
    /*background-image: url('../../images/site/schedule_table_corner_right.jpg');
    background-repeat: no-repeat;
    background-position: left center;*/
    height: 48px;
    width:14px;
    margin:0;
}

table.tableRoute tr td.first
{
    /*background-image: url('../../images/site/route_table_td_bg_left.jpg');
    background-repeat: no-repeat;
    background-position: right center;*/
    height: 52px;
    width:11px;
}

table.tableRoute tr td.last
{
    /*background-image: url('../../images/site/route_table_td_bg_right.jpg');
    background-repeat: no-repeat;
    background-position: left center;*/
    height: 52px;
    width:10px;
}


table.tableRoute tr td
{

    /*background-image: url('../../images/site/route_table_td_bg.jpg');
    background-repeat: repeat-x;
    background-position: center;*/
    /*    height: 52px;*/
    background:#FFFFFF;

}

table.tableRoute tr.bottom td
{
    /*background-image: url('../../images/site/route_table_bottom_bg.jpg');
    background-repeat: repeat-x;
    background-position: center;*/
    /*    height: 52px;*/

}

table.tableRoute tr.bottom td.first
{

    /*background-image: url('../../images/site/route_table_bottom_bg_left.jpg');
    background-repeat: no-repeat;
    background-position: right center;*/
    height: 52px;
    width:10px;
}


table.tableRoute tr.bottom td.last
{
    /*background-image: url('../../images/site/route_table_bottom_bg_right.jpg');
    background-repeat: no-repeat;
    background-position: left center;*/
    height: 52px;
    width:14px;
}

table.tableRoute tr td label
{
    display:block;
}

table.tableRoute tr td label.city
{
    color:#2A7FA4;
    font-weight: 600;
}

table.tableDays {
	border:none;
	margin:0;
}

table.tableDays tr td
{
    padding:0 10px 0 0;
    width:30px;
    border:none;
}

div.route-title
{
    font-size: 20px;
    font-weight: 600;
    padding:10px 0;
}

div.route-title label.route-title-city
{
    color:#2A7FA4;

}


#results-grid
{
    width:100%;
}


#route-header
{
    /*background-image: url('../../images/site/schedule_top.jpg');
    background-position:left center;
    background-repeat: no-repeat;*/
    height: 109px;
    background:#FFFFFF;
}

#route-header table {
	width:auto;
}

#route-header select {
	width:200px;
}

#route-header div.top
{
    font-size: 18px;
    font-weight: 600;
    color:#415463;
    height: 22px;
    clear: both;
    padding-left: 20px;
    padding-top: 5px;
}

#route-header div.bottom
{
    font-weight: 600;
    padding: 15px 0 10px 20px;
}


#route-header div.bottom table tr td
{
    padding: 0 10px 0 0;
}

#route-header,
#route-header td,
#route-header th {
	border:none;
}

#btnRouteSearch
{
    display: block;
    /*background-image: url('../../images/site/btnSearch.jpg');
    background-position: center;
    background-repeat: no-repeat;*/
    height: 25px;
    padding:2px 20px;
    text-align:center;
    background-color:rgb(0, 142, 194);	
    color:#FFFFFF;
}