﻿body
{
    background-color: #000000;
    color: #a4a4a4;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 0.8em;
    background-image: url(/images/BodyBg.gif);
    background-repeat: repeat-x;
}

.hidden
{
    position: absolute;
    left: -10000px;
}

.FloatClear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

a
{
    color: White;
    font-weight: bolder;
}

#Main
{
    width: 728px;
    margin: 0px auto;
}

#Header
{
    height: 107px;
    background-image: url(/images/Headerbg.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

#Logo
{
    float: left;
    width: 173px;
    margin-top: 36px;
}

#RX
{
    margin-top: 48px;
    width: 78px;
    float: right;
}

#TopMenuBar
{
    margin-top:15px;background-color: #57595b;padding: 5px;
}

#TopMenuBar a
{
    font-weight: bold;
    color: White;
    text-transform: none;
}

#ContentWrapper
{
    background-image: url(/images/ContentBg.gif);
    background-position: top;
    background-repeat: no-repeat;
}

#TitleHeader
{
    height: 28px;
    background-color: #57595b;
    background-image: url(/images/TitleHeaderColors.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 18px;
    padding-left: 12px;
}

#PageHeader
{
    height: 20px;
}

#NavSection
{
    height: 34px;
    border-bottom: 1px solid #57595b;
}

#NavSection ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#NavSection ul li
{
    margin: 0px;
    padding: 0px;
    height: 34px;
    float: left;
}

#NavSection ul li.Selected
{
    background-position: 0px -34px;
}

#StepNav
{
    background-image: url(/images/StepNav.gif);
    background-repeat: no-repeat;
    width: 60px;
}

.pointer
{
    cursor: pointer;
}

#GeneralTab
{
    background-image: url(/images/GeneralNav.gif);
    background-repeat: no-repeat;
    width: 78px;
	cursor: pointer;
}

#ComfortTab
{
    background-image: url(/images/ComfortNav.gif);
    background-repeat: no-repeat;
    width: 80px;
	cursor: pointer;
}

#GripTab
{
    background-image: url(/images/GripNav.gif);
    background-repeat: no-repeat;
    width: 55px;
	cursor: pointer;
}

#HazardTab
{
    background-image: url(/images/HazardNav.gif);
    background-repeat: no-repeat;
    width: 100px;
	cursor: pointer;
}

#ResultsTab
{
    background-image: url(/images/ResultsNav.gif);
    background-repeat: no-repeat;
    width: 74px;
	cursor: pointer;
}




#Content
{
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0px 12px 0px 12px;
}

.BoxContainer
{
    border: 1px solid #57595b;
    color: #d2d2d2;
    background-color: Transparent;
    margin-bottom: 20px;
}

.BoxContainer .Question
{
    padding: 10px 15px 10px 15px;
    background-color: #353739;
    width: 450px;
    height: 100%;
    vertical-align: top;
}

.BoxContainer .Question ol
{
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}

.BoxContainer .Question p
{
    font-weight: normal;
    margin: 0px;
}

.BoxContainer .Option
{
    vertical-align: top;
    background-color: #57595b;
    padding: 8px;
}

.BoxContainer .Option label
{
    margin-left: 10px;
    display: inline-block;
}

.BoxContainer .Option td.Input
{
    width: 34px;
    vertical-align: top;
}

.BoxContainer .OptionRadio
{
    width: 72px;
    background-color: #57595b;
    vertical-align: middle;
    text-align: center;
}

.BoxContainer .Results td
{
    background-color: #353739;
    vertical-align: top;
}


.BoxContainer .Results td.Number
{
    padding: 8px 12px;
    font-weight: bold;
    width: 9px;
}

.BoxContainer .Results td.Item
{
    padding: 8px 10px;
}

.BoxContainer .Results .GloveImage
{
    width: 79px;
    height: 79px;
    float: left;
    margin-right: 15px;
}

.BoxContainer .Results .Description
{
    width: 420px;
    float: left;
}


.BoxContainer .Results .DescriptionOther
{
    width: 500px;
    float: left;
}


.BoxContainer .Results .Rank h3, .BoxContainer .Results .Description h3
{
    margin-top: 0px;
    font-size: 1.1em;
    color: #ffffff;
}

sup
{
    font-weight: normal;
    font-size: 0.6em;
}

* html sup
{
    font-weight: normal;
}

.BoxContainer .Results .DescriptionOther h3
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.1em;
    color: #ffffff;
}

.BoxContainer .Results .DescriptionOther span
{
    color: #a4a4a4;
    font-weight: bold;
}

img.transparent
{
	behavior:url(/css/pngbehavior.htc);
}

h4
{
    color: #d2d2d2;
}

.BoxContainer .Results .Description .Blurb
{
    color: #a4a4a4;
    font-size: 0.9em;
}

.BoxContainer .Results .Rank
{
    float: right;
}


#Continue
{
    text-align: right;
}


#FooterWrapper
{
    height: 44px;
    background-image: url(/images/FooterGrey.gif);
    background-position: top;
    background-repeat: repeat-x;
}

#Footer
{
    height: 44px;
    background-image: url(/images/FooterColors.gif);
    background-position: top;
    background-repeat: no-repeat;
    margin: 0px auto;
    width: 708px;
    color: #707070;
    font-size: 0.85em;
    line-height: 44px;
    padding: 0px 10px 0px 10px;
}

/**** FORM ELEMENT STYLES ****/

.FormElement
{
    background-color: #000000;
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
}


/**** SELECTOR PAGE STYLES ****/

#GloveFinderEntry
{
    background-color: #353739;
    padding: 10px;
}

#GloveFinderEntry img
{
    float: left;
}

#EntryText
{
    width: 328px;
    float: right;
    color: #a4a4a4;
}

#EntryText a
{
    color: #a4a4a4;
    font-size: 0.85em;
    display: block;
    margin: 5px 0px 10px 0px;
}

.SpecialitySearch
{
    background-color: #353739;
    padding: 10px;
    width: 50%;
}

.SpecialitySearch img
{
    float: left;
    display: block;
}

.SpecialitySearch div
{
    float: left;
    margin-left: 10px;
    width: 230px;
}


h3
{
    margin-top: 0px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 15px;
}

.SpecialitySearch a
{
    color: #a4a4a4;
    font-size: 0.85em;
    display: block;
    margin: 5px 0px 10px 0px;
}






h1
{
    margin: 0px;
    padding: 0px;
    font-size: 18pt;
}

h2
{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
}

/* Forms        */
.Form, .Grid
{
    width: 100%;
}
.Form th, .Grid th
{
    padding: 5px;
    background-color: #353739;
    height: 100%;
    vertical-align: top;
    text-align: left;
    width: 200px;
}
.Form td, .Grid td
{
    vertical-align: top;
    background-color: #57595b;
    padding: 5px;
}

.ButtonContainer
{
    border: 1px solid #57595b;
    color: #d2d2d2;
    background-color: Transparent;
    margin-bottom: 20px;
    padding: 5px 5px 5px 220px;
}

.ErrorMessage
{
    color: Red;
    font-weight: bold;
}

/* Results */
.Heading
{
    margin: 2px;
    padding: 5px;
    background-color: #353739;
    height: 100%;
    vertical-align: top;
}
.Info
{
    margin: 2px;
    margin-top: 0px;
    vertical-align: top;
    background-color: #57595b;
    padding: 5px;
}