@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	}
.container {
	background-color: #0d6a3e;
	}
.span-4{
	background-color: #c3dbce;
}	
#spacer{
	background-color: #fff;
	height: 1px;
	width: 931px;
	}		
.header {
	height: 83px;
	background-color: #0d6a3e;
	}
.footer {
	height: 50px;
	background-color: #0d6a3e;
	}	
.footer p {
	color: #fff;
	text-align: center;
	margin-top: 15px;	
	}	
.logo a{
	background:url(../images/logo/parkview.gif) no-repeat;	
	height: 83px;
	display: block;
	width: 116px;
	float: left;
	}	
.logo h1 {  /* Hide the "Logo Text" from view... */
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.nav  {
	width: 919px; float: right; margin-top: 65px; color: #fff;
	background-color: #0d6a3e; text-align: right; margin-left: 5px;
	}	
.nav a, .footer a {
	color: #fff;
	text-decoration: none;
	}	
.nav a:hover, .footer a:hover {
	color:#c3dbce;
	text-decoration: none;
	}	
.slideshow {
	clear: both;
	height: 226px;
	background-color:#666666;
	}
.time {	
	background-color: #0d6a3e;
	color: #fff;	
	}
.datetime {
	margin: 2px 2px 2px 4px;
	}	
p {
	text-align: justify;
	line-height: 18px;
	}	
.main {
	background-color: #fff;
	margin-left: -10px;	
	}
.content {
	margin: 15px 0 10px 5px;	
	padding-left: 15px;
	}		
.content p {
	padding-right: 10px;
	}	
.content h1 {
	font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
	}	
.content h2 {
	font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
	}	
.content a, .content a:active {
	color: #0d6a3e;
	text-decoration: none;
	border-bottom: 0;
	}
.content a:hover {
	color: #70be88;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	}		
#strong {
	font-weight: bold;
	}
/* Tables */		
#data_table {
	border: 0;
	}
#data_table td {
	padding: 3px;
	border-bottom: 1px solid #fff;
	background-color:#f3f2f2;
	}		
#data_table th {
	padding: 3px;
	border-bottom: 1px solid #fff;
	background-color:#eee;
	}
.room_desc	{
	border: 1px solid #f3f2f2; padding: 10px; width: 520px; float: left; background-color: #f3f2f2; clear: both; margin-bottom: 5px; color: #000;
}
.room_desc a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.room_desc a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 0;
}
.desc {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000;
	border-bottom: 1px solid #000;
	}	
.desc_details {
	margin-top: 2px;
	color: #000;
	background: #f3f2f2;
	padding: 5px;
	clear: both;
}
.book_now{
	color: #000;
	background: #f3f2f2;
	padding: 0 0 2px 5px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
}
.book_now a {
	color: #000;
	}
.book_now a:hover {
	color: #000;
	}		
		
	/* Slideshows on Main Page */
#pv_ss {width:931px;padding:0px;float:left;background:#fff; height: 226px;}


/* Side Styles */
.formlabel {
	color: #0d6a3e;
	font-weight: bold;
	margin-left: 8px;
	}
.bookdate {	margin-left: 8px; width: 90px; border: 1px solid #0d6a3e; font-size: 11px;}	

/* Forms */
form.form {

	}
	
form.form legend { padding-left: 0; }
	
form.form legend,
form.form label { color: #333; }

	
form.form fieldset fieldset { background: none; }
	
form.form fieldset li {
	padding: 5px 10px 7px;
	}
	
form.form fieldset { margin-bottom: 10px; }
	
form.form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.form label {
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	}
	
form.form fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.form fieldset li {
	list-style: none;
	padding: 2px;
	margin: 0;
	}
	
form.form fieldset fieldset {
	border: none;
	margin: 0;
	}
	
form.form fieldset fieldset legend {
	padding: 0 0 0px;
	font-weight: normal;
	}
	
form.form fieldset fieldset label {
	display: block;
	width: auto;
	}

form.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.form label { width: 230px; } /* Width of labels */
form.form li fieldset legend{ margin-left: 0; } /* Width plus 3 (html space) */
form.form fieldset fieldset label { margin-left: 230px; } /* Width plus 3 (html space) */

/*\*//*/ form.form legend { display: inline-block; } /* IE Mac legend fix */

form.form input, form.form select, form.form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
/* image classes */
.image_right {
	float: right; padding: 3px; border:1px  #bbb solid; margin-left: 2px; margin-bottom: 5px;
	}
.image_left {
	float: left; padding: 3px; border:1px  #bbb solid; margin-right: 2px; margin-bottom: 5px;
	}		
/* Calendar Styles */

.ng-cal-header-table {margin:5px;

	border-collapse:collapse;

	background:#efefef;

	border:solid #cccccc 1px;

	}

	

/* the previous and next table cells */

.ng-cal-previous-td, .ng-cal-next-td {width:20px;

	height:20px;

	background:#40906d;

	color: #fff;

	border:solid #cccccc 1px;

	text-align:center;}



/* the calendar header table cell (the area where the month and year is displayed) */

.ng-cal-header-td {text-align:center;

background: #40906d;

color: #fff;

	font-weight:bold;

	padding:3px;}

	

/* the main month table */

.ng-cal {border:solid #5fd7d6 1px;

	border-collapse:collapse;

	margin:5px;

	margin-top:0px;

	background-color:#FFFFFF;}

	

.ng-cal * {font-size:8pt;}

.ng-cal td {padding:3px;

	border:solid #DDE0EF 1px;}



/* the days name table cells */

.ng-cal .ng-days-name-td {background:#DDE0EF;

	border:solid #DDE0EF 1px;}

	

/* the month name table cell */

.ng-month-name-th {background:#40906d;

	font-weight:bold;

	padding:3px;

	color:#fff;

	text-align:center;}

	

/* weekends, days off, dates off (holidayes) */

.ng-weekend, .ng-dayOff, .ng-dateOff {color:#999999;}



/* out of range days (previous or next month) */

.ng-outOfRange {color:#999999;

	background:#efefef;

	text-decoration:line-through;}



/* the style for the table cell when the mouse is over it */

.ng-mouse-over, .ng-selected-day {font-weight:bold;

color: #fff;

	background:#40906d;}

		

/* the close and clear buttons in the bottom of the calendar */

.ng-close-link, .ng-clear-link  {padding:3px;

	text-align:center;

	color:#666666;

	text-decoration:none;

	font-size:8pt;

	background:#efefef;

	border:solid #cccccc 1px;

	float:right;

	margin-right:5px;}



		

	/* table list */

	.table_list {border-collapse:collapse;

		border:solid #cccccc px;

		width:100%;}

	

	.table_list td {padding:5px;

		border:solid #efefef 1px;}

	

	.table_list th {background:#75b2d1;

		padding:5px;

		color:#ffffff;}

	

	.table_list tr.odd {background:#e1eff5;}

	

	

	/* calendar styles */

	#calendar1{
		background: #fff;
		margin-left: 158px;
		margin-right: -37px;
		padding-bottom:5px;
		padding-top:5px;
		}

	

	#calendar1 {width:400px;}

	#calendar1 .ng-cal-header-table {width:389px;}

	#calendar1 .ng-cal, #calendar1 .ng-cal {width:178px;

		float:left;

		margin-right:0px;}	
