@charset "utf-8";

body {
	overflow: -moz-scrollbars-vertical;
	background-color: #c1e38c;
}

.clear {
	clear: both;
}

.brclass {
	border: #44bfd9 2px solid;
}

.text_normal {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

.siyah A {
	color: #2D2F39;
	text-decoration: none;
}

.siyah A:Hover {
	color: #ff1200;
}

.ssiyah A {
	color: #272E58;
	text-decoration: underline;
}

.ssiyah A:Hover {
	color: #ff1200;
}

.text12 {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.toplink {
	font-family: Tahoma;
	/*letter-spacing:1px;*/
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	cursor: pointer;
}

.botlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	cursor: pointer;
}

.toplinkbg {
	background: url(../site/bg_link_top_bg.jpg);
}

.toplinkbgover {
	background: url(../site/bg_link_top_bgover.jpg);
}

.botlinkbg {
	
}

.botlinkbgover {
	background: url(../site/bg_link_bottom_bgover.jpg);
}

.leftlink {
	padding-left: 23px;
	height: 25px;
	border-bottom: #43565f 1px solid;
	background-color:#44BFD9;
	cursor: pointer;
}

.leftlinkbg {
	background:  no-repeat #44bfd9;
}

.leftlinkbgover {
	background: url(../site/ico_leftlinkovr.gif) no-repeat #43565f;
}

/*

*/
.tl_lrp {
	padding: 0 20px;
}

.lpad10 {
	padding: 0 10px;
}

.title14 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.title13 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.title18 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.siyah {
	color: #404040;
}

.ssiyah {
	color: #404040;
}

.laci {
	color: #0e2b4d;
}

.tamsiyah {
	color: #000000;
}

.mavi {
	color: #71dae3;
}

.mavi A {
	color: #0474A4;
	text-decoration: none;
}

.mavi A:Hover {
	color: #ff1200;
}

.yesil {
	color: #8a9245;
}

.turuncu {
	color: #ff7400;
}

.mavi {
	color: #71dae3;
}

.beyaz {
	color: #ffffff;
}

.mavibeyaz {
	color: #bfe5fe;
}

.solmenuarkarenk1 {
	background-color: #21a0cd;
}

.solmenuarkarenk2 {
	background-color: #8ece1f;
}

.solmenuarkarenk3 {
	background-color: #ff9900;
}

.solmenuarkarenk4 {
	background-color: #d4de7d;
}

.ico1 {
	background: url(../site/altico1.gif) no-repeat;
	padding-left: 15px;
}

.ico2 {
	background: url(../site/altico2.gif) no-repeat;
	padding-left: 15px;
}

.ico3 {
	background: url(../site/altico3.gif) no-repeat left bottom;
	padding-left: 15px;
}

.ico4 {
	background: url(../site/altico4.gif) no-repeat left bottom;
	padding-left: 15px;
}

li {
	list-style: none;
	list-style-image: url(../site/ico_list.jpg);
	margin-left: -15px;
}

.title {
	background: url(../site/ico_titles.gif) no-repeat;
	padding-left: 15px;
}

.title2 {
	background: url(../site/menu_ico_over.gif) no-repeat;
	padding-left: 15px;
}

.title12 {
	font-size: 12px;
	font-weight: bold;
	background: url(../site/ico_titles.gif) no-repeat;
	padding-left: 15px;
}

.title12_2 {
	font-size: 12px;
	font-weight: bold;
	background: url(../site/ico_titles_2.gif) no-repeat;
	padding-left: 15px;
	font-family: "Arial";
}

.titleborderbot {
	height: 5px;
	background: url(../site/bg_title_borderbot.jpg) no-repeat bottom;
}

.pad10 {
	padding: 10px;
}

/*
form
*/
.input_buton {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #293747;
	height: 20px;
	border: 0px solid #F58105;
}

.input_listbox {
	color: #456176;
	text-decoration: none;
	border: 1px solid #AFAFAF;
	font: normal 11px Tahoma;
	background: #FFFFFF;
}

.input_listbox_list {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E1E1E1;
	border: 1px solid #CCCCCC;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 15px;
	list-style-image: url(../images/nokta.gif);
}

/* MILKBOX */
#mbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	/* set the Milkbox overlay color // opacity: see the js options */
	z-index: 100;
	cursor: pointer;
}

#mbCenter { /* for default width and height, see the js options */
	position: absolute;
	z-index: 101;
	overflow: hidden;
	left: 50%;
	top: 10%;
	/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff; /* set the Milkbox background color */
	border: 5px solid #fff; /* set the Milkbox border */
	margin: 0;
	padding: 0px; /* set the Milkbox padding */
}

.mbLoading {
	background: #fff url(loading.gif) no-repeat center;
}  /* IMAGE: loading gif */
#mbCanvas {
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
	font-size: 0;
	overflow: hidden;
}

.mbClear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}

/* *** BOTTOM *** */
#mbBottom { /* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: #cfcfcf 1px solid;
}

/* navigation */ /* be careful if you change buttons dimensions */
#mbNavigation {
	float: right;
	width: 27px;
	padding-top: 3px;
	/*border-left:1px solid #9c9c9c; set nav border */
}

#mbCount {
	width: 55px;
	overflow: hidden;
	padding-top: 1px;
	float: right;
	text-align: right;
	font-size: 9px; /* count font size */
}

#mbCloseLink,#mbPlayPause {
	outline: none;
	display: block;
	float: right;
	height: 19px;
	cursor: pointer;
}

#mbPrevLink {
	display: block;
	float: right;
	height: 19px;
	cursor: pointer;
}

#mbNextLink {
	display: block;
	float: right;
	height: 19px;
	cursor: pointer;
}

#mbPrevLink,#mbNextLink {
	width: 15px;
}

#mbPrevLink {
	background: transparent url(prev.gif) no-repeat;
}  /* IMAGE: prev */
#mbNextLink {
	background: transparent url(next.gif) no-repeat;
}  /* IMAGE: next */
#mbPlayPause {
	width: 13px;
}

#mbPlayPause {
	background: transparent url(play-pause.gif) no-repeat;
}  /* IMAGE: prev */
	/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover
	{
	background-position: 0 -22px;
}

#mbCloseLink {
	width: 17px;
	background: transparent url(close.gif) no-repeat; /* IMAGE: close */
}

/* description */
#mbDescription {
	margin-right: 27px;
	padding: 5px 10px 0 0;
	font-weight: normal;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
