﻿/* ELEMENTS */
body 
{
    text-align: center;
    min-width: 1000px;
    font-family:Arial !IMPORTANT;
}

.popHeader
{
    color:#880a25;
    font-size:14px;
    /*color:White;*/
    text-decoration:none;
}
.popOver
{
    z-index: 5000;
    color: White;
    padding:15px;
    text-align: left;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -o-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;x`
    overflow: visible;
    border: 0px solid #666666;
    background-color:white;
    color:Black;
    font-size:12px;
    /*background-image: url('../Images/popback.gif');
    background-repeat: repeat-x;*/
}

.popOver_withborder
{
    z-index: 5000;
    color: White;
    padding:15px;
    text-align: left;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -o-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    overflow: hidden;
    border: 1px solid #666666;
    background-color:white;
    color:Black;
    font-size:11px;
    /*background-image: url('../Images/popback.gif');
    background-repeat: repeat-x;*/
}
.popData
{
    overflow:hidden;
    background-color:#dedede;
    
    z-index :5001;    
} 
.textData
{
    text-align:justify;
    font-size:12px;
    padding:10px;
    overflow:visible;
    width:240px !IMPORTANT;
    
}
/* ELEMENT IDs */
#wrapper 
{
    width: 800px;
    margin: 0 auto;
    text-align:center; 
}


.transparentHeader
{
    filter: alpha(opacity=85);
    -moz-opacity: 0.85; 
    -o-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    background-color: white;/* #ced0de;*/
    color:Black;
    
}

/* CLASSES */

.NavButton
{    
    border-top-style: groove; 
    border-right-style: groove; 
    border-left-style: groove; 
    border-bottom-style: groove;
    border-width:1px;
    background-Color:#382646; /*#47394e;*/
    text-align:center;
    z-index:200px;
    line-height:23px;
     height:25px;
    color:#ffffff;
}
.NavButton:hover 
{
    background: plum;
    color:#000000
}

