/* theme
 * sensegray.css
 *
 */


a:link{
        color : #000080;
        text-decoration : none;
}

a:visited{
        color : #000080;
        text-decoration : none;
}

a:hover{
        color : #FF0000;
        text-decoration : underline;
}

a:active{
        color : #FF0000;
        text-decoration : underline;
}


body{
        background-color: #fff;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : xx-small;
        scrollbar-3dlight-color : #fff;
        scrollbar-arrow-color : #000080;
        scrollbar-base-color : #C0C0C0;
        scrollbar-darkshadow-color : #000;
        scrollbar-face-color : #C0C0C0;
        scrollbar-highlight-color : #FFF;
        scrollbar-shadow-color : #C0C0C0;
        scrollbar-track-color : #DDD;
}

.SB_alert {
        color : #FF0000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : xx-small;
        font-weight : bold;
}

.SB_button {
        background : #DDDDDD;
        border : 1px solid #C0C0C0;
        color : #000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 9px;
        font-weight : bold
}

.SB_input {
        background : #FFf;
        border : 1px solid #DDD;
        color : #000000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px
}

.SB_formarea {
        background-color : #FBFBFB;
        border: solid 1px #fff;
        color : #FFF;
        font-size : 10px;
}

.SB_shoutbox {
        color : #000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : xx-small;
        text-align : left;
}

a.SB_inlink:link {
        color : #FFFFFF;
        text-decoration : none;
}

a.SB_inlink:visited {
        color : #FFFFFF;
        text-decoration : none;
}

a.SB_inlink:active {
        color : #FFFFFF;
        text-decoration : none;
}

a.SB_inlink:hover {
        color : #FFFFFF;
        text-decoration : underline;
}

.SB_table0 {
        border-left:1px solid #DDD;
        border-right:1px solid #DDD;
        border-top:1px solid #DDD;
        border-bottom:1px solid #DDD;
        background-color : #FBFBFB;
        color : #FFF;
        font-size : xx-small
}

.SB_table1 {
        border-left: solid 1px #DDD;
        border-right: solid 1px #DDD;
        border-top:1px solid #FFF;
        border-bottom: solid 1px #FFF;
        background-color : #FFF;
        color : #FFF;
        font-size : xx-small
}

blink;