body {
margin:0px;
background: #fff;
}

a { text-decoration:none; color:#600; }

body, table, th, td, p {
font-family:Verdana, Tahoma, Helvetica, Arial, Sans;
font-size: 8pt;
text-decoration: none;
}

#baslik { background:#19135d; color:#fff; font-weight:bold; font-size:16pt; padding:4px; }
#icerik { background:#fff; margin:0px auto; width:850px; }

#left { float:left; width:220px; }
#right { float:right; width:630px; }

.form { width:600px; margin:auto; border:1px solid #666; padding:4px; }
.buttons, .top_buttons { text-align:right; padding:4px; }
label { font-weight:bold; }
img { border:none; }
hr { border:none; background-color:#999999; height:1px; padding:0px 2px 0px 2px; margin:2px; }
h1 { padding:2px; }
h1.title { margin:0px; padding:20px 10px; background:url("/pix/sablon/operator_title.jpg"); color:#fff; }

.label { font-weight:bold; }
.item_top { font-weight:bold; vertical-align:top; }
.button { border:1px solid #666; font-size:8pt; vertical-align:center; }
.page_title { font-weight:bold; font-size:2em; padding-bottom:4px; margin-bottom:4px; }
.subtitle { border-bottom:1px solid #000; margin-bottom:4px; margin-top:5px; padding-bottom:4px; font-weight:bold; }
.kategori { font-weight:bold; color:#900; }
.marka { font-weight:bold; color:#090; }

fieldset { border:1px solid #999999; margin-bottom:4px; padding:2px; }
legend { font-weight:bold; padding:0px 5px 0px 5px; }
form { margin:0px; padding:0px; }
input, textarea, select, checkbox { font-family:Tahoma, Verdana, Arial; font-size:1em; border:1px solid #999999; }

table, th { font-size:1em; }
th { background:url("/pix/sablon/operator_title.jpg") #009; color:#fff; text-align:center; font-weight:bold; padding:4px; }
td { padding:4px; }
.ninput { border:0px; margin:0px; padding:0px; }
.x-tabs-item-body { padding:4px; }

fieldset.form { width:600px; margin:auto; border:1px solid #666; margin-top:4px; }
fieldset.form legend { color:#666; }

#selector_wrapper { position:relative; height:0px; }
#selector_display { position:absolute; width:500px; height:250px; border:1px solid #666666; background-color:#eaeaea; overflow:auto; display:none; }

div.error { margin:0px 4px 4px 4px; padding:4px; border:1px solid #f00; background-color:#fcc; }
div.message { margin:4px; padding:4px; border:1px solid #300; background-color:#cfc; text-align:center; }
div.title { padding:4px; font-size:16pt; font-weight:bold; }

iframe { border:0px; }

/*
 * Rounded Box - The Easy Way
 * Use it like this;
 * <div class="roundedBox">
 * 	<div class="box_tl">
 * 		<div class="box_tr">
 * 			<div class="box_br" >
 * 				<div class="box_bl">
 * 					&nbsp;
 * 				</div>
 *				</div>
 * 		</div>
 * 	</div>
 * </div>
 */

div.box_tl {
	background-image:url("/pix/sticky-tl.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	left: -1px;
	top: -1px;
}

div.box_tr {
	background-image:url("/pix/sticky-tr.png");
	background-position: 100% 0;
	background-repeat: no-repeat;
	position: relative;
	left: 2px;
}

div.box_br {
	background-image:url("/pix/sticky-br.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	left: 0px;
}

div.box_bl {
	background-image:url("/pix/sticky-bl.png");
	background-position: 0 100%;
	background-repeat: no-repeat;
	position: relative;
	left: -2px;
	top: 0px;
	overflow:hidden;
}

div.roundedBox {
	background-color:#F0F0F0;
	border:1px solid #D0D0E0;
	position:relative;
}