/* ---------------------------------------------- Basic Styles */

table {
   font-family:Verdana,Arial,Helvetica,Sans-Serif;
   font-size:10pt;
}

body {
   font-family:Verdana,Arial,Helvetica,Sans-Serif;
   font-size:10pt;
}

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;
}

/* ---------------------------------------------- Anonymous Styles */

.title {
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
}

.subtitle {
   font-weight: bold;
   color: #006644;
   font-size: 14px;
}

/* ---------------------------------------------- Footer */

a.footer, a.footer:link, a.footer:visited {
   font-weight:bold;
   font-size:10px;
}

.footer {
   font-size:10px;
}

/* ---------------------------------------------- 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:10pt;
   font-weight:bold;
}

td.dealText {
   color:black;
   font-size:9pt;
   font-weight:normal;
}

td.dealSubtext {
   color:black;
   font-size:8pt;
   font-style: italic;
}

a.dealLink, a.dealLink:link, a.dealLink:visited {
   font-weight:bold;
   color:darkred;
}

/* ---------------------------------------------- Landing Menus */

a.menulink {
	font-family:Verdana,Arial,Helvetica;
   font-size:12px;
   font-weight:bold;
   color:#111144;
   background-color:transparent;
   text-decoration:none;
}

a.menulink:hover {
   text-decoration:underline;
   background-color:#7997FF;
}

ul.menulist {
   margin:5px 0px 0px 5px;
   padding:0px 0px 0px 0px;
   list-style-type:none;
}

li.menuitem {
   background: url('/graphics/templates/summer_blue_sky/dotsmall.gif') no-repeat center left;
   margin:5px 0px 0px 5px;
   padding:0px 5px 0px 8px;
}

/* ---------------------------------------------- Resort */

table.resortInfoTable {
   font-size:7pt;
}

/* ---------------------------------------------- Restaurant */

tr.restaurantTitleRow {
   background-color:#006644;
   color:white;
}

a.restaurant,a.restaurant:visited {
   color:white;
   font-weight:bold;
}