@charset "utf-8";
/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui
------------------------------------------------------------------------------------------------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}


/* Global reset-RESET */
/* The below restores some sensible defaults
------------------------------------------------------------------------------------------- */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/* * a { position:relative } */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


body{
	background-color: #000000;
	scrollbar-face-color: #d0620f;
	scrollbar-highlight-color: #d0620f;
	scrollbar-3dlight-color: #100d0d;
	scrollbar-darkshadow-color: #100d0d;
	scrollbar-shadow-color: #100d0d;
	scrollbar-arrow-color: aa622c;
	scrollbar-track-color: #100d0d;
	}
	
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

/* BASLIK
--------------------------------------------------------------------------- */

#baslik {
	background-image: url(../images/generic_01_world.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#sertifika {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC;
	font-weight: bold;
}
#sayfabaslik {
	text-align: right;
	height: 36px;

	padding-top: 6px;
}
#sayfabaslik h1 {
	font-size: 24px;
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 20px;
}

/* İCERİK
--------------------------------------------------------------------------- */
#icerik_paket {}#icerik {
	height: 386px;
	float: right;
	width: 810px;
}
#solmenu {
	background-color: #0082e0;
	height: 386px;
	width: 210px;
	background-image: url(../images/solmenu_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	font-weight: bold;
	padding-top: 20px;
}
#menu ul li {
	background-image: url(../images/seperator_solmenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 4px;
}
#menu ul li a,
#menu ul li a:visited,
#menu ul li a:active {
	color: #CCC;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #F93;
}

/* ALTMENU
--------------------------------------------------------------------------- */
#altmenu {
	width: 1020px;
	color: #CCC;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#altmenu a,
#altmenu a:visited,
#altmenu a:active {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#altmenu a:hover {
	color: #F93;
}
#tablobaslik {
	height: 50px;
}
#tablobaslik table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	height: 50px;
	background-color: #519126;
}
#tablobaslik table td 
{
	color: #FFF;
	padding: 2px;
	text-align: center;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#tablo {
	height: 336px;
	overflow: auto;
}
#tablo table {
	border: 1px solid #000;
}

#tablo tr td {
	font-size: 9px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 2px;
}
#tablo tbody td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#tablo tbody tr.even td {
	background: #eee;
}
		
#tablo tbody tr.highlight td {
	color: #000;
	background-color: #C6E3FF; 
	border-color: #3292FC;
}
#textback {
	float: right;
	height: 386px;
	width: 596px;
	background-image: url(../images/text_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#text {
	height: 340px;
	width: 530px;
	float: right;
	margin-top: 25px;
	margin-right: 35px;
	overflow: auto;
}
#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
}
#text h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 50px;
	color: #FC0;
	font-weight: bold;
}

#text p {
	margin-top: 15px;
}

#text p,
#text_col1 ul,
#text_col2 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 18px;
	padding-right: 15px;
}
#text_col1 p,
#text_col2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	margin-top: 10px;
}

#text_col1 ul li,
#text_col2 ul li {
	list-style-type: disc;
	margin-left: 10px;
	line-height: 22px;
}
#text a,
#text a:active,
#text a:visited,
#text_col1 ul li a,
#text_col1 ul li a:active,
#text_col1 ul li a:visited,
#text_col2 ul li a,
#text_col2 ul li a:active,
#text_col2 ul li a:visited {
	color: #FFC;
	text-decoration: none;
}
#text a:hover,
#text_col1 ul li a:hover,
#text_col2 ul li a:hover {
	color: #F93;
	text-decoration: none;
}

#text_col1 {
	height: 370px;
	width: 220px;
	float: right;
	margin-top: 25px;
	margin-right: 35px;
	padding-left: 15px;
}
#text_col2 {
	height: 370px;
	width: 300px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	padding-left: 15px;
}
#text_col1 a,
#text_col1 a:visited,
#text_col1 a:active,
#text_col2 a,
#text_col2 a:visited,
#text_col2 a:active {
	color: #FFFF99;
	text-decoration: none;
}
#text_col1 a:hover,
#text_col2 a:hover {
	color: #B9D5DD;
}

#text_col2 hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#text_col1,
#text_col2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFC;
	margin: 0px;
}
#text_col1 h1,
#text_col2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC0;
	font-size: 14px;
	font-weight: bold;
}
#text_col1 h2,
#text_col2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC;
	font-size: 12px;
	font-weight: bold;
}
#sayfaresmi {
	height: 386px;
	width: 214px;
}
#index_top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
#enter {
	height: 37px;
	width: 86px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	padding-top: 420px;
}
.light {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FC0;
}
.light2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

