﻿@page
{
    size: auto;
    margin: 00px 30px 00px 30px;
}
html,
body
{
    margin: 0 0 0 0;
    padding: 0;
    /*height: 100%;*/
    font-size: 0.7em;
    font-family: Verdana;
    /*color: #5C5858;
    background-attachment: fixed;*/
}

#container
{
    /*min-height: 99%;
    position: relative;
    width: 970px;
    margin-left: auto;
    margin-right: auto;*/
    background-color: white; /* #cccc99;*/
}

    #container h2, h3, h4, h5
    {
        margin-left: 10px;
    }

    #container h4
    {
        margin-left: 30px;
    }

#header
{
    display:none !important;
    /*background: #fff; 
    position:fixed;
    top:0;
    padding-bottom: 3px;
    padding-top: 0px;
    border-bottom: 1px solid gray;
    height:145px;*/
}

    #header img
    {
        margin-left: 5px;
        margin-bottom: 3px;
    }

#body
{
    padding: 0px;
    padding-bottom: 20px; /* Height of the footer */
    margin-bottom:40px;
}

#footer
{
    /*position: fixed;*/
    color: #666362;
    font-size: .8em;
    bottom: 0;
    width: 100%;
    border-top: 1px solid gray;
    height: 20px;
}

    #footer .float-left
    {
        float: left;
        margin-left: 10px;
    }

    #footer .float-right
    {
        float: right;
        margin-right: 10px;
    }

#gradient_bar
{
    display:none;
    /*background: #6F7132;
    display: inline-block;
    height: 20px;
    font-size: .75em;
    padding-left: 10px;
    padding-right: 10px;
    width: 950px;*/
}

    /*#gradient_bar label:first-child
    {
        float: left;
    }

    #gradient_bar span:last-child
    {
        display: inline-block;
        padding-top: 2px;
        color: white;
    }*/

#TopLevelMenu, #divMainMenu
{
    display: none !important;
}

a[href]:after
{
    content: none !important;
}

.FormProcessing
{
    background: url(../Images/hourglass.png) no-repeat;
    background-position-y:center;
}

.FormItemVertical
{
    margin: 0px 5px 10px 90px;
}

    .FormItemVertical input, textarea, select
    {
        font-size: .8em;
        padding-left: 5px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
        margin-bottom: 20px;
        margin-top: 2px;
    }

    .FormItemVertical label:first-child
    {
        margin-bottom: 2px;
        vertical-align: top;
        color: black;
        display: block;
        padding-right: 40px;
    }

    .FormItemVertical label, span
    {
        color: #808080;
        font-size: .8em;
        padding-top: 3px;
        min-height: 22px;
    }

    .FormItemVertical span
    {
        margin-top: -2px;
        display: inline-block;
    }

    .FormItemVertical input[type="radio"]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        padding-right: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .FormItemVertical table
    {
        display: inline-block;
    }


.FormEntry
{
    padding-bottom: 30px; /*Allow for footer at bottom of page*/
}

.FormItem
{
    margin: 3px 0px 6px 10px;
}

    .FormItem label:first-child, span:first-child
    {
        width: 190px;
        display: inline-block;
        text-align: right;
        margin-right: 8px;
        vertical-align: top;
        font-weight: bold;
        color: black;
    }

    .FormItem label, span
    {
        color: #808080;
        padding-right: 3px;
        font-size: .8em;
        padding-top: 3px;
        min-height: 22px;
    }

    .FormItem input, textarea, select
    {
        font-size: .8em;
        padding-left: 3px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
    }

    .FormItem select
    {
        min-height: 22px;
        margin-bottom: 0px;
        border-color: gray;
        font-size: .9em;
    }

    .FormItem input[type="checkbox"]
    {
        box-shadow: none;
        vertical-align: middle;
    }

    .FormItem input[type="radio"]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        padding-right: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .FormItem a
    {
        font-size: small;
        padding-left: 5px;
    }

