@charset "utf-8";
/* ------------------------------------------------------------------ */
/* (c) Mehmet Emre Serdaroglu / Safir Medya  16.06.2009               */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* Layout Related CSS                                                 */
/* ------------------------------------------------------------------ */

body {
	background-color: #000000;

	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	}

a {
	
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #24486C;
	font-size: 12px;
	font-family: sans-serif;

}


table.discreet {
	border: none;
	border-collapse: collapse;
	}

td.discreet {
	padding: 0px;
	margin: 0px;
	}
	
	
.nicemidbutton {
	background-image: url(../images/interface/button_mid.png);
	height: 23px;
	width: 50px;
	background-color: #A5CFF7;
	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;
}

.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: #A5CFF7;
	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: 0px;
	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;
}

