﻿
body{  
margin:0px;
font:normal 11px/20px Verdana, Tahoma, Helvetica, sans-serif;
color:#777;
background-color:#6A6A6A;
margin-top:0px;
vertical-align:top;

/*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:#0c0c0c;
	}
#menulerUst{    
		color:White;
     text-align:justify;
     font-family:Trebuchet MS, Verdana, Arial;}
#menulerUst a{color:White; text-decoration:none;}
#menulerUst a:hover
{ color:#c3c3c3;
	}
	
/* Alt Menu*/
#menuAlt{color:Gray;
     text-align:justify;
     font-family:Trebuchet MS, Verdana, Arial;
     width:80%;}	
 #menuAlt a{color:Gray; text-decoration:none;}
 #menuAlt a:hover{color:#c3c3c3;}
	
	/* 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;
	
}