#picture {
    background-image: url(../images/worldmap.png);
    background-repeat: no-repeat;
    height: 450px;
    width: 700px;
}

.auriga_red { color: #C50143;}

.td_bottom {
    text-align: center;
    vertical-align: bottom;
}

.hr_red {
    width: 100%;
    height: .2em;    
    clear: both;
    margin: 3px 0 3px;
}

.link {
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
}

.small_link {
    color: #000;
    text-decoration: none;
}

.active_link {
    color: #C50143;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

a:hover {text-decoration: underline; }

.box_border {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin: 2px auto;
}    

.big_text {
    font-size: 1.2em; 
    margin-bottom: 1.25em;
}

.bigger_text {
    font-size: 1.4em; 
    margin-bottom: 1.25em;
    font-weight: bold;
}

iframe {
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
}

.shadow, .content {
    position: relative;
    bottom: 7px;
    right: 7px;
}

.shadow {
       background-color: #ccc;
       width: 968px;
       margin: 0 auto;
}

.content {
    background-color: #fff;
    padding: 0.5em;    
}

#popUpDiv {
    border: solid 3px #C50143;
    position: absolute;
    background-color: #eeeeee;
    width: 972px;
    height: 500px;
    z-index: 9002;    
}

.scroller {
    overflow-y: auto;
}

#menu_link {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu_link li {
    display: inline;
    padding-left: 0px;
}

#menu_link a {
    color: black;
    font-size: 13px;
    background-color: white;
    border-left-color: #C50143;
    border-left-style: solid;
    border-left-width: 4px;
    border-bottom-color: #C50143;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    height: 17px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    text-decoration: none;
}

.menu_link_active {
    background-color: #FEEBEB;
}

#menu_link a:hover {
    color: #C50143;
    font-weight: bold;
}

.link_button {
    color: black;
    font-size: 12px;
    background-color: #FEEBEB;
    border-left-color: #C50143;
    border-left-style: solid;
    border-left-width: 3px;
    border-bottom-color: #C50143;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: inline;
    height: 15px;
    width: 75px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    text-decoration: none;
}

.link_button:hover {
    color: #C50143;
    font-weight: bold;
    text-decoration: none;
}

