@charset "utf-8";

html {
 margin:0;
 padding:0;
	height:auto;
	height:100%!important;
	overflow:auto;
}

body {
 margin:0;
 padding:0;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#f2f2f2;
	text-align:center;
}

a {
	color:#206f97;
	text-decoration:underline;
}

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

img {
	border:0;
	vertical-align:middle;
}

fieldset {
	border:1px solid #393939;
	-moz-border-radius:4px;
	padding:10px;
	margin-bottom:10px;
}

fieldset div {
	margin-top:5px;
}

legend {
	border:1px solid #393939;
	-moz-border-radius:4px;
	background:#0f144a;
	color:#ffffff;
	font-weight:bold;
	padding:2px 10px;
}

p {
	margin-bottom:5px;
}

input, select, textarea {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:14px;
 border:1px solid #333333;
 padding:2px;
}

textarea {
 overflow:auto;
}

.button {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 background:url(images/menuCenter.png) repeat-x -10px;
 border:2px solid #333333;
 padding:2px 10px;
 cursor:default;
 height:24px;
 vertical-align:top
}

button {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 background-color:#ffffff;
 border:2px solid #333333;
 padding:2px 10px;
 cursor:default;
}

button.submit {
 font-weight:bold;
}

button:hover {
 background-color:#0f144a;
 color:#ffffff;
 cursor:pointer;
}

#container {
	width:975px;
	margin:0 auto;
	overflow:hidden;
}

#page {
 position:relative;
	overflow:hidden;
}

#bottom {
	width:957px;
	margin:0 auto;
	border-top:1px solid #393939;
}

#copyright {
 padding:5px 0 2px 0;
}

#copyright_warning {
 color:#666666;
 padding-bottom:5px;
}

#left {
	float:left;
	width:10px;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	background:#ffffff url(images/left_corner.png) scroll;
	font-size:0;
}

#right {
	float:right;
	width:10px;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	background:#ffffff url(images/right_corner.png) scroll;
	font-size:0;
}

#center {
	width:955px;
	margin:auto;
	text-align:left;
	background:#ffffff;
}

#head {
	position:relative;
}

#logo {
 width:400px;
 height:80px;
 background:transparent url(images/logo.png) no-repeat scroll;
 cursor:pointer;
}

#heading {
	width:955px;
	height:235px;
	background:transparent url(images/banner.png) no-repeat scroll;
	font-size:0;
}

#date {
 position:absolute;
 right:20px;
 top:5px;
}

#extras {
 position:absolute;
 right:10px;
 top:40px;
}

#extras ul {
 list-style:none;
 margin:0;
 padding:0;
}

#extras ul li {
 float:left;
 margin:0;
 padding:0;
}

#extras ul li a {
 padding:5px 10px;
 outline:0;
 text-decoration:none;
 font-weight:bold;
}

#extras ul li a.anasayfa {
 padding-left:22px;
 background:url(images/anasayfa.png) no-repeat 2px center;
}

#extras ul li a.belgeler {
 padding-left:22px;
 background:url(images/belgeler.png) no-repeat 2px center;
}

#extras ul li a.defter {
 padding-left:22px;
 background:url(images/defter.png) no-repeat 2px center;
}

#extras ul li a.sss {
 padding-left:22px;
 background:url(images/sss.png) no-repeat 2px center;
}

#extras ul li a.iletisim {
 padding-left:22px;
 background:url(images/iletisim.png) no-repeat 2px center;
}

#map {
 position:absolute;
 left:220px;
 top:40px;
}

#menu {
 position:absolute;
 top:9px;
 left:40px;
	height:28px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	margin:0;
	float:left;
	padding-left:5px;
}

#menu ul li a {
	float:left;
	display:block;
	background:#00004c;
	padding:5px 15px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	height:16px;
	-moz-border-radius:5px 5px 0 0;
	border-color:#000000;
	border-style:solid;
	border-width:2px 2px 0 2px;
 outline:none;
}

