/* Princes Inlet Retreat Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

A:hover {
	text-decoration: underline;
	color: red;
}

TD {
	font-family: arial;
	font-weight: normal;
	font-size: 11pt;
	color: #333333;
}

TD.sidebar {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
}

TD.quote1 {
	font-family: Times New Roman,Times,serif;
	font-weight: bold;
	font-size: 9pt;
	color: #333366;
}

TD.quote2 {
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
}

TD.quote3 {
	font-family: Times New Roman,Times,serif;
	font-weight: bold;
	font-size: 12pt;
	color: #333366;
}

TD.quote4 {
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
}

TD.links {
	font-family: Verdana,Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
}

TD.footer {
	font-family: arial;
	font-weight: normal;
	font-size: 11pt;
	color: #333333;
}

TD.mailinglist {
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}

TD.photocaption {
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}

TD.photo {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}

.contacttable {
	background-color: #F7F7F1;
	border-color: #C4C4C4;
	border-width: 1;
	border-style: solid;
	border-right-width:1;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.contacttable TD {
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	border-top-width:1;
	border-top-style: solid ;
	border-top-color: #ffffff;
	border-bottom-width:1;
	border-bottom-style: solid ;
	border-bottom-color: #cccccc;
}

TD.contactheader { 
	font-family: arial;
	font-size: 11pt; 
	font-weight: bold;
	color: #333366;
	border-top: 0px solid #E9E9E9;
	border-left: 0px solid #E9E9E9;
	border-right: 0px solid #E9E9E9;
	border-bottom: 1px solid  #C4C4C4;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-image: url(../gizmos/contactheaderback2.gif);
}

TD.dateheader { 
	border-top: 0px solid #E9E9E9;
	border-left: 0px solid #E9E9E9;
	border-right: 0px solid #E9E9E9;
	border-bottom: 0px solid  #C4C4C4;
}

INPUT.textbox {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #495534;
}

INPUT.radiobutton {
	background-color: #f5f5ec;
}

INPUT.check {
	background-color: #f5f5ec;
}

TEXTAREA.commentbox {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #495534;
}

SELECT.picklist {
	font-family: arial;
	font-size: 10pt;
	color: #000000;	
	border: 1px;
	border-style: solid;
	border-color: #000033;
	background-color: #ffffff;
}

INPUT.submit {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000033;	
	border-width: 1px;
/*	border-color: 660033;*/
/*	border-style: inset;*/
	background-color: #cccccc;
}

INPUT.submit2 {
	cursor: hand;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #660033;	
/*
	border-width: 1px;
	border-color: 660033;
	border-style: inset;
*/
	background-color: #d9d6cb;
}

INPUT.submit3 {
	cursor: hand;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #333366;	
/*
	border-width: 1px;
	border-color: 660033;
	border-style: inset;
*/
	background-color: #d9d6cb;
}

INPUT.button {
	border: 1px outset;
	cursor: pointer;
	font-size:9pt;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	background-image: url(../images/buttonback.gif);
	background-image: repeat-x;
	width:130px;
}

INPUT.button2 {
	border: 1px outset;
	cursor: pointer;
	font-size:9pt;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	background-image: url(../images/buttonback.gif);
	background-image: repeat-x;
	width:50px;
}

