﻿body html
{
	height: 100%;
	margin: 0px;
}

.anaSayfaBg
{
	background-image: url('../images/mainbg.jpg');
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#dvEnDis
{
	width: 1000px;
	height: 100vh;
	background-color: White;
	margin: auto;
}

#dvUst
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 1000px;
	background-color: White;
}

#dvOrta
{
	width: 1000px;
	background-color: White;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#dvAlt
{
	width: 1000px;
	background-color: White;
	height: 116px;
	bottom: 0px; 
	position: fixed;
	z-index: 100;
}

#dvanamenu
{
	font-size: 16px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    text-align: right;
    color: #FFFFFF;
}

#dvanamenu ul
{
	height: auto;
	padding: 8px 0px;
	margin: 0px;
	text-align: right;
}

#dvanamenu ul li
{
	height: 20px;
	display: inline;
	float: left;
	position: relative;
	padding: 10px;
}

#dvanamenu ul li ul
{
	display: none;
	float: left;
	position: absolute;
	padding: 0px;
	background-color: #af2a2c;
}

#dvanamenu ul li ul li
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	width: 170px;
}

#dvanamenu ul li ul li:hover
{
	background-color: #36a4d6;
	color: #FFFFFF;
}

#dvanamenu a
{
	text-decoration: none;
    color: #FFFFFF;
    padding: 8px 8px 8px 8px;
}

#dvanamenu a:hover
{
	font-weight: bold;
    color: #FFFFFF;
    padding: 8px 8px 8px 8px;
}

#dvanamenu ul li:hover ul
{
	display: block;
}

.sayfabaslik
{
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: #0e2752;
}

.sayfabaslikSml
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #0e2752;
}

.inputBaslik
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #af2a2c;
}

.inputtxt
{
	font-family: verdana;
	font-size: 10pt;
	color: #666666;
	border: 1px solid #af2a2c;
	height: 20px;
}

.geneltxt
{
	font-family: verdana;
	font-size: 11pt;
	color: #666666;
}

.geneltxtsml
{
	font-family: verdana;
	font-size: 9pt;
	color: #666666;
}

.inputtxterr
{
	font-family: verdana;
	font-size: 10pt;
	color: #ff0000;
	background-color: #ffcccc;
	border: 1px solid #af2a2c;
	height: 20px;
}

.maviButon
{
	background: #008fcf;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-style : solid;
	border-width : 1px;
	border-color: #0182bb;
	border-radius : 10px;
}

.maviButon:hover
{
	background: #af2a2c;
	border-color: #8d1416;
}

.isSonuMesaji
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.gelenMesajlarTarih
{
	font-family: Arial;
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}

.gelenMesajlarGonderen
{
	font-family: Arial;
	font-size: 9pt;
	color: Gray;
	font-weight: bold;
}

.gelenMesajlarKonu
{
	font-family: Arial;
	font-size: 10pt;
	color: Navy;
}

.gelenMesajlarMesaj
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.tblVeri:hover
{
	background-color: #e9e9e9;
}

.anaSayfaDuyuruTarih
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #04a0c8;
}
.anaSayfaDuyuruBaslik
{
	font-family: Arial;
	font-weight: 600;
	font-size: 9pt;
	color: #333333;
}
.anaSayfaDuyuruOzet
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}
.anaSayfaDuyuruDevamiLink
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #0000ff;
}

.duyuruOkuOzet
{
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	font-style: italic;
}

.duyuruOkuMetin
{
	font-family: Verdana;
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
}
.iletisimHarita
{
	border-color: #0090cf;
	border-width: 3px;
	border-style: ridge;
}

.altCopyright
{
	font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
}

.altCoder
{
	font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    text-align: right;
    color: #e9595b;
}

.reRefList:hover
{
	background-color: #e5e5e5;
}

.resimThumb
{
	box-shadow: 0px 0px 10px #000; 
	border-radius: 5px;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor:pointer;
}