#menu ul li a:hover {
	background:#8B1120;
}

#menu ul li a.here {
	background:#8B1120;
	color:#fdf096
}

#navs {
	position:absolute;
	top:0;
	right:5px;
}

#navs ul {
 list-style:none;
}

#navs ul li {
	padding:5px 3px;
	float:left;
	color:#aaaaaa;
}

#navs ul li.first:before {
	content:'';
}

#body {
	position:relative;
	padding:10px;
	min-height:400px;
}

#foot {
	position:relative;
	background:transparent url(images/foot.png) repeat-x scroll;
	height:80px;
	font-size:16px;
	color:#ffffff;
}

#page_title {
	font-size:28px;
	font-weight:bold;
	color:#a59700;
	padding-left:38px;
	background:transparent url(images/title.png) no-repeat left center scroll;
	text-shadow:0 2px #dddddd;
}

#page_content {
	margin:10px 0;
	font-size:15px;
}

#mail {
	position:absolute;
	top:10px;
	left:10px;
	width:550px;
	height:50px;
	padding-left:55px;
	background:transparent url(images/mail.png) no-repeat left center scroll;
}

#mail div {
	font-size:80%;
	margin-bottom:5px;
}

#phone {
	position:absolute;
	top:10px;
	left:600px;
	width:250px;
	height:50px;
	padding-left:55px;
	background:transparent url(images/phone.png) no-repeat left center scroll;
}

.banner {
 height:310px;
}

.subtitle {
	font-weight:bold;
}

.movie {
	margin:10px 0 5px 0;
	width:650px;
	height:300px;
	border:1px solid #dddddd;
	text-align:center;
}

.external_link li {
	padding:2px 0 2px 20px;
	background:transparent url(images/goto.png) no-repeat left center;
}

.error {
 padding:10px;
 text-align:center;
}

.error div {
 width:80%;
 padding:10px;
 margin:auto;
 border:2px solid #670000;
 background:#ffffe8;
 color:#360000;
}

.warning {
 text-align:center;
 margin:10px 0;
 color:#ff0000;
 font-weight:bold;
}

.news {
 list-style:none;
 margin:0;
 padding:0;
 border:1px solid #dddddd;
 margin-bottom:10px;
}

.news_header {
 background:#ffffff url(images/news.png) repeat-x 0 100% scroll;
 height:45px;
 padding:0 5px;
}

.news_header .title {
 float:left;
 line-height:45px;
 font-size:24px;
 font-weight:bold;
 color:#8b1120;
 background:url(images/news_title.png) no-repeat left center scroll;
 padding-left:38px;
 text-shadow:0 0 2px #e7decf;
}

.news_header .date {
 float:right;
 color:#2c68a3;
 width:80px;
}

.news_header .date .day {
 float:left;
 font-size:36px;
 margin-right:2px;
}

.news_header .date .month_year {
 float:right;
 padding:2px 0;
 margin:5px 2px;
}

.news_header .date .month_year div {
 line-height:14px;
 text-align:center
}

.news_content {
 background:#ffffff url(images/news_block.png) repeat-x 0 100% scroll;
 padding:5px;
}

.news_content .front {
 min-height:100px;
 padding:5px;
}

.news_content .bottom {
 height:35px;
}

.news_content .bottom .author {
 float:left;
 line-height:35px;
 color:#999999;
}

.news_content .bottom .continue {
 float:right;
 line-height:35px;
}

.news_content .bottom .continue a {
 background:url(images/continue.png) no-repeat left center;
 padding-left:20px;
}

.block {
 list-style:none;
 margin:0;
 padding:0;
 border:1px solid #dddddd;
 margin-bottom:10px;
}

.block_header {
 background:#ffffff url(images/news.png) repeat-x 0 100% scroll;
 height:45px;
 padding:0 5px;
}

