/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #FFD429;
	background-image: url(images/back.home.jpg);
  background-repeat: repeat-x;
  background-position: top left;
	width: 100%;
	height: 100%;
	z-index: 0;
}
body.pop {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	z-index: 0;
	background-color: #FBFCFA;
	background-image: url(images/back.popphoto.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
body.pop_links {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	z-index: 0;
	background-color: #FBFCFA;
	background-image: url(images/back.poplinks.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

/****** CENTER STYLES ******/
center.main {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 0px;
  z-index: 0;
  height: 100%;
}

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: none;
	color: #0066CC;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: none;
	color: #0066CC;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #0066CC;
	z-index: 0;
}

a.bold {
  font-weight: bold;
}

a.sublink {
  font-weight: bold;
}

a.white { 
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}	
a.white:hover {
	color: #FFFFFF;
}

a.anchor { 
	color: #0033CC;
	text-decoration: none;
}
a.anchor:visited {
	color: #0033CC;
	text-decoration: none;
}	
a.anchor:hover {
	color: #0033CC;
	text-decoration: none;
}

a.page { 
	color: #0033CC;
}
a.page:visited {
	color: #0033CC;
}	
a.page:hover {
	color: #0033CC;
}

a.red { 
	color: #CC0000;
}
a.red:visited {
	color: #CC0000;
}	
a.red:hover {
	color: #CC0000;
}


/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  width: 1024px;
  height: 100%;
}
table.pop_frame {
  width: 400px;
  height: 100%;
}
table.pop_frame_links {
  width: 358px;
  height: 100%;
}
table.full_frame {
  width: 100%;
}
table.header_frame {
  width: 860px;
  height: 425px;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.full_frame_content {
  width: 860px;
  height: 100%;
}
table.show_links {
  height: 67px;
  width: 441px;
  background-image: url(images/back.showlinks.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
table.show_items {
  height: 67px;
  width: 441px;
  background-image: url(images/back.showitems.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
table.icon_table {
  width: 100%;
}
table.forum_table {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
table.photo_frame {
  width: 422px;
}
table.left_content {
  border-left: 1px solid #FFFFFF;
  height: 100%;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.highlight {
  color: #9A0034;
}
span.selected {
  color: #990000;
}
span.black {
  color: #000000;
}
span.blue {
  color: #3398CC;
}
span.red {
  color: #CC0000;
}
span.green {
  color: #336666;
}
span.gold {
  color: #999900;
}
span.yellow {
  color: #FEFF99;
}
span.white {
  color: #FFFFFF;
}
span.note {
  font-size: 8pt;
}
span.strikethrough {
  text-decoration: line-through;
}
span.booked {
  color: #FFFFFF;
	background-color: #990000;
}

/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  width: 180px;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #000000;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 85px;
}
input.small_text {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 85px;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.did_you_know {
  border: 0px solid #D0D0CF;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.thumb {
  border: 1px solid #D0D0CF;
}
img.ad {
  border: 1px solid #FFFFFF;
}



/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.listing_title {
  color: #5F88CE;
  font-weight: bold;
  padding-bottom: 2px;
  padding-right: 15px;
  font-size: 9pt;
}
p.listing_location {
  color: #5F88CE;
  padding-bottom: 7px;
  padding-right: 15px;
  font-size: 9pt;
}
p.listing_text {
  color: #666666;
  padding-bottom: 14px;
  font-size: 9pt;
  padding-right: 15px;
}
p.useless {
  padding-top: 65px;
  text-align: right;
  color: #0066CC;
}



/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.wrapper {
  padding-top: 38px;
  padding-bottom: 0px;
  padding-right: 42px;
  padding-left: 0px;
  vertical-align: middle;
  height: 100%;
}
td.pop_wrapper {
  padding-top: 105px;
  padding-left: 50px;
  padding-right: 50px;
}
td.pop_wrapper_links {
  padding-top: 105px;
  padding-left: 21px;
  padding-right: 21px;
}
td.page_text_header {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  height: 26px;
  background-color: #F1E69F;
  vertical-align: middle;
  text-align: right;
  padding-right: 5px;
  color: #666666;
}
td.page_header {
  background-color: #FFFFFF;
}
td.page_ads {
  padding-top: 18px;
  padding-left: 7px;
}
td.left_text_top {
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  color: #F2E7A2;
  background-color: #618BD5;
  font-size: 9pt;
  font-weight: bold;
}
td.left_text_bottom {
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 18px;
  color: #FFFFFF;
  background-color: #618BD5;
  font-size: 9pt;
  font-weight: normal;
}
td.did_you_know {
  background-color: #EEEFE6;
  background-image: url(images/header.didyouknow.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 40px;
  color: #666666;
}
td.community_events {
  background-color: #EEEFE6;
  background-image: url(images/header.communityevents.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 40px;
  color: #3366CC;
}
td.left_bottom {
  background-color: #FFFFFF;
  background-image: url(images/header.left_bottom.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 100%;
}
td.thumbnail_left {
  padding: 0px;
}
td.thumbnail {
  padding-left: 10px;
}
td.white_space {
  background-color: #FFFFFF;
}
td.page_content {
  background-color: #FFFFFF;
  height: 100%;
  vertical-align: top;
  padding-left: 20px;
}
td.footer {
  background-color: #6699FF;
  vertical-align: top;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 13px;
  padding-bottom: 15px;
  color: #FFFFFF;
  width: 100%;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
td.top_links {
  width: 692px;
  height: 84px;
  background-image: url(images/header.topright.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: right;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 185px;
  color: #0066CC;
}
td.listing_image {
  padding-right: 12px;
}
td.pop_links {
  font-size: 9pt;
  color: #0066CC;
  padding-bottom: 30px;
}
td.pop_title {
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 20px;
  color: #0066CC;
}
td.pop_caption {
  font-size: 9pt;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #666666;
}
td.pop_close {
  text-align: center;
}



/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.listing {
  border-bottom: 1px solid #B6CEFD;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: 503px;
}




