/* 
Document   : style
Created on : Feb 21, 2008, 6:32:08 PM
Author     : ivan
Description:
Purpose of the stylesheet follows.
*/

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

root { 
    display: block;    
}

body {        
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 800px;
    width: 800px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    background-image: url(images/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.banner {
    background-color: #cef4f2; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.trans {
    background-color: #cef4f2;
}

.trans2 {
    background-color: #cef4f2; 
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.event {
    border: solid #dddddd 1px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.eventTitle {
    font-size: 120%;
    font-weight: bold;
    margin-top: 0px;
    padding-left: 15px;
    background-color: #99ccff;
}
.eventDate {                
    background-color: #99ccff;
    font-weight: bold;
    font-size: 120%;
    font-style: italic;
    padding: 5px;
    border: solid black 1px;
}
.eventLoc {
    font-weight: bold;
    font-size: 110%;
    vertical-align: top;
}
.eventText{
    
}

.toolbar {
    border: groove 2px;
    padding: 2px;
    background-color:  #00ccff;
    color: white;
}

td.bannerNav {  
    background-image: url(../images/curvedTabBody_1.gif); 
    background-repeat: repeat-x; 
    text-align: center;
}

td.bannerNavSelected {  
    background-image: url(../images/curvedTabTop_1.gif); 
    background-repeat: repeat-x; 
    text-align: center;
}

a.bannerNav {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;    
    color: white;
} 

a:hover {
    font-weight: bold;
}

.menuItem {
    margin-top: 5px;
}

.factBox {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10x;
    border-radius: 10px; 
    border: solid #aaaaff 1px;
    padding-left: 5px;
    padding-right: 5px;
}

#sddm {
    position: relative;
    top: -40px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    z-index: 30;  
}

#sddm li {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    list-style: none;
    float: left;
    font: bold 11px arial}

#sddm li a {
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 10px;    
    background: transparent;
    color: #333333;
    text-align: center;
    text-decoration: none;
    font-size: larger;
}

#sddm li a:hover {
    background: #49A3FF;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#sddm div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    background-color: #EAEBD8;
    
    border: 1px solid #5970B2}

#sddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background-color: #EAEBD8;    
    color: #2875DE;
    font: 11px arial}

#sddm div a:hover {
    background: #49A3FF;
    
    color: #FFF}
 