.CalendarDatePicker .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: #ad0b08;
    padding: 0px 0px 0px 0px;
    width: 22em;
}

.CalendarDatePicker .ajax__calendar_body {
    width: 22em;
    height: 15em;
    padding: 0px 0px 0px 0px;
}
 

.ProductBullet {
    list-style: disc;
    padding: 0px;
}

.abreadcrumb {
    list-style: none;
    overflow: hidden;
    font: 14px ProximaNova-Regular;
}

    .abreadcrumb li {
        float: left;
    }

        .abreadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 3px 0 3px 40px;
            background: #0369B3; /* 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: #fff;
    width: 242px;
    display: block;
    padding: 6px 0px 6px 8px;
    background-color: #0369B3;
    font-weight: 600;
     font-size: 14px;
}

    #menu_v2 li a:hover {
        background-color: #81ACC0;
    }

#menu_v2 li ul li  {
    width: 350px;
   
}

#menu_v2 li ul li a {
    width: 342px;
    padding: 6px 0px 7px 8px;
    color: #fff;
  background-color: #0369B3;
    font-weight: 600;
     font-size: 14px;
}

    #menu_v2 li ul li a:hover {
        background-color: #81ACC0;
    }


.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: #0369B3;
    color: white;
    width: 160;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    padding-top: 3px;
}

    .level1 a:link {
        background-color: #0369B3;
        color: white;
        width: 160;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        padding-top: 3px;
    }

    .level1 a:visited {
        background-color: #0369B3;
        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: #0369B3;
    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: #0369B3;
        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: #0369B3;
        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: #0369B3;
    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: #0369B3;
        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: #0369B3;
        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: #0369B3;
    color: white;
    width: 189;
    padding: 1,1,1,1;
}

    .Menu1 a {
        color: White;
        background-color: #0369B3;
    }

        .Menu1 a:visited {
            color: White;
            background-color: #0369B3;
        }

        .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;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#00000099' , endColorStr= '#FF3399FF' , gradientType= '1' );
	background-color: #000099;
}
.TitleBarRight
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FF3399FF' , endColorStr= '#00000099' , gradientType= '1' );
	background-color: #000099;
}
.TitleBarMid
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#00336699' , endColorStr= '#FF3399FF' , gradientType= '1' );
	background-color: #000099;
}
.TitleBarRoll
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#00000099' , endColorStr= '#FF3399FF' , gradientType= '0' );
	background-color: #000099;
}
td.TitleBarRollDown
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FF3399FF' , endColorStr= '#00000099' , gradientType= '0' );
	background-color: #000099;
}
IMG.TitleBarSize
{
	width: 25px;
	height: 25px;
}
/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section controls the Message bars
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.MessageBar
{
	font-size: 14px;
	color: white;
	font-family: verdana,arial,helvetica,sans-serif;
	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;
	font-family: verdana,arial,helvetica,sans-serif;
	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: #000099;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: transparent;
	text-decoration: underline;
}
A.LinkBarBlue:link
{
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	text-decoration: underline;
}
A.LinkBarBlue:visited
{
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	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: #BCD0F3;
}
.GridPager
{
	font-weight: bold;
	font-size: 14px;
	background-color: #bcd0f3;
}
.GridPager A:link
{
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	text-decoration: underline;
}
.GridPager A:visited
{
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	text-decoration: underline;
}
.GridPager A:hover
{
	font-weight: bold;
	font-size: 14px;
	color: #f00000;
	text-decoration: none;
}
.GridFooter
{
	font-size: 14px;
	font-weight: bold;
	background-color: #BCD0F3;
}
.GridStyle
{
	font-size: 12px;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #FFFFFF;
}
.GridStyleTransparent
{
	font-size: 12px;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: Transparent;
}

/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	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;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#00BCD0F3' , endColorStr= '#FFFFFFFF' , gradientType= '1' );
	background-color: #BCD0F3;
}

