﻿BODY
{   
	background-color:#660066;
}
.tableBg
{
    background-image: url(../../images/newsletterBackground.gif); 
    background-repeat:no-repeat;
    background-position:right;
}
.contactTableBg
{
    background-image: url(../../images/contactBg.jpg); 
    background-repeat:no-repeat;
}
.bookingTableBg
{
    background-image: url(../../images/bookingBG.jpg); 
    background-repeat:no-repeat;
}

.Pic 
{
    border:2px solid #660066;
    margin:15px;    
}
    
.CONTENT
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: arial,verdana,sans-serif;
}
.signupframe {
  border: 1px solid #5079A3;
  background: #FFE8FF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.CONTENTLINK
{
  FONT-SIZE: 12px;
  COLOR:#7D26CD;
  FONT-STYLE: normal;
  FONT-FAMILY: arial,verdana,sans-serif;
  text-decoration:UNDERLINE;  
}

.button
{
    font-size: 10px;
    color:#660066; 
    border: 1px solid #000000;
    background-color: #EEC900;
    FONT-STYLE: normal;
    FONT-FAMILY: arial,verdana,sans-serif;
}
.HEADLINE
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR:  #d1761a;
    FONT-FAMILY: arial,verdana,sans-serif;
}
.SUBHEADLINE
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #663399;
    FONT-FAMILY: arial,verdana,sans-serif;
}
.TABLEHEADER
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #d1761a;
    FONT-FAMILY: verdana,arial,sans-serif;
}

.cell_Over {
	background-color:#FFE1FF;
	 padding:5px;  
}
.cell_Out {
	background-color:#5079A3;
	 padding:5px;  
}
.NAV
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-STYLE: normal;
    text-decoration:NONE;
    FONT-FAMILY: arial,verdana,sans-serif;
}
.NAVTD
{
    padding:5px;    
}
.NAVBullet
{
    margin-right:6px;    
}
.FOOTER
{    
    color:#660066;
    font-size:8PT;
    FONT-STYLE: normal;
    FONT-FAMILY: arial,verdana,sans-serif;
	text-align:center;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#B2B2B2;
  display:none;
}
  

#boxes #dialog {
  width:530px; 
  height:300px; 
  background-color:#ffffff;
  position:absolute;
  left:0;
  top:0;  
  display:none;
  z-index:9999; 
  background-image: url('../../images/modalPopupBG.jpg');
  background-repeat:no-repeat; 
  border: 15px solid #EAEFF8; 
}

#modalContent
{
    width:360px;
    height:250px;
    float:right;
    padding:15px;
    font-size:12px;
}

#modalContent h2
{
    color:#5079A3;
}
#modalContent strong
{
    color:#E17619;
    font-size:14px;
    
}