.FormButtonCancel
{
    float: left;
}

    .FormButtonCancel a
    {
        color: royalblue;
    }

.FormButtonNavigate
{
    float: right;
}

.FormButton
{
    /*float: right;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 20px;*/
    display: none;
}

    /*.FormButton a
    {
        display: inline-block;
        text-decoration: none;
        border: solid 1px lightgray;
        background-color: #eee9e9;
        border-radius: 5px;
        padding: 5px 10px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 100px;
        text-align: center;
        font-size: .8em;
    }

        .FormButton a:hover
        {
            background-color: #dddfff;
        }*/

.FormOptions
{
    display: inline-block;
    max-width: 500px;
    font-size: .9em;
    text-indent: -20px;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}

    .FormOptions input[type="radio"]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        margin-right: 5px;
        margin-top: 3px;
        margin-bottom: 0px;
    }


.FormWatermark
{
    font-size: .7em;
    color: silver;
    font-style: italic;
}

.FormValidation
{
    background: url(../Images/error.png) no-repeat;
    margin-left: 5px;
    padding-left: 20px;
    display: inline-block;
    font-size: .65em;
    vertical-align: top;
    margin-top: 4px;
    color: orangered;
    height: 18px;
}

.FormSelection
{
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    border: solid 1px black;
    padding: 5px 0 10px 0;
}

    .FormSelection label:first-child
    {
        font-weight: bold;
    }

    .FormSelection label
    {
        padding-right: 5px;
        padding-left: 20px;
        font-size: .8em;
    }

    .FormSelection input, textarea, select
    {
        font-size: .8em;
        padding-left: 3px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
    }

.FormAccordionHeader
{
    background-color: LightCoral;
    border-radius: 5px;
    text-align: left;
    padding: 5px 0px 5px 8px;
    margin-bottom: 3px;
    margin-left: 3px;
    cursor: pointer;
}

.FormAccordionHeaderSelected
{
    background-color: #AADFD9;
    color: #BD7B51;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
    margin-left: 3px;
    cursor: pointer;
}

.FormAccordionContent
{
    text-align: center;
    margin: 0px 5px 15px 5px;
    border-radius: 5px;
    border: solid 1px lightgray;
}

    .FormAccordionContent a
    {
        font-size: .8em;
        border: solid 1px lightgray;
        background-color: #eee9e9;
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 10px;
        width: 150px;
    }

    .FormAccordionContent a
    {
        text-decoration: none;
    }

        .FormAccordionContent a:hover
        {
            background-color: #dddfff;
        }

