.Centerdiv {
    width: 100px;
    
    left: 0;
    right: 0;

    margin: auto;
}

 
.CalendarDatePicker .ajax__calendar_container {
  border:1px solid #646464;
    background-color: lemonchiffon;
    color: #ad0b08;
    width:22em;
}

.CalendarDatePicker .ajax__calendar_body {
   width:22em;
    height:15em;
}

 

.ProductBullet {
    list-style: disc;
    padding: 0px;
}

.abreadcrumb {
    list-style: none;
    overflow: hidden;
    font: 14px nexa_regular;
}

    .abreadcrumb li {
        float: left;
    }

        .abreadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 3px 0 3px 40px;
            background: #BCBEC0; /* fallback color */
            background: hsla(240,100%,30%,1);
            position: relative;
            display: block;
            float: left;
        }

            .abreadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(240,100%,30%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .abreadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .abreadcrumb li:first-child a {
            padding-left: 10px;
        }

        .abreadcrumb li:nth-child(2) a {
            background: hsla(240,100%,45%,1);
        }

            .abreadcrumb li:nth-child(2) a:after {
                border-left-color: hsla(240,100%,45%,1);
            }

        .abreadcrumb li:nth-child(3) a {
            background: hsla(240,100%,60%,1);
        }

            .abreadcrumb li:nth-child(3) a:after {
                border-left-color: hsla(240,100%,60%,1);
            }

        .abreadcrumb li:nth-child(4) a {
            background: hsla(240,100%,75%,1);
        }

            .abreadcrumb li:nth-child(4) a:after {
                border-left-color: hsla(240,100%,75%,1);
            }

        .abreadcrumb li:nth-child(5) a {
            background: hsla(240,100%,90%,1);
        }

            .abreadcrumb li:nth-child(5) a:after {
                border-left-color: hsla(240,100%,90%,1);
            }

        .abreadcrumb li:nth-child(6) a {
            background: hsla(240,100%,90%,1);
        }

            .abreadcrumb li:nth-child(6) a:after {
                border-left-color: hsla(240,100%,90%,1);
            }

        .abreadcrumb li:nth-child(7) a {
            background: hsla(240,100%,90%,1);
        }

            .abreadcrumb li:nth-child(7) a:after {
                border-left-color: hsla(240,100%,90%,1);
            }

        .abreadcrumb li:nth-child(8) a {
            background: hsla(240,100%,90%,1);
        }

            .abreadcrumb li:nth-child(8) a:after {
                border-left-color: hsla(240,100%,90%,1);
            }

        .abreadcrumb li:nth-child(9) a {
            background: hsla(240,100%,90%,1);
        }

            .abreadcrumb li:nth-child(9) a:after {
                border-left-color: hsla(240,100%,90%,1);
            }

        .abreadcrumb li:nth-child(10) a {
            background: hsla(240,100%,90%,1);
        }

            .abreadcrumb li:nth-child(10) a:after {
                border-left-color: hsla(240,100%,90%,1);
            }

        .abreadcrumb li a:hover {
            background: hsla(240,100%,25%,1);
        }

            .abreadcrumb li a:hover:after {
                border-left-color: hsla(240,100%,25%,1) !important;
            }


#tabs_v2 {
    margin: 3px 0 -1px 8px;
}

    #tabs_v2 a {
        background-color: #8CD3E7;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin: 3px 0 0 2px;
        padding: 4px 8px;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        #tabs_v2 a.tabs_v2_active {
            padding: 4px 8px 7px 8px;
            margin: 0 0 0 2px;
            background-color: #004963;
            color: #fff;
        }

        #tabs_v2 a.tabs_v2_inactive:hover {
            padding: 4px 8px 7px 8px;
            margin: 0 0 0 2px;
            background-color: #ACDFEE;
            color: #004963;
        }



#full_msg_v2 {
    width: 1060px;
    text-align: center;
    padding: 30px 0 40px 0;
    font-size: 14px;
}

    #full_msg_v2 h3 {
        font-size: 18px;
        color: #900;
    }

    #full_msg_v2 a {
        color: #000;
        text-decoration: underline;
    }



#menu_v2 {
    width: 250px;
    margin-top: 0px;
    padding: 0px 0;
    font-size: 12px;
}

.menu1_v2 {
    border-top: 1px solid #fff;
}

#menu_v2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

#menu_v2 li {
    width: 250px;
    border-bottom: 1px solid #fff;
    position: relative;
    float: left;
    text-align: left;
}

    #menu_v2 li ul {
        display: none;
        background-color: #81ACC0;
        margin-left: 1px;
        text-align: left;
    }

        #menu_v2 li ul li {
            border-bottom: 0px;
            opacity: 1;
        }

#menu_v2 ul li {
    opacity: 0.94;
}

