html, body {
	margin:0;
	padding:0;
	height:100%;
}

body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin: 20px 0 0 !important;
}

a:link {
	color: #D6000A;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #D6000A;
}

a:hover {
	text-decoration: none;
	color: #970007;
}

a:active {
	text-decoration: none;
	color: #D6000A;
}

.satirCls1 {
	background-color:#EFEFEF;
}

.satirCls2 {
	background-color:#FCFCFC;
}

.satirCls1:hover, .satirCls2:hover {
	background-color:#DEDEDE;
}

.satirCls1 a, .satirCls2 a {
	color:#660000;
}

input[type=text], input[type=password], select, textarea {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding:1px;
	width:140px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

a.button, input[type=button], input[type=submit], input[type=reset], button {
	cursor: pointer;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding:1px 5px;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	color:#666666;
}

table {
	empty-cells:show;
}

label {
	cursor:pointer;
}

.hata, .basari {
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	width:auto;
	border:2px dashed #000000;
	text-align:center;
}

.hata {
	background-color:#990000;
}

.basari {
	background-color:#009900;
}

.baslik, .baslik td {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
}

#cariList {
	height: 150px;
	width: 300px;
	float: left;
	margin: 30px 0 0 0;
	border:1px solid #999999;
	font-family:tahoma !important;
	font-size:10px !important;
	background:white;
	overflow:auto;
}

#cariList li {
	font-size:10px !important;
}

#cariList a {
	color: #000000 !important;
}

.tarih {
	width:70px !important;
	text-align:center !important;
}

.anasayfaBildiri {
	display:none;
	width: auto;
	height: 155px !important;
}