﻿/* 0 BASIC TAGS */

table
{
    font-size: 1em;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

p
{
    line-height: 1.4em;
}

hr
{
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

a
{
    text-decoration: none;
    color: #ff9933;
}

a:visited
{
    color: #ff9933;
}

a:hover
{
    text-decoration: none;
    color: #e05252;
}

a:active
{
    color: #980000;
}

body
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #666666;
}

#center
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}

#center
{
    text-align:-moz-center;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}

#categorymenu a:active
{
    color: #ff9933;
    text-decoration: none;
}

#categorymenu a:hover
{
    color: #ff9933;
    text-decoration: none;
}

.normalfld 
{
    background-color: #FFFFFF;
}
.focusfld 
{
    background-color: #FFFFCC;
}

/* 1 HEADER */

.header
{
    background-image: url(Images/header.gif);
    background-repeat: no-repeat;
    position: relative;
    width: 984px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.applyborder
{
    border-bottom: solod 2px black
    
}

h1
{
    position: absolute;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2
{
    position: absolute;
    left: 37px;
    top: 60px;
    font-size: 11px;
}

.menua
{
    position: absolute;
    right: 37px;
    top: 15px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
}

.nav
{
    position: absolute;
    right: 37px;
    top: 60px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
}

.menua a:visited, .nav a:visited
{
    color: #ff9933;
}
.menua a, .menua a:visited
{
    color: #ff9933;
    font-weight: 500;
}
/* 1.1 SHIM */

.shim
{
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    height: 8px;
    font-size: 0;
}

.column
{
    background-image: url(images/content-shim.gif);
}

.solid
{
    background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h3
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

/* 2.1 HOME */

#home
{
    background-image: url(images/body-repeat.gif);
    position: relative;
    width: 714px;
    padding: 0px 23px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
}
#home_nosidebar
{
    background-image: url(images/body-repeat_nosidebar.gif);
    position: relative;
    width: 910px;
    padding: 0px 37px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar
{
    float: left;
    width: 135px;
    height: 100%;
}

#content
{
    margin-left: 172px;
}

dl
{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt
{
    position: absolute;
    left: 0;
}

dd
{
    margin-left: 150px;
    height: 2.0em;
}

.emptydata td
{
    padding: 50px;
    color: #aeaeae;
}

/* 3 FOOTER */

.footerbg
{
    width: auto;
    height: 45px;
    text-align: center;
}
.footer
{
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    height: 45px;
    text-align: center;
    font-size: 10px;
}

.menub
{
    margin: 12px auto 5px auto;
    text-transform: uppercase;
    font-size: 10px;
}

.menub a:visited
{
    color: #f68c1e;
}

.accounttextbox
{
    width: 160px;
}