/*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*
	This section is used for the tabs
*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*/
.TabBg
{
	background-color: #000099;
}
.TabBgWhite
{
	font-weight: bold;
	font-size: 12px;
	color: #333366;
	background-color: #FFFFFF;
}
.TabBgWhiteBorder
{
	font-weight: bold;
	font-size: 12px;
	color: #333366;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 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: #000099;
	text-decoration: none;
}

A.InactiveTabs:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

A.InactiveTabs:active
{
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

A.InactiveTabs:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #f00000;
	text-decoration: none;
}
.InactiveTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkblue;
	text-decoration: none;
	font-weight: bold;
	background-color: #BCD0F3;
}
.InactiveTabsBg
{
	background-color: #CCCCCC;
}
.SelectedTab
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	border-bottom: 1px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	font-family: Verdana, Helvetica, sans-serif;
	border-left-style: none;
	background-color: #000099;
}
.SelectedTabWhite
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	font-weight: bold;
}
.SelectedTabRed
{
	font-family: Verdana, Helvetica, sans-serif;
	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: #000099;
	text-decoration: none;
}
A:visited
{
	color: #000099;
	text-decoration: none;
}
A:hover
{
	color: #f00000;
	text-decoration: none;
}
A.grid:link
{
	font-weight: bold;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
}
A.grid:visited
{
	font-weight: bold;
	font-size: 13px;
	color: #000099;
	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;
}
A.infobar:link
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	text-decoration: none;
}
A.infobar:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	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: verdana,arial,helvetica,sans-serif;
	background-color: #ffffff;
}
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: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
}
select
{
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
}
TH
{
	font-size: 12px;
	color: #ffffff;
	background-color: #5a6bad;
}
.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-family: Verdana, Helvetica, sans-serif;
	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-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.btnClose {
    float: right;
    width: 30px;
    height: 30px;
    background: url(img/icon-closeme.png) no-repeat center center #F2F2F2;
}

.bModal {
    background-color: #eee;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.modalContent {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 400px;
    padding: 2px 4px;
}

.modalHandle {
    background-color: #ccc;
    cursor: move;
    height: 18px;
    padding: 2px 4px;
    font-weight: bold;
}

.closeModal {
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    border: 0;
}



.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.7;
}

.ModelPnl {
    background: white;
    border: 2px #F2F2F2;
    z-index: 999;
}

    .ModelPnl h1 {
        font-size: 34px;
        line-height: 1em;
        font-weight: normal;
        color: #025486;
        font-weight: bold;
        text-align: center;
    }

    .ModelPnl h2 {
        font-size: 18px;
        line-height: 1em;
        font-weight: normal;
        margin-bottom: .2em;
        color: #025486;
        font-weight: bold;
        text-align: center;
    }

    .ModelPnl td {
        padding: 5px 5px 5px 5px;
    }

.section-panel {
    border: 1px solid #e3e6e8;
    background: #fff;
    margin-top: 10px;
}

.section-header {
    background: #000099;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
}

.section-body {
    padding: 0px;
    width: 100%;
}

.misc-table {
    width: 100%;
    border-collapse: collapse;
}

    .misc-table th {
        background: #BCD0F3;
        border-bottom: 1px solid #eef1f3;
        padding: 8px;
        text-align: left;
        white-space: nowrap;
    }

    .misc-table td {
        border-bottom: 1px solid #eef1f3;
        padding: 8px;
        vertical-align: middle;
    }

.input {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
}

    .input.amount {
        text-align: right;
    }

.btn-add {
    display: inline-block;
    padding: 6px 10px;
    background: #f6f8f9;
    border: 1px solid #d7dde2;
    text-decoration: none;
}

    .btn-add:hover {
        background: #eef1f3;
    }

.link-remove {
    color: #b00020;
    text-decoration: none;
    font-weight: 700;
}

    .link-remove:hover {
        text-decoration: underline;
    }
