* { margin: 0; padding: 0; }
/*
body {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	/*line-height: 150%;*/
/*}

/*
#topHead1 {
	height: 180px;
	width:112px;
	background-image:url(../images/mbak_okie.jpg);
	background-repeat:no-repeat;
	float: left;
}

#topHead2 {
	top:0px;
	height: 135px;
	margin-left:112px;
	background-image:url(../images/oketiket.jpg);
	background-repeat:no-repeat;
	background-color:#0099CC;
}

#topLogin1 {
	top:50px;
	color:#FFFFFF;	
	position:absolute;
	left:520px;
}

#topLogin2 {
	top:100px;
	color:#FFFFFF;	
	position:absolute;
	left:600px;
	font-weight:bolder;
}

td {

	padding:2px;
	min-width:2px;

}
*/
#topMenu {
	margin-top:15px;
	display: block;
	margin-left: 150px;
  	float: left;
}

#topMenu ul li {
  	float: left;
	margin-left: 20px;
	font-size:10px;
	font-weight:bolder;
	text-transform:uppercase;

	border-style: none;
}

#topMenu ul li a:hover {

	padding-left: 14px;
	padding-right: 14px;
	padding-top:3px;
	padding-bottom:3px;
	
	border-width: 1px;
	border-style: solid;

	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;

	background-color:#FFCC00;
	color:#FFFFFF;
	border-color:#0099CC;
}

#topMenu ul li a {
	text-decoration:none;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top:3px;
	padding-bottom:3px;
	
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;

	border-color:rgba(0,0,0,0.2); 
	background-color:rgba(0,0,0,0.3);
	
	color:#FFFFFF;
}

.inputBox {
	font-size:16px;
	border:1px solid rgba(0,0,0,0.4);
	height:22px;
	padding-top:2px;
	padding-left:4px;
	background-color:rgba(255,255,255,0.5);
}

.inputBox:focus {
	font-size:16px;
	height:22px;
	padding-top:2px;
	padding-left:4px;
	background: #fff;
	border: 1px solid #FFCC00;
	color: #444;
}

.roundButton {
	vertical-align:middle;
	margin-bottom:10px;
	padding-bottom:2px;
	height:28px;
	min-width:80px;
	font-size:9px;
	font-weight:bolder;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color:#006699;
	color:#FFFFFF;
	border-color:#000000;
	cursor:pointer;
	text-transform:uppercase;
}

.roundButton:hover {
	vertical-align:middle;
	margin-bottom:10px;
	padding-bottom:2px;
	height:28px;
	min-width:80px;
	font-size:9px;
	font-weight:bolder;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color:#FFCC00;
	color:#000000;
	border-color:#FF9933;
}

.roundButton[disabled="disabled"], .roundButton.disabled {
	border-color:#999999;
	background-color:#CCCCCC;
}

.roundButtonSmall {
	vertical-align:middle;
	padding-bottom:2px;
	height:18px;
	min-width:80px;
	font-size:9px;
	font-weight:bolder;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color:#000000;
	color:#FFFFFF;
	border-color:#333333;

	text-transform:uppercase;
}

.roundButtonSmall:hover {
	vertical-align:middle;
	padding-bottom:2px;
	height:18px;
	min-width:80px;
	font-size:9px;
	font-weight:bolder;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color:#FFCC00;
	color:#FFFFFF;
	border-color:#0099CC;
}

.inputSelect {
	font-size:12px;
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
	height:28px;
	padding-top:2px;
	padding-left:4px;
	background-color:rgba(255,255,255,0.5);
}

.inputSelect:focus {
	font-size:12px;
	height:28px;
	padding-top:2px;
	padding-left:4px;
	background: #fff;
	border: 1px solid #FFCC00;
	color: #444;
}

#boxItinerary {
	background-color:#FFFFCC;
	
}

#boxMsg {
	background-color:#FF6600;
	color:#FFFFFF;
	padding:4px;
	font-weight:bolder;
	text-align:center;
}

#boxInfo {
	background-color:#EFEFEF;
	padding:4px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#FF6600;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bolder;
}

a:hover {
	color:#FFCC00;
	border-bottom:1px dotted;
}

a img {
	border: 0;
}

.rowHeader {
	font-weight:bolder;
	background-color:#FF6600;
	color:#FFFFFF;
	font-size:13px;
}

.rowUnderline {
	border:1px;
	border-bottom-style: solid;
	/*border-color:#EFEFEF;*/
	border-color:#CCCCCC;
}

.rowUpperline {
	border:1px;
	border-top-style: solid;
	/*border-color:#EFEFEF;*/
	border-color:#CCCCCC;
}

.rowHover {
}

.rowHover:hover, .rowHoverhover {
	/*background: #eaeaea;*/
	background-color:#FFFFCC;
}

.rowHover2 {
}

.rowHover2:hover, .rowHoverhover2 {
	/*background: #eaeaea;*/
	background-color:#FFCC99;
}

.rowEven {
	background-color: #EFEFEF;
}

.rowUnread {
	background-color: #CFE7FC;
}

.rowUnreadHover {
}

.rowUnreadHover:hover, .rowUnreadHoverhover {
	/*background: #eaeaea;*/
	background-color: #B6DAFA;
}

.inputBoxSmall {
	border:1px solid #CCCCCC;
}

/*----------------------------------------------------------*/
/* Sortable tables */
table.sortable th {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}


/*--------------------panel ---------------------------------*/
.panel {
position: fixed;
top: 172px;
right: 0;
display: none;
background: rgba(0, 0, 0, 0.4);
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 130px;
height: auto;
padding: 40px 10px 10px 10px;
filter: alpha(opacity=110);
text-align:right;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #F26820;
text-decoration: none;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 174px; right: 0;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 4px 5px 4px 40px;
font-weight: 700;
background:#333333 url(../images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.trigger:hover{
position: fixed;
text-decoration: none;
top: 174px; right: 0;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 4px 5px 4px 40px;
font-weight: 700;
background:#222222 url(../images/plus.png) 15% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(../images/minus.png) 15% 55% no-repeat;
}


/*--------------ciu ------------*/
.ciu{
width:220px;
height:110px;
margin-bottom:42px;
}

ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:12px;
	width:1020px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:220px;
	height:110px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:110px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
	border:none;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:110px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:220px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#fff;
	top:110px;
	width:220px;
	height:0px;
	left:0px;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #666;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:220px;
	overflow:hidden;
	height:110px;
	top:110px;
	z-index:14;
	left:0px;
	display:none;

}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#FF6600;
	border-bottom:none;
}