﻿/**********************************************************/
/* Styles that apply to the entire section of the website */
/**********************************************************/
body
{
    margin: 0px;
    background: #175D7B url('images/public_Background.png') repeat-x top;
}
#links
{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 100;
}
#links img
{
    vertical-align: bottom;
}
#backTrees
{
    width: 100%;
    height: 550px;
    background: url( 'images/public_Treeline.gif' ) no-repeat top;
    position: fixed;
    bottom: 20px;
    z-index: 0;
}
#topTabs
{
    position: absolute;
    z-index: 95;
    width: 100%;
    height: 29px;
    background: url('images/public_Tabs.png') top no-repeat;
}
a
{
    outline: none;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: none;
}

/***************************************/
/* Styles that apply to a certain page */
/***************************************/

/* Home.aspx */
#flashContent
{
    width: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
    overflow: visible;
    z-index: 2;
}

/* Garmenter.aspx */
#flashContent2
{
    width: 100%;
    padding: 0px;
    position: absolute;
    top: 15px;
    overflow: visible;
    z-index: 2;
}
#garmentScroller
{
    background: url('images/garmenter_ScrollBackground.gif' ) no-repeat;
    position: absolute;
    top: 120px;
    left: -1px;
    height: 500px;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}
#spaceTop
{
    height: 40px;
}
#barTop
{
    background: url('images/garmenter_BorderHorizontal.png' ) repeat-x;
    height: 14px;
    width: 100%;
    display: block;
}
#barBot
{
    background: url('images/garmenter_BorderHorizontal.png' ) repeat-x;
    height: 14px;
    width: 100%;
}
#tblScroller
{
    background: #3b3435;
}
#tdAccordian
{
    background: url('images/garmenter_BorderVertical.jpg') repeat-y right;
    padding-right: 10px;
}
#accordion
{
    width: 100px;
    position: relative;
    height: auto !important;
}
#tdScroller
{
    width: 100%;
    height: 379px;
    background: #3b3435;
}
#tdLoading
{
    width: 100%;
    height: 379px;
    background: #3b3435;
}
.toggler
{
    cursor: pointer;
    color: #F7F3E7;
    margin: 0 0;
    padding: 0px 10px 5px 1px;
    border-top: 1px solid #FFFFFF;
    font-size: 16px;
    height: 14px;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
}
.toggler a:link, .toggler a:visited
{
    cursor: pointer;
    text-decoration: none;
    color: #F7F3E7;
    display: block;
    height: 12px;
}
.toggler a:hover, .toggler a:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #F7F3E7;
    display: block;
    height: 12px;
}
.element
{
    cursor: pointer;
    color: #F7F3E7;
    font-size: 14px;
    font-weight: normal;
    font-family: Franklin Gothic Medium;
    line-height: 15px;
    padding-left: 10px;
}
.element a:link, .element a:visited
{
    cursor: pointer;
    text-decoration: none;
    color: #F7F3E7;
    display: block;
}
.element a:hover, .element a:active
{
    cursor: pointer;
    text-decoration: none;
    color: #F7F3E7;
    display: block;
}
.endbit
{
    height: 1px;
    background-color: #F7F3E7;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/* GarmentScroller.aspx */
#scrollTable
{
    margin: 0px;
    color: #FFFFFF;
}
.scrollRow
{
    background: url('images/garmenter_ItemBackground.jpg') repeat-x;
}
.scrollItem
{
    margin: 0px;
    width: 261px;
    min-width: 261px;
    max-width: 261px;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-size: 14px;
}
.scrollItemDivCode
{
    padding-bottom: 10px;
    font-size: 16px;
}
.scrollItemDivDesc
{
    padding-top: 10px;
    max-width: 245px;
}

/* DiscGarments.aspx */
#searchTD
{
    text-align: right;
}
#txtSearch
{
    width: 100px;
}
#searchBox
{
    /*background: url('images/discgarments_SearchBox.png') repeat-x;*/
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    padding: 5px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Arial Rounded MT Bold;
    font-size: 10px;
    font-weight: 100;
}
.ColorSearchPanel
{
    border: solid 1px black;
    height: 22px;
    width: 22px;
}
.divDiscGars
{
    position: absolute;
    top: 80px;
    width: 100%;
}
.discGar
{
    background: url('images/discgarments_paper.png') no-repeat;
    height: 281px;
    min-height: 281px;
    width: 200px;
    min-width: 200px;
    text-align: center;
}
.discGarPic
{
    border: solid 1px Black;
}
.discItem
{
    text-decoration: none;
    text-align: center;
    color: Black;
}
.discItem:Hover
{
    text-decoration: underline;
    color: Black;
}

/* DiscGarmentPopup.aspx */
.priceTable
{
    text-align: right;
    vertical-align: bottom;
}
.priceCell
{
    vertical-align: bottom;
    padding-left: 20px;
}
.priceNotes
{
    font-size: 12px;
    text-align: left;
    padding-top: 5px;
}
.dataGrid
{
    white-space: nowrap;
}

/* Employment.aspx */
#employmentContent
{
    z-index: 1;
    position: absolute;
    top: 80px;
    width: 100%;
}
.subCats
{
    font-family: Arial Rounded MT Bold;
}

/* Login.aspx */
#divLogin
{
    position: absolute;
    width: 100%;
    z-index: 1;
}
#tblLogin
{
    margin-top: 300px;
    color: #FFFFFF;
}
/*
html
{
    height: 100%;
}
body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
#backTrees
{
    width: 100%;
    height: 550px;
    background: url( 'images/treeline.gif' ) top no-repeat;
    padding: 0px;
    position: absolute;
    top: 110px;
    z-index: 0;
}
#garmentScrollerFlash
{
    background-color: #3B3435;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
#hypLogin
{
    font-family: '1942 report';
    font-size: medium;
    color: #FFFFFF;
}
*/