﻿@import "cssYapi.css";
@import "menu.css";
@import "cssTagClouds.css";
@import "menu_style.css";
@import "newMenu.css";
@import "styleTabMenu.css";

body{  
margin:0px;
font:normal 11px/20px Verdana, Tahoma, Helvetica, sans-serif;
color:#777;
/*background:#c8d7dc url('../../images/bg_son2.gif') repeat-x;*/
background-color:#ccc;
/*background-color:#6A6A6A; */
margin-top:0px;
vertical-align:top;
padding-top:0px;

/*background-color:#71714A*/
}

.title{background-color:Silver; background-image:url(../../images/defter.gif); color:White; width:96%}
#menuler{
		color:#AAD4FF;
		text-decoration :none;
     text-align:justify;
     font-family:Trebuchet MS, Verdana, Arial;}
#menuler a:hover
{ text-decoration:none;
	color:#000;
	}
.menulerUst{    
		color:White;
	
     background-image:url(../../images/ustArka.gif);
     font-family:Trebuchet MS, Verdana, Arial;
     float:right;
      font-weight:bold;
      text-align:right; 
      width:80%
     }
.menulerUst a{color:White; text-decoration:none;}
.menulerUst a:hover
{ color:#ccc;
	}
	
/* Resim Boyutları */

#logoluresimler .img{width:110px; height:40px;}
	
	
/* Alt Menu*/
#menuAlt{color:#fff;
     text-align:justify;
     font-family:Trebuchet MS, Verdana, Arial;
     width:80%;}	
 #menuAlt a{color:#fff; text-decoration:none;}
 #menuAlt a:hover{color:#333; background-color:#ccc;}
	
	/* Modal Popup */
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height:300px;
	
}
