body {
	margin-left: 80px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #FFF;
}


body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
}

.baslik1 {
	color:#333;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

.gritext3 {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
text-decoration:none;
}

.style2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
border-bottom:1px solid #333334;
padding: 3px;


}

.style2_hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
border-bottom:1px solid red;
background:#000;
padding: 3px;

}

.style2 a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;

}
.style2 a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

.metin2 {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

.metin2_k {
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:400;
text-decoration:none;
}

.metin3_k {
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.metin3_m {
color:#0066FF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

input[type="text"] {
background:#FFFFFF;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

input[type="password"] {
background:#FFFFFF;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

textarea {
background:#ffffff;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

input[type="submit"] {
background:#CCCCCC;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
height:15pt;
width:125px;
}

select{
background:#FFFFFF;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
height:15pt;
width:100px;
}

.textalan {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D7D7D7;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	height: 20px;
	width: 125px;
}

.textalan1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	height: 20px;
	width: 125px;
}

.butonz {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #D6D6D6;
	height: 20px;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index:50;
}

.thumbnail2:hover{
background-color: transparent;
z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 60px; /*position where enlarged image should offset horizontally */
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 60px; /*position where enlarged image should offset horizontally */
}

