/* calendar style */

#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background:white;
	clear: both;
	text-align: center;
	font-size: 90%;
}
#calendar, #linksTable {
	width: 270px;
}
#calendar .calendarHeader {
	background: #cccccc;
	border-bottom: 1px solid #fff;
	height:25px;
	color: black;
}
#calendar .weekDaysTitleRow {
	background: #dddddd;
	height:25px;
	color: black;
}
#calendar .weekDaysRow {
	background: #white;
	color: #666;
	height:25px;
}
#calendar .weekDaysCell {
	color: #000;
	border-top: 1px solid #dddddd;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
#calendar .weekDaysCellOver {
	background: #f1f0f0;
	border: 1px solid #777;
}
#closeCalender {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	display: block;
	padding: 5px ;
	cursor: pointer;
	font-size: 80%;
	font-weight:bold;
	background: #999999;
	color: #fff;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}
#closeCalender:hover {
	background: #777777;
	color: #fff;
}
#linksTable {
	background: white;
	padding: 6px;
}
#linksTable a {
	display: block;
	color: #555555;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 80%;
}
#linksTable a:hover {
	color: #000;
}
#prevMonth {
	float: left;
}
#nextMonth {
	float: right;
}
#today {
	background: #999;
}

body {
	background-color:white;
	font-family: sans-serif, arial, verdana;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
}

h1 {
	font-family: sans-serif, arial, verdana;
	font-size:17px;
}

div.ustbaslik {
	background-image: url('/Brezo.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	height:180px;
	clear:both;
	border-bottom-style:dotted ;
	border-width:1px;
	border-color:#aaaaaa;
}

div.ustcubuk {
	margin-top:10px;
	border:1px solid #aaaaaa;
	padding-left:10px; 
	background:#dddddd;
	border-radius:4px;
	clear:both;
	text-align: center;
}

div.icerik {
	margin-top:10px;
	padding:10px; 
	clear:both;
}

div.clearboth {
	clear:both;
}

div.altcubuk {
	margin-top:10px;
	border:1px solid #aaaaaa;
	padding:5px; 
	background:#dddddd;
	border-radius:4px;
	clear:both;
	text-align:center;
}

div.unvan {
	margin-top:10px;
	padding:5px; 
	clear:both;
	text-align:center;
	font-weight:bold;
	color: blue;
}

div.plan {
	font-weight:bold;
	text-align:right;
	float:right;
}

div.cikis {
	padding:5px;
	font-weight:bold;
	text-align:right;
	float:right;
}

table.odeme {
	width:400px;
	border:1px solid #aaaaaa;
	padding:2px;
	margin-left: auto;
	margin-right: auto;
}

tr.baslik {
	background:#accbdb;
	text-align:center;
	font-weight:bold;
	height:30px;	
}

td.ortala {
	text-align:center;
}

font.errmes {
	font-weight:bold;
	color:red;
}

table.liste {
	margin-top:5px;
	width:100%;
	padding:2px;
	border:1px solid #aaaaaa;
}

tr.koyuliste {
	background:#bddcec;
	vertical-align:text-top;
}

tr.acikliste {
	background:#ffffff;
	vertical-align:text-top;
}

table.filtre {
	background:#eeeeee;
	border:2px solid #aaaaaa;
	padding:10px; 
	border-radius:4px;
	width:470px;
}

td.filtreyazi {
	font-weight:bold;
}

tr.listele {
	text-align:center;
}

submit.listele {
}

