@charset "utf-8";
/* CSS Document */
body {
	color: #333333;
	margin: 0px;
	padding: 40px 0px 40px;
	background-color: #cdd0c8;
	background-image: url(../images/new/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
}
#page {
	margin: 0px auto;
	width: 1100px;
	
}

#header {
	background-image: url(../images/new/head3.jpg);
	background-repeat: no-repeat;
	/*background-color: #eaf5d8;*/
	height: 116px;
	position: relative;
	border: 1px solid #ffffff;
	
}

h1 {
	margin:0px;
	padding-left: 230px;
	height: 60px;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
	padding-top: 45px;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
.description{
	position: absolute;
	left: 398px;
	color: #FFFFFF;
	font-size: 14px;
	bottom: 30px;
	font-family: "Century Gothic";
}
.selectmonth{
	width: 182px;
	bottom: 40px;
	position: absolute;
	left: 865px;
	height: 41px;
	vertical-align: center;
	background-image: url(../images/new/bgmonth2.gif);
	background-repeat: no-repeat;
}

.selectmonth form{
	margin: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.selectmonth select{
	width: 145px; /* 110px*/
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-size:11px;
	padding:2px 2px;
	margin: 0;
}
.selectmonth .btn{
	color: #000000;
	background-image: url(../images/new/bgbnt2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	width:40px;
	height:22px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-position: bottom;
}

#topmenu {
	left: 882px;
	width: 200px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	bottom: 0px;
	height: 23px;
}
#topmenu ul{
	margin: 0;
	list-style: none;
	padding: 0px;
}
#topmenu li {
	float: left;
	background-image: url(../images/new/tap_left.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
	margin: 0 5px 0 0;
	
}
#topmenu a {
	float: left;
	display: block;
	background-image: url(../images/new/tap_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	font-weight: bold;
	color: #333366;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

#year #topmenu li.year,
#nextyear #topmenu li.nextyear {
	background-image: url(../images/new/tap_active_left.gif);
}

#year #topmenu li.year a,
#nextyear #topmenu li.nextyear a{
	background-image: url(../images/new/tap_active_right.gif);
	background-color: transparent;
	color: #ffffff;
}

.tablebody {
	position:relative;
    width:99%; 
	height:650px;
    overflow:hidden;
	float:left;
}


.tablecalendar {
	border-collapse:collapse;
	width:1090px;
	height:650px;
	
}
.tablecalendar2 {
	border-collapse:collapse;
	width:1090px;
	float:left;
	overflow:hidden;
	
}
.tablecalendar2 th {
	/* padding: 0.2em 0.6em 0.2em 0.6em; */
	background-image: url(../images/new/bg-bar1.gif)  ;
	background-repeat:repeat-x ;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tablecalendar th {
	/* padding: 0.2em 0.6em 0.2em 0.6em; */
	background-image: url(../images/new/bg-bar1.gif)  ;
	background-repeat:repeat-x ;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wmonth{
	width: 20%;	
	color:#663300;
}
#wproperty{
	width: 20%;
}
.tablecalendar td {
  border: 1px solid #ffffff;
  border-bottom: none;
  background-color: #c3d9ff;
  padding: 0.2em 0.6em 0.2em 0.6em;
  vertical-align: top;
  width: 20%;
  
}
.tablecalendar td:hover{
/*background-color: #feeac0;*/
color: #663300;
}
#property_odd{
	width: 20%;
	font-size: 100%;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #DDEBFF;
	text-align: left;
	margin: 0px;
	padding: 10px 0 0 10px;
}

#property_even{
	width: 20%;
	font-size: 100%;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 10px 0 0 10px;
}
#property {
	font-size: 12px;
	
}
#country {
	font-size: 11px;
	color: #77AAFF;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
.tablecalendar ul{
	list-style-type: none;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
}
.tablecalendar li{
	/* background-image: url(images/new/aero.png); */
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 2px;
	line-height: 2em;
}

.tablecalendar li a:link, .tablecalendar li a:visited {
	color: #663300;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	border-bottom-width: 1px;
	text-decoration: none;
}
.tablecalendar li a:hover,.tablecalendar li a:active {
	color: #663300;
	background-color:#DDDFDB;
	text-decoration: none;
}
.tablecalendar td{
	height: 150px;
}



