/** css for all cottage 1 month view list **/

/* cottage outer table, wrapper, width, height */
.rentTable .xbox
{
	background:transparent url(../images/calendar/x-box-bg2.jpg) repeat-x center top;
}

.rentTable .xb1,.rentTable .xb2,.rentTable .xb3,.rentTable .xb4 {display:block; overflow:hidden;}
.rentTable .xb1,.rentTable .xb2,.rentTable .xb3 {height:1px;}
.rentTable .xb2,.rentTable .xb3,.rentTable .xb4 {background:#e7e7e7; border-left:1px solid #dddddd; border-right:1px solid #dddddd;}
.rentTable .xb1 {margin:0 5px; background:#e7e7e7;}
.rentTable .xb2 {margin:0 3px; border-width:0 2px;}
.rentTable .xb3 {margin:0 2px;}
.rentTable .xb4 {height:2px; margin:0 1px;}

.rentTable .xb8, .rentTable .xb7, .rentTable .xb6, .rentTable .xb5 {display:block; overflow:hidden;}
.rentTable .xb8, .rentTable .xb7, .rentTable .xb6 {height:1px;}
.rentTable .xb5, .rentTable .xb6, .rentTable .xb7 {background:#fff; border-left:1px solid #dddddd; border-right:1px solid #dddddd;}
.rentTable .xb8 {margin:0 5px; background:#dddddd;}
.rentTable .xb7 {margin:0 3px; border-width:0 2px;}
.rentTable .xb6 {margin:0 2px;}
.rentTable .xb5 {height:2px; margin:0 1px;}


.tableBoxOuter{
	order:1px solid red;
	height:450px;
	width:950px;
	overflow:hidden;
}

/* cottage inner table */
.cottage_table
{
	font-size:10px;
	width:950px;
	border-collapse:separate;
}

/* cottabe table header */
.cottage_table_header
{
	color:#2F83AF;
	height:30px;
	font-family:Geneva, Arial, Helvetica, sans-serif, Tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/* font style, height for all cells */
.cottage_table td
{
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	width:20px;
	height:30px;
	text-align:center;
	cursor:pointer;
}

/* fixed column, the left column*/
.cottage_label
{
	font-weight:bold;
	font-size: 12px;
	width:280px;
	height:30px;
	color:#333;
	text-align:left;
	cursor:pointer;
	padding-left:3px;
	background:url(../images/calendar/x-box-bg2.jpg) repeat-x;
}
/* fixed column, the left column*/
.cottage_fixed{
	position:absolute;
	left:0;
	width:220px;
}

.cottage_fixed_cols
{
	font-family:Geneva, Arial, Helvetica, sans-serif, Tahoma;
	font-weight:normal;
	font-size: 12px;
	width:280px;
	height:30px;
	color:#000000;
	text-align:left;
	cursor:pointer;
	padding-left:3px;
	background:url(../images/calendar/x-box-bg2.jpg) repeat-x;
}

.cottage_fixed .cottage_fixed_cols{
	font-weight:bold;
	height:32px;
}

/* fixed rows, header*/
.cottage_fixed_rows
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width:20px;
	height:30px;
	color:#000000;
	cursor:pointer;
	text-align:center;
	background:url(../images/calendar/x-box-bg2.jpg) repeat-x;
}

/* week end */
.cottage_table_weekend
{
	width:20px;
	sbackground-color:#DDE3F4;
	text-align:center;
	border:1px solid #f60;
}

/* sample styles */
.cottage_sample
{
	color:#000;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	width:20px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	padding:0!important;
}
/* cottage period 0*/
.cottage_period0 
{
	cursor:pointer;
    background-color:#D0CF9E;
	border:1px solid #D0CF9E;
} 

/* cottage period 1*/
.cottage_period1 
{
	cursor:pointer;
    background-color:#61809F;
	border:1px solid #D0CF9E;
}

/* cottage extra day */
.cottage_extra_day
{
	background-color:#ffffff;
	cursor:pointer;
	border:1px solid #979797;
}

/* day by day renting  */
.cottage_day_by_day {
	background-color:#fff;
	cursor:pointer;
	border:1px solid #CAD3EE;
}	

/* day by day renting beginday */
.cottage_day_by_day_beginday {
	background-color:#FF8040;
	cursor:pointer;
	border:1px solid #cccccc;
}

/* begin Custom calendar colors for the daily rent */
.cottage_day_by_day_rented
{
	background-color:#D0CF9E;
	border: 1px solid #D0CF9E;
}
/* end Custom calendar colors for the daily rent */


/* no period for cottage */
.cottage_empty
{
	background-color:#d8d8d8;
	border:1px solid #898989;
}

/* cottage exchange day*/
.cottage_exchange_day
{
	background-image:url('../images/calendar/line.png');
}
/* half exchange days */
.exchange_day_0
{
	background-image:url('../images/calendar/0.png');	
}

.exchange_day_1
{
	background-image:url('../images/calendar/1.png');	
}

.exchange_day_2
{
	background-image:url('../images/calendar/2.png');	
}

.exchange_day_3
{
	background-image:url('../images/calendar/3.png');	
}

.exchange_day_4{
	background-image:url('../images/calendar/4.png');		
}

.half_day_1
{
	position:relative;
	bottom:5px;
}
.half_day_2
{
	position:relative;
	top:6px;
	left:2px;
}

.half_day_applying{
	color:red;
	font-weight:bold;
}

.cottage_applying
{
	color:red;
}
.cottage_weekend
{
	border:1px solid #f60;
}

/* scroll previous button */
.navContainer {
	line-height:32px;
	margin:auto;
	width:700px;
}

.preButton {
	font-weight:bold;
    color: #2F83AF;
    cursor: pointer;
    float: left;
    width:25px;
	text-align:center;
}

.preButton img {
	margin-top:8px;
}

.nextButton {
	font-weight:bold;
    color: #2F83AF;
    cursor: pointer;
    float: right;
    width:25px;
	text-align:center;
}

.nextButton img {
	margin-top:8px;
}

.nav {
    overflow: hidden;
    position: relative;
    width: 590px;
}

.navMove {
    position: relative;
    width: 5700px;
    left:-2827px;
}

.navItem {
    float: left;
    font-size: 12px;
    line-height: 32px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 118px;
}

.navItem a {
    color: #333;
}

.navItem a:hover {
    color:#f60;
}

.navItemCurr a {
    color:#f60;
	text-decoration:none;
}

#screenshot {
	font-weight:bold;
    position: absolute;
	background-color:#fefefe;
	border:1px solid #f60;
    padding:5px;
    display: none;
    color: #f60;
    z-index: 999;
}
.screenshot_head {
	
}
.screenshot_image {
}
.screenshot_body {
}
.screenshot_foot {
	
}