#menu_v2 li a {
    color: #ffffff;
    width: 242px;
    display: block;
    padding: 6px 0px 6px 8px;
    background-color: #10446F;
}

    #menu_v2 li a:hover {
        background-color: #BCBEC0;
        color: #10446F;
    }

#menu_v2 li ul li {
    width: 350px;
}

    #menu_v2 li ul li a {
        width: 342px;
        padding: 6px 0px 7px 8px;
        color: #000;
        color: #ffffff;
        background-color: #10446F;
    }

        #menu_v2 li ul li a:hover {
            background-color: #BCBEC0;
            color: #10446F;
        }

.NoCarts_v2 {
    width: 1050px;
    text-align: center;
    padding: 30px 0 40px 0;
    display: block;
    font-size: 14px;
}

    .NoCarts_v2 h3 {
        font-size: 18px;
        color: #900;
    }


.cat_ul_v2 {
    list-style: none;
    margin: 5px;
    padding: 0px;
}

    .cat_ul_v2 li {
        border: 1px solid #999;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 3px 3px 3px #ccc;
    }

    .cat_ul_v2 input {
        margin: 3px;
    }

        .cat_ul_v2 input:hover {
            opacity: 0.6;
        }

    .cat_ul_v2 a {
        padding: 70px 0;
        display: block;
    }

#toTop {
    width: 120px;
    background-color: #ccc;
    color: #555;
    text-align: center;
    padding: 2px 0;
    margin: 10px auto 0 auto;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#loading_box {
    background-color: #004963;
    padding: 15px 20px 20px 20px;
    text-align: center;
    opacity: 0.9;
}

    #loading_box p {
        margin: 0px;
        padding: 10px 0 0 0;
        font-size: 18px;
        color: #fff;
        white-space: nowrap;
    }

