@charset "utf-8";
/*************************************************************************
*
* HTML tag'lerine ait genel stiller...
*
*************************************************************************/
html {
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#666666;
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	line-height:1.5em;
}
a:link, a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:underline;
}
form {
	margin:0px;
	padding:0px;
}
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
select,
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	border:1px solid #DDDDDD;
	background-color:#F6F6F8;
	padding:2px;
}
option, optgroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
optgroup {
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}	
input[type="submit"],
input[type="reset"], 
input[type="button"] {
	width:100px;
	padding:3px;
}
fieldset {
	border:1px solid #EDEDED;
}
legend {
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
p {
	margin:0px;
	margin-top:.75em;
	margin-bottom:.75em;
}
h1 {
	padding:0px;
	margin:0px;
	margin-top:5pt;
	margin-bottom:5pt;
	font-size:12pt;
}
h2 {
	padding:0px;
	margin:0px;
	margin-top:5pt;
	margin-bottom:5pt;
	font-size:10pt;
}
h3 {
	padding:0px;
	margin:0px;
	margin-top:5pt;
	margin-bottom:5pt;
	font-size:9pt;
}
.title_tab, 
.title_tab h2, 
.title_tab h3, 
.title_tab a 
{
	margin:0px;
	color:#FFFFFF;
}
td.dotted {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
}
a.underlined {
	text-decoration:underline;
}
hr {
	border:0px;
	color:#D1C0AD;
	background-color:#D1C0AD;
	height:1px;
}
img {
	border:0px;
}

/**********************************************************
*
* Sayfadaki genel yerlesimle ilgili stiller...
*
**********************************************************/
#page_frame {
	margin:0px;
	padding:0px;
}
#page_left {
	margin:0px;
	padding-right:4px;
}
#page_right {
	margin:0px;
	padding-left:4px;
}
.panel {
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
}
/**********************************************************
*
* Kenar yuvarlatmali cerceveler icin stiller...
*
**********************************************************/
.tbl_lt {
	background:url(../pics/web/rounded_tbl/lt.gif) no-repeat left top;
	width:19px;
	height:19px;
}
.tbl_top {
	background:url(../pics/web/rounded_tbl/top.gif) repeat-x top;
	height:19px;
}
.tbl_rt {
	background:url(../pics/web/rounded_tbl/rt.gif) no-repeat right top;
	width:19px;
	height:19px;
}
.tbl_left {
	background:url(../pics/web/rounded_tbl/left.gif) repeat-y left;
	width:19px;
}
.tbl_right {
	background:url(../pics/web/rounded_tbl/right.gif) repeat-y right;
	width:19px;
}
.tbl_lb {
	background:url(../pics/web/rounded_tbl/lb.gif) no-repeat left bottom;
	width:19px;
	height:19px;
}
.tbl_bottom {
	background:url(../pics/web/rounded_tbl/bottom.gif) repeat-x bottom;
	height:19px;
}
.tbl_rb {
	background:url(../pics/web/rounded_tbl/rb.gif) no-repeat right bottom;
	width:19px;
	height:19px;
}

.list_pages a, .list_pages b {
	padding:3px;
	display:block;
	float:left;
}

.list_pages a:hover {
	text-decoration:none;
}

.list_pages b {
	border:2px solid #999999;
	font-size:1.2em;
}

/**********************************************************
*
* Hatali kullanici girisleri ile ilgili stiller...
*
**********************************************************/
.error_text {
	color:#FF0000;
	font-weight:bold;
}
.gallery_image_frame {
	margin:5px;
}
.gallery_image_frame .content {
	border:1px solid #e3c7a2;
	padding:5px;
}


/**********************************************************
*
* Sol paneldeki yazilar ile ilgili stiller...
*
**********************************************************/
#side_text .title {
	text-align:left;
	font-weight:bold;
	margin-bottom:1em;
}
#side_text .content {
	text-align:justify;
	padding-bottom:1em;
}
#side_text .signature {
	text-align:right;
	font-style:italic;
}

