﻿@import url(menu.css);
@import url(form.css);

body
{
	margin:0px; font-family:Tahoma; font-size:11px; color:#3d3d3d; background:url('../images/bage_bg.gif');
	
}
a
{
  color:black; text-decoration:none; 
}

a:hover
{
  color:red; text-decoration:underline;
}


#container
{
	margin-left:auto; margin-right:auto; width:930px; background:url('../images/container_bg.gif') repeat-y; padding:0px 15px 0px 15px;
}
#header
{
	width:96%; margin:0px 10px 0px 10px; height:140px;
}
img
{
	border:0;
}
#user
{
	border:solid 1px #cccccc; background:url('../images/user_bg.gif') repeat-x top #e2e2e1; width:340px; height:40px; padding:5px;
}
#user input
{
	border:solid 1px #cccccc; padding:3px; font-size:10px; width:105px; height:10px;
}
#user button
{
	border:solid 1px #a8a8a8; background:#efefee;
}
#user a
{
	text-decoration:none; font-size:10px; color:#3d3d3d;
}
#user a:hover
{
	text-decoration:underline; color:black;
}
.menubg
{
	background:url('../images/menu_bg.gif'); height:37px;
}

#menu
{
	height:37px; width:auto;
}
#menu td
{
background:url('../images/menuspa.gif') right no-repeat;  text-align:center; padding:0px 20px 0px 20px;
}
#menu td:hover
{
background:url('../images/menuhover_bg.gif') repeat-x; 
}
#menu td a
{
color:#c3dbe5; text-decoration:none; font-weight:bold; 
}
#menu td a:hover
{
color:white; text-decoration:none; font-weight:bold;
}
.graybox
{
 width:100%
}
.graybox th
{
 background:url('../images/greyboxth.gif') repeat-x; height:28px; text-align:left; padding-left:10px; color:white; font-weight:bold; border-bottom:solid 1px #e7e8e6
}
.graybox td
{
  padding:10px;
}
.graybox a
{
  color:black; text-decoration:none;
}

.graybox a:hover
{
  color:red; text-decoration:underline;
}

.bluebox
{
 width:100%
}
.bluebox th
{
 background:url('../images/blueboxth.gif') repeat-x; height:28px; text-align:left; padding-left:10px; color:white; font-weight:bold; border-bottom:solid 1px #e7e8e6
}
.bluebox td
{
  padding:10px;
}
.grayborder
{
margin:0px 10px 10px 10px; border:solid 1px #e7e8e6; padding:5px;	
}
.bluetxt
{
	color:#2c79b3;margin:0px 10px 0px 15px;
}

.haber
{
	float:left; width:48%; padding-bottom:10px;
}
.haber .baslik
{
	color:#2c79b3; font-weight:bold;
}
.haber a
{
	color:#515756; line-height:18px; text-decoration:none;
}
.haber a:hover
{
	color:Black; line-height:18px; text-decoration:none;
}
.haber .resim
{
	width:90px; height:60px; padding:2px; border:solid 1px #dadada; margin-right:5px;
}
.detaysayfa
{
	background:url(../images/pagebg.gif) repeat-x; padding:6px; width:100%;
}
