/*-----------------------Body----------------------*/
body {
    background-color: transparent;
    background-image: url("/../img_header/background-dots.png");
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    height: 100%;
}
#mainContent {
width: 960px;
background-image: url("../img_header/mainContent_bg.gif");
margin-left: auto;
margin-right: auto;
height: 100%;
}
a {
text-decoration:none;

}

/*------------------Top menu---------------------*/
#header {
    background-color: #EF5330;
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px -1px #B4B4B4;
    height: 35px;
    min-width: 960px;
}

.topmenu {
    height: 33px;
    list-style: none outside none;
    margin: 1px 0;
    padding-left: 0;
    position: relative;
}
.topmenu li {
    float: left;
}
.topmenu li a {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}
.topmenu li a b {
    display: block;
    float: left;
    padding: 0 8px;
    text-shadow:0 1px #222222;
}
.topmenu li.current a, .topmenu li a:hover {
    background-color: #EF5330;
    color: #000000;
    font-weight: bold;
}
.topmenu li.current a b, .topmenu li a:hover b {
    background-color: #EF5330;
    color:rgba(119, 119, 119, 0);
    font-weight: bold;
}
#trvl_support img {
    border: none;
}
/*---------------TOP FLYOUT - MENU--------------*/

#flyout_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B4B4B4;
    border-radius: 2px 2px 2px 2px;
    display: none;
    height: 150px;
    margin-top: 13px;
    position: absolute;
    right: 285px;
    width: 150px;
    z-index: 99;
}
#flyout_menu_arrow {
border-color: transparent transparent #FFFFFF;
    border-style: solid;
    border-width: 12px;
    content: "";
    float: right;
    position: absolute;
    right: 2px;
    top: -24px;
}
#flyout_menu h4 {
    color: #EF5330;
    margin: 4px 0;
    text-align: center;
}

#flyout_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#flyout_menu li a {
     color: #000000;
}

/*----------------HEADER--------------------------------*/
.logo{
 float:left;
 position:relative;
}
#headermsg{
    color: #EF5330;
    font-family: Verdana,arial,sans-serif;
    font-size: 15px;
    text-align: center;
    width: 482px;
}

/*-------------Searchengine------*/

#searchengine {
    background-color: #EEEEEE;
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px 0 #B4B4B4;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#slidemenu {
    background-color: #EEEEEE;
    border: 1px solid #B4B4B4;
    color: #EF5330;
    cursor: pointer;
    display: none;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    width: 110px;
}

#slidemenu:hover {
    background-color: #ef5330;
    color: #fff;
}

/*--------Searchtabs------------*/


#searchtabs {
    background-color: #EF5330;
    box-shadow: 0 0 6px -6px #B4B4B4;
    color: #333333;
    display:block;
    float: left;
    height: 320px;
    position: relative;
    width: 110px;
}

#searchtabs ul {
    height: 285px;
    margin: 0;
    padding: 0;
    width: 110px;
}

#searchtabs li {
    list-style-type: none;
    text-align: center;
    line-height: 46px;
    height: 46px;
}

#searchtabs li a {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
}

#searchtabs li a:hover, #searchtabs li:hover {
    background-color: #ef5330;
    font-weight: bold;
}

#searchtabs > ul > li.selected {
    font-weight: bold;
    height: 46px;
    position: relative;
}
#searchtabs > ul > li.selected:after {
    border-color: transparent #EEEEEE transparent transparent;
    border-style: solid;
    border-width: 13px;
    content: " ";
    display: block;
    left: 85px;
    margin-left: 0;
    position: absolute;
    top: 10px;
    width: 0;
    z-index: 1000;
}




/*--------------SEARCHTABS_ARROW-----------
#searchtabs_arrow {
    border-color: transparent #EEEEEE transparent transparent;
    border-style: solid;
    border-width: 12px;
    content: " ";
    display: block;
    left: 86px;
    margin-left: 0;
    position: absolute;
    top: 5px;
    width: 0;
}*/

/*-----------searchForms-----------*/

#searchForms {
         height: 320px;
         width: 510px;
         color: #484848;
         font-family:verdana,aria,sans serif;
         position: relative;
         float: left;
         border: 1px solid #b4b4b4;
         border-top: none;
         background-color:#EEEEEE;
}

#searchForms form {
	padding:12px 0px 0px 5px;
}

fieldset {
border: medium none;
margin-bottom: 2px;
padding: 0;
}

label  {
    line-height:16px;
    padding-bottom:2px;
}

input {
    border:1px solid #b4b4b4;
    border-radius:2px;

}
.departure, .return, .departure1, .return1, .vacdeparture, .vacreturn  {
         background-image: url("/images/calendar1.png");
         background-position: right center;
         background-repeat: no-repeat;
        height:22px;
        width:125px;
}

