﻿body
{
}

.NoN
{
    display: none;
}

.AltBorder
{
    height: 25px;
    border-bottom: dashed 1px #333;
    vertical-align: middle;
}
.AltBorderB
{
    height: 25px;
    border-bottom: dashed 1px #333;
    vertical-align: middle;
    font-weight: bold;
}

.NotifePanel
{
    width: 430px;
    position: absolute;
    left: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollLeft+0+"px" : body.scrollLeft+"px");	
    top: 32px;
    background: #333;
    margin: 0;
    padding: 0;
    display: none;
    padding: 5px;
    border: 1px solid #009900;
    float: inherit;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.AltBorderNotif
{
    height: 25px;
    border-bottom: dashed 1px #DCDCDC;
    vertical-align: middle;
}

.NotifHover
{
    height: 35px;
    background: #666;
}

.HeaderBox
{
    background-color: #222;
    height: 25px;
    width: 97%;
    color: #FFF;
    vertical-align: middle;
    padding: 7px 15px 0px 15px;
    margin-bottom: 10px;
}

.HeaderBox a:link
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
.HeaderBox a:visited
{
    text-decoration: none;
    color: #CCCCCC;
}
.HeaderBox a:hover
{
    text-decoration: underline;
    color: #CCCCCC;
}
.HeaderBox a:active
{
    text-decoration: none;
    color: #CCCCCC;
}

.SideBarHeader
{
    background-color: #555;
    color: #CCCCCC;
    width: 97%;
    text-align: center;
    font-weight: bold;
    padding: 7px 7px 7px 7px;
    font-size: 1.5em;
}

.SideBarBody
{
    background-color: #333333;
    vertical-align: top;
    color: White;
    width: 97%;
    padding: 7px 7px 7px 7px;
}

.SideBarBody a:link
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
.SideBarBody a:visited
{
    text-decoration: none;
    color: #CCCCCC;
}
.SideBarBody a:hover
{
    text-decoration: underline;
    color: #CCCCCC;
}
.SideBarBody a:active
{
    text-decoration: none;
    color: #CCCCCC;
}

input.SStory
{
    width: 400px;
    font-family: Tahoma;
}
textarea.SStory
{
    width: 400px;
    font-family: Tahoma;
}

input.SStory:focus, textarea.SStory:focus
{
    border: dashed 1px #009900;
    font-style: normal;
}

.TipTipVer
{
    border-bottom: 1px dotted #666;
}