.block_header .title {
 float:left;
 line-height:45px;
 font-size:24px;
 font-weight:bold;
 color:#111111;
 background:url(images/block_title.png) no-repeat left center scroll;
 padding-left:38px;
 text-shadow:0 0 2px #e7decf;
}

.block_content {
 background:#ffffff;
 padding:5px;
}

.block_content .front {
 padding:5px;
}

.news_category {
 font-weight:bold;
}

.news_title {
 font-size:24px;
 margin:5px 0;
 color:#d00000;
}

.news_date {
 clear:both;
 height:18px;
 padding:5px 0;
 border-bottom:1px solid #dddddd;
}

.news_publish_date {
 float:left;
}

.news_last_update {
 float:right;
}

.news_subtitle {
 font-weight:bold;
 padding:5px 0;
}

.news_front {
 padding:10px 0;
 text-align:justify;
 overflow:hidden;
}

.news_inside {
 padding:10px 0;
 text-align:justify;
 overflow:hidden;
}

.news_actions_bar {
 margin:5px 0;
 padding:10px 0;
 border-top:1px solid #dddddd;
}

.news_actions_bar .left span {
 float:left;
 margin:0 5px;
}

.news_actions_bar .left label {
 font-weight:bold;
}

.news_comments {
 clear:both;
 border-top:1px solid #dddddd;
}

.news_comments_list {
 margin:5px 0;
}

.news_comment_header {
 margin-top:5px;
 border:2px solid #cccccc;
 background-color:#ffffff;
 color:#000000;
 padding:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
}

.news_comment_header_pointer {
 background:url(images/pointer_down.png) no-repeat scroll 10px top;
 width:50px;
 height:12px;
 z-index:11;
 margin-top:-2px;
}

.news_comment_content {
 display:block;
 margin-bottom:10px;
 padding:5px 0;
 min-height:100px;
}

.navigation {
 text-align:center;
 margin:10px 0;
}

.navigation span {
 border:1px solid #cccccc;
 padding:2px 10px;
 background-color:#f2f2f2;
 color:#aaaaaa;
 cursor:default;
}

.navigation span.total {
 border:0;
 background-color:transparent;
 color:#000000
}

.navigation a {
 border-width:2px;
}

.navigation a:hover {
 border-color:#000000;
}

.hint {
 color:#aaaaaa;
}

.voting {
 float:left;
}

.voting img {
 padding:0;
 float:left;
}

#vote_results {
 position:relative;
}

#votes {
 position:absolute;
 left:0;
 right:0;
 width:80px;
 height:15px;
 background:url(images/rating.png) no-repeat left center;
}


.comments {
 padding-left:22px;
 background:url(../../../objects/icons/16x16/message.png) no-repeat 2px center;
}

.send2friends {
 padding-left:22px;
 background:url(../../../objects/icons/16x16/mail.png) no-repeat 2px center;
}

.print {
 padding-left:22px;
 background:url(../../../objects/icons/16x16/fileprint.png) no-repeat 2px center;
}

ul.list {
 list-style:none;
 margin:0;
 padding:5px 0;
}

ul.list li {
 float:left;
 margin-bottom:5px;
 padding:0;
}

ul.list li a {
 display:block;
 color:#656565;
 background-color:transparent;
 text-decoration:none;
 padding:2px 0;
}

ul.list li a:hover {
 color:#4598d0;
}

ul.list li a div {
 margin-bottom:5px
}

.description {
 font-size:12px;
 font-weight:normal;
 color:#656565;
}

.caution {
 text-align:center;
 color:#999999;
 margin:10px 0;
}

.highlight {
 background-color:#efe8c2;
 color:#ffffff;
 padding:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
}


.dialog-veil {
 background:#000000
}

.dialog-box {
 border:1px solid #aaaaaa;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -khtml-border-radius:5px;
 background-color:#ffffff;
 padding:5px;
 text-align:left;
}

