/* Coastal Rentals Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

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

A.navbar:link {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #2B4645;
}

A.navbar:visited {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #2B4645;
}

A.navbar:hover {
	text-decoration: none;
	color: red;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #B12532;
}

A.navbar2:link {
	text-decoration: none;
	font-family: veradana,arial;
	font-weight: bold;
	font-size: 10pt;
	color: #741F28;
}

A.navbar2:visited {
	text-decoration: none;
	font-family: veradana,arial;
	font-weight: bold;
	font-size: 10pt;
	color: #741F28;
}

A.navbar2:hover {
	text-decoration: none;
	color: red;
	font-family: veradana,arial;
	font-weight: bold;
	font-size: 10pt;
	color: #741F28;
}

A.footer:link {
	text-decoration: none;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

A.footer:visited {
	text-decoration: none;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

A.footer:hover {
	text-decoration: underline;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

A.footer2:link {
	text-decoration: underline;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

A.footer2:visited {
	text-decoration: underline;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

A.footer2:hover {
	text-decoration: underline;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

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

TD.category {
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
}

TD.tollfree {
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
}

TD.listingtitle {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
}

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

TD.listingname {
	font-family: arial;
	font-weight: bold;
	font-size: 13pt;
	color: #003366;
}

TD.navtitle {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

TD.footer {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #2B4645;
}

EM.location {
	font-family: arial;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	color: #666666;
}

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: verdana,arial;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;	
	border-width: 1px;
/*	border-color: 660033;*/
/*	border-style: inset;*/
	background-color: #E7D29B;
}

INPUT.button {
	border: 1px outset;
	cursor: pointer;
	font-family: verdana,arial;
	font-size:9pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	background-image: url(../gizmos/buttonback2.gif);
	background-image: repeat-x;
	width:80px;
}

