﻿.sudmenu{font-family:arial; font-size:11px; font-weight:bold; color:#383C3F; text-decoration:none;}
.sudmenu:hover{ text-decoration:underline;}

a
{
  color : #ffffff;  
  text-decoration:none;
  font-weight : bold
}
a:hover 
{
    text-decoration:none;
    color : Yellow;
     background-color : #000000;
    
}
.date{ font-family:tahoma; font-size:10px; color:#424242;}
.txtwhite{font-family:tahoma; font-size:10px; color:#E2EAEE; line-height:12px;}
.txtgrey{font-family:tahoma; font-size:10px; color:#8F8F8F; line-height:12px;}
body 
{
background-color : Gray;
scrollbar-face-color:#0000A0;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
  
}
.nav
{
    border-color : #FF8000;
    border : 2px;
    background-color : #000000;
    color : #ffffff;
    height : 25px;
    width : 60px
}
.nav:hover
{
    background-color : #ffffff;
    color : Yellow 
}
.mnuTyle
{
    margin-left : auto;
    margin-right : auto;
    text-align : center;
}

.btnNav
{
    margin-left : auto;
    margin-right : auto;
    color : #ffffff;  
    font-weight  : bold;
    width : 110px;  
    background-color : #000000;
}
.btnNav:hover
{
    color : Yellow;
    background-color : Blue;
      
}
.modalBackground {
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}
.SideBar
{
    z-index : 1;
}