/* 
    Document   : ana
    Created on : Feb 6, 2009, 7:27:03 AM
    Author     : Robert Estell
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: url("images/fffwbg.gif");    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;    
    background-repeat: repeat-y;
    background-position: center;
    background-color: #dddddd;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.intro {
    background: url("images/introbg.gif");
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-repeat: repeat-y;
    background-position: center;
    background-color: #444444;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}



.hotelcell {
    background: url("images/hiltonpana.gif");
    background-repeat: no-repeat;
    background-position: top left;
    height: 202px;
    width: 650px;
}

.pad5 {
    padding: 10px;
}

.traveltable {
    background-color: white;
    padding: 2px;
    width: 600px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

.traveltable td {
    background-color: black;
    color: white;
}

.menuitems {
    background-color: #BC267A;
    width: 100px;
    height: 25px;
    padding: 0px;
}

.menuitems a:hover {    
    opacity:0.7;
    filter:alpha(opacity=70);
}

.sponsorlogo:hover {
    opacity:0.5;
    filter:alpha(opacity=50);
}

.maintable, .datatable, .bottomline {
    width: 900px;
}

.bottomline {
    height: 1px;
    background-color: #BC267A;
}

.datatable {
    background-color: #cccccc;
}

.text0, .textlink0 {
    font-size: 12px;
}

.text5 {
    font-size: 11px;
    color: #333333;
}

.textlink0 {
    color: #BC267A;
}

.textlink0:link, .textlink0:visited {
    color: #BC267A;
}

.textlink0:active, .textlink0:hover {
    color: #800;
}

.text1 {
    font-size: 14px;
}

.text1:link, .text1:visited {
    color: #800;    
}

.text1:active, .text1:hover {
    color: #f00;
}

.pagetitle {
    color: #BC267A;
    font-size: 16px;
    font-weight: bold;
}

.copyright {
    font-family: Arial;
    font-size: 10px;
    color: #000000;
}





