﻿html, body, div, span, a, form, img, p, center
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}
html, body
{
    height: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
body
{
    background-color: #87888a;
}

h1
{
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
h2
{
    color: #215F8B;
    font-size: 12px;
    text-align: left;
    
}
h3
{
    /*color: #003B6A;*/
    font-size: 11px;
    margin-bottom: 0px;
    text-align: left;
    
}
.customborder
{
  border-left:1px solid LightGray;
  text-align:center;
}

a
{
    color: #215f8b;
}
a:hover
{
    color: #003b6a;
}
a, a:visited
{
    text-decoration: none;
}

.linkBlue
{
    /*color: #215f8b;*/
    color: black;
}
.p_details
{
    color: #404245;
}
.linkBlue:hover
{
    color: #003b6a;
}

/* Layout */

#wrapper
{
    /*width: 1002px;*/
    /*width: 926px;*/
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 12px 2px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

#heading
{
    width: 100%;
}
#heading h1
{
    font-size: 24px;
    color: #535559;
    /*text-shadow: 0px 1px 1px #bbbaba;*/
    float: left;
    margin-top: 36px;
}
#heading a
{
    float: right;
}
/*CREATED NEW HEADING FOR PRELOGIN MASTER PAGE HERE 04/19/2013*/
#myheading
{
    float: left;
}
#myheading
{
    width: 50%;
}
#myheading h1
{
    font-size: 24px;
    color: #535559;
    /*text-shadow: 0px 1px 1px #bbbaba;*/
    float: left;
    margin-top: 36px;
}
#content-panel
{
    left: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
    min-height: 500px;
}

#content-heading
{
    background-color: #EEEEEE;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}
#content-heading h1
{
    font-weight: bold;
    text-align: left;
    font-family: Verdana;
    font-size: 16px;
    color: black;
    margin: 0;
    /*text-shadow: 0px 1px 1px #bbbaba;*/
}
#content-heading span.subtitle
{
    color: black;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}
#navigation-bottom
{
    margin-top: 10px;
    width: 100%;
    padding-bottom: 1px;
}
#navigation-bottom .left
{
    float: left;
}
#navigation-bottom .right
{
    float: right;
}
#footer-logo
{
}
#footer-logo #fspecial
{
    border-top: 1px solid #C3C3C4;
    height: 35px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#footer-logo #fspecial img
{
    float: right;
    padding-left: 10px;
}

#footer
{
    margin: 0 auto 35px;
    width: 1002px;
}
#footer p
{
    color: #B7B7B9;
    font-size: 10px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0 10px;
}
#footer p a
{
    color: #C3C3C4;
    font-size: 10px;
}
#footer p a:hover
{
    color: #E1E1E2;
}
#footer #specials
{
    border-bottom: 1px solid #C3C3C4;
    height: 35px;
    line-height: 35px;
    margin-bottom: 6px;
    padding: 0 10px;
}
#footer #specials a
{
    color: #FFFFFF;
    font-weight: bold;
}
#footer #specials a:hover
{
    color: #E1E1E2;
}
#footer #specials #rootlink
{
    float: left;
}
#footer #specials #rootlink a
{
    background: url("../images/root_arrow.jpg" ) no-repeat scroll 0 4px transparent;
    padding-left: 14px;
}
.footer-text
{
    text-align: right;
    vertical-align: middle;
}

/* Navigation */

#navigation
{
    height: 35px;
    background: transparent url('../images/nav/navi_bg.jpg') top left repeat-x;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    clear: both;
}
#navigation ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navigation ul li
{
    float: left;
    line-height: 35px;
    background: transparent url('../images/nav/navi_split.jpg') top right no-repeat;
    position: relative;
    z-index: 100;
}

#navigation ul li a
{
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0px 14px 0px 10px;
    float: left;
}
#navigation ul li.active a, #navigation ul li:hover a, #navigation ul li.securedactive a
{
    background: transparent url('../images/nav/navi_active.jpg') top left repeat-x;
    color: #1A49A5; /*#003c70;*/
    padding-left: 11px;
    margin-left: -1px;
}
#navigation ul li span
{
    background: transparent url('../images/nav/navi_pfeil.jpg') top left no-repeat;
    width: 17px;
    height: 35px;
    display: block;
    margin-left: -8px;
    float: left;
    margin-right: 2px;
}
#navigation ul li.active span, #navigation ul li:hover span
{
    background: transparent url('../images/nav/navi_pfeil_aktiv.jpg') top left no-repeat;
}

#navigation ul li.first
{
    padding-right: 2px;
}

#navigation ul li #split
{
    float: left;
    background: transparent url('../images/nav/navi_split.jpg') top left no-repeat;
    margin-left: -3px;
}

#navigation ul li.secured, #navigation ul li.securedactive
{
    display: block;
    float: right;
    margin-right: 160px;
}
#navigation ul li span.secured
{
    background: transparent url('../images/nav/navi_pfeil_locked.jpg') top left no-repeat;
    width: 22px;
}
#navigation ul li.securedactive span.secured, #navigation ul li.secured:hover span.secured, #navigation ul li.secured.over span.secured
{
    background: transparent url('../images/nav/navi_pfeil_aktiv_locked.jpg') top left no-repeat;
}
#navigation ul li span.unsecured
{
    background: transparent url('../images/nav/navi_pfeil_unlocked.jpg') top left no-repeat;
    width: 22px;
}
#navigation ul li.securedactive span.unsecured, #navigation ul li.secured:hover span.unsecured, #navigation ul li.secured.over span.unsecured
{
    background: transparent url('../images/nav/navi_pfeil_aktiv_unlocked.jpg') top left no-repeat;
}

/* Navigation Search Form */

#navigation form
{
    position: absolute;
    height: 19px;
    vertical-align: middle;
    margin: 0px;
    top: 4px;
    right: 5px;
    bottom: 5px;
}
#navigation form input.stextf
{
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    color: #a5a6a7;
    text-indent: 5px;
    margin-top: 0px;
    padding: 0px;
    padding-top: 0px;
    vertical-align: middle;
    border: 1px solid #003b6a;
    background: transparent url('../images/nav/search_text_bg.jpg') top left no-repeat;
    width: 125px;
    margin: 0px;
    margin-right: -5px;
    margin-top: 1px;
    padding-top: 2px;
}
#navigation form input.image
{
    vertical-align: middle;
    border: 0px solid #003b6a;
    width: 25px;
    height: 21px;
    margin: 0px;
    margin-right: 1px;
    margin-top: 1px;
}

/*  Navigation Dropdown */

#navigation ul li div.sub_shadow
{
    display: none;
}
#navigation ul li:hover div.sub_shadow
{
    display: block;
    position: absolute;
    left: -12px;
    top: 35px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left
{
    background: transparent url('../images/nav/shadow_left.png') top left repeat-y;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right
{
    margin-left: 10px;
    background: transparent url('../images/nav/shadow_right.png') top right repeat-y;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content
{
    margin-right: 10px;
    padding: 25px 15px;
    background-color: #FFFFFF;
    border: 1px solid #404245;
    border-top: 0px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_bottom_left
{
    background: transparent url('../images/nav/shadow_bottom_left.png') bottom left no-repeat;
    height: 10px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_bottom_left div.sub_shadow_bottom_right
{
    background: transparent url('../images/nav/shadow_bottom_right.png') bottom right no-repeat;
    height: 10px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_bottom_left div.sub_shadow_bottom_right div.sub_shadow_bottom
{
    margin: 0px 10px;
    background: transparent url('../images/nav/shadow_bottom.png') bottom left repeat-x;
    height: 10px;
}

/* Navigation Product Dropdown */

#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist
{
    float: left;
    margin-right: 21px;
    width: 134px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist a
{
    margin: 0px;
    background: transparent;
    position: inherit;
    cursor: pointer;
    float: none;
    padding: 0px;
    color: #808285;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist.last
{
    margin-right: 0px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist div.img
{
    display: block;
    height: 49px;
    width: 212px;
    position: relative;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist div.img img
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist img
{
    margin-bottom: 9px;
    height: 50px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li, #navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li a
{
    background: transparent;
    position: inherit;
    cursor: pointer;
    float: none;
    line-height: 19px;
    margin-bottom: 4px;
    padding: 0px;
    margin-left: 0px;
    color: #404245;
    font-size: 11px;
    width: 120px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li a
{
    margin: 0px;
    padding: 2px 0px 2px 1px;
    width: 135px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li
{
    padding: 1px 0px 0px 0px;
}

#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li a:hover
{
    background: transparent url('../images/nav/arrow_right_2.gif') top left no-repeat;
    background-position: 10px 8px;
    z-index: 3;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li:hover a
{
    background-color: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 21px;
    z-index: 2;
    margin-left: -20px;
    width: 135px;
}

#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li
{
    padding-left: 10px;
    text-indent: 0px;
    background: transparent url('../images/nav/arrow_right_2.gif') top left no-repeat;
    background-position: 0px 9px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li.first a
{
    color: #215f8b;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
    width: 120px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li.first
{
    margin-bottom: 6px;
    background: transparent url('../images/nav/pfeilchen_textlink.gif') top left no-repeat;
    background-position: 0px 6px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li.first:hover
{
    background: transparent url('../images/nav/arrow_right_2.gif') no-repeat;
    background-position: 0px 6px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li.first a:hover
{
    background: transparent url('') top left no-repeat;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li.first:hover a
{
    color: #00142a;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist ul li:hover
{
    background-color: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* other subpoints top nav*/
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2
{
    float: left;
    margin-right: 20px;
    width: 205px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul
{
    margin-bottom: -10px;
    margin-top: -8px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li, #navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li a
{
    background: transparent;
    position: inherit;
    float: none;
    line-height: 16px;
    height: 16px;
    margin-bottom: 3px;
    padding: 0px;
    margin-left: 0px;
    color: #404245;
    font-size: 11px;
    width: 219px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li a
{
    margin: 0px;
    padding: 3px 0px 4px 2px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li
{
    height: 19px;
    margin-left: -5px;
    padding: 2px 0px 4px 0px;
}
/*new*/
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li
{
    padding-left: 10px;
    text-indent: 3px;
    background: transparent url('../images/nav/arrow_right_2.gif') top left no-repeat;
    background-position: 5px 10px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li img
{
    padding-left: 3px;
    text-indent: 3px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li.first a
{
    color: #003b6a;
    font-size: 14px;
    width: 205px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li:hover
{
    background-color: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li.locked
{
    padding: 1px 0px 4px 0px;
    padding-left: 10px;
    text-indent: 3px;
    background: transparent url('images/nav/arrow_right_2.gif') top left no-repeat;
    background-position: 5px 11px;
}
#navigation ul li:hover div.sub_shadow div.sub_shadow_left div.sub_shadow_right div.sub_content div.productlist2 ul li.locked:hover
{
    background-color: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}



/* Grid */

div.grid-heading
{
    background-color: #EEEEEE;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    font-weight: normal;
    text-align: left;
    font-family: Verdana;
    /*color: #003b6a;*/
    margin: 0;
    /*text-shadow: 0px 1px 1px #bbbaba;*/
}






.dataheader
{
    background-color: #FFFFCC;
}


.cleardiv
{
    clear: both;
}

.linkNavBlue a
{
    color: #215f8b;
}

.linkNavBlue a:hover
{
    color: #003b6a;
}




#textDiv p
{
    padding: 5px 0;
}


.header-submenu
{
    
    height: 35px;
}

.header-submenu table
{
    border-collapse: collapse;
}

.submenu-item
{
    padding-right: 15px;
    padding-left: 5px;
    text-align: center;
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    margin: 0px;
}
.submenu-item-hover
{
    
    text-decoration: none;
    color: #003b6a;
}

.submenu-item img
{
    /*padding-right: 5px;      display: none;*/
}
.submenu-dinamic
{
    background-color: white;
    border-right: solid 1px #404245;
    border-left: solid 1px #404245;
    border-bottom: solid 1px #404245;
    border-top: none;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
.submenu-dinamic-item
{
    margin: 0px;
    text-align: left;
    color: Black;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    height: 23px;
}
.submenu-dinamic-item img
{
    margin-right: 8px;
    display: none;
}
.submenu-dinamic-item-hover
{
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
}

.submenu
{
    height: 35px;
}


/*Menu*/
.header-menu
{
    background-color: #F1F1F1;
    height: 17px;
    color: #808285;
    font: arial 11px;
}

.menu
{
    background-color: #F1F1F1;
    height: 17px;
}
.menu-item
{
    padding-right: 10px;
    color: #808285;
    font: arial 11px;
    height: 17px;
    margin: 0px;
}
.menu-item img
{
    display: none;
}
.menu-item-hover
{
    background-image: url(../images/submenu-hover.gif);
    background-repeat: repeat-x;
    text-decoration: none;
    height: 17px;
}
.menu-dinamic
{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #404245;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
.menu-dinamic-item
{
    margin: 0px;
    text-align: left;
    color: Black;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    height: 23px;
}
.menu-dinamic-item img
{
    margin-right: 8px;
    display: none;
}
.menu-dinamic-item-hover
{
    /* padding-left: 1px;     padding-right: 16px;     padding-top: 1px;     padding-bottom: 1px;     background-image: url(../images/dinamic-hover-menu.gif);     background-repeat: repeat-x;     background-color: #fdf0c4;     border-style: solid;     border-width: 1px;     border-color: #000080;*/
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
}

/*logo*/
.logomenu
{
    height: 63px;
}

/**********************
        Footer
***********************/



.frameclass
{
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
}

/*******************
    Content-Panel
********************/


.imgMain
{
    padding: 10px 40px 10px 40px;
}



.smallbutton
{
    display: block;
    background: url(../images/btn_small_both.gif) no-repeat 0 0;
    text-decoration: none;
    width: 36px;
    height: 14px;
    color: White;
    padding: 4px 20px 8px 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.smallbutton:hover
{
    background-position: 0% -26px;
}



.title
{
    font-family: Verdana;
    font-size: 16px; /*color: #404245;*/
    color: #003b6a;
}
.subtitle
{
    color: #404245;
    font-size: 14px;
    font-weight: bold;
}
.subsubtitle
{
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.popupPanel
{
    visibility: hidden;
    position: absolute;
}
.heading
{
    font-size: 12.5px;
    color: #215f8b;
    font-weight: bold;
}
.subheading
{
    font-size: 11px;
    color: #215f8b;
    font-weight: bold;
}

.textGlobal
{
    /*font-family: Arial,Tahoma, Helvetica, Arial, Verdana, sans-serif;*/
    font-family: Arial;
    font-size: 12px;
}



#configurator ul
{
    list-style: none;
}
#configurator ul li
{
    background: url(../images/icons/small/setup.gif) top left no-repeat;
    background-position: 0 9px;
    margin: 0;
    padding-left: 20px;
    line-height: 2.6em;
}
#configurator ul li a
{
    color: #0033ff;
    text-decoration: none;
}
#configurator ul li a:hover
{
    text-decoration: underline;
}

/*******************
    Tab Control
********************/

/* xp theme */
.ajax__tab_xp2 .ajax__tab_header
{
    font-family: Arial;
    background: url(../images/tabs/tab-line.gif) repeat-x bottom;
    color: #2F5072;
}
.ajax__tab_xp2 .ajax__tab_outer
{
    background: url(../images/tabs/tab-right.gif) no-repeat right;
    height: 21px;
}
.ajax__tab_xp2 .ajax__tab_inner
{
    padding-left: 3px;
    background: url(../images/tabs/tab-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(../images/tabs/tab.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer
{
    background: url(../images/tabs/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_inner
{
    background: url(../images/tabs/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_tab
{
    background: url(../images/tabs/tab-hover.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer
{
    background: url(../images/tabs/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_inner
{
    background: url(../images/tabs/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_tab
{
    background: url(../images/tabs/tab-active.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_body
{
    border: 1px solid #999999;
    border-top: 0;
}

/* scrolling */
.ajax__scroll_horiz
{
    overflow-x: scroll;
}
.ajax__scroll_vert
{
    overflow-y: scroll;
}
.ajax__scroll_both
{
    overflow: scroll;
}
.ajax__scroll_auto
{
    overflow: auto;
}

/*Button*/
.buttonGlobal
{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    height: 25px;
    background-color: #194AA3;
    background-image: url(../images/grad_blue_38.gif);
}

.grid-header
{
    background-image: url(../images/grid-header.gif);
    background-repeat: repeat-x;
}

.grid-header-gray
{
   
    background-repeat: repeat-x;
    color: black;
    text-align: center;
}

.grid-header-gray-footer
{
    
    background-repeat: repeat-x;
    color: black;
    text-align: center;
}

.grid-header-blue
{
    background-image: url(../images/sub-header-grad-sample.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: White;
    text-align: center;
    font-weight: bold;
}

.grid-header-title
{
   
    background-repeat: repeat-x;
    color: #003b6a;
    text-align: center;
    font-weight: bold;
    height: 25px;
}

.tdLeftHeaders
{
    color: black;
    text-align: left;
    font-weight: bold;
}

.header-smartpanel
{
    background-image: url(../images/header-grad-modif2.gif);
    background-repeat: repeat-x; /*background-color: Navy;*/
    height: 22px;
    font-family: Arial;
    font-size: 9.5pt;
    font-weight: bold;
    color: white;
    padding-left: 7px;
    padding-top: 2px;
    display: block;
    vertical-align: middle;
    text-align: center;
}

.vsep
{
    padding: 2px 0;
}
.vsep3
{
    padding: 3px 0;
}
.vsep6
{
    padding: 6px 0;
}
.vsep9
{
    padding: 9px 0;
}

.vsep18
{
    padding: 18px 0;
}

.vsep27
{
    padding: 27px 0;
}


#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modalPopup
{
    border-width: 3px;
    border-style: solid;
    border-color: #153B63;
    padding: 3px;
    width: 500px;
    background-color: white;
}

.modalPopupConfig
{
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
    background-image: url(../images/Background.gif);
    background-repeat: repeat;
}
.modalTitle
{
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border-bottom-style: solid;
    border-bottom: 2px;
}

#OrderBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: 1000;
}

#OrderMessage
{
    position: fixed;
    top: 30%;
    left: 37%;
    padding: 10px;
    width: 20%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.hMenu
{
    background: url(../images/h-Menu.gif) repeat-y 0 0;
    color: White;
    width: 20px;
    text-align: center;
}

/* Buttons */

.button, .button a
{
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button
{
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible; /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #999; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: url('/ie7/blank.gif') left top;
    background: -moz-linear-gradient( 		center top, 		rgba(255, 255, 255, .1) 0%, 		rgba(0, 0, 0, .1) 100% 	); /* FF3.6 */
    background: -webkit-gradient( 		linear, 		center bottom, 		center top, 		from(rgba(0, 0, 0, .1)), 		to(rgba(255, 255, 255, .1)) 	); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.button.full, .button.full span
{
    display: block;
}
.button:hover, .button.hover
{
    background: -moz-linear-gradient( 		center top, 		rgba(255, 255, 255, .2) 0%, 		rgba(255, 255, 255, .1) 100% 	); /* FF3.6 */
    background: -webkit-gradient( 		linear, 		center bottom, 		center top, 		from(rgba(255, 255, 255, .1)), 		to(rgba(255, 255, 255, .2)) 	); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
    text-decoration: none;
}
.button:active, .button.active
{
    top: 1px;
}
.button a
{
    position: relative;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-top: rgba(255, 255, 255, .2) 1px solid;
    padding: 0.6em 1.3em;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.button.small a
{
    font-size: 12px;
}
.button.medium a
{
    font-size: 14px;
}
.button.large a
{
    font-size: 18px;
}
.button.w_small
{
    width: 71px;
}
.button.w_medium
{
    width: 100px;
}
.button.w_large
{
    width: 150px;
}
.button.black
{
    background-color: #333333;
}
.button.gray
{
    background-color: #666666;
}
.button.l_gray
{
    background-color: #D8D8D8;
    color: #333333;
    font-weight: bold;
}
.button.white
{
    background-color: #FFFFFF;
}
.button.white span
{
    color: #666666;
}
.button.red
{
    background-color: #e62727;
    color: #fff;
}
.button.orange
{
    background-color: #ff5c00;
}
.button.magenta
{
    background-color: #A9014B;
}
.button.yellow
{
    background-color: #ffb515;
    color: #000;
}
.button.blue
{
    background-color: #0E649E;
    color: #fff;
}
.button.pink
{
    background-color: #e22092;
}
.button.green
{
    background-color: #91bd09;
    color: #000;
}
.button.rosy
{
    background-color: #F16C7C;
}
.button.brown
{
    background-color: #804000;
}
.button.purple
{
    background-color: #800080;
}
.button.cyan
{
    background-color: #46C7C7;
}
.button.gold
{
    background-color: #D4A017;
    color: #000;
}

/* Div Clearing */

clearfix:before, .clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
/* IE < 8 */

.prices td
{
    width: 75px;
    text-align: center;
}
.price_price
{
    width: 50px;
}

.form_header
{
    width: 100%;
    float: left;
    font-family: Verdana;
    font-size: 16px;
    color: #003b6a;
    margin-bottom: 10px;
}
.header_left
{
    float: left;
}
.header_right
{
    float: right;
}
.active_price_list
{
    font-weight: bolder;
}
.error_row
{
    color: Red;
    margin-bottom: 10px;
}
.prices .pricing_labels td
{
    font-weight: bolder;
}

#construction_limits
{
    font-weight: bolder;
    border-collapse: collapse;
}
#construction_limits td
{
    border: 0.5px solid lightgray;
    padding: 3px 10px;
}
#construction_limits td.rowheader
{
    font-weight: bolder;
}
#construction_limits td.sd
{
    color: Black;
    text-align: center;
}
#construction_limits td.hd
{
    color: #00008B;
    text-align: center;
}
#construction_limits td.xhd
{
    color: #FF4500;
    text-align: center;
}

/*ordering */
h1.width80
{
    width: 75%;
    float: left;
}
h1 span
{
    width: 20%;
}
span.width20 label
{
    float: left;
    margin-right: 10px;
    position: relative;
    width: 75px;
}
span.width20 select
{
    margin: 0.2em 0 0.5em;
}
.labelnoblock
{
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    margin-bottom: 2px;
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
    display: inline;
}

a.labelnoblock,
a.labelnoblock:link,
a.labelnoblock:visited
{
    color:#02447B;
    cursor:pointer;
}
a.labelnoblock:hover
{
    color:#FF9900;    
}
.CompletionListHighlightedItemCss
{
    background-color: #ffff99;
    list-style-type: none;
}
.CompletionListItemCss
{
    list-style-type: none;
}
.CompletionListCss
{
    visibility: hidden;
    margin: 0 !important;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor:auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    background-color: #ffffff;
    height: 150px;
    overflow: auto;
    padding:0px 0px 0px 0px;
    z-index:500;
    
}

