#tabmenu { 
color: #000; 
margin: 0px 0px 0px 0px; 
padding: 0px; 
z-index: 1; 
padding-left: 0px ;
} 

#tabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; 
cursor:pointer;
} 

#tabmenu a, a.active { 
color: #aaaaaa; 
background:#FFFFFF;
font: normal 1em verdana, Arial, sans-serif; 
border: 0px solid black; 
border-bottom:0px;
padding: 2px 5px 0px 0px; 
margin: 0px; 
text-decoration: none;
cursor:hand; 

} 

#tabmenu a.active { 
background: #FF3300; 
border-bottom: 0px solid #ffffff; 
color:#FFFFFF;
} 

#tabmenu a:hover { 
color: #fff; 
background: #ADC09F;
 } 

#tabmenu a:visited { 
color: #E8E9BE; } 

#tabmenu a.active:hover { 
background: #ffffff; 
color: #DEDECF; } 

#content {
background-image:url("/images/new_tatil/aramabg.gif");
z-index: 2; 
width:360px;
} 

#content a { 
text-decoration: none; 
color: #E8E9BE; 
}



.hotel {
background-image:url("/images/new_tatil/otel_passive.gif");
width:120px;
height:25px;
}

.plane {
background-image:url("/images/new_tatil/ucak_passive.gif");
width:119px;
height:25px;
}
.tour {
background-image:url("/images/new_tatil/tur_passive.gif");
width:121px;
height:25px;
}

.hplane {
background-image:url("/images/new_tatil/otelucak_passive.gif");
width:120px;
height:25px;
}

.hotel_active {
background-image:url("/images/new_tatil/otel_active.gif");
width:120px;
height:25px;
}

.plane_active {
background-image:url("/images/new_tatil/ucak_active.gif");
width:119px;
height:25px;
}

.tour_active {
background-image:url("/images/new_tatil/tur_active.gif");
width:121px;
height:25px;
}

.hplane_active {
background-image:url("/images/new_tatil/otelucak_active.gif");
width:120px;
height:25px;
}

.numbers { font-size:39px; width:35px;padding-bottom:0px;padding-top:0px;margin:0px; color:#fff;}
.padtop2 { padding-top:2px; }

.selbox { font-size: 7pt; font-family: Verdana; background-color: #ffffff; border:1px solid #0570D8}
.box { border:1px solid #0570D8; }
input, select { font-size:11px; }
.ucak_type{width:22%;text-align:right;}
.pad{padding:5px 0px 5px 4px}
.ucak_link{color:#004080; text-decoration:none}
.ucak_txt{color:#004080; font-size:9px}

#mainContainer{
	width:660px;
	margin:0 auto;
	text-align:left;
	height:100%;
	background-color:#FFF;
	border-left:3px double #000;
	border-right:3px double #000;
	z-index:200;
}
#formContent{
	padding:5px;
}
/* END CSS ONLY NEEDED IN DEMO */


/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:146px;	/* Width of box */
	overflow:auto;	/* Scrolling features */
	border:2px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:12px;
	z-index:100;
	line-height:18px;	
	color:red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:9px;
	color:#666666;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#F3F1F1;
	color:#000;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
