/********   GENERAL **************/
body
{
	width:auto;
	background-color:#FFFFFF;
	float:center;
}
input,select,img
	{
	font-size:11px;
	font-weight:normal;
	vertical-align:middle;
	}
select{
border:1px;
border-color:#F0720B;
border-style:solid;
color:#252B75;
background-color:#FFFFFF;
}
*
{
	font-size:11px;
	font-family:Verdana;
}
a{
text-decoration:none;
}

img
{
	border:0px;
}

/* Specialna ponuka zarovnanie a specifikacie */
#spec_pon
{
margin-top:-5px;
margin-left:0px;
width:370px;
height:auto;
text-decoration:none;

}
#spec_pon_top
{
background-image: url(images/spec_top.jpg);
background-repeat: no-repeat;
font-size:11px;
font-weight:bold;
width:auto;
height:31px;
}
#spec_pon_bottom
{
width:auto;
height:20px;
}
#spec_pon_body_1
{
padding-top:5px;
padding-left:5px;
font-size:13px;
width:auto;
height:18px;
background-color:#FFFFFF;
text-decoration:none;
border-bottom:1px;
border-bottom-color:#F0720B;
border-bottom-style:solid;
}
.spec_pon_body_left{
height:auto;
width:60%;
float:left;
color:#1E3279;
font-size:13px;
text-decoration:none;
font-weight:bold;
}
.spec_pon_body_right{
height:auto;
width:40%;
float:right;
color:#1E3279;
font-size:13px;
text-decoration:none;
}
/************** FORMULAR ****************/
#tab_inner
{
	margin:0px;
	padding:0;
}
.form_style{
font-weight:bold;
width:380px;
height:250px;
}
.mradio
{
	height:10px;
  color:#252B75;
	font-weight:bold;
	
}
.tab_title
{
	color:white;
	font-weight:bold;
}
.tabset_button_div
{
}

.input_title
{
	font-size:11px;
	text-align:left;
  color:#252B75;
  font-weight:bold;  
  }
.input_litle_1{
border:1px;
border-style:solid;
border-color:#D2D2D2;
}

#passgs td
{
	padding:3px;
}

.num_pass
{
	width:20px;
}

.air_inp
{
width:280px;
border:1px;
border-color:#F0720B;
border-style:solid;
color:#252B75;
background-color:#FFFFFF;
}

.small_inp
{
width:150px;
border:1px;
border-color:#D2D2D2;
border-style:solid;
}

td.small_comment
{
font-size: 9px;
color:red;
}

.date_inp
{
width:100px;
border:1px;
border-color:#F0720B;
border-style:solid;
color:#252B75;
background-color:#FFFFFF;
}

/********* AUTO SUGGEST *******************/
#getdata_container, #getdata_iframe
{
	font-size:10px;
	color:#000000; 
	display:none; 
	position:absolute; 
	background:white;
	border:1px solid black;
	width:280px;
}

#getdata_iframe
{
	border:0;
}


#getdata_container UL
{ list-style:none; margin: 0; padding: 0; } 

#getdata_container UL LI
{ 
	display:block;
	font-size:10px;
	
}

#getdata_container A
{
	color:#000000; 
	text-decoration:none; 
	background-image:url('./images/roll_back.jpg');
	display:block;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
}

#getdata_container A:hover, #getdata_container LI.selected A
{ 
	background-image:url('./images/roll_active.jpg');
}

/*******  CALENDAR   ***********/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:2px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}

#calendarDiv .pastDay{	/* Active day in the calendar */
	text-decoration:line-through;
}

#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

.titleMain {
	width: 100%;
	background: white;
	float: left;
	font-weight: bold;
	padding: 1px;
}

.tabset_offline_div
{
	margin-top:10px;
	width:70px;
	background:white;
	background-image:url('./images/offline_flight.jpg');
	background-repeat:no-repeat;
	background-position:center left;
	height:24px;
	width:400px;
}
.tabset_offline_div a
{
	display:block;
	margin-left:320px;
}
/* TABS css layout */

#tabs_div
{
	clear:both;
	height:20px;
}

#tabs,#tabs ul
{
	display:block;
	padding:0;
	margin:0;
	width:385px;
	height:20px;
 }

 #tabs li
 {
 list-style: none;
 margin: 0;
 display: inline;
 }
#tab1_passive,#tab1_active
 {
 	background-position:top left;
	float:left;
	display:block;
	width:128px;
	height:20px;
 }
#tab2_passive,#tab2_active
 {
 	background-position:top left;
	float:left;
	display:block;
	width:129px;
	height:20px;
 }
#tab3_passive,#tab3_active
 {
 	background-position:top left;
	float:right;
	display:block;
	width:128px;
	height:20px;
 }
 #tab_passive
 {
  background-image:url('./images/tabs/tab_bg.jpg');
	float:left;
	display:block;
	width:auto;
 }
/* pozadia po kliknuti na zalozku */

#tab_img
{
position:absolute;
left:10px;
top:10px;
z-index:100;
}
#tab_img_2
{
position:absolute;
left:373px;
top:10px;
z-index:100;
}
#tab1_img
{
width:361px;
height:222px;
background-image:url("./images/tab_img/tab1_img.jpg");
z-index:100;
}
#tab2_img
{
width:361px;
height:222px;
background-image:url("./images/tab_img/tab2_img.jpg");
z-index:100;
}

/* Zalozky */ 
#tab1_passive
{
width:128px;
height:20px;
background-image:url('./images/tabs/tab1_passive.jpg');
}
#tab1_active
{
width:128px;
height:20px;
background-image:url('./images/tabs/tab1_active.jpg');
}
#tab2_passive
{
width:129px;
height:20px;
background-image:url('./images/tabs/tab2_passive.jpg');
}
#tab2_active
{
width:129px;
height:20px;
background-image:url('./images/tabs/tab2_active.jpg');
}
#tab3_passive
{
width:128px;
height:20px;
background-image:url('./images/tabs/tab3_passive.jpg');
}
#tab3_active
{
width:128px;
height:20px;
background-image:url('./images/tabs/tab3_active.jpg');
}

.tabset_content {
 margin-left:0px;
 width:380px;
  
  }
 
.tabset_table
{
  float:left;
	padding:0;
	margin:0;
}


.tabset_button_div
{
}

.tabset_offline_div
{
	margin-top:10px;
	margin-left:230px;
	width:70px;
	background:white;
	background-image:url('../userdata/design/offline_flight.jpg');
	background-repeat:no-repeat;
	background-position:center left;
	height:24px;
	width:380px;
}

.tabset_offline_div a
{
	display:block;
	margin-left:320px;
}

.tabset_table td img
{
	vertical-align:middle;
}

.tabset_table .split
{
	padding:0;
	height:2px;
	background:white;
}

.tabset_offline
{
	display:block;
	color:white;
	text-decoration:none;
	background:#e87717;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:2px;	
	padding-left:20px;

}

.tabset_offline:hover
{
	text-decoration:underline;
}
