html, body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 15px 30px;
}

/* MAIN PAGE POSITION ATTRIBUTES */

p#whitehouses {
	position: absolute;
	left: 0;
	top: 0;
}

DIV#content {
	margin-top: 75px;
	margin-left: 0;
	margin-right: 0;
  line-height: 150%;
}

DIV#leftcol {
	display: none;
}

DIV#rightcol {
	display: none;
}

/* END OF MAIN PAGE POSITION ATTRIBUTES */

h1, h2, strong, a {
	color: rgb(51,102,51);
	background: transparent;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 115%;
}

.red {
	color: #C00;
	background: transparent;
}

a {
	text-decoration: none;
	color: rgb(220,120,0);
  background: transparent;
}

a:hover {
	color: rgb(51,102,51);
    background: transparent;
}

table {
	border-collapse: collapse;
	border: 1px solid #CCC;
}

td {
	border: 1px solid #CCC;
	padding: 3px 5px;
}

tr.header {
	font-weight: bold;
	background-color: #DDE;
}

ul#list li {
	margin-bottom: 0.7em;
}

/* Calendar table */

table.calendar {
	border-collapse: collapse;
	border: 1px solid rgb(153,170,153);
	width: 252px;
    margin-bottom: 5px;
}

table.calendar .month {
	text-align: center;
	font-weight: bold;
}

table.calendar th, table.calendar td {
	border: 1px solid rgb(153,170,153);
}

table.calendar th {
	color: white;
	background-color: rgb(51,102,51);		
}

table.calendar td {
	text-align: center;
	width: 14.2857%;
	background-color: rgb(221,255,221);
}

table.calendar td.blank {
	background-color: rgb(102,153,102);
}

table.calendar td.booked {
	background-color: rgb(255,136,0);
}

table.calendar td.arrive {
	background-image: url(graphics/arrive2.gif);
}

table.calendar td.depart {
	background-image: url(graphics/depart2.gif);
}

table#left td.link, table#right td.link {
	background-color: white;
}

table#left {
	float: left;
	margin-right: 10px;
}

/* End of calendar table */

p#key {
	clear: both;
	border: 1px solid rgb(153,170,153); 
	padding: 0 10px;
	display: inline;
}

/* Form input */
form p {
	clear: left;
}

form p label {
	float: left;
	width: 80px;
	padding-top: 3px;
}

input.btn, input.redbtn {
	font-weight: bold;
	margin-top: 5px;
}

.btn {
	color: white;
	background: #33C;
}

.redbtn {
	color: white;
	background: #E00;
}

/* End of form input */

input.btn {
	font-weight: bold;
	color: white;
	background-color: rgb(51,102,51);
	margin-top: 10px;
}

input.txt, input.txt2, textarea, input.prices, input.prices2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #EEF;
	border: 1px inset #999;
}

input.txt {
	width: 300px;
}

input.txt2 {
	width: 100px;
}

table.prices {
	margin-bottom: 20px;
} 

input.prices {
	width: 50px;
}

input.prices2 {
	width: 80px;
}

table#detail a:hover {
	 text-decoration: underline;
	 font-weight: normal;
}

p.hilight {
	border: 1px solid red;
	padding: 7px 12px 12px 12px;
}

.confirmed {
	color: black;
	background-color: #9F9;
}

.unconfirmed {
	color: white;
	background-color: red;
}

img {
	border: none;
}

tr.grey {
    color: #666;
    background-color: #EEE;
}

ul.features li {
	list-style-image: url("graphics/bullet.gif");
    margin-bottom: 0.7em;
}

.go {
	color: white;
	background: rgb(51,102,51);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid rgb(127,157,185);
}

DIV#arrive {
	float: left;
}

DIV#depart {
	float: left;
	margin-left: 40px;
}

/* Set out columns for articles, postcard and links pages. */

.article_left {
	display: block;
	float: left;
	margin-right: 15px;	
}

.article_right {
	display: block;
	margin-top: -3px;
}

.picleft2 { /* Articles page pics */
	border: 1px solid #999;
}

.spacer {
	clear: both;
	display: block; 
	visibility: visible; 
	width: auto; 
	background-color: transparent; 
	line-height: 12px;
}

.picright3 {
	float: right;
	margin: 3px 0 3px 12px;
	border: 1px solid #999;
}

/* End */

DIV .photo {
	font-size: x-small;
	line-height: normal;
	text-align: center;
	color: rgb(51,102,51);
	background: transparent;
	margin-bottom: 0.3em;
}

DIV .photo img {
	margin-top: 5px;
	border: 1px solid #999;
}

.pic {
	border: 1px solid #999;		
}

.right {
	float: right;
	margin: 6px 0 3px 10px;
}

.left {
	float: left;
	margin: 6px 15px 3px 0;	
}	

.nowrap {
	white-space: nowrap;
}

img.slides {
	border: 3px solid rgb(51,102,51);
}

.green {
	color: rgb(51,102,51);
    background-color: transparent;
}

#albumlist {
	list-style: none;
	border: none;
	margin: 0;
}

#albumlist li {
	float: left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 10px;
	width: 170px;
	height: 180px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #EEE;
	color: black;
	font-size: 11px;
}

#albumlist img {
	display: block;
	margin: 25px 15px 5px 15px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.hide {
	display: none;
}
