﻿.popup
{
    position: absolute;
    top: -100px;
    z-index: 100;
    visibility: hidden;
    width: 450px;
}
.popup_close
{
    display: block;
    text-align: right;
}
.popup_content
{
    width: 100%;
    height: 250px;
    background-color: #f5f5f5;
    overflow: auto;
    border-right: #696969 1px dotted;
    border-top: #696969 1px dotted;
    border-left: #696969 1px dotted;
    border-bottom: #696969 1px dotted;
    text-align: justify;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
/* News Scroller*/
#pscroller2
{
    width: 450px;
    height: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: 4pt;
}
#pscroller2 a
{
    text-decoration: none;
}
#pscroller2 a:hover
{
    background-color: transparent;
}
.innerDiv
{
    position: absolute; width: 100%;
}
.innerDiv2
{
   position: absolute; width: 100%; visibility: hidden
}

/********************* DataBase ********************/
.db_main a
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: #c24101;
    display: block;
    color: black;
}
.db_main a:hover
{
    color: #ffffff;
    background-color: #a63903;
    text-decoration: none;
}