.FormMenuDiv
{
    margin-left: 45px;
    margin-bottom: 10px;
}

    .FormMenuDiv h5
    {
        font-size: 0.9em;
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .FormMenuDiv a
    {
        text-decoration: none;
        margin-left: 20px;
        font-size: 0.9em;
        display: block;
    }

        .FormMenuDiv a:hover
        {
            color: blue;
        }

    .FormMenuDiv p
    {
        margin-bottom: 12px;
        margin-top: 3px;
        margin-left: 40px;
        margin-right: 80px;
        font-size: .8em;
    }

.FormInstructions
{
    margin-left: 50px;
    margin-bottom: 25px;
    margin-right: 50px;
    font-size: medium;
    color: black;
}

.FormTitle
{
    font-size: 1.1em;
    margin-left: 10px;
    margin-bottom: 20px;
}

.FormListing
{
    padding-left: 00px;
    padding-bottom: 20px;
    margin-top:20px;
    margin-bottom:20px;
}
    
.HideSelectButton
{
	display: none;
}

.GroupedGridView table
{
    margin: 10px;
}

.GroupedGridView th
{
    font-weight: bold;
    border-bottom: solid 1px black;
}

.GroupedGridView td
{
    color: black;
}

.GroupedGridView h6
{
    font-size: 1.2em;
    font-weight: bold;
    color: red;
    margin-top: 10px;
    margin-bottom: 3px;
}

.modalBackground
{
    background-color: lightgray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalHeaderBar
{
    height: 25px;
    margin: 3px -8px 3px -8px;
    background-color: royalblue;
    border-radius: 3px;
    text-align: left;
    cursor: move;
}

    .modalHeaderBar label:first-child
    {
        color: White;
        padding-left: 5px;
        padding-top: 5px;
        font-weight: bold;
        font-size: 15px;
    }

.modalWindow
{
    width: 300px;
    min-height: 200px;
    border-radius: 5px;
    background-color: Window;
    border: solid 2px black;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.0em;
}

.AccordionHeader
{
    border: solid 2px silver;
    background-color: teal;
    color: white;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    margin: 0px 20px 10px 20px;
}

.cpHeader
{
    color:white;
    background-color: teal;
    cursor: pointer;
    width: 910px;
    height: 22px;
    padding: 8px;
    margin-left:20px;
    margin-bottom:20px;
    border-radius:5px;
}

.cpBody
{
    border: 1px gray;
    width: 910px;
    padding: 4px;
    margin-left:20px;
    margin-bottom:20px;
    margin-top:-10px;
    padding-top: 7px;
}

ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a
        {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover
            {
                color: #333;
                text-decoration: none;
            }

.TAMLogin
{
    float: left;
    padding: 0px 10px 10px 0px;
    width: 320px;
    text-align: left;
    padding-left: 15px;
}

    .TAMLogin h3
    {
        /*font-size:1.0em;*/
    }
    /*.TAMLogin label
    {
        padding-top:5px;
        padding-left:5px;
        font-size: 1.0em;
    }*/
    .TAMLogin input
    {
        font-size: 1.1em;
        border-radius: 4px;
    }

    .TAMLogin a
    {
        padding-top: 10px;
        display: inline-block;
        text-decoration: none;
    }

    .TAMLogin p
    {
        font-size: 1.0em;
    }

/*Used in TAM Login Control to controle next/back button height */
.ui-block-a a
{
    height: 30px;
    padding-top: 0px;
}

.ui-block-b a
{
    height: 30px;
    padding-top: 0px;
}

.loginStatus
{
    margin-right: 10px;
    top: -25px;
}

.QuantityAlignRight
{
    text-align: right;
    padding-right: 30px;
}

.CustomTabStyle
{
    margin-left: 80px;
    margin-right: 20px;
}

    .CustomTabStyle .ajax__tab_header
    {
        border-bottom: solid 5px #84aeef;
    }

        .CustomTabStyle .ajax__tab_header .ajax__tab_outer
        {
            font-size: 1.2em;
            background: url(../images/lightblue.jpg) repeat-x;
            margin: 0px 0.16em 0px 0px;
            padding: 1px 0px 1px 0px;
            vertical-align: middle;
            border: solid 1px #a3a3a3;
            border-bottom-width: 0px;
            border-radius: 5px;
        }

        .CustomTabStyle .ajax__tab_header .ajax__tab_tab
        {
            color: #ffffff;
            padding: 0.35em 0.75em;
            margin-right: 0.01em;
        }

    .CustomTabStyle .ajax__tab_active
    {
        font-weight: bold;
        font-size: 1.0em;
        color: red;
    }

    .CustomTabStyle .ajax__tab_body
    {
        /*border-top: solid 2px blue;
        border-radius: 5px;*/
        padding-top: 10px;
    }

    .CustomTabStyle .ajax__tab_hover .ajax__tab_outer
    {
        background: url(../images/lightblue.jpg) #84aeef repeat-x left -1300px;
    }

    .CustomTabStyle .ajax__tab_active .ajax__tab_tab
    {
        /*color: #fff;*/
        color: red;
        font-weight: bolder;
    }

.GridViewNumericJustify
{
    text-align: right;
    padding-right: 10px;
}

.ddlGridView
{
    padding: 0px 2px 0px 5px;
    margin: 0;
}
