c/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {text-align:center;font-family: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';font-size:14px;} 
img {border:0;}


a {color: #1c64d1;text-decoration:none;}
a:hover{color:#FFFFFF;background-color:#2586d7;}
 
#container {width:820px;text-align:left;}
#container, #footer {font-family: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';font-size:13px;}
#content {background: url("/images/backgroundstripe.gif");float:left;width:575px;padding:5px;border-right: 1px dashed #1c64d1;border-left: 1px dashed #1c64d1;min-height:425px}
#logo {margin-top:30px;margin-bottom:20px;width:205px;height:120px;}
#logo img {border:0;margin:0;}
#sag_bar {width:210px;float:left;padding-left:10px;}

#login_form {border:1px solid #DBDBDB;background-color:#fff;padding:3px;}
#login_form div.container {background-color:#F8F8F8;padding:5px;}
#login_form label {width:100%;text-align:right;}
#login_form  h3 {color:#fff;background-color:#1c64d1;font-size: 15px;padding:2px;margin: 0;border-bottom:1px dashed #1c64d1;}

.sayfa {margin:20px;}
.sayfa h1,h2 {color:#0850BD;}
.sayfa h1 {width:100%;font-weight:bold;font-size:18px;margin-bottom:10px;border-bottom:1px dotted #0850BD;}
.sayfa p {margin-top:10px;font-size:13px;}
.sayfa li {margin:10px;}

.h_menu {clear:both;width:820px;padding-bottom:6px;background: url("/images/headerwrapper.gif") repeat-x left bottom;height:24px;}
.h_menu {margin-top:25px;}
.h_menu li {float:left;}
.h_menu a {padding-left:10px;padding-right:25px;text-decoration:none;font-size:12px;}
.h_menu ul , .sagtextmenu ul ,.sagbutonmenu ul {padding:0;margin:0;list-style-type:none;position:relative;}

/*Sidebar Menu*/

.outtaHere {
	position:absolute;
	left:-3000px;
}

.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(/images/forms/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(/images/forms/radio.gif) no-repeat left bottom;}

.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(/images/forms/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(/images/forms/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(/images/forms/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

.txtarea .tr, .txtarea .tr_xon {background:url(/images/forms/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(/images/forms/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(/images/forms/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(/images/forms/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(/images/forms/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(/images/forms/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(/images/forms/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(/images/forms/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(/images/forms/select_bg.gif) repeat-x left top;
	cursor:pointer;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/images/forms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/images/forms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

a.selectButton:hover {background:transparent;}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
max-height: 225px; /* Moz, Opera.. */
overflow:auto;
height: expression(this.scrollHeight > 225 ? "225px" : "auto"); /* IE */
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

.buttonSubmit, .buttonSubmitHovered {
  margin-top:10px;
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(/images/forms/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

.field-hint {
background-image:url(/images/hint_topborder.gif);
background-position:left top;
background-repeat:no-repeat;
color:#000;
margin:2px 0pt 0pt 10px;
padding:14px 0pt 0pt;
position:absolute;
width:225px;
font-size:80%;
z-index:50;
}
.field-hint div {
background-color:#FCFCFC;
border-bottom:1px solid #1c64d1;
border-left:1px solid #1c64d1;
border-right:1px solid #1c64d1;
padding:4px;
}
.field-hint-inactive {
position:absolute;
display:none;;
}

/* begin css tabs */

ul#tabnav {
text-align: left;
margin: 0 0 0 0;
font-weight:bold;
font-size:13px;
border-bottom: 1px solid #000;
list-style-type: none;
padding: 5px 6px 3px 0;
width:100%;
}

ul#tabnav li {
display: inline;
}

.inactivetab a {
background-color: #F6F8FF;
border: 1px solid #000;
}

.activetab a,.activetab a:hover {
background-color: #fff;
color: #1c64d1;
top: 1px;
padding-top: 4px;
position: relative;
border: 1px solid #000;
border-bottom: none;
}

ul#tabnav li a {
padding: 3px 4px;
margin-right: 0px;
text-decoration: none;

}

.inactivetab a:hover {
background: #1c64d1;
color:#fff;
}

#comments
{
font-family: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}

#comments ol {
list-style-type:none;
margin:1pt !important;
padding:1pt !important;
}

ol li {
background:transparent;
border-bottom:1px solid #DDDDDD;
clear:both;
float:left;
margin:0pt;
padding:1em 10px;
width:500px;
font-family: 'Arial';
}

ol li.item2 {background-color: #F1F1F1;}

ul#comment_list li.author {
background:#F1F1F1 none repeat scroll 0%;
}
div.comment_meta {
float:left;
font-size:11px;
width:150px;
}
div.comment_entry {
float:left;
font-size:14px;
padding-left:15px;
width:320px;
}
div.comment_meta p {
font-size:11px;
margin:0pt 0pt 0.5em;
}
p.comment_author {
font-weight:bold;
}
p.comment_datetime a {
color:#999999;
text-decoration:none;
}
div.comment_entry p {
font-size:14px;
margin:0pt 0pt 1em;
}

div.comment_entry p.replyto {
font-style:italic;
font-size:11px;
text-align:right;
}

#sol_menu {
  position: relative;
  z-index: 1;
  margin: 0;
	padding: 0 0 1em;
	list-style: none;
}

#sol_menu ul {
  margin: 3px 0 0 10px;
	border-top: #d7d7d7 1px dotted;
	padding: 0;
	list-style: none;
}

#sol_menu li {
	margin: 0 0 3px 0;
	padding: 1px 0 0 0;
	border:1px solid #fff;
}

#sol_menu ul li {
	margin: 0;
	padding: 0;
}

#sol_menu a {
  display: block;
	border: solid #d7d7d7;
	border-width: 0 1px;
	font-size: 110%;
	text-decoration: none;
	outline: none;
	color: #000;
  background: #e4e4e4;
}
#sol_menu a:hover {
  text-decoration: underline;
}
#sol_menu ul a {
	font-size: 95%;
	margin: 0;
	border: 0;
	color: #444;
	background: #fff;
}
#sol_menu a.current {
	border-color: #0850BD;
	color: #fff;
	background: #0850BD;
}

#sol_menu ul a.current {
  border:0;
  margin-top:2px;
  color:#fff;
	background: #93a7c5;
  padding-left:2px;

}

#sol_menu a.current:hover {
  text-decoration: none;
}

#sol_menu a b {
	display: block;
  position:relative;
  top: -1px;
  left: 0;
	border:solid #d7d7d7;
  border-width:1px 0 0;
  font-weight:normal;
}
#sol_menu ul a b {
  top: 0;
	border: 0;
}

#sol_menu a.current b {
	border-color: #696969;
}

#sol_menu a b b {
  border-width:0 0 1px;
  top: 2px;
}

#sol_menu a b b b {
  top: -1px;
	padding: 1px 5px 1px 10px;
  border-width: 0;
	background: center left no-repeat;
	cursor: pointer;
}


#sol_menu ul a b b b {
  top: 0;
	border-bottom: #d7d7d7 1px dotted;
	padding: 3px 3px;
}