#submit_button {
    background-color: #EF5330;
    border: 1px solid #EF5330;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    margin: 16px 0;
    width: 130px;
}

#submit_button:hover {
    font-weight: bold;
    text-shadow: 0 2px 4px #000000;
    box-shadow: 0 0 6px 0 #ef5330;
}


/*--------------AIRTICKETS SEARCH-------------*/
.trMultiLeg {
	display:none;
}
#dvFlightSearch {
	width:500px;
	height:285px;
	/*background-color:#eee;*/
	display:block;
}
#destinations input {
    height: 26px;
    padding-left: 4px;
    width: 235px;
}
#txtDeparture, #txtInbound {
    background-image: url("http://www.globaltravel.gr/images/calendar1.png");
    background-position: right center;
    background-repeat: no-repeat;
    width:125px;
    vertical-align:bottom;
    height:22px;
}

#selDepTime, #selDepTime1, #selDepTime2, #selDepTime3, #selDepTime4 {
    border: 1px solid #B4B4B4;
    border-radius: 2px 2px 2px 2px;
    color: #777777;
    font-size: 12px;
    height: 26px;
    width: 100px;
padding:3px 0 ;
}

#selAdult, #selChild, #selInfant {
    border: 1px solid #B4B4B4;
    border-radius: 2px 2px 2px 2px;
    height: 24px;
    width: 60px;
padding:3px;
}
.trInbound {
        vertical-align:bottom;
}
#depdate td {
         vertical-align:bottom;
}


/*--------FERRY SEARCH--------------------------------------*/

#ferrysearch {
    /*background-color: #eee;*/
    height: 285px;
    width: 500px;
	display:none;
}

#fromPort, #toPort {
    border: 1px solid #B4B4B4;
    border-radius: 2px 2px 2px 2px;
    color: #555555;
    height: 28px;
    width: 235px;
    padding:3px;
    background: #fff;
}

#rdPax, #rdVeh {
    border: 1px solid #B4B4B4;
    border-radius: 2px 2px 2px 2px;
    height: 24px;
    width: 60px;
}

/*=============HOTEL SEARCH==============*/
#hotelsearch{
	width:500px;
	height:285px;
	display:none;
}
#htlcalendar input {
	width:125px;
        height:22px;
        background-image: url("http://www.globaltravel.gr/images/calendar1.png");
        background-position: right center;
        background-repeat: no-repeat;
}
#fourrow{
        height:25px;
}

#room1 {
	display:block;
}
#room2, #room3{
	display:none;
}
#age11, #age21, #age31{
	display:none;
}
#rooms, #afday, #currency, #htl_adults, #htl_children, #childage, #htl_child {
    border: 1px solid #B4B4B4;
    border-radius: 2px 2px 2px 2px;
    height: 24px;
    padding: 2px 0;
    width: 55px;
}
/*==========TOUR SEARCH===============*/

#toursearch {
    /*background-color: #eee;*/
    height: 285px;
    width: 500px;
	display:none;
}
#tour_price {
 height:22px;
}

#destination input {
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    padding: 2px;
    width: 480px;
}


/*--------------------------HOMEPAGE TOURS---------------------------------------------------
-------------------------------------------------------------*/

#homepage_tours {
    clear: both;
    display: block;
    height: 320px;
    position: relative;
    width: 960px;
}
#homepage_tours_color1 {
    background-color: #FFFFFF;
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px 0 #B4B4B4;
    float: left;
    height: 260px;
    margin: 12px 2px;
    width: 154px;
}
#homepage_tours_color2 {
    background-color: #FFFFFF;
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px 0 #B4B4B4;
    float: left;
    height: 260px;
    margin: 12px 2px;
    width: 154px;
}

#tour_title {
    text-align: center;
    height:43px;
}
#tour_title h4{
margin:0px;
padding:4px 4px;
}
#tour_title a {
    color: #ef5330;
}
#tour_photo {
    float: left;
    margin: 6px;
}
#tour_duration{
float: left;
font-weight: bold;
margin: 14px;
text-align: right;
width: 126px;
}
#tour_content {
    float: left;
    width: 152px;
}


#short_desc {
    text-align: left;
    height: 40px;
    margin-left: 5px;
}
#tour_price{
}

/*-----------------------------FOOTER--------------------*/

#bottom-banner {
    background-color: #EEEEEE;
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px 0 #B4B4B4;
    position: relative;
}

#htl-promo-title {
    border-bottom: 1px solid #B4B4B4;
    height: 24px;
    margin: 0;
    padding: 0 5px;
}

#htl-promo-title > h4 {
    margin: 10px 0;
}

#footerMain {
    background-color: #EEEEEE;
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px 0 #B4B4B4;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    height: 290px;
    margin-bottom: 3px;
    position: relative;
    width: 960px;
}

