/* ---------------------------------------------- Basic Styles */

table {
   font-family: Verdana,Arial,Helvetica,Sans-Serif;
   font-size: 10pt;
   color:black;
}

body {
   font-family: Verdana,Arial,Helvetica,Sans-Serif;
   background-color: #AA5533;
}

.bodytable {
   background: #AA5533 url('/graphics/templates/warm_sunset/fade.gif') repeat-x scroll top left;
}

h1 {
   font-size: 16pt;
   font-weight: Bold;
}

h2 {
   font-size: 14pt;
   font-weight: Bold;
}

h3 {
   font-size: 12pt;
   font-weight: Bold;
}

a, a:link, a:visited {
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color:black;
}

a.text {
   text-decoration: none;
   padding: 1px;
}
a.text:hover {
   padding: 0px;
   text-decoration: none;
   border: 1px solid black;
   background: #6071A9;
}

a.tiny {
	font-size: 10pt;
}

/* ---------------------------------------------- Anonymous Styles */

.title {
   font-size: 16pt;
   font-weight: bold;
   font-style: italic;
}

.subtitle {
   font-weight: bold;
   font-size: 12pt;
}

/* ---------------------------------------------- Footer */

a.footer, a.footer:link, a.footer:visited {
   font-weight: bold;
   font-size: 9pt;
   color: white;
}

.footer {
   font-size: 9pt;
   color: white;
}

/* ---------------------------------------------- Deal */

div.dealDiv {
   display: inline;
   padding: 10px;
   width: 253px;
}

table.dealTable {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   background-repeat: no-repeat;
   background-position: center center;
}

td.dealTitle {
   color: white;
   font-size: 12pt;
   font-weight: bold;
}

td.dealText {
   color: black;
   font-size: 11pt;
   font-weight: bold;
}

td.dealSubtext {
   color: black;
   font-size: 8pt;
   font-style: italic;
}

a.dealLink, a.dealLink:link, a.dealLink:visited {
   font-weight: bold;
   color: #034191;
}

/* ---------------------------------------------- Resort */

table.resortInfoTable {
   font-size: 10pt;
}

/* ---------------------------------------------- Restaurant */

tr.restaurantTitleRow {
   background-color: #442222;
   color: white;
}

a.restaurant,a.restaurant:visited {
   color: white;
   font-weight: bold;
}