/*  sayfa içerikiği - genel*/
body,td,p{
 font-family :Verdana;
 font-size :11px;
 color :#252525;
 line-height :13px;
}

/* Başlık ve alt başlıklar */
h1{
 font-size:13pt;
 font-weight:bold;
 color:#ff3300;
 margin-top:10px;
 margin-bottom:0px;
}

h2{
 font-size:11pt;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:11px;
}

/* Linkler */
a:link{
 font-size :11px;
 font-family :verdana;
 color :#666666;
 font-weight :bold;
 text-decoration :none;
}
a:hover{
	color :#999999;
	text-decoration:underline;
}

a:visited{
 color :#666666;
 text-decoration :none;
  font-weight :bold;
}
a:visited:hover{
 color :#999999;
text-decoration :underline;
}

/* Link  Menu için */
a.menu:link{ color :#666666; font-size :10px; }
a.menu:hover { color :#CC3335; }
a.menu:visited{ color :#777777;  font-size :10px;}
a.menu:visited:hover{ color :#CC3335; text-decoration:none;}

/* Link 3  */
/*
a.content{ color :#a4a4a4; }
a.content:hover { color :#d6d6d6; }
a.content:visited{ color :#a4a4a4; }
a.content:visited:hover{ color :#d6d6d6; text-decoration:none;}
*/

img{
 border-color:#cdcdcd;
}

input,textarea,select
{
   color:black;
   background-color:#D1D1D1; 
   border-color : black;
   border: 1px groove #959595;
   font-size:10px;
	 	
}
select.dropdownSmall {
	font-family: inherit;
	background-color:#cccccc;
	height: 5.8em;
	width: 150px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

/* Özel class lar */
.yakin{
 margin-top:0px;
 margin-bottom:-7px;
}

.gri{
 color :#e2e2e2;
 font-weight :bold;
 font-size:10px;
}

.koyu_gri{
 color :#b4b4b4;
 font-size:9px;
}

.minik {
 font-size:9px;
 color:#878787;
}

.turuncu{
 color :#ff3300;
 font-weight :bold;
}
