﻿html
{
    scrollbar-face-color: #F8F8F7;
    scrollbar-shadow-color: #979693;
    scrollbar-highlight-color: #979693;
    scrollbar-3dlight-color: #979693;
    scrollbar-darkshadow-color: #979693;
    scrollbar-3dtrack-color: #979693;
    scrollbar-arrow-color: #979693;
}

body
{
    font-family: Verdana;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
.btn
{
    background: #DADADA !important;
    font-weight: bold !important;
    color: #333333 !important;
    border: 1px solid #999999 !important;
    width: 65px;    
}

.btnGreen {
    background: #378d5b !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: 1px solid #378d5b !important;
    padding: 5px 10px;
}


h1, h2, h3, h4, h5, h6, p
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    text-align: center;
    text-decoration: underline;
    color: #979595;
}
h3
{
    background-image: url(../images/h-back1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
}

.boldTxt
{
    font-weight: bold;
}

a:link
{
    color: #FF9900;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #ff0000;
}
a:active
{
    color: #ff0000;
}
a:hover
{
    text-decoration: underline;
}
a
{
    text-decoration: none;
}

.tabs
{
    position: relative;
    top: 1px;
    left: 10px;
}
.tab
{
    border: solid 1px black;
    background-color: #eeeeee;
    padding: 2px;
}
.selectedTab
{
    background-color: white;
    border-bottom: solid 1px white;
}
.tabContents
{
    border: solid 1px black;
    padding: 10px;
    background-color: white;
}

.greyBg
{
    background: #E2E1E1;
}
.greyBg td
{
    background: #FFFFFF;
}
.greyBg td table td
{
    margin: 10px;
    color: #333333;
}

#rsmenu a:visited, #rsmenu a:link
{
    color: #666666;
    font-weight: bold !important;
    text-decoration: none;
    background: url(../images/link_active.jpg) repeat-x;
    display: block;
    height: 20px;
    font-size: 12px;
    font-family: Verdana;
    padding: 2px;
    border-bottom: 1px solid #CCCCCC;
}
#rsmenu a:hover
{
    color: #333333;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background: #E0E0E0;
    display: block;
    padding: 0px;
    font-weight: bold !important;
    height: 20px;
    padding: 2px;
}

.lftmenubg
{
    background: #f5f5f5;
    margin-top: 0px;
    margin-bottom: 0px;
}

.urbangreymenu
{
    width: 210px; /*width of menu*/
}

.urbangreymenu .headerbar
{
    font: bold 13px calibri;
    color: white;
    background: #606060; /*url(../images/arrowstop.gif) no-repeat 5px 8px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 2px 2px 10px 2px; /*31px is left indentation of header text*/
    height: 25px;
}

.urbangreymenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}



.linkbutton:link
{
    width: 200px;
    font: normal 12px calibri;
    color: #606060;
    background: #E9E9E9;
    display: block;
    padding: 5px;
    line-height: 17px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #C9C9C9;
}

.linkbutton:visited
{
    color: black;
}

.linkbutton:hover
{
    /*hover state CSS*/
    color: #333333;
    background: #CAC9C9;
}


.linkbuttonCurrent:link
{
    width: 200px;
    font: normal 12px calibri;
    color: #333333;
    background: #CAC9C9;
    display: block;
    padding: 5px;
    line-height: 17px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.linkbuttonCurrent:visited
{
    color: white;
}

.linkbuttonCurrent:hover
{
    /*hover state CSS*/
    color: #333333;
    background: #CAC9C9;
}


.on
{
    background-image: url(../images/collaps.png);
    background-repeat: no-repeat;
    cursor: hand;
}
.off
{
    background-image: url(../images/expand.png);
    background-repeat: no-repeat;
    cursor: hand;
}
