@charset "utf-8";
/* ------------------------------------------------------------------ */
/* (c) UGURCAN K. / UNER TEKNOLOJI A.S.  25.09.2007                   */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* Layout Related CSS                                                 */
/* ------------------------------------------------------------------ */
#custom-doc {
	margin:auto;
	text-align:left; /* Değiştirmeyin */
	width:960px;/* Değiştirmeyin */
	min-width:960px;/* Opsiyonel */
	
}

body {
	color: #676767;
	background-image: url(../images/interface/main_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	cursor: default;
	font-family: Tahoma, sans-serif;
}

a {
	cursor: pointer;
	cursor: hand;
}

#bd {
	margin-bottom: 10px;
}

#left {
	float:left;
	width:210px;
	margin:0px;
	padding:10px;
}

#leftTwoColumn {
	float:left;
	width:700px;
	margin:0px;
	padding:10px;
}

#right {
	float:right;
	width:210px;
	margin:0px;
	padding:10px;
}

#middle {
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#middle2column {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#loginTop {
	background-color: #F2F2F2;
	width: 940px;
	font-size: 85%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	background-image: url(../images/interface/login_top_round.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#topSupport {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}

#topSupport li a:link {
	color: #454545;
	text-decoration: none;
}

#topSupport li a:visited {
	color: #454545;
	text-decoration: none;
}

#topSupport li a:hover {
	color: #575757;
	text-decoration: none;
}

#topSupport li a:active {
	color: #454545;
	text-decoration: none;
}

.horizontalList li {
	display: inline;
	background-image: url(../images/interface/red_bullet.png);
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: 4px center;
	background-repeat: no-repeat;
}

#menuBarMain {
	height: 30px;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}

#loginText {
	display: block;
	float: left;
}

#loginText a:link {
	color: #CC0000;
	text-decoration: none;
}

#loginText a:visited {
	color: #CC0000;
	text-decoration: none;
}

#loginText a:hover {
	color: #DD0000;
	text-decoration: none;
}

#loginText a:active {
	color: #CC0000;
	text-decoration: none;
}

#hd h1 {
	background-image: url(../images/interface/mybilet_logo_top.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 60px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: -10px;
	position: absolute;
	text-decoration: none;
	text-indent: -2000em;
	vertical-align: bottom;
	width: 175px;
	z-index: 1000;
	cursor: pointer;
}

#topMenu {
	display: block;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:0px solid #666666;
}
#topMenu img {
	margin-right:10px;
	vertical-align:middle;
}


#topMenu li {
	background-image: none;
}

#topMenu li a:link {
	background-image: none;
	text-decoration: none;
	color: #494949;
}

#topMenu li a:visited {
	background-image: none;
	text-decoration: none;
	color: #494949;
}

#topMenu li a:hover {
	background-image: none;
	text-decoration: none;
	color: #727272;
}

#topMenu li a:active {
	background-image: none;
	text-decoration: none;
	color: #494949;
}

#flashMenu {
	position: absolute;
	height: 30px;
	width: 430px;
	left: 50%;
	top: 95px;
	overflow: hidden;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}

.nicetextbox {
	background-image: url(../images/interface/textfield_bg.png);
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
	margin: 0px;
}

.nicetinybutton {
	background-image: url(../images/interface/button_tiny.png);
	height: 23px;
	width: 38px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.nicemidbutton {
	background-image: url(../images/interface/button_mid.png);
	height: 23px;
	width: 50px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.nicebigbutton {
	background-image: url(../images/interface/nice_big_button.png);
	height: 43px;
	width: 109px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.nicebigbuttonbuy {
	background-image: url(../images/interface/nice_big_button_buy.png);
	height: 43px;
	width: 109px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	padding: 0px;
}

.nicebigbuttonbuygray {
	background-image: url(../images/interface/nice_big_button_buy_gray.png);
	height: 43px;
	width: 109px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	display: block;
}

input {
	font-size: 11px;
	color: #333333;
}

select {
	font-size: 11px;
	color: #333333;
}
