﻿body
{
    background-color:#ECF4F6;
    font-family:Arial;
    font-size:9pt;    
    }
    
a
{
    text-decoration:none;
    font-family:Arial;
    color:#333;
    font-size:9pt;
    }

a:hover
{
    text-decoration:none;
    font-family:Arial;
    color:#BC20FF;
    font-size:9pt;
    }

.menu
{
    width:180px;
    font-family:Arial;
    font-size:9pt;
    color:#333333;
    }
    
.menu a
{
    text-decoration:none;
    color:Black;
    
    }
.menu a:hover
{
    text-decoration:underline;
    }
 
    h1.baslik
{
    font-family:Verdana;
    font-size:10pt;
    color:#666666;
    margin:0px;
    padding:0px;    
    }
    
.footer
{
    font-family:Verdana;
    color:White;
    font-size:9pt;
    }

.footer a
{
    color:White;
    }
#ust_menu
{
    margin-top:70px;
    margin-left:150px;
    width:700px;
    height:26px;
    }
    
    .images_margin
    {
        margin:5px;
        }
        
.metin
{
    font-family:Verdana;
    color:Black;
    font-size:8pt;
    margin:0px;
    padding:0px;
    }

.makale_baslik
{
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
    color:#666666;
    }
.makale_ozet
{
    font-family:Verdana;
    font-size:9pt;
    color:Black;
    }
 
.makale_devam
{
    text-decoration:none;
    font-family:Verdana;
    font-size:9pt;
    color:Black;
    }

.test
{
    font-family:Verdana;
    font-size:9pt;
    color:Black;
    text-decoration:none;
    }

.isim
{
    font-family:Verdana;
    font-size:9pt;
    font-weight:bold;
    color:#666666;
    }
    
.images_margin
{
	margin:5px;
	}
.ikon_margin
{
    margin-right:2px;
    }
    
 .test
 {
    cursor:pointer;
    }

/*CSS UZMANI*/    
.kutu{float:left;margin-right:10px;}
.link{float:left;padding-top:8px;}
.uzman{color:#666;font-size:9pt;font-weight:bold;}
.comment0{float:left;width:597px;}
.comment1{width:597px; height:30px; background-image:url(images\cmmnt1.jpg);background-repeat:no-repeat;}
.comment2{width:597px; background-image:url(images\cmmnt2.jpg);background-repeat:repeat-y;padding:5px;}
.comment3{width:597px; height:13px; background-image:url(images\cmmnt3.jpg);background-repeat:no-repeat;}
.tar{font-weight:bold;margin-top:3px;}


/* Tooltip */
 
#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:12px;
	width:180px;
	
}
 
#tooltip .tipHeader {
	height:8px;
	background:url(../images/tipHeader.gif) no-repeat;	
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}
 
#tooltip .tipFooter {
	height:8px;
	background:url(../images/tipFooter.gif) no-repeat;
}


/* ---------- gallery styles start here ----------------------- */
.gallery {
	width:200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0 auto;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.gallery a {
	text-decoration: none;
}
.gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(../images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}
/* ---------- gallery styles start here ----------------------- */

/* ---------- gallery2 styles start here ----------------------- */
.gallery2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery2 li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 80px;
	height: 80px;
}
.gallery2 li:hover > div {
	border-color: #000;
}
.gallery2 > div {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery2 em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery2 a {
	text-decoration: none;
}
.gallery2 a:hover em {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
/* ---------- gallery2 styles start here ----------------------- */

/*Accordion*/
/* Accordion */
.accordionHeader
{
    width:800px;
    height:25px;
    border: 1px solid #2F4F4F;
    color: white;
    background:url(../images/achead1.jpg) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    width:800px;
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    width:800px;
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    width:800px;
    height:25px;
    border: 1px solid #2F4F4F;
    color: white;
    background:url(../images/achead2.jpg) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    width:800px;
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    width:800px;
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    width:800px;
    background-color: #D3DEEF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}