@charset "utf-8";
/* CSS Document */
body
{
	color:#000;
	font-size:62.5%;
	font-weight:normal;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background: #333;
}

#SearchButton
{
	width:60px;
	float:left;
	margin:5px 250px;
}
/*
	CALENDAR
*/
#CalendarControls
{
	margin:12px 0;
	padding:12px 0;
	width:100%;
	/*border:1px solid #f00;*/
}

th.MonthHeading
{
	border-bottom:0px;
}

.TSmonth
{
	/*float:left;*/
	border:1px solid #0f0;
	margin:0px 8px 0px 40px;
	display:inline;
}

div.MonthContainer
{
	width:580px;
	display:block;
	clear:both;
	/*float:left;*/
	/*border:1px solid #00f;*/
	padding:10px 10px 10px 20px;
 	background: #FFFFEC;
  /*background-image:url(img/wcvip_logo_background_00.gif);*/
 	background-image:  url(img/wcvip_logo_background.png);
 	
}

#TimeshareCalendar div
{
	display:inline;
	/*float:center;*/
	margin:5px;
 	height:50px;
}




/*
	standard table
*/
.tabledata
{
	margin:24px auto;
	float:left;
	font-size:1em;
	border:1px #ccc solid;
	border-collapse:collapse;
	font-family:Arial,Helvetica,sans-serif; font-size:14px;
	padding:4px;
}
.tabledata th
{
	border-bottom:3px #000 solid;
	border-left:1px #ccc solid;
	padding:4px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
 	color:#006;
	
}
.tabledata td
{
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:4px;
	font-size:13px;
 	color:#009;
}

.tablefixed
{
	table-layout:fixed;
}





