﻿body {background-color:#C1DAFF; margin:0px; padding:0px;}
TD {font-family:Tahoma; font-size:12px; color:#000; line-height:20px;}
div, p, ul, h2, h3, h4, h5, form, img, li{padding:0px; margin:0px; border:0px;}
ul{list-style-type:none;}
a {font-size:12px; color:#000; text-decoration:none;}
a:hover {font-size:12px; color:#3e3e3e; text-decoration:none;}
.alt {font-size:13px; color:#70A3AB;}
a.alt {font-size:13px; color:#70A3AB; text-decoration:none;}
a.alt:hover {color:#000;}
span.tarih {font-size:13px; color:#a9c7cd;}

a.baslik {font-size:14px; color:#9e0b03; text-decoration:none;}
a.baslik:hover {font-size:14px; color:#000000; text-decoration:none;}

a.onyazi {font-size:13px; color:#699ca7; text-decoration:none;}
a.onyazi:hover {text-decoration:underline;}

div.yayin {width:250px; float:left; text-align:left;}
span.yazibaslik {font-size:16px; color:#ff4f4f; font-weight:bold;}

#kolon {width:197px; text-align:center; font-size:16px;}
.sagkolon {width:250px; text-align:left;}
span.digerleri {font-size:16px; color:#990000; font-weight:bold;}
input,textarea,select{background-color:#FFFFFF; border:1px solid #ccc; font-size:12px; font-family:Tahoma;}


/*menü*/


.arrowlistmenu{
width: 100%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(http://www.nidadergisi.com/resim/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(http://www.nidadergisi.com/resim/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

