body{
     background-color:#000000;
     font-family:Tahoma;
     font-size:12px;
     color:#ffffff;
     padding:0px;
     margin:0px;
}

/* LINKS */
a:link {
        color:#303548;
        font-weight:bold;
        text-decoration:underline;
}

a:visited {
       color:#303548;
       font-weight:bold;
       text-decoration:underline;
}

a:active {
       color:#393B42;
       font-weight:bold;
       text-decoration:none;
}

a:hover{
        color:#ffffff;
        font-weight:bold;
        text-decoration:none;
}

#wrapper{
         position:relative;
         margin:0px;
         top:0px;
         left:0px;

         height:100%;
         padding:0px;
         background-color:#000000;
         text-align:center;
         border:0px solid white;

         background-image:url(../img/bg.png);
         background-attachment:fixed;
         background-position:50% 50%;
}

.bar{
         position:relative;
         margin:0px;
         top:0px;
         left:0px;
         width:100%;
         height:40px;
         padding:0px;
         background-image:url(../img/lbar.png);
}


.bottomBar{
         position:relative;
         margin:0px;
         top:0px;
         left:0px;
         width:100%;
         height:30px;
         padding:3px;

}

a.bottomLink:link, a.bottomLink:visited{
         position:relative;
         font-size:11px;
         color:#5c626e;
         text-decoration:none;
}

a.bottomLink:hover{
        color:#ffffff;
        text-decoration:none;
}

#page_wrapper{
         position:relative;
         margin:auto;
         width:895px;
}

#top_banner{
         position:relative;
         width:895px;
         height:170px;
         background-image:url(../img/dp_02.png);
}

#login_bar {
         color:#000000;
         font-weight:bold;
}

#table_left{
         width:217px;
         background-image:url(../img/dp_17.png);
         vertical-align:top;

}
#table_right{
         width:678px;
         background-image:url(../img/dp_18.png);
         vertical-align:top;
}

#bottom_banner{
         position:relative;
         width:895px;
         height:151px;
         background-image:url(../img/dp_19.png);
}

.inputBox{
     background-color:#bdc9d2;
     border:1px solid #000000;
     font-weight:normal;
     font-size:13px;
     font-family:Courier New;
     color:#000000;
     padding:2px;
}

.inputBox_h{
     background-color:#000000;
     border:1px solid #ffffff;
     font-weight:normal;
     font-size:13px;
     font-family:Courier New;
     color:#ffffff;
     padding:2px;
}

.tiny_text{
    font-weight:bold;
    font-size:10px;

}

.pic_tn{
     border:1px solid #000000;
      color:#575f67;
}

.pic_tn_h{
     border:1px solid #ffffff;
      color:#ffffff;
}

#d_pbox{
         position:fixed;
         z-index:2;
         height:100%;
         width:100%;
         background-image:url(../img/picshade.png);
}

#d_pbox_content{
         position:relative;
         background-color:#000000;
         color:#575f67;
         padding:2px;
         font-size:13px;
         font-weight:bold;
         text-align:center;
         border:1px solid #2c2e31;
}

#t_test2{
         position:relative;
         width:100%;
         height:100%;
         text-align:center;
}