﻿body 
{
	background-color:#99ccff;
	font-size:12px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
/*-----------STANDARTS-------------*/
h3
{
	font-size:16px;
	font-weight:bold;
	color:#d50e15;
	margin-bottom:20px;
}
strong
{
	font-weight:bold;
}
a:link      { text-decoration: none; color:#d50e15; }
a:visited   { text-decoration: none; color:#d50e15; }
a:active    { text-decoration: none; color:#d50e15; }
a:hover    {  text-decoration: none; color:#333; }

input[type="text"], input[type="password"]
{
	width:220px;
	padding:2px;
	border:solid 1px #ccc;
	color:#666;
	font-size:10px;
	height:16px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
input[type="button"]
{
	border:none;
	padding:2px;
	font-size:10px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
input[type="submit"]
{
	border:none;
	padding:1px;
	font-size:11px;
	font-weight:bold;
	border:solid 1px #d50e15;
	color:#fff;
	background-color:#d50e15;
	font-family:Comic Sans MS;
}
textarea
{
	width:220px;
	padding:2px;
	border:solid 1px #ccc;
	color:#666;
	font-size:10px;
	height:80px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
/*--------------END---------------*/
.Main
{
	width:955px;
	margin:0 auto 0 auto;
	height:768px;
	overflow:hidden;
	background-color:#fff;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
}
.Menu
{
	margin:148px 0 0 203px;
	background-color:#d50e15;
	width:712px;
	height:28px;
}
.Menu ul
{
	line-height:28px;
	margin-left:5px;
}
.Menu ul li
{
	float:left;
	font-size:13px;
	font-family:Comic Sans MS;
	padding:0 5px 0 5px;
	background-image:url(../images/MenuSeparator.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
}
.Menu ul li a { display:block;}
.Menu ul li a:link      { text-decoration: none; color:#fff; }
.Menu ul li a:visited   { text-decoration: none; color:#fff; }
.Menu ul li a:active    { text-decoration: none; color:#fff; }
.Menu ul li a:hover    {  text-decoration: none; color:#2af1ea; }

.Content
{
	width:875px;
	overflow:hidden;
	margin:10px 0 0  40px;
	height:440px;
}
.Content .LeftSide
{
	width:200px;
	float:left;
	overflow:hidden;
}
.Content .MiddleSide
{
	width:450px;
	float:left;
	height:430px;
	margin-left:12px;
	overflow-x: hidden;
    overflow-y: auto;
	padding-top:10px;
}

.Content .RightSide
{
	width:200px;
	float:left;
	margin-left:12px;
	overflow:hidden;
}
.Footer
{
	width:250px;
	margin:44px 0 0 700px;
	height:20px;
	color:#cfb18d;
	font-size:9px;
	line-height:20px;
	text-align:center;
}

/*MODULE POSITIONS*/
.ModuleOutline
{
	width:100%;
}
.ModuleInline
{
	width:100%;	
	background-image:url(../images/CornerBottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.MHeader
{
	height:40px;
	background-image:url(../images/ModuleHeaderBack.png);
	background-repeat:repeat-x;
	overflow:hidden;	
}
.MHeaderIn
{
	height:40px;
	background-image:url(../images/ModuleHeader.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;	
}
.MHeaderIn span
{
	color:#fff;
	margin-left:40px;
	font-family:Comic Sans MS;
	font-size:13px;
	font-weight:bold;
	line-height:40px;
}
.MContent
{
	background-image:url(../images/CornerTop.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom:5px;
	font-size:11px;
	padding:5px 10px 5px 10px;
	color:#333;
	overflow:hidden;
}
/*KILAVUZ MODÜLÜ*/
.KilavuzOutline
{
	width:100%;
}
.KilavuzInline
{
	width:100%;	
	background-image:url(../images/CornerBottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.KilavuzHeader
{
	height:40px;
	background-image:url(../images/ModuleHeaderBack.png);
	background-repeat:repeat-x;
	overflow:hidden;	
}
.KilavuzHeaderIn
{
	height:40px;
	background-image:url(../images/ModuleHeader.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;	
}
.KilavuzHeaderIn span
{
	color:#fff;
	margin-left:40px;
	font-family:Comic Sans MS;
	font-size:13px;
	font-weight:bold;
	line-height:40px;
}
.KilavuzContent
{
	background-image:url(../images/CornerTop.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:380px;
	overflow:auto;
	font-size:11px;
	padding:10px 10px 10px 10px;
	color:#333;
}
/*İLK YARDIM MODÜLÜ*/
.IYOutline
{
	width:100%;
}
.IYInline
{
	width:100%;	
	background-image:url(../images/CornerBottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.IYHeader
{
	height:40px;
	background-image:url(../images/ModuleHeaderBack.png);
	background-repeat:repeat-x;
	overflow:hidden;	
}
.IYHeaderIn
{
	height:40px;
	background-image:url(../images/ModuleHeader.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;	
}
.IYHeaderIn span
{
	color:#fff;
	margin-left:40px;
	font-family:Comic Sans MS;
	font-size:13px;
	font-weight:bold;
	line-height:40px;
}
.IYContent
{
	background-image:url(../images/CornerTop.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:180px;
	overflow:auto;
	margin-bottom:20px;
	font-size:11px;
	padding:10px 10px 10px 10px;
	color:#333;
}
/*NEWSSLIDER*/

.NewsSlider
{
	width:448px;
	height:250px;
	overflow:hidden;
	border:dotted 1px #d50e15; 
	margin-bottom:10px;
}

/*Fronpage Gallery*/
.FrontGallery
{
	width:180px;
	margin-left:10px;
}
.FrontGallery li
{
	float:left;
}
.FrontGallery li img
{
	border:solid 3px #fff;
}

/*ÜYELİK SAYFASI*/
.UyeOl
{
	width:450px;
	overflow:hidden;
}
.UyeOl table td
{
	padding:5px;
}
/*BASIN SAYFASI*/
.BasinBulten
{
	width:100%;
}
.BasinBulten ul
{
	margin-left:20px;
	margin-top:20px;
	list-style-image:url(../images/btn_basin_arrow.png);
}
.BasinBulten ul li
{
	vertical-align:middle;
	margin-bottom:2px;
	line-height:12px;
	padding:2px 0 2px 0;
}
.BasinBulten ul li a
{
	display:block;
	line-height:12px;
	vertical-align:middle;
}
/*İLETİŞİM SAYFASI*/
.Contact
{
	width:450px;
	overflow:hidden;
}
.Contact table td
{
	padding:5px;
}
/*İLETİŞİM SAYFASI*/
.Logos
{
	width:357px;
	margin:0 auto 0 auto;
}
/*KILAVUZ PANELİ*/
#pnlKilavuzBullet
{
}
#pnlKilavuzBullet ul
{
	list-style-image:url(../images/arrow.png);
	margin-left:20px;
	margin-top:20px;
}
