﻿.Home_Main_Tbl
{
    margin-bottom: 10px;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.Home_Main_Tbl a
{
}
.Home_Main_Div
{
    border-right: #6D6A34 1px solid;
    border-top: #6D6A34 1px solid;
    border-left: #6D6A34 1px solid;
    border-bottom: #6D6A34 1px solid;
    height: 66px;
    width: 310px;
    margin-top: 5px;
    padding-left: 2px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #f3f2e3;
    direction: rtl;
}
.Home_Main_Div IMG
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.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;
}
#pscroller2 a
{
    text-decoration: none;
    color: #696969;
}
#pscroller2 a:hover
{
    background-color: transparent;
    border-bottom: dimgray 1px dashed;
}
.innerDiv
{
    position: absolute; width: 100%;
}
.innerDiv2
{
   position: absolute; width: 100%; visibility: hidden
}