﻿body{
	padding:0px 0 14px 0;
	margin:0;
	margin:0 auto;
	background-color:#f6f6f6;
	color:#62625C;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
}
div, h1, h2, p, form, label, input, textarea, img, span,ul{
	margin:0; padding:0;
}
img{
border:0px;
}

ul{
list-style-type:none;
}

a{
color:#ff9900;
font-weight:bold;
}

a:hover{
color:#9aca32;
font-weight:bold;
text-decoration:none;
}


.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
#main{
	background-color:#ffffff;
	border:#DDDDCA solid 7px;
	border-top:0px;
	width:828px;
	margin:0 auto;
	clear:both;
}
#main img.logo{
	width:484px;
	height:100px;
	border:0px;
}
#content{
width:504px;
padding:8px;
float:left;
}
#content h1{
color:#bababa;
font:bold 22px/27px Arial, Helvetica, sans-serif;
letter-spacing:2px;
padding-bottom:15px;
}
#content h2{
color:#bababa;
font:bold 16px/20px Arial, Helvetica, sans-serif;
letter-spacing:1px;
padding-top:15px;
padding-bottom:15px;
}
#content p{
padding-bottom:15px;
}

#ads
{
width:300px;
padding:2px;
padding-top:10px;
float:right;
clear:right;
display:inline-block;
}
#footer{
	width:828px;
	height:125px;
	margin:0 auto;
	background:url(../img/footer_bg.gif) 0 0 repeat-x #323232;
	color:#fff;
	position:relative;
}
#footer ul{
	width:587px;
	position:absolute;
	left:11px;
	top:27px;
}
#footer ul li{
	float:left;
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:0 7px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#D4D4C6;
	background-color:#D76E08;
}
#footer p.copyright{
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:49px;
}
#footer p.design{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#C5BE25;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:85px;
}
#footer p.design a{
	color:#FFFFFF; background-color:inherit; text-decoration:none;
	}
#footer p.design a:hover{
	color:#C5BE25; background-color:inherit;
	}

ul.namazvakitleri
{
clear:both;
padding:0px;
}

ul.namazvakitleri li
{
width:65px;
float:left;
text-align:center;
}

div.buttons{
width:auto;
margin-left:130px;
} 

div.zorunlu
{
width:auto;
margin-left:130px;
margin-bottom:10px;
}

.divinfo, .divsuccess, .divwarning, .diverror
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid;
	margin: 10px 0px;
	padding: 8px 10px 8px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.divinfo
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/divinfo.png');
}
.divsuccess
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/divsuccess.png');
}
.divwarning
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/divwarning.png');
}
.diverror
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/diverror.png');
}

fieldset {
  padding:5px;
}
legend {
  padding: 0 7px 0 7px;
  font-weight: bold;
}
label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  text-align:left;
}

select {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 130px;
}
form fieldset fieldset label {
  margin-left: 133px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

ul.medialist
{
padding:20px;
}

ul.medialist li
{
padding:10px;
text-align:center;
}

ul.medialist li img
{
width:330px;
height:190px;
}

table.anatablo{
width:500px;
font:14px/1.231 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#30363a;
border:1px #cccccc solid;
}

th{
border-bottom:1px #cccccc dotted;
}

thead th{
border-bottom:1px #cccccc dotted;
background-image:url(../img/thbg.png);
background-repeat:repeat-x;
background-color:#e4ebee;
height:30px;
}

td{
border-left:1px #cccccc dotted;
border-bottom:1px #cccccc dotted;
}

tfoot tr td{
border:0px;
text-align:right;
}

td.al
{
font-size:24px;
color:#ff9900;
text-align:center;
}

td.sa
{
font-size:24px;
color:#004799;
text-align:center;
}
td.du
{
text-align:center;
font-size:12px;
}

span.dusus,span.artis,span.sabit
{
background-repeat:no-repeat;
background-position:center top;
padding-top:40px;
width:60px;
display:inline-block;
}

span.dusus
{
background-image:url(../img/down.png);
color:#aa2f1a;
}

span.artis
{
background-image:url(../img/up.png);
color:#3c913c;
}

span.sabit
{
background-image:url(../img/draw.png);
color:#bdbd0a;
}

span.baltin,span.caltin,span.kaltin
{
display:inline-block;
width:36px;
height:36px;
}

span.baltin
{
background-image:url(../img/bilezik.png);
}

span.caltin
{
background-image:url(../img/cumhuriyet_altini.png);
}

span.kaltin
{
background-image:url(../img/kulce_altin.png);
}

#pad {height:140px;}
#menu {padding:0; margin:0; list-style:none;}
#menu li {float:left; margin-left:1px;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 29px; float:left; background:#ffef9f; color:#000; text-decoration:none;}
#menu li a b {text-transform:uppercase;}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background: #fff url(../img/arrow.gif) no-repeat center bottom; color:#e60;}
