body{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}
h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	color: #334d55;
	margin: 0px;
	padding-bottom: 5px;
}
h2{
	font-size: 125%;
	font-weight: bolder;
	color: #3069B8;
	margin: 0px;
	padding-bottom: 5px;
}
select{
	font-family: Verdana,Arial,sans-serif;
	font-size: xx-small;
	margin-bottom: 2px;
	font-size: 11px;
	border: 1px inset #CCC;
	padding: 2px;
}
a:link, a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover, {
	color: #CC0000;
}
#head{
	float: left;
	width: 1000px;
	height: 60px;
}
#menu{
	float: left;
	width: 780px;
	margin-bottom: 10px;
}
#whole_middle_part{
	float: left;
	width: 1000px;
}
#search_section{
	float:left;
	width: 144px;
}
#center_section{
	float:left;
	width: 606px;
	margin-left: 13px;
	margin-right: 13px;
}
#center_section_winter{
	float:left;
	width: 843px;
	margin-right: 13px;
}
#bottom{
	float:left;
	color:#999999;
	font-size:90%;
	border: 1px solid #CCCCCC;
	width: 763px;
	height: 25px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right{
	float: left;
	width: 144px;
}
#house_list{
	float: left;
	width: 616px;
}
.box_title{
	font-size: 140%;
	font-weight: bolder;
	color: #CC0000;
	line-height: 1.33;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 2px;
}
.box_text{
	padding-left: 6px;
	line-height: 1.5;
	padding-bottom: 6px;
}
.box_price{
	font-size: 18px;
	font-weight: bold;
	color:#CC0000;
}
.box_arrow{
	float:right;
}
.box_arrow a{
	float: left;
	font-size: 10px;
	color: #CC0000;
	padding-top: 2px;
}

/*buttons*/
a.ovalbutton_orange{
	display: block;
	font: normal 12px; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	font-weight:normal;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/oval-orange-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link.ovalbutton_orange, a:visited.ovalbutton_orange, a:active.ovalbutton_orange{
	color: #FFFFFF; /*button text color*/
	font-weight:bold;
}
a.ovalbutton_orange span{
	display: block;
	padding: 4px 4px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../images/oval-orange-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.ovalbutton_orange:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton_orange:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #FFFFFF;
}
a.ovalbutton_green{
	display: block;
	font: normal 12px; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/oval-green-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link.ovalbutton_green, a:visited.ovalbutton_green, a:active.ovalbutton_green{
	color: #FFFFFF; /*button text color*/
	font-weight:bold;
}
a.ovalbutton_green span{
	display: block;
	padding: 4px 4px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../images/oval-green-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.ovalbutton_green:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton_green:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #FFFFFF;
}
a.ovalbutton_red{
	display: block;
	font-size: 12px; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/oval-red-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link.ovalbutton_red, a:visited.ovalbutton_red, a:active.ovalbutton_red{
	color: #FFFFFF; /*button text color*/
	font-weight:bold;
}
a.ovalbutton_red span{
	display: block;
	padding: 4px 4px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../images/oval-red-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.ovalbutton_red:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton_red:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #FFFFFF;
}
a.ovalbutton_blue{
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desiblue */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/oval-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link.ovalbutton_blue, a:visited.ovalbutton_blue, a:active.ovalbutton_blue{
	color: #494949; /*button text color*/
}
a.ovalbutton_blue span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../images/oval-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.ovalbutton_blue:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton_blue:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
.col6-1a {
	float: left;
	text-align: left;
	width: 4%;
	height: 20px;
}

.col6-1 {
	float: left;
	width: 49%;
	height: 20px;
}
.col6-2 {
	float: left;
	width: 9%;
	text-align: right;
	height: 20px;
}
.col6-3 {
	float: left;
	width: 9%;
	text-align: left;
	font-size: 90%;
	vertical-align: text-bottom;
	height: 20px;
}
.col6-4 {
	float: left;
	width: 14%;
	text-align: center;
	height: 20px;
}
.col6-5 {
	float: left;
	width: 9%;
	text-align: right;
	height: 20px;
}
.col6-6 {
	width: 6%;
	float: left;
	text-align: right;
	vertical-align: top;
	background-repeat: repeat-y;
	height: 20px;
}
#line_0{

}
#line_1{

}
#dhtmltooltip{
	position: absolute;
	border: 1px solid #666666;
	width: 150px;
	padding: 5px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}
.gbilgiler .title {
	width: 100%;
	font-weight: bold;
	color: purple;
	font-family: Calibri, "Comic Sans MS", Arial;
	font-size: 16px;
	margin-bottom:15px;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.gbilgiler .subtitle1{
	font-size:large;
	color: #365F91;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.gbilgiler .subtitle2{
	font-size:small;
	color: #365F91;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-top: 9px;
}
.gbilgiler .anchor{
	float: left;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
.gbilgiler ol{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.gbilgiler ul{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.gbilgiler .metin {
	padding-left: 22px;
	line-height: 1.5;
}
.box_the_grey{
	border: 2px solid #DCDCF6;
	background-color: #EEEEEE;
	width: 604px;
	padding: 5px;
}
.box_the_white{
	border: 2px solid #DCDCF6;
	width: 604px;
	padding: 5px;
}
.ev_box_title{
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 3px;
	text-decoration: underline;
}
.web_uyarimesajnot {
	margin: 10px;
	font-weight: bold;
	color: #FF0000;
}
.web_uyarimesajok {
	margin: 10px;
	font-weight: bold;
	color: #339900;
}
/* YONETIM TAKVIM SAYFASI*/
.takvimbas {
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
}
.takvimaylar {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}
.takvimaytek {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}
.takvimaycift {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
	background-color: #ECFCFF;
}
.takvimdegerler {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	text-align: right;
	font-size: 12px;
}
.vakanzdolu {
	background-color: #CC0033;
	height: 15px;
	width: 15px;
}
.vakanzbos {
	background-color: #33CC00;
	height: 15px;
	width: 15px;
}
.vakanzkapali {
	background-color: #999999;
	height: 15px;
	width: 15px;
}
.vakanzops {
	background-color: #66CCFF;
	height: 15px;
	width: 15px;
}
.vakanzgir {
	background-color: #FFFF00;
	height: 15px;
	width: 15px;
}
.vakanzcik {
	background-color: #999999;
	height: 15px;
	width: 15px;
}
.tabloici4hafta {
	text-align: center;
	background-color: #33CC33;
}
.tabloici3hafta {
	text-align: center;
	background-color: #ABE3AB;
}
.tabloici2hafta {
	text-align: center;
	background-color: #E0F5E0;
}
.tabloici1hafta {
	text-align: center;
	background-color: #FFFFFF;
}
.tabloicigitti {
	text-align: center;
	background-color: #EBC2FF;
}
.tabloici0 {
	text-align: center;
	background-color: #EFEFEF;
}
.tabloici1 {
	text-align: center;
	background-color: #F5D5FF;
}
.acik_hesap {
	text-align: center;
	background-color: #FDB9D2;
}
.yariacik_hesap {
	text-align: center;
	background-color: #FF9900;
}
.kapali_hesap {
	text-align: center;
	background-color: #D5FFEB;
}
.iptal {
	text-align: center;
	background-color: #FF3333;
}
/*YONETIM TAKVIM SAYFASI bitti*/