.dialog-head {
 background:#60a9e1 url(images/dialogHead.png) repeat-y;
 border-radius:5px 5px 0 0;
 -moz-border-radius:5px 5px 0 0;
 -webkit-border-radius:5px 5px 0 0;
 -khtml-border-radius:5px 5px 0 0;
}

.dialog-title {
 font-weight:bold;
 color:#ffffff
}

.dialog-body {}

.dialog-buttons {
 padding-top:5px
}

.dialog-buttons button {
 min-width:80px
}

.dialog-foot {
 border-radius:0 0 5px 5px;
 -moz-border-radius:0 0 5px 5px;
 -webkit-border-radius:0 0 5px 5px;
 -khtml-border-radius:0 0 5px 5px;
}

.buttonBar {
 margin:5px 0;
 text-align:right;
}

.labelTitle {
 font-weight:bold;
 margin-bottom:5px;
}

.labelTitle:after {
 content:':';
}

.labelRow {
 margin-bottom:5px;
}

.editorBBCODE {
 font: 9pt "Courier New";
}

div.richeditor div.editbar {
 width:650px;
 margin-top:5px;
 background-image:url(../../../objects/editors/bbcode/images/editbar_bg.gif);
 border-left:1px solid #bbbbbb;
 border-right:1px solid #bbbbbb;
 border-top:1px solid #bbbbbb;
 border-bottom:none;
}

div.richeditor div button {
 vertical-align:middle;
 width:25px;
 height:25px;
 border:1px solid transparent;
 background-color:transparent;
 cursor:pointer;
 color:Black;
 background-position:center;
 background-repeat:no-repeat;
 background-image:none;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
}

div.richeditor div button:hover {
 border:1px solid silver;
}

div.richeditor iframe  {
 border:1px solid #bbbbbb;
 background-color:#ffffff;
}

ul.listing {
 margin:0;
 padding-left:15px;
}

.box {
 border:1px solid #cccccc;
 text-align:center;
 margin:5px;
 background:url(images/box_background.png) repeat-x;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -o-border-radius:10px;
}

.box span {
 display:block;
 padding:5px 0;
 font-weight:bold;
}

.box div a {
 text-decoration:none;
}

ul.pictures {
 margin:10px 0;
 padding:0;
 list-style:none;
 text-align:center;
}

ul.pictures li {
 display:inline;
}

ul.pictures li a {
 padding:2px 10px;
 background:#0f144a;
 color:#ffffff;
 border:1px solid #aaaaaa;
 text-decoration:none;
 font-weight:bold;
}

ul.pictures li a.here {
 background:#c2b46a;
 color:#0f144a;
}

ul.pictures li a:hover {
 background:#c2b46a;
 color:#0f144a;
}

.title {
 font-size:18px;
 font-weight:bold;
 margin:2px 0;
}

.spacer {
 margin:2px 0;
}

.listBar {
 border:1px solid #333333;
 margin:5px;
 padding:5px;
 background:#ffffff
}

.gridLeft {
 text-align:right;
 font-weight:bold;
}

.gridLeft:after {
 content:':';
}

.quote {
 height:80px;
}

.faq_category {
 font-size:18px;
 margin:5px 0;
 font-weight:bold;
 color:#df971b
}

.faq_question {
 font-weight:bold;
 padding:5px 0;
 padding-left:20px;
 background:url(../../../objects/icons/16x16/move_delete.png) no-repeat 2px center;
 cursor:pointer;
}

.faq_question_opened {
 font-weight:bold;
 padding:5px 0;
 padding-left:20px;
 background:url(../../../objects/icons/16x16/move_down.png) no-repeat 2px center;
 cursor:default;
}

.faq_answer {
 display:none;
 padding:5px 10px;
 border:1px dotted #cccccc;
 margin-bottom:10px;
}

.faq_answer_opened {
 padding:5px 10px;
 margin-bottom:10px;
}