.level1 {
    background-color: #BCBEC0;
    color: white;
    width: 160;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    padding-top: 3px;
}

    .level1 a:link {
        background-color: #BCBEC0;
        color: white;
        width: 160;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level1 a:visited {
        background-color: #BCBEC0;
        color: white;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level1 a:hover {
        background-color: #999999;
        color: white;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

.level2 {
    background-color: #BCBEC0;
    color: white;
    padding: 2,2,2,2;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    padding-top: 3px;
}

    .level2 a:link {
        background-color: #BCBEC0;
        color: white;
        padding: 2,2,2,2;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level2 a:visited {
        background-color: #BCBEC0;
        color: white;
        padding: 2,2,2,2;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level2 a:hover {
        background-color: #999999;
        color: white;
        padding: 2,2,2,2;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

.level3 {
    background-color: #BCBEC0;
    color: white;
    padding: 2,2,2,2;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    padding-top: 3px;
}

    .level3 a:link {
        background-color: #BCBEC0;
        color: white;
        padding: 2,2,2,2;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level3 a:visited {
        background-color: #BCBEC0;
        color: white;
        padding: 2,2,2,2;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level3 a:hover {
        background-color: #999999;
        color: white;
        padding: 2,2,2,2;
    }

.hoverstyle {
    color: White;
    background-color: #999999 !important;
}

.level4 {
    background-color: Gray !important;
    color: White !important;
    font-size: small;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    padding-top: 3px;
}

.Menu1 {
    background-color: #BCBEC0;
    color: white;
    width: 189;
    padding: 1,1,1,1;
}

    .Menu1 a {
        color: White;
        background-color: #BCBEC0;
    }

        .Menu1 a:visited {
            color: White;
            background-color: #BCBEC0;
        }

        .Menu1 a:hover {
            color: White;
            background-color: #999999;
        }


.class1 {
    font-size: 8px;
}

.MenuUL {
    list-style-type: none;
    height: 30px;
    margin: auto;
    margin: 0;
    padding: 0;
}

.MenuLI {
    float: left;
}

.MenuUL a {
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    line-height: 49px;
    text-decoration: none;
}

    .MenuUL a:hover {
        color: #FFFFFF;
        background-color: #00598C;
    }


.MenuUL {
    list-style-type: none;
    height: 49px;
    margin: auto;
    margin: 0;
    padding: 0;
}

.MenuLI {
    float: left;
}

.catul a {
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 0px;
    padding-left: 0px;
    display: block;
    line-height: 175px;
    text-decoration: none;
    font-size: x-small;
}

    /* Updated 7/22/13 by James to enable images as links 
.catul a
{
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    line-height: 56px;
    text-decoration: none;
    font-size: x-small;
}
*/

    .catul a:hover {
        color: #002C39;
        background-image: url('img/blankCatHover.png');
    }

.catul {
    list-style-type: none;
    height: 10px;
    margin: auto;
    margin: 0;
    padding: 0;
}

    .catul li:hover input {
        opacity: 0.7;
    }

.catli {
    float: left;
    font-size: .8em;
}

    .catli a {
        font-size: .9em;
        font-weight: bold;
        color: Black;
        white-space: nowrap;
    }


/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	If Changing default esuite colors
   Replace #00 00 99  Title Bar, Starting Gradient Color, Link Bar and border
   With    #
   Replace #33 99 FF  Ending gradient color
   With    #
   Replace #BC D0 F3  Starting gradient (Light), Grid title bars and footings
   With    #
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section controls the Title Bars
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.TitleBar {
    font-weight: bold;
    font-size: 12px;
    /*color: #FFFFFF;
    background-color: #BCBEC0;*/

      background-color: #10446F;
    color: #BCBEC0;
}

.TitleBarRight {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #BCBEC0;
}

.TitleBarMid {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #BCBEC0;
}

.TitleBarRoll {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #BCBEC0;
}

td.TitleBarRollDown {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #BCBEC0;
}

IMG.TitleBarSize {
    width: 25px;
    height: 25px;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section controls the Message bars
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.MessageBar {
    font-size: 14px;
    color: white;
    background-color: transparent;
}

A.MessageBar:link {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

A.MessageBar:visited {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

A.MessageBar:hover {
    font-weight: bold;
    font-size: 14px;
    color: #f00000;
    text-decoration: none;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section controls the Links on bars
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.LinkBarWhite {
    font-size: 14px;
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

A.LinkBarWhite:link {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-decoration: underline;
}

A.LinkBarWhite:visited {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-decoration: underline;
}

A.LinkBarWhite:hover {
    font-weight: bold;
    font-size: 14px;
    color: #f00000;
    text-decoration: none;
}

.LinkBarBlue {
    font-size: 14px;
    color: #BCBEC0;
    background-color: transparent;
    text-decoration: underline;
}

A.LinkBarBlue:link {
    font-weight: bold;
    font-size: 14px;
    color: #BCBEC0;
    text-decoration: none;
    text-decoration: underline;
}

A.LinkBarBlue:visited {
    font-weight: bold;
    font-size: 14px;
    color: #BCBEC0;
    text-decoration: none;
    text-decoration: underline;
}

A.LinkBarBlue:hover {
    font-weight: bold;
    font-size: 14px;
    color: #f00000;
    text-decoration: none;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section controls the Style of the Grids and Tables
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.GridHeader {
    font-size: 14px;
    font-weight: bold;
    background-color: #10446F;
    color: #BCBEC0;
    text-align: left
}

.GridPager {
    font-weight: bold;
    font-size: 14px;
    background-color: #10446F;
     color: #BCBEC0;
}

    .GridPager A:link {
        font-weight: bold;
        font-size: 14px;
        color: #BCBEC0;
        text-decoration: none;
        text-decoration: underline;
    }

    .GridPager A:visited {
        font-weight: bold;
        font-size: 14px;
        color: #BCBEC0;
        text-decoration: none;
        text-decoration: underline;
    }

    .GridPager A:hover {
        font-weight: bold;
        font-size: 14px;
        color: #f00000;
        text-decoration: none;
    }

.GridFooter {
    font-size: 12px;
    font-weight: bold;
    background-color: #10446F;
     color: #BCBEC0;
}

.GridStyle {
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
     text-align: left
}

.GridStyleTransparent {
    font-size: 12px;
    color: #000000;
    background-color: Transparent;
}

table.GridStyle td {
    padding: 5px;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section sets up the borders around a control or section
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
IMG.BoxSize {
    width: 9px;
    height: 9px;
}

TD.BoxTopRight {
    background-image: url(img/thinbox_top_right.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

TD.BoxTopTile {
    background-image: url(img/thinbox_top_tile.gif);
    background-repeat: repeat-x;
    background-color: transparent;
}

TD.BoxTopLeft {
    background-image: url(img/thinbox_top_left.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

TD.BoxBottomRight {
    background-image: url(img/thinbox_bottom_right.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

TD.BoxBottomTile {
    background-image: url(img/thinbox_bottom_tile.gif);
    background-repeat: repeat-x;
    background-color: transparent;
}

TD.BoxBottomLeft {
    background-image: url(img/thinbox_bottom_left.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

TD.BoxLeftTile {
    background-image: url(img/thinbox_left_tile.gif);
    background-repeat: repeat-y;
    background-color: transparent;
}

TD.BoxRightTile {
    background-image: url(img/thinbox_right_tile.gif);
    background-repeat: repeat-y;
    background-color: transparent;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section controls the backgrounds of entry sections
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.EntryBoxLight {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    background-color: #10446F;
}

/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section is used for the tabs
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.TabBg {
    background-color: #BCBEC0;
}

.TabBgWhite {
    font-weight: bold;
    font-size: 12px;
    color: #333366;
    background-color: #FFFFFF;
}

.TabBgWhiteBorder {
    font-weight: bold;
    font-size: 12px;
    color: #333366;
    border-right: #BCBEC0 1px solid;
    border-top: #BCBEC0 1px solid;
    border-left: #BCBEC0 1px solid;
    background-color: #ffffff;
}

IMG.TabBorderSize {
    width: 8px;
    height: 9px;
}

TD.TabTopRight {
    background-image: url(img/tab_top_right_advblue.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
}

TD.TabTopTile {
    background-image: url(img/tab_top_advblue.jpg);
    background-repeat: repeat-x;
    background-color: transparent;
}

TD.TabTopLeft {
    background-image: url(img/tab_top_left_advblue.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
}

TD.TabLeftTile {
    background-image: url(img/tab_left_advblue.gif);
    background-repeat: repeat-y;
    background-color: transparent;
}

TD.TabRightTile {
    background-image: url(img/tab_right_advblue.gif);
    background-repeat: repeat-y;
    background-color: transparent;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
/* background/border colors for the tabs                         */
/* hyperlink styles of the tabs                                  */
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
A.InactiveTabs:link {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

A.InactiveTabs:visited {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

A.InactiveTabs:active {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #f00000;
}

.InactiveTabs {
    font-size: 12px;
    color: darkblue;
    font-weight: bold;
    background-color: #10446F;
}

.InactiveTabsBg {
    background-color: #CCCCCC;
}

.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: #10446F;
    background-color: #BCBEC0;
}

    .SelectedTab a:link {
        font-weight: bold;
        font-size: 12px;
        color: white;
        background-color: #BCBEC0;
    }

.SelectedTabWhite {
    font-size: 13px;
    color: White;
    font-weight: bold;
}

.SelectedTabRed {
    font-size: 13px;
    color: Red;
    font-weight: bold;
}

.TabSeperator {
    border-bottom: gainsboro 0px solid; /*	background-color: #d6d6b5; */
    background-color: #ffffff;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
/* Generic Style Setups											 */
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
A:link {
    color: #10446F;
    text-decoration: none;
}

A:visited {
    color: #10446F;
    text-decoration: none;
}

A:hover {
    color: #f00000;
    text-decoration: none;
}

A.grid:link {
    font-weight: bold;
    font-size: 13px;
    color: #10446F;
    text-decoration: none;
}

A.grid:visited {
    font-weight: bold;
    font-size: 13px;
    color: #10446F;
    text-decoration: none;
}

A.grid:hover {
    font-weight: bold;
    font-size: 13px;
    color: #f00000;
    text-decoration: none;
}

A.header:link {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

A.header:visited {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

A.header:hover {
    font-weight: bold;
    color: #f00000;
    text-decoration: none;
}


.GridHeader A {
    font-weight: bold;
    font-size: 10px;
    color: #BCBEC0;
    text-decoration: none;
    font-size: 14px;
}

.GridHeader A:visited {
    font-weight: bold;
    font-size: 10px;
    color: #BCBEC0;
    text-decoration: none;
}

.GridHeader A:hover {
    font-weight: bold;
    font-size: 10px;
    color: #f00000;
    text-decoration: none;
}

A.infobar:link {
    font-weight: bold;
    font-size: 10px;
    color: #10446F;
    text-decoration: none;
}

A.infobar:visited {
    font-weight: bold;
    font-size: 10px;
    color: #10446F;
    text-decoration: none;
}

A.infobar:hover {
    font-weight: bold;
    font-size: 10px;
    color: #f00000;
    text-decoration: none;
}

.infobar {
    background-color: #CCCCCC;
}

.linkbutton {
    font-weight: bold;
    background-image: url(img/thbg.gif);
    background-repeat: repeat-x;
}

body {
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
}

* {
    font-family: Arial;
}

img {
    border: none;
}

H1 {
    margin-top: 18px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
    color: #000000;
}

    H1.homepage {
        font-weight: bold;
        font-size: 24px;
        color: #cc0000;
    }

H2 {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #5d5e59;
}

H3 {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #e00000;
}

H4 {
    margin-top: 12px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
    color: #e00000;
}

H5 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
    color: #000000;
}

H6 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 8px;
    color: #000000;
}

input {
    font-size: 12px;
}

select {
    font-size: 12px;
}


.bullet {
    color: #e00000;
}

.error {
    color: #ff0000;
}

.highlight {
    font-weight: bold;
    color: #e00000;
    font-style: italic;
}

/* text style used for most text rendered by modules */
.Normal {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-size: 11px;
    font-weight: bold;
}
