/* Screen stylesheet */
/* Hamer Holiday Homes www.hamerholidayhomes.co.uk */
/* ©Duncan Weaver Three Degrees West 2008 */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
p {
	font-size: 13px;
	color: #000000;
}
th {
	font-size: 13px;
	color: #000000;
}
td {
	font-size: 13px;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666600;
	vertical-align: bottom;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 9px;
	color: #6699CC;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
hr {
	width: 100%;
	padding: 0px;
	margin: 6px 0px;
	border-top: 1px solid #6699CC;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
A:link {
	color: #666600; text-decoration: none
	}
A:visited {
	color: #999900; text-decoration: none
	}
A:hover {
	color: #666600; text-decoration: underline
	}

/* Classes */
	
.jtext {
	text-align: justify;
}
.runningTitle {
	font-weight: bold; 
	color: #666600
}
.smallText {
	font-size: 9px}
.outerTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
.verticaldot {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
.panelTitle {
	font-weight: bold;
	color: #666600;
	background-color: #CCCC99;
	margin: 0px;
	padding: 6px;

}
.panelBody {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	background-color: #EBEBD8;
	margin: 0px;
	padding: 6px;


}
.menuCell {
	color: #666600;
	background-color: #CCCC99;
	margin: 0px;
	padding: 4px;
	font-size: 11px;


}
.menuCell A:link {
	color: #666600;
	text-decoration: none;
}
.menuCell A:visited {
	color: #666600;
	text-decoration: none;
}
.menuCell A:hover {
	color: #666600;
	text-decoration: underline;
}
.addressText {
	font-size: 10px;
	font-weight: bold;
	color: #666600;

}
.textBox2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666600;
	width: 300px;
	font-size: 12px;

}
.button200 {
	background-color: #CCCC99;
	border: 2px outset;
}
.error {
	color: #CC0000;
}
