div.sorterFlights {
	display:none;
}

table.display {
border-collapse:collapse;
}
table.display thead tr th, table.display tfoot tr th {
	background-color: #0070b0;
	font-size: 8pt;
        text-transform:uppercase;
        color: #fff;
        height:35px;
        border-collapse:collapse;
}


table.display thead tr .header {
        background-image: url(../pages/img/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
}

table.display thead tr .headerSortUp {
        background-image: url(../pages/img/asc.gif);
}

table.display thead tr .headerSortDown {
        background-image: url(../pages/img/desc.gif);
}

table.display thead tr .headerSortDown, table.display thead tr .headerSortUp {
background-color: #0385a3;
}
table.display tbody td {
	padding: 4px;
	background-color: #FFF;
}

#domain .pilihbutton   {
border:1px solid #01b8e2; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:16px;font-family:Open Sans; padding: 5px 20px 5px 40px; text-decoration:none; display:inline-block;color: #FFFFFF;font-weight:500;
 background-color: #01b8e2;
background-image:url(images/icon_shipping.png);
background-repeat:no-repeat;
cursor:pointer;
}

#domain .pilihbutton:hover     {
border:1px solid #36a0af; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:16px;font-family:Open Sans; padding: 5px 20px 5px 40px; text-decoration:none; display:inline-block;color: #fff;font-weight:500;
 background-color: #36a0af;
cursor:pointer;
}


#domain	.beli	{ 
border:1px solid #0084CF; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px;font-family:trebuchet MS, sans-serif; padding: 10px 30px 10px 30px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #0070B0; background-image: -webkit-gradient(linear, left top, left bottom, from(#0070B0), to(#002F4A));
 background-image: -webkit-linear-gradient(top, #0070B0, #002F4A);
 background-image: -moz-linear-gradient(top, #0070B0, #002F4A);
 background-image: -ms-linear-gradient(top, #0070B0, #002F4A);
 background-image: -o-linear-gradient(top, #0070B0, #002F4A);
 background-image: linear-gradient(to bottom, #0070B0, #002F4A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0070B0, endColorstr=#002F4A);
cursor:pointer;
}

#domain	.beli:hover	{ 
 border:1px solid #005382;
 background-color: #0070B0; background-image: -webkit-gradient(linear, left top, left bottom, from(#0070B0), to(#0083CC));
 background-image: -webkit-linear-gradient(top, #0070B0, #0083CC);
 background-image: -moz-linear-gradient(top, #0070B0, #0083CC);
 background-image: -ms-linear-gradient(top, #0070B0, #0083CC);
 background-image: -o-linear-gradient(top, #0070B0, #0083CC);
 background-image: linear-gradient(to bottom, #0070B0, #0083CC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0070B0, endColorstr=#0083CC);
}