
/* #Main Styles for Lamoon
 ================================================== */
@import url('lamoon-main.css');

/* #Color Scheme
 *
 * You could pick one of these available colors:
 * 1.) blue.css
 * 2.) red.css
 * 3.) green.css
 * 4.) brown.css
 *
 * Or just comment or remove the line below to use default color (Black)
 *
 ================================================== */
/* @import url('colors/brown.css');*/ 

@import url('../demo/demo.css');

#cal{
	margin:auto;
}
#cal td{
	VERTICAL-ALIGN:top;
}
.calmonth *{
	margin:0;
	padding:0;
}
.calmonth{
	margin:auto;
}
.calmonth th{
	text-align:center;
	border:1px solid #eee;
}
.calmonth tr.days{
	font-size:.75em;
}
.calmonth td{
	width:25px;
	height:50px;
	background:#eee;
	margin:4px;
	text-align:center;
}
.calmonth td p {
	text-align:center;
	padding:2px 7px 0 7px;
}
.calmonth td.empty{
	background: #888
}
td.available {
	background:#8f8;
	text-align:center;
}
td.booked {
	background:#f88;
	text-align:center;
}

table.contact th{
        text-align:right;
        font-size:.8em;
}
input.styled, textarea.styled{
        width:400px;
}
textarea.styled{
        height:200px;
}
.error{
	color:#f00;
}

table.legend td p{
	margin:0;
	padding:3px;
}

.enquiry th{
	text-align:right;
	vertical-align:top;
}
input.styled{
	width:300px;
}
textarea.styled{
	height:150px;
	width:400px;
}

.prices{
	margin:auto;
}
.prices td, .prices th{
	padding:0 5px 0 5px;
}
.prices td{
	background:#eee;
	text-align:right;
}
.prices th{	
	text-align:left;
	background:#ddd;

}
.prices input{
	width:200px;
	margin:4px;
}

