a
{
    color: Blue;
}
body
{
    font: 11px Arial, Helvetica, sans-serif;
    background: #ffffff url(images/main-bg.gif);
    padding: 0;
    margin: 0;
}
img
{
    border: none;
}

/* dock - top */
.dock
{
    position: relative;
    height: 50px;
    text-align: center;
}
.dock-container
{
    position: absolute;
    height: 50px;
    background: url(images/dock-bg2.gif);
    padding-left: 20px;
}
a.dock-item
{
    display: block;
    width: 40px;
    color: #000;
    position: absolute;
    top: 0px;
    text-align: center;
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img
{
    border: none;
    margin: 5px 10px 0px;
    width: 100%;
}
.dock-item span
{
    display: none;
    padding-left: 20px;
}

/* dock2 - bottom */
#dock2
{
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
}
.dock-container2
{
    position: absolute;
    height: 50px;
    background: url(images/dock-bg.gif);
    padding-left: 20px;
}
a.dock-item2
{
    display: block;
    font: bold 12px Arial, Helvetica, sans-serif;
    width: 40px;
    color: #000;
    bottom: 0px;
    position: absolute;
    text-align: center;
    text-decoration: none;
}
.dock-item2 span
{
    display: none;
    padding-left: 20px;
}
.dock-item2 img
{
    border: none;
    margin: 5px 10px 0px;
    width: 100%;
}

html
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Verdana, Arial, Helvetica;
    line-height: 18px;
    font-size: 12px;
    background-color: #55524D;
    color: #000000;
    margin: 0;
    padding: 0;
}

body a:link, a:active, a:visited
{
    text-decoration: none;
    color: white;
}

body a:hover
{
    text-decoration: underline;
}

ul
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

li
{
    padding-left: 7px;
    margin-bottom: 5px;
}

.gradientBack
{
    background: #55524D url('images/gradientBackground.png') left top no-repeat;
}

.barOff
{
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
}

.barOn
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.sideBarObject
{
    padding: 2px;
    border: dotted 1px #55524d;
    background-color: #DDE4FF;
}

#headerContainer
{
    margin: auto;
    width: 1000px;
    position: relative;
    height: 130px;
}

#pageHeader
{
    width: 1000px;
    background: url('images/headerbackground.png') no-repeat top center;
    position: relative;
    height: 100px;
}

#navigationBar
{
    color: #FFFFFF;
    background: #55524D url('images/menuBackground.png') left top no-repeat;
    border-top: #5db7e1 1px solid;
}

#loggedIn
{
    margin: auto;
    width: 1000px;
    position: relative;
    background: url('images/DownloadBarBackground.jpg') left top no-repeat;
}

#loggedOut
{
    margin: auto;
    width: 1000px;
    position: relative;
}

#mainContent
{
    margin: auto;
    width: 1000px;
    position: relative;
}

#footerContent
{
    margin: auto;
    width: 1000px;
    position: relative;
    color: #FFFFFF;
}

#container
{
    position: relative;
}
#dvIcons
{
    position: absolute;
    top: 30px;
    left: 10px;
}

.spiffy
{
    display: block;
}
.spiffy *
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #55524d;
}
.spiffy1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #b5b4b2;
    border-right: 1px solid #b5b4b2;
    background: #7f7d79;
}
.spiffy2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #eeeded;
    border-right: 1px solid #eeeded;
    background: #75726e;
}
.spiffy3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #75726e;
    border-right: 1px solid #75726e;
}
.spiffy4
{
    border-left: 1px solid #b5b4b2;
    border-right: 1px solid #b5b4b2;
}
.spiffy5
{
    border-left: 1px solid #7f7d79;
    border-right: 1px solid #7f7d79;
}
.spiffyfg
{
    background: #55524d;
    padding-left: 5px;
}

.subText
{
    font-style: italic;
}

.machineTitle
{
    font-size:12px;
    font-weight:bold;
}
