﻿/* Base Fonts */
body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* End Base Fonts */

/* Base HTML ELEMENTS */
body {
  COLOR:#000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color:#246555;
}

table {
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

h2 
{
    margin: 0px;
    font-size: 16px; 
    color: #246555;
    font-style:italic;
    font-weight: bold;
    border-bottom: 1px solid #246555;

}

h1
{
    padding: 0px;
    margin: 0px;
    font-size: 20px; 
    color: #336699;
    text-transform: uppercase;
    font-family: Tahoma, Arial;
    padding-left: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #c0c0c0;
    background-image: url(/images/design/headingBg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 500px;
    text-align: left;
}

a img 
{
    border: none;
}

h5 
{
    padding: 0px;
    margin: 0px;
}



/* END STANDARD HTML ELEMENTS */

/* CUSTOM HYPERLINK CLASSES SECTION */

a:link.navTop { 
	color: #FFF; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold; 
	text-decoration: none;
}

a:visited.navTop { 
	color: #FFF; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}

a:active.navTop {
	color: #FFF; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	font-weight: bold;	
	text-decoration: none;
}

a:hover.navTop { 
	color: #0E362D; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	font-weight: bold;
	text-decoration: none;
}

a:link.navSides { 
	color: #000; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}

a:visited.navSides { 
	color: #000; 
	font-family: Verdana, Tahoma, Arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}

a:active.navSides {
	color: #000; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.navSides { 
	color: #861616; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	font-weight: bold;
	text-decoration: none;
}

/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #842910; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #842910; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #842910; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #808080; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}
/* ADMIN STYLES */

#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:link, #adminLabel a:visited, #adminLabel a:active, #adminLabel a:hover
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: right;
}

#adminNav ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNav ul li a:link, #adminNav ul li a:visited, #adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}
/* END ADMIN STYLES */

/* CUSTOM TABLES */
.table1 {
	border:1px solid #333; 
	padding:3px; 
	border-collapse: collapse;
}


.table1 th {
	background-image: url(/images/tableTop.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	color: #fff;
	padding: 3px;
	border: 1px solid #eaeaea;
	text-align: left;
}

.table1 th a:link,
.table1 th a:active,
.table1 th a:visited,
.table1 th a:hover {
	color: #eaeaea;
}

.table1 td {
	padding: 3px;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.table1 .alternate td  {
	background-color:#F8F8F8;
}

.table1 .smallInfo td  {
	background-color:#c0c0c0;
	font-size:10px;
}

.table1 td.highlight,
.table1 .highlight td
 {
	background-color:#ffffcc;
}

.table1 td.highlightAlternate {
	background-color:#ffffae;
}


.table1 .empty td
{
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(/images/icons/exclamation.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

.inputTable td, .inputTable th 
{
    padding: 4px;
}

.topBorder td 
{
    border-top: 1px solid #eaeaea;
}

.noBorders td 
{
    border: none;
}

.noPadding td,
.noPadding th,
.noPadding
{
    padding: 0px;
    
}

.locationTable,
.locationTable td
{
    font-size: 13px;
    font-family: Verdana;
}

.locationTable .alert 
{
    font-size: 20px;
    color: #ff0000;
}


/* END CUSTOM TABLES */
#container 
{
    text-align:center;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    
}

#divShell 
{
    text-align:left;
}

.navList 
{
    list-style-type:none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.navList li 
{
    
    margin: 0px 0px 15px 0px;
    text-align:center;
    width: 153px;
}

.navList li a:link, .navList li a:visited, .navList li a:active
{
    color: Black;
    text-decoration: none;
    font-weight:bold;
    font-size: 12px;
}

.imagesContainer 
{
    text-align:center;
}

.imagesContainer .mainImg 
{
    /*
    background-image: url(/images/icons/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    */
    margin: 0px 1px 0px 1px;
}

a.thumbNailImage img
{
    border: none;
    margin: 1px;
}

a.thumbNailSelected img
{
    border: 1px solid #ffcc00;
}
    
.button1, #button1, .Button1, .buttonAlert
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}

.messageContainer 
{
    border: solid 1px #D7D7D7;
    background-color: #F7F7F7;
    margin: 5px 30px 5px 30px;
    text-align: center;  
    padding: 5px 15px 5px 15px; 
    vertical-align: middle;
}
.alert, .alert td 
{
    color: Red;
    font-weight: bold;
}

.alert a:link, .alert a:hover, .alert a:visited, .alert a:active
{
    color: Red;
    font-weight: bold;
}

.message
{
    color: #003399;
    font-weight: bold;
}

.message a:link, .message a:hover, .message a:visited, .message a:active
{
    color: #003399;
    font-weight: bold;
}


.tinyText 
{
    font-size: 10px;
}


/* TAB NAV */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/images/tabBottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:link, #tabNav a:visited {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:link.active, #tabNav a:visited.active, #tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:hover{
	background: #C0C0C0;
	color: #FFF;
}
/* END TAB NAV */

.tagLine 
{
    padding-left: 25px;
    padding-right: 25px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma;
    
}

.dropText 
{
    padding: 0px;
    margin: 0px;
    background-image: url(/images/design/drop.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    height: 30px;
    padding-top: 5px;  
    display: inline;   
}

.wrenchText 
{
    padding: 0px;
    margin: 0px;
    background-image: url(/images/design/wrench.gif);
    background-repeat: no-repeat;
    padding-left: 28px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    height: 30px;
    padding-top: 5px;  
    display: inline;   
}


.swirlText 
{
    padding: 0px;
    margin: 0px;
    background-image: url(/images/design/swirl.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    height: 30px;
    padding-top: 5px;   
    display: inline; 
}


.searchText 
{
    color: #263985;
    font-size: 16px;
    font-family: Tahoma;
    font-style: italic;
    font-weight: bold;
}

.padded 
{
    padding: 10px;
}

.bordered,
img.bordered
{
    border: 1px solid #336699;
}

.boldLink,
.boldLink:hover,
.boldLink:visited,
.boldLink:active
{
    font-size:18px; 
    font-weight:bold;
  }

.topLink,
.topLink:hover,
.topLink:visited,
.topLink:active
{
    font-size:13px; 
    font-weight:bold;
    color:  #336699;
    padding-bottom: 3px;
  }
  
.topLink:hover {
    color:  #333;
}

.redText 
{
    color: #ff0000;
    font-weight: bold;
}

.tourLink,
.tourLink:hover,
.tourLink:visited,
.tourLink:active
{
    font-size:17px; 
    font-weight:bold;
    color:  #336699;
    height: 15px;
    display: block;
    text-transform: uppercase;

  }
  
a:link.boxLink,
a:active.boxLink,
a:visited.boxLink,
a.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

a:hover.boxLink
{
    background: #E2E2E2;
    color: #000;
}

/* -------------------------------- MODULES ----------------------------- */


/* COUPONS */
.couponAnnouncement 
{
    margin: 5px 5px 15px 5px;
    padding: 3px;
    background-color: #F6EAD4;
    border: 1px solid #246555;   
    text-align: center;
}

.couponAnnouncement a:link, .couponAnnouncement a:visited, .couponAnnouncement a:active, .couponAnnouncement a:hover
{
    font-size: 110%;
    color:#246555;
    font-weight:bold;
    text-decoration:none;
}


/* END COUPONS */















/* ----------------------------- END MODULES ------------------------------ */
