*{
    margin: 0;
    padding: 0;
}
body{
 background-color:#1f1f1f;
 /*background-image: url(images/bkgr.jpg);
 background-repeat:repeat-x;
 background-attachment: fixed;*/
 color: #000000;
 font-size: 12px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 SCROLLBAR-FACE-COLOR: #999999;
 SCROLLBAR-ARROW-COLOR: #000066;
 SCROLLBAR-TRACK-COLOR: #a7a5a2;
}

.admin{
 background-color: #a7a5a2;
}

.main_tbl, .index_tbl{
 width: 960px;
 margin: 0 auto;
 border:solid;
 border-width: thin;
 border-color: #ffffff;
}
td.top{
 height: 160px;
}

td.menu{
 height: 50px;
 background-image:url(images/menu_bgr.jpg);
 vertical-align: top;
}
.menu_tbl{
 /*width: 650px;*/
 height: 30px;
}

td.left{
 background-color: #ababab;
 background-image: url(images/left_bgr.jpg);
 background-repeat: repeat-x;
 width: 250px;
 vertical-align: top;
 margin-right: 10px;
}


td.task{
 width: 710px;
 vertical-align: top;
 margin-left: 10px;
 background-color: #999999;
 background-image: url(images/clock_bgr.jpg);
 background-repeat: no-repeat;
}

td.task p{
    margin: 10px;
    clear:both;
}

.index_tbl{
 background-color: #cbcbcb;
 border:solid;
 border-width: thin;
 border-color: #ffffff;
}
.picture{
 border: solid 1px #ccc;
}

img.right{
    float: right;
    margin-left: 10px;
}
img.left{
    float: left;
    margin-right: 10px;
}
.text1 { font-size: 12px;}
.text2 { font-size: 12px; font-weight: bold; }
.text3 { font-size: 14px; }
.text4 { font-size: 14px; font-weight: bold; }
.text5 { font-size: 16px; }
.text6 { font-size: 16px; font-weight: bold; }

.style1 { color: #660000; font-family: "Times New Roman", Times, serif;}
.style2 { color: #660000; font-family: "Times New Roman", Times, serif; font-weight: bold;}
.style3 { font-size: 14px; color: #660000; font-family: "Times New Roman", Times, serif;}
.style4 { font-size: 16px; color: #660000; font-family: "Times New Roman", Times, serif;}
.style5 { font-size: 16px; color: #660000; font-family: "Times New Roman", Times, serif; font-weight: bold;}

#search{
    height: 30px;
    padding: 5px;
}

a { color:#990000;}
a:visited { color:#990000;}
a:hover { color:#ff0000; text-decoration: none;}

a.menuLink{
 /**/font-family: "Times New Roman", Times, serif;
 font-size: 20px;
 color: #660000;
 text-decoration: none;
}
a.menuLink:hover{ color: #FFFFFF;}

a.cats {
    text-decoration: none;
    font-size: 16px;
}
a.cats:hover{ text-decoration: underline; }

a.hiden { font-size:12px; text-decoration: none; }
a.hiden:hover { background-color:#333333;}
.hdnLink{ position: absolute; top: 0px; right: 0px; z-index: 10; }

.reslt { background-color: #FFFF99;}

.red { color:#ff0000;}
.red2 { color: #660000;}

a.sub { color: #999999; font-size: 10px;}
a.sub:hover { color: #FFFFFF;}

#wysiwygdescription{ background-color: #FFFFFF;}
#webstat{ visibility: hidden;}

.invisible{ display: none;}

ul{
    text-align: right;
    list-style: none;
    padding-left: 0px;
}
li{
    font-family: "Times New Roman", Times, serif;
    white-space: nowrap;
}

#ssContainer{
    width: 170px;
    text-align: center;
    font-size: 12px;
}