#footerTopmenu {
    float: left;
    height: 150px;
    margin: 5px;
    width: 600px;
}

#footerTopmenu div {
    margin-bottom: 0px;
}

#footerTopmenu h4 {
    color: #666666;
    margin: 6px 0;
}

#footerTopmenu a {
    color: #EF5330;
    margin-bottom: 6px;
    text-decoration: none;
}

#footerTopmenu a:hover {
text-decoration:underline;
}

#newsletter{
    float: left;
    font-size: 17px;
    margin: 5px;
    padding-left: 8px;
}

#newsletter form > h3 {
    color: #666666;
    font-family: Verdana,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 6px 0;
}


#newsletter form > input {
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    width: 200px;
}

#newsletter form > button {
    background-color: #EF5330;
    border: 1px solid #EF5330;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    vertical-align: bottom;
    width: 70px;
}
#newsletter form > button:hover{
    font-weight:normal;
    background-color:#ec6330;
}

#footerTopright {
    float: left;
    height: 150px;
    margin: 5px;
    padding-left: 8px;
}

#footerTopright h4 {
    color: #666666;
    margin: 6px 0;
}

#footerTopright > p {
    color: #EF5330;
}

#footerTopright > p {
    color: #EF5330;
}
#bottom-space {
height: 50px;
clear: both;
width: 100%;
}
#footer_bottom {
    height: 24px;
    margin: 0 5px;
    width: 99%;
}

#copyright {
    color: #666666;
    float: left;
    height: 22px;
    width: 795px;
    line-height: 24px;
}
#gpluse_button {
    width:75px;
    float:left;
}
.fb_link {
    float: left;
    border: 1px solid #666666;
    color: #FFFFFF;
    background-color: #6D8BC9;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 11px; font-weight: normal;
    width: 80px;
}
.fb_link img {
   border: none;
}


/*-------------------------VACATION PAGE-------------------------------------------
-------------------------------------------------------------------*/
#form2 {
padding-left:20px;
}
#vacation_color1, #vacation_color2{
border:1px solid #b4b4b4;
box-shadow:0 0 6px 0 #b4b4b4;
float:left;
height:132px;
margin:10px 0;
width:650px;
background-color:#FFFFFF;
}
#vacation_photo{
float: left;
margin: 6px;
}

#vacation_title {
    float: left;
    margin: 8px 12px;
    text-align: left;
    width: 450px;
}

#vacation_title h3{
color:#ef5330;
margin:0;

}
#vacation_content{
float: left;
height: 100px;
width: 498px;
}
#vacation_short_desc{
text-align: left;
height: 40px;
margin-left: 12px;
width: 375px;
float: left;
}

#vacation_short_desc p {
    margin: 0;
    padding: 0;
    text-align: left;
}

#vacation_content_right{
border-left: 1px solid #b4b4b4;
float:right;
width: 100px;
height: 90px;
}
#vacation_duration{
float:right;
font-weight:bold;
margin:14px;
text-align:right;
width:63px;
}
#vacation_price {
background-color: #EF5330;
border: 1px solid #EF5330;
color: #FFFFFF;
float: right;
height: 20px;
line-height: 20px;
margin: 5px;
padding: 4px;
text-align: center;
width: 81px;
}

/*----------Add this buttons-----------------------------*/

.addthis_toolbox {
    clear:both;

}




/*----------From common.css - old---------------------------*/
//.mytext4 {
    border: 1px solid #B4B4B4;
    box-shadow: 0 0 6px 0 #B4B4B4;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

/*-------------------SUGGESTION BOX------------------------------*/

.suggestionsBox {
position: relative;
left: 10px;
margin: 8px 0px 0px 0px;
width: 200px;
background-color: #212427;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 2px solid #000;
color: #fff;
}
.suggestionList {
margin: 0px;
padding: 0px;
}
.suggestionList li {
margin: 0px 0px 3px 0px;
padding: 1px;
cursor: pointer;
}
.suggestionList li:hover {
background-color: #659CD8;
}

/*----------------Online check-in page-----------------*/

#checkin {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Verdana,Arial,sans-serif;
    height:340px;
    padding: 20px 10px;
}
#checkin h3 {
    color: #EF5330;
}
#checkin > form {
    font: 12px/20px Verdana,Arial,sans-serif;
}

#theAirlineList {
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    margin-top: 20px;
    padding: 5px 2px;
}
.checkin_button {
    background-color: #EF5330;
    border: 1px solid #EF5330;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    vertical-align: bottom;
    width: 60px;
}
.checkin_button:hover {
     background-color: #EC6330;
     font-weight: normal;
}

/*-------------------FLIGHTSEARCH.PHP / HOTELSEARCH.PHP---------------*/

#ifrmResults, #iframe {
background: #FFFFFF;
margin: auto;
width: 965px;
height: 800px;
}