html
{
    background-color: #F3EFE1;
}
body
{
    background: #fff url( "/i/body.gif" ) left top repeat-x;
    color: #3e392b;
    font-family: Arial,Helvetica, "Lucida Grande" ,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: auto;
}
body > iframe
{
    display: none !important;
}
h1, .h1
{
    margin-top: 0;
    font-size: 3em;
    line-height: 1em;
    font-weight: normal;
}
h2, h3, .h3, .head, .h1, h1
{
    font-family: Arial;
    letter-spacing: -1px;
}

h2
{
    font-size: 2em;
    line-height: 1em;
    padding: 0.5em 0;
    color: #dd4424;
    font-weight: bold;
}
.head, .head a
{
    height: 40px;
    margin: 10px 0 0 0;
    line-height: 40px;   
    font-size: 40px;
    text-decoration: none;
    color: #dd4424;
    letter-spacing: -3px;
    font-weight: bold;
    position:relative;
    top: -1px;
}
.stat
{
    text-align: right;
    padding-right: 10px;
    font-size: 20px;
    height: 22px;
}
h3, .h3
{
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
}
h4
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

p, ul, li, blockquote
{
    margin: 1em 0;
}

fieldset, img, a, abbr, fieldset
{
    border: none;
}
select, input, texarea
{
    font-size: 14px;
    padding: 2px 2px 2px 2px;
}
a
{
    color: #06c;
    text-decoration: underline;
}
a:hover, a:focus
{
    color: #dd4424;
}
h2 a
{
    font-weight: normal;
}
input:focus, textarea:focus
{
    background: #ffc;
}
option
{
    margin-right: 1em;
}
ul.options
{
    margin-top: 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}
ul.options li
{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
ul.options li form, ul.options li a
{
    margin-right: 2px;
}
ul.options li form, ul.options li fieldset
{
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 0;
}
#top
{
    padding: 5px 0 5px 15px;
}
#top p
{
    color: #000;
    font-size: 11px;
    display: inline;
    margin-right: 1em;
}
#topmenu
{
    margin-left: 15px;
    margin-bottom: 5px;
}
ul.nav li
{
    display: block;
    float: left;
}
#navigation
{
    float: left;
    margin: 14px 0 0 0;
}
#login
{
    width: 100%;
    clear: both;
    float: right;
    text-align: right;
    padding-top: 10px;
}
#categories
{
    float: left;
    margin: 0;
}

#categories li
{
    margin: 0 4px;
    text-transform: uppercase;
    font-family: Futura, "Gill Sans" , "MS Sans" ,Arial,Helvetica,sans-serif;
    letter-spacing: 0.0833em;
    line-height: 1em;
}
#categories a
{
    display: block;
    padding: 0.8333em;
    font-weight: normal;
    text-decoration: none;
    color: #625a48;
    line-height: 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#categories a:hover, #categories a:focus
{
    background-color: #d3d3c3;
}
#main
{
    width: 100%;
    position: relative;
    clear: both;
    padding-top: 25px;
}
.Tabs
{
    font: 12px Arial;
    background-color: #eeeeee;
    position: relative;
    top: 1px;
    height: 30px;
}
.TabsBorder
{
    border-bottom: solid 1px gray;
    width: 100%;
}

.TabsItems
{
    border-bottom: solid 1px gray;
    height: 30px;
    padding: 0 10px 0 10px;
}
.TabsSelectedItem
{
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    padding: 0 10px 0 10px;
}
.TabsItems td a
{
    text-decoration: underline;
}
.form th
{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
}


.altrow1
{
    background-color: #ECECE6;
}
.altrow2
{
    background-color: Transparent;
    border-bottom: solid 1px #000;
}

tr.altrow1 td, tr.altrow2 td
{
    border-bottom: dotted 1px #C0C0C0;
    border-top: dotted 1px #C0C0C0;
}
.curtab
{
    background-color: #d3d3c3;
}
.note
{
    color: #000;
    background-color: #FFFF66;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
}
.note a
{
    color: #000;
    font-weight: normal;
}
hr
{
    color: #dd4424;
    background-color: #dd4424;
    height: 4px;
}
.logo
{
    border: 1px solid #808080;
}
.g, .g b
{
    color: #999999;
    font-size: 11px;
    line-height: 13px;
    font-family: Arial;
    font-weight: normal;
    padding-top: 2px;
}


.progress
{
    float: left;
    padding-left: 22px;
    margin-left: 10px;
    background-image: url(i/spinner.gif);
    background-repeat: no-repeat;
}

.no
{
    float: left;
    padding-left: 22px;
    margin-left: 10px;
    background-image: url(i/no.gif);
    background-repeat: no-repeat;
}

.ok
{
    float: left;
    padding-left: 22px;
    margin-left: 10px;
    background-image: url(i/ok.gif);
    background-repeat: no-repeat;
}
#tags a
{
    padding-right: 5px;
    line-height: 30px;
}
#tags a.t1
{
    font-size: 22px;
}
#tags a.t2
{
    font-size: 17px;
}
#tags a.t3
{
    font-size: 12px;
}
