﻿/*Tasarım ve Programlama HayeSoft */

/*-------------------------------------------------------------------------
=SAYFA DÜZENİ
-------------------------------------------------------------------------*/
body
{
	background: #E1E1E1;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	padding: 0;
}

div#maContainer {width:980px; margin: auto auto}
table#maHeader {width:980px; height:80px;background:#4d4948;}
td.maHeaderCorner {width:15px; height:15px;}
td.maHeaderSpacer {width:950px; height:15px;}
td.maHeaderLogos {width:980px; height:50px;}

table#maMenu {width:980px; height:28px; margin-top:10px; margin-bottom:10px;}
table#maMenu td.maMenuCorner {width:15px;}
table#maMenu td.maMenuCenter {width:965px;}
table#maContent {width:980px; background:#dbdbdb;}
table#maContent td#maSolMenu {vertical-align:top; background:#ffffff; width:200px}
table#maContent td#maSagAlan {vertical-align:top; background:#ffffff; width:710px}

table#maAnaMenu{width:100%; height:28px; color:#373737; font-weight:bold; text-align:center; background:url('../design/AnaMenuBg.png') repeat-x #dededc;}
table#maAnaMenu td {border-right:solid 1px #72706a}
table#maAnaMenu a {	color:#373737; font-weight:bold; text-decoration:none;}
table#maAnaMenu a:hover {color:#000000;text-decoration:none;}
table#maAnaMenu td#Egitim {	background:url('../design/AnaMenuBg.png') repeat-x #facb01}
table#maAnaMenu td#Tasarim {background:url('../design/AnaMenuBg.png') repeat-x #009ce1} 
table#maAnaMenu td#Tasarim a{color:#ffffff; font-weight:bold; text-decoration:none;} 
table#maAnaMenu td#Tasarim a:hover{color:#000000; text-decoration:none} 
table#maAnaMenu td#Organizasyon {background:url('../design/AnaMenuBg.png') repeat-x #c1c1c1} 

div#maModelLogo {height:50px; margin-left:15px; float:left}

div#maLogin {float:right; height:38px; margin-right:15px; width:250px; padding-top:12px;  }
div#maAlanSpot {float:Right; color:#ffffff; font-weight:bold; font-size:13px; margin-right:5px; padding-top:15px;}

/*-------------------------------------------------------------------------
=GENEL AYARLAR
-------------------------------------------------------------------------*/
.floatNone { float:none }
.floatLeft { float:left }
.floatRight { float:right }
.floatCenter{ margin: auto auto }
.clearBoth { clear:both }
.noBg { background:none !important }
.noMargin { margin:0 !important }
.noPadding { padding:0 !important }
.noBorder { border:0 !important }
.displayNone { display:none !important }
.displayBlock { display:block !important }
.left { text-align:left }
.center { text-align:center }
.right { text-align:right }
.border-r {border-right:solid 1px #d9d9d9;}
.gray {color:#909090;}
.border {border:solid 1px #E1E1E1; padding:2px;}
.v-bottom{	vertical-align:bottom}
.v-top{	vertical-align:top}
form {margin:0px; padding:0px !important}
.LoginInput {width:65px; font-size:9px;padding:0px; height:11px}

/*-------------------------------------------------------------------------
=GENEL LİNKLER
-------------------------------------------------------------------------*/
a { color:#605D5C; text-decoration:none }
a:hover { color:#000000; text-decoration:none}
a img {border:none;}

/*-------------------------------------------------------------------------
=BAŞLIKLAR
-------------------------------------------------------------------------*/
h1, h2, h3 { font-family:Helvetica, Arial, sans-serif; font-weight:bold; color:#424242}
h1 { font-size:21px }
h2 { font-size:28px; color:#076478}
h3 { font-size:16px; color:#1ca609; padding:0px; margin:0px;}



.msg
{
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	background-color:Red;
	color:White;
	padding:5px;
	
	}
	
.msgbig {font-size:12px;font-weight:bold;background-color:Red;color:White;padding:5px 5px 0px 5px;margin-bottom:20px;width:98%;border:solid 3px black;text-align:left;}