﻿html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    border: 0;
    font-size: inherit;
    font: inherit;
    font-family: Arial;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
    background-color: #e8e8ea;
    min-width: 1035px;
    color: #333;
    font-size: 12pt;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:link, a:focus, a:visited, a:hover, a:active
{
    color: #32537f;
    font-size: 10pt;
    text-decoration: none;
    outline: 0;
}
/*a:focus
{
    outline: thin dotted #333;   outline: 5px auto -webkit-focus-ring-color;   outline-offset: -2px;
}

a:hover, a:active
{
    outline: 0;
}
*/
sub, sup
{
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}
h1, h2, h3, h4, h5, h6
{
    color: #333;
}
h1
{
    font-size: 18pt !important;
    line-height: 1;
    color: #7391ae;
    height: 40px;
    line-height: 40px;
    text-indent: 52px;
    font-weight: bold;
}
h2
{
    font-size: 14pt;
}
h3
{
    font-size: 1.5em;
    margin-bottom: 5px;
}
h4
{
    font-size: 12pt;
    margin-bottom: 10px;
}
h5
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
h6
{
    font-size: 1em;
    font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}
p
{
    margin: 0 0 15px;
    line-height: 18px;
}
hr
{
    border: none;
    border-bottom: 1px solid #e0e1dc;
    height: 2px;
    margin-bottom: 10px;
}
.left
{
    float: left !important;
}
p .left
{
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
.right
{
    float: right !important;
}
p .right
{
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}
img
{
    width: auto\9;
    height: auto; /* max-width: 100%;*/
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button, input, select, textarea
{
    margin: 0;
    font-size: inherit;
    vertical-align: middle;
}

button, input
{
    overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
    font-weight: bold; /*margin:0 0 2px 0;*/
    white-space: nowrap;
    min-width: 115px;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    height: 33px;
    font-size: 11pt;
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"]
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
{
    -webkit-appearance: none;
}

textarea
{
    overflow: auto;
    vertical-align: top;
}
input[type=text], input[type=password], input.text, input.title, textarea, select, input[type=form]
{
    background-color: #f8f8f8;
    color: #333;
    outline: 0 !important;
    font-family: Arial, "Helvetica Neue" ,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15),0px 1px 0 #d9d9d9;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15),0px 1px 0 #d9d9d9;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.15),0px 1px 0 #d9d9d9;
    border: 1px solid #949694;
    border-top-color: #aeafae;
    border-bottom-color: #7d7f7d;
    vertical-align: middle;
    font-size: 12pt;
    height: 24px;
    line-height: 24px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    background-color: #fff;
}
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled
{
    border: 1px solid #d1d2d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #c2c2c2;
    background-color: #f2f2f2;
    cursor: default;
    pointer-events: none;
}
input[type=text].large, input[type=password].large, input.text.large, input.title.large, textarea.large, select.large, input[type=form].large
{
    height: 40px;
    line-height: 40px;
    font-size: 12pt;
    width: 450px;
}
/*input[type=text].small, input[type=password].small, textarea.small, select.small, input[type=form].small
{
 height:23px;
 line-height:23px; 
 font-size: 0.87em;  
}*/
select
{
    padding-left: 1px;
    background-color: #f3f3f3;
}
.clear
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}

.clearfix:before, .clearfix:after
{
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after
{
    clear: both;
}
#bodycontainer
{
    margin: 0 20px 20px 20px;
}
.toplinks
{
    text-align: right;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-right: 10px;
}
.toplinks span
{
    font-size: 11pt;
    margin: 0 3px;
}
.toplinks div
{
    display: inline-block;
}
.toplinks .s4-signInLink
{
    color: #32537f !important;
    font-size: 11pt !important;
    text-decoration: none;
}
#searchres_banner
{
    height: 54px;
    color: #fff;
    background: url(../images/smBanner_archiveBuilding.png) 0 0 repeat-x;
    font-size: 30px;
    font-family: Book Antiqua !important;
    line-height: 54px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 600px;
}
#searchres_banner span
{
    font-family: Adobe Caslon Pro;
}
#searchres_banner img
{
    margin-left: 14px;
    margin-top:-4px;
}
#searchres_banner_preview
{
    height: 54px;
    color: #fff;
    background: url(../images/smBanner_archiveBuilding.png) 0 0 repeat-x;
    line-height: 54px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#searchres_banner_preview img
{
    margin-left: 14px;
    margin-top:-4px;
}
#searchres_banner_preview span
{
    font-family: Palatino Linotype;
    font-size:16pt;
    display:block;
}
#searchres_banner_preview div
{
    font-family: Book Antiqua;
    font-size:16pt;
    font-weight:bold;
}
#searchres_banner_preview .logotext
{
    float: left;
    line-height: 16pt;
    margin-top: 6px;
    margin-left: 14px;
    font-weight: bold;
    min-width:380px;
    max-width:850px;
    overflow:hidden;
}
#searchres_banner_landing
{
    height: 110px;
    color: #fff;
    background: url(../images/lgBanner_archiveBuilding.png) 0 0 repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#searchres_banner_landing span
{
    font-family: Adobe Caslon Pro;
    display: block;
}
#searchres_banner_landing .logo
{
    margin-left: 14px;
    margin-top: 7px;
    float: left;
}
#searchres_banner_landing .logotext
{
    float: left;
    line-height: 36px;
    margin-top: 19px;
    margin-left: 14px;
    font-weight: bold;
}
#searchres_banner_landing .logotext div, #searchres_banner .logotext div
{
    font-size: 30px;
    font-family: Book Antiqua !important;
}
#searchres_banner_landing .logotext span
{
    font-family: Palatino Linotype;
    font-weight: normal;
    font-size: 30px;
}
#searchres_banner .logotext span
{
    font-family: Palatino Linotype !important;
    font-weight: normal;
    font-size: 30px;
}
#searchres_banner .logotext div
{
    margin-right: 20px;
    font-weight: bold;
    float: left;
}
.gutter
{
    height: 10px;
    clear: both;
}
.searchpannel
{
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}
.searchpannel a
{
    font-size: 12pt;
}
#footer
{
    color: #7d7d7d;
    margin-top: 15px;
}
#footer span
{
    font-size: 10pt;
}
#footer span.landing
{
    font-size: 10pt;
    display: block;
    margin-top: 10px;
}
.content_panel
{
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.content_panel_expprive
{
    float:left;
    width:50%;
}
.border_expprev{
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.content_panel_landing
{
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
}
.border_content
{
    padding: 10px 1%;
}
.white_border_panel
{
    padding: 10px 1%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border_content_landing
{
    padding: 15px; /*font-size:14pt;*/
}
.border_content_landing p
{
    font-size: 14pt !important;
}

.leftpan
{
    width: 55%;
    float: left;
}
.leftpanfull
{
    width: 100% !important;
}
.rightpan
{
    width: 45%;
    float: left;
}
.rightpan_expprive
{
    width: 50%;
    float: left;
}
.searchleft, .searchgrid, #searchgrid_small, #detail_panel, .search_3panel, .searchleft_small, .ShoppingCartDetail
{
    display: inline;
    position: relative;
}
.ShoppingCartDetail
{
    float: right;
}
#detail_panel
{
    margin-left: 10px;
    display: block !important;
}
.search_3panel
{
    width: 50% !important;
}
.search3pa_collaps
{
    width: 44.42% !important;
    float: left;
}
#searchleft
{
    position: relative;
    width: 180px;
    float: left;
    margin-right: 10px;
}
#searchgrid
{
    display: block;
    overflow-x: scroll;
}

.refineMentPanel
{
    float: left;
    display: inline-block;
    max-width: 193px;
    margin-right: 10px !important;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#panel_refine
{
    display: block;
    overflow-y: auto;
}
#panel_refine ul li input[type='checkbox']
{
 margin-top: -4px;   
}
.detail_collapse
{
    width: 55.08% !important;
}
.refine_style
{
    display: block !important;
    margin: 10px !important;
    padding: 0px !important;
}
div.rotated
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    writing-mode: tb-rl;
    white-space: nowrap;
    font-size: 14pt;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    max-height: 40px;
}


#panel_refine ul li input[type="checkbox"], #panel_refine ul li span
{
    cursor: pointer;
}
.alpha
{
    margin-left: 0 !important;
}
.omega
{
    margin-right: 0 !important;
}
.pad_tb15_lr10
{
    padding: 15px 10px;
}
.pad_4t
{
    padding-top: 4px;
}
.pad_t15
{
    padding-top: 15px;
}
.pad_b10
{
    padding-bottom: 10px;
}
.pad5per
{
    padding-right: 5%;
}
.collaps_icon
{
    width: 100%;
    margin-bottom: 5px;
}
.collaps_icon span
{
    font-size: 14pt;
    font-weight: bold;
}
.collaps_icon b#vertical_refine
{
    font-size: 14pt;
    text-align: center;
    display: block;
    color: #333;
    margin-top: 15px;
}
.refine_vertical
{
    /* Safari */
    -webkit-transform: rotate(-90deg); /* Firefox */
    -moz-transform: rotate(-90deg); /* IE */
    -ms-transform: rotate(-90deg); /* Opera */
    -o-transform: rotate(-90deg); /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=9);
    position: absolute;
    left: -33px;
    top: 80px;
    width: 100px;
}
.collaps_icon a
{
    float: right;
}
.mar_10l
{
    margin-left: 10px;
}
.mar_10t
{
    margin-top: 10px;
}
.mar_10r
{
    margin-right: 10px;
}
.mar_3r
{
    margin-right: 4px;
}
.mar_5t
{
    margin-top: 5px;
}
.normal_font
{
    font-size: 12pt;
}
.normalgrid
{
    width: 100%;
}
.normalgrid table, .normalgrid td, .normalgrid th
{
    border: 1px solid #c5c5c5;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}
.normalgrid td
{
    font-size: 12pt;
    color: #333;
    background-color: #fff;
    min-height: 18px;
}
.normalgrid tr.even td
{
    background-color: #fbfbfb;
}
.normalgrid th
{
    background-color: #ececec;
    color: #555;
    font-size: 12pt;
    font-weight: bold;
    min-height: 30px;
}
div.scrollableContainer
{
    position: relative;
    padding-top: 2.7em;
    background-color: #fff;
}
div.scrollingArea
{
    min-height: 100px;
    max-height: 400px;
    overflow: auto;
}
table.sortable
{
    font-size: 12pt;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5; /*width: 100%;*/
}
table.sortable tr th, table.sortable tr td
{
    text-align: left;
    padding: 6px 6px 6px 12px;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    vertical-align: middle;
}
table.sortable thead
{
    top: 0;
    position: absolute;
    width: 100%;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    left: 0;
}
table.sortable tbody
{
    border-right: 1px solid #c5c5c5;
}
table.grid
{
    font-size: 12pt;
    border-left: 1px solid #c5c5c5;
    width: 100%;
}

table.grid thead tr th, table.grid tbody tr td
{
    padding: 6px;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    vertical-align: middle;
}
table.grid thead tr th
{
    background-color: #e9e9e9;
    color: #555;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -ms-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#f3f3f3),to(#e9e9e9));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: -o-linear-gradient(top,#f3f3f3,#e9e9e9);
    background-image: linear-gradient(top,#f3f3f3,#e9e9e9); /*border-top: 1px solid #fff;     border-left: 1px solid #fff;*/
    border-bottom: 1px solid #8f8f8f;
    min-height: 30px;
}
table.grid tbody tr td
{
    min-height: 25px;
}
table.grid tbody tr:hover, table.grid tbody tr a:hover
{
    cursor: pointer;
}
table.grid .idcolumn
{
    /*  width: 110px; */
    min-width: 108px;
    width: 12%;
}
table.grid .datecolumn
{
    /* width: 80px;*/
    min-width: 79px;
    width: 10%;
}
table.grid .min_names
{
    min-width: 169px;
    width: 36%;
       word-break:break-all;
}
table.grid .iconcolumn
{
    /* width: 80px;*/
    min-width: 20px;
    width: 2%;
}
/*table.grid thead tr
{
   display:block;
   width:100%
}
table.grid tbody
{
   display:block;overflow:auto;height:100px;white-space:nowrap;
   width:100%;
}*/
table.grid tr.odd
{
    background-color: #fff;
    color: #333;
}
table.grid tr.even
{
    background-color: #f6f6f6;
    color: #333;
}
table.grid tr.selected
{
    background-color: #477399;
    color: #fff;
}
table.grid tr.selected .shoppingcart_icon
{
    background: url(../images/cart_white_16.png) 0 0 no-repeat;
}
table.grid tr td .info_icon
{
    background: url(../images/docProperties_16.png) 0 0 no-repeat;
}
table.grid tr.selected .info_icon
{
    background: url(../images/docProperties_white_16.png) 0 0 no-repeat;
}
table.grid tr.alert
{
    background-color: #ffffce;
    color: #a00;
}
table.grid tbody tr td.alert:first-child, table.grid tbody tr td.detail:first-child, table.grid tbody tr td.fault:first-child
{
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 12px 50%;
    padding-left: 50px;
}

.scrollgrid
{
    min-height: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: visible;
    display: block;
    width: 100%;
    min-width: 698px;
}
.gridheadersearch
{
    padding-right: 16px;
    background-color: #efebef;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    min-width: 682px;
}
/*table.grid thead.theadfix
{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:99%;
    margin-right:10px
}
table.grid tbody.tbodyscroll
{
    height:100px;
    overflow-y:auto;
}*/
table.grid td.alert
{
    background-image: url('../images/alert_32.png');
}
table.grid td.detail
{
    background-image: url('../images/detail_32.png');
}
table.grid td.fault
{
    background-image: url('../images/fault_32.png');
}
table.grid td .xrx-cb img, table.grid td .xrx-rdo img, table.grid th .xrx-cb img, table.grid th .xrx-rdo img
{
    padding-right: 0;
    margin-right: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
table.checkboxModel tbody tr
{
    cursor: pointer;
}
table.desired tbody tr
{
    cursor: pointer;
}
div.box table.grid
{
    font-size: 1em;
}
.shoppingcart_scroll
{
    min-height: 100px;
   
    overflow-y: auto;
    margin: 15px;
}
table.shopingcartdetails_grid
{
    width: 100%;
}
table.shopingcartdetails_grid tr th
{
    display:none;
}
table.shopingcartdetails_grid p
{
    margin-bottom: 5px !important;
}
table.selected
{
    background-color: #477399;
    color: #fff;
}
table.selected .curency_grd
{
    color: #fff !important;
}
table.selected a
{
    color: #fff;
}

table.shopingcartdetails_grid tr.selected
{
    background-color: #477399;
    color: #fff;
}
table.shopingcartdetails_grid tr.selected .info_icon
{
    background-image: url('../images/docProperties_white_16.png');
}
table.shopingcartdetails_grid .info_icon
{
    background-image: url('../images/info_16.png');
}
table.shopingcartdetails_grid tr.btm_border
{
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
table.shopingcartdetails_grid .curency_grd
{
    color: #7391ae;
    text-align: right;
    font-weight: bold;
    width: 50px;
}
table.shopingcartdetails_grid tr.selected .curency_grd
{
    color: #fff;
}
table.shopingcartdetails_grid tr.selected a
{
    color: #fff;
}
table.shopingcartdetails_grid table
{
    width: 98%;
}
table.shopingcartdetails_grid table .btm_border table
{
    margin: 2%;
}
.blue_button
{
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f;
    -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15); /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197');     background-image: -moz-linear-gradient(top,#91b4cc,#457197);     background-image: -ms-linear-gradient(top,#91b4cc,#457197);     background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197));     background-image: -webkit-linear-gradient(top,#91b4cc,#457197);     background-image: -o-linear-gradient(top,#91b4cc,#457197);     background-image: linear-gradient(top,#91b4cc,#457197);*/
    background: url('../images/blue_btn.png') center center repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
}
.blue_button:hover
{
    -webkit-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15); /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7c3d6',endColorstr='#6a8dab');     background-image: -moz-linear-gradient(top,#a7c3d6,#6a8dab);     background-image: -ms-linear-gradient(top,#a7c3d6,#6a8dab);     background-image: -webkit-gradient(linear,center top,center bottom,from(#a7c3d6),to(#6a8dab));     background-image: -webkit-linear-gradient(top,#a7c3d6,#6a8dab);     background-image: -o-linear-gradient(top,#a7c3d6,#6a8dab);     background-image: linear-gradient(top,#a7c3d6,#6a8dab);*/
    background: url('../images/blue_btn_hover.png') center center repeat-x;
}
.blue_button:active
{
    -webkit-box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff;
    box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#426f95',endColorstr='#426f95');
    background-image: -moz-linear-gradient(top,#426f95,#426f95);
    background-image: -ms-linear-gradient(top,#426f95,#426f95);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#426f95),to(#426f95));
    background-image: -webkit-linear-gradient(top,#426f95,#426f95);
    background-image: -o-linear-gradient(top,#426f95,#426f95);
    background-image: linear-gradient(top,#426f95,#426f95);
    border: 1px solid #263647;
    border-top-color: #263647;
    border-bottom-color: #263647;
}
.blue_button:disabled
{
    color: #e6f0f7;
    text-shadow: none;
    background-color: #becddb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter: none;
    border: 1px solid #b7c3d2;
}
.grey_button
{
    border: 1px solid #959695;
    border-top-color: #aeafae;
    border-bottom-color: #7c7e7c;
    -webkit-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15); /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7',endColorstr='#c0c4c8');     background-image: -moz-linear-gradient(top,#f5f5f7,#c0c4c8);     background-image: -ms-linear-gradient(top,#f5f5f7,#c0c4c8);     background-image: -webkit-gradient(linear,center top,center bottom,from(#f5f5f7),to(#c0c4c8));     background-image: -webkit-linear-gradient(top,#f5f5f7,#c0c4c8);     background-image: -o-linear-gradient(top,#f5f5f7,#c0c4c8);     background-image: linear-gradient(top,#f5f5f7,#c0c4c8);*/
    background: url('../images/grey_btn.png') center center repeat-x;
    color: #333;
    text-shadow: 0 1px 0 #fff;
}
.grey_button:hover
{
    -webkit-box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15); /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f8',endColorstr='#cdd0d3');     background-image: -moz-linear-gradient(top,#f7f7f8,#cdd0d3);     background-image: -ms-linear-gradient(top,#f7f7f8,#cdd0d3);     background-image: -webkit-gradient(linear,center top,center bottom,from(#f7f7f8),to(#cdd0d3));     background-image: -webkit-linear-gradient(top,#f7f7f8,#cdd0d3);     background-image: -o-linear-gradient(top,#f7f7f8,#cdd0d3);     background-image: linear-gradient(top,#f7f7f8,#cdd0d3);*/
    background: url('../images/grey_btn_hover.png') center center repeat-x;
}
.grey_button:active
{
    -webkit-box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff;
    box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc1c5',endColorstr='#9d9fa2');
    background-image: -moz-linear-gradient(top,#bdc1c5,#9d9fa2);
    background-image: -ms-linear-gradient(top,#bdc1c5,#9d9fa2);
    background-image: -webkit-gradient(linear,center top,center bottom,from(#bdc1c5),to(#9d9fa2));
    background-image: -webkit-linear-gradient(top,#bdc1c5,#9d9fa2);
    background-image: -o-linear-gradient(top,#bdc1c5,#9d9fa2);
    background-image: linear-gradient(top,#bdc1c5,#9d9fa2);
    border: 1px solid #545456;
    border-top-color: #545456;
    border-bottom-color: #545456;
}
.grey_button:disabled
{
    color: #c2c2c2;
    text-shadow: none;
    background-color: #eff0f0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter: none;
    border: 1px solid #dcdddd;
}
.small_button
{
    height: 26px !important;
}
.search_btn
{
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f;
    -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    background: url('../images/search_btn.png') 0 center repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    padding-left: 28px !important;
    min-width: 50px !important;
}
.search_btn:hover
{
    -webkit-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    background: url('../images/search_btn_hover.png') 0 center repeat-x;
}
.addtocart_btn
{
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f;
    -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    background: url('../images/cart_btn.png') 0 center repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    padding-left: 28px !important;
    min-width: 80px !important;
}
.addtocart_btn:hover
{
    -webkit-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    background: url('../images/cart_btn_hover.png') 0 center repeat-x;
}
.checkout_btn
{
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f;
    -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);
    background: url('../images/checkout_btn.png') 0 center repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    padding-left: 30px !important;
}
.checkout_btn:hover
{
    -webkit-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15);
    background: url('../images/checkout_btn_hover.png') 0 center repeat-x;
}
.search_control
{
    margin-left: 50px;
    float: left;
}
.shoppingcart_search
{
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 0 0 0 10px;
    color: #477399;
}
.shoppingcart_icon
{
    background: url(../images/cart_16.png) 0 0 no-repeat;
    width: 21px;
    height: 16px;
    display: inline-block;
    margin-top: 3px;
}
.info_icon
{
    background: url(../images/info_16.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.info_icon_large
{
    background: url(../images/info_24.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.edit_icon
{
    background: url(../images/edit_16.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.search_report
{
    background: url(../images/addRptToCart_24.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
}
.styled-select select
{
    background: transparent;
    width: 268px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.styled-select
{
    float: left;
    width: 230px;
    overflow: hidden;
    background: url(../images/dropdown_arrow.png) no-repeat right #f3f3f3;
    border: 1px solid #959695;
    border-top-color: #aeafae;
    border-bottom-color: #7c7e7c; /*-webkit-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);     -moz-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);     box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15);     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7',endColorstr='#c0c4c8');*/
    color: #333;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
}
.selectlarge
{
    width: 312px;
}
.selectmedium
{
    width: 227px;
}
.selectlarge select
{
    height: 30px;
    width: 350px;
}
.search_txt
{
    width: 325px;
}
.search_summary
{
    max-width: 810px;
    min-width: 270px;
    float: left;
    font-size: 12pt;
    color: #333;
    font-weight: bold;
}
.search_summary h3
{
    font-size: 16pt;
    color: #7391ae;
    font-weight: bold;
}
.search_summary a.info_icon
{
    position: relative;
    top: 4px;
}
.search_summary a.edit_icon
{
    position: relative;
    top: 4px;
}
.paging_panel
{
    /* width: 130px; */
    float: right;
}
.pagination
{
    background-color: #f3f3f3;
    padding: 4px;
    border: 1px solid #c5c5c5;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination table
{
    /*float: right;*/
}
.pagination table td
{
    text-align: center;
    font-size: 11pt;
}
.pagination span
{
    text-decoration: none;
    white-space: nowrap;
    margin: 2px;
    color: #757575;
}
.pagination span.current
{
    padding: 2px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    margin: 1px;
}
.pagination a, .pagination a:visited
{
    text-decoration: none;
    padding: 2px;
    white-space: nowrap;
    margin: 1px;
    cursor: pointer;
    color: #32537f;
}
.pagination a:hover, .pagination a:active
{
    padding: 2px;
    text-decoration: none;
    white-space: nowrap;
}
.scroll_x
{
    /*overflow: auto;*/
    min-height: 200px;
}
.nextpre_icon
{
    margin: 0 3px 20px 3px;
}
.normal_kit, .advance_kit
{
    min-width: 820px;
    max-width: 1200px;
    display: inline-block;
}
.normal_kit
{
    min-width: 610px;
}
.advmarleft
{
 margin-left: 229px;   
}
.formrow
{
    display: table;
    margin-bottom: 10px;
}
.formlabel
{
    width: 215px;
    margin-right: 14px;
    float: left;
    font-size: 12pt;
    line-height: 26px;
    text-align: right;
    color: #333;
    vertical-align:middle;
}
.formlabel_small
{
    width: 160px;
    margin-right: 14px;
    float: left;
    font-size: 12pt;
    line-height: 26px;
    text-align: right;
    color: #333;
}
.formcontrol
{
    min-width: 205px;
    max-width: 600px;
    float: left;
    color: #333;
}
.formcontrol span
{
 font-size:12pt;   
}
.formcontrol_small
{
    width: 280px;
    float: left;
    color: #333;
}
.formcontrol_large
{
    width: 500px;
    float: left;
    color: #333;
}
.formlabel span
{
    color: Red;
}
.char14_txtbox
{
    width: 123px !important;
}
.namestxtbox
{
 width:156px !important;   
}
.numbertextbox
{
 width:110px !important;   
}
.calendar_txt
{
    width: 92px !important;
}
.char5_txtbox
{
    width: 50px !important;
}
.large_txtbox
{
    width: 450px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16pt !important;
}
.large_txtboxwidth
{
    width: 319px !important;
}
.medium_txtbox
{
    width: 300px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.small_txtbox
{
    width: 30px !important;
}
.char4_txtbox
{
    width: 40px !important;
}
.small_dropdown
{
    width: 55px !important;
}
.large_dropdown
{
    width: 402px !important;
}
.lmargin_control
{
    margin-left: 25px !important;
}
.calendar_txt_to
{
    width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 12pt;
    vertical-align:middle;
    line-height:26px;
}
.right_align
{
    text-align: right;
}
.infotiptotextbox
{
    position: relative;
    vertical-align: middle;
    margin-left: 2px;
}
.normal_label
{
    width: 180px;
    float: left;
    font-size: 12pt;
    color: #333;
    text-align: right;
    margin-right: 15px;
}
.normal_label_value
{
   /* width: 220px; */
    float: left;
    font-weight: bold;
    font-size: 12pt;
    color: #333;
}
.tooltip span .normal_label_value
{
    width: 250px;
    float: left;
    font-weight: bold;
    font-size: 12pt;
    color: #333;
}
.tooltip span .normal_label
{
    width: 250px;
    float: left;
    font-weight: normal;
    text-align:left;
    font-size: 12pt;
    color: #333;
}
.bold_txt
{
    font-weight: bold;
}
.imgviwer_tab
{
    position: relative;
    top: -34px;
}
.toolbox
{
    margin: 0 auto;
    display: table;
    position: relative;
    top: -30px;
    border: 1px solid #cfcfcf;
    padding: 1px 10px 1px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.toolbox a
{
    padding: 6px 0;
    display: inline-block;
}
.imagepanel
{
    border: 1px solid #cfcfcf;
    padding: 1px 6px 1px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    max-height: 630px;
    min-height: 400px;
}
.center_align
{
    text-align: center !important;
}
.toolbox span.divider
{
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #fff;
    height: 15px;
    margin: 0 6px 0 3px;
    vertical-align: middle;
    height: 25px;
    display: inline-block;
}
.tooltext
{
    font-size: 11pt;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}
.disclaimer
{
    background: url("../images/title_disclaimer_40.png") 0 0 no-repeat;
}
.content_landing
{
    margin: 40px 52px;
}
.content_landing_input
{
    margin: 15px 52px 10px 52px;
}
.content_landing_search
{
    margin: 15px 52px 30px 52px;
}
.landing_button
{
    text-align: right;
    padding: 5px 15px 15px 15px;
}
.calendar_ico
{
    margin-left: 5px;
}
.search_ico
{
    background: url("../images/title_search_40.png") 0 0 no-repeat;
}
.greycontent_panel
{
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}
.leftCol
{
    width: 40%;
    font-weight: normal;
    text-align: right;
    margin-right: 3%;
    float: left;
}
.righCol
{
    float: left;
}
.fullwidth
{
    width: 100%;
}
.smallfont_btn
{
    font-size: 11pt !important;
}
.largefont
{
    font-size: 16pt;
}
.faq_ico
{
    background: url("../images/title_faq_40.png") 0 0 no-repeat;
}
.faq_leftpanel
{
    float: left;
    width: 48%;
    margin-right: 2%;
    border-right: 1px solid #d9d9d9;
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
}
.faq_rightpanel
{
    float: right;
    width: 48%;
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
}
.greyhead
{
    color: #666;
    font-weight: bold;
}
.faqlinkstyle
{
    margin: 0;
    padding: 0;
}
.faqlinkstyle li
{
    margin-bottom: 5px;
    line-height: 1em;
}
.addtocart_big
{
    background: url("../images/title_addToCart_40.png") 0 0 no-repeat;
}

/* tool tip */
a.tooltip
{
    outline: none;
}
a.tooltip span
{
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 520px;
    font-size: 12pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
a.tooltip:hover span
{
    display: inline;
    position: absolute;
    background: #d9e4ee;
}
.callout
{
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}
a.tooltip1
{
    outline: none;
}
a.tooltip1 span.onlyspan
{
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 10px;
    margin-left: -390px;
    width: 380px;
    font-size: 12pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
a.tooltip1:hover span.onlyspan
{
    display: inline;
    position: absolute;
    background: #d9e4ee;
}
/* tooltip End */
.searchlink_ico
{
    background: url(../images/openSearchPanel_24.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.addtocart_report
{
    background: url("../images/title_addRptToCart_40.png") 0 0 no-repeat;
}
.shopping_cartico
{
    background: url("../images/title_viewShoppingCart_40.png") 0 0 no-repeat;
    width: 220px;
    float: left;
}
.shopping_carticospan
{
    color: #7391ae;
    font-size: 18pt;
    font-weight: bold;
    display: inline-block; 
    margin-left: 10px;
}
.lineheight40
{
    line-height: 40px;
}
.bluefont
{
    color: #7391ae;
}
.checkout_ico
{
    background: url("../images/title_checkout_40.png") 0 0 no-repeat;
}
.content_panel_popup
{
    margin: 10px 0 10px 52px;
}
.tipcontrol
{
    top: 60px;
    left: -400px;
}
.orderconfirmation
{
    background: url("../images/title_orderConfirmation_40.png") 0 0 no-repeat;
}
.arrow_icon
{
    background: url("../images/pgNavNext_n.png") 0 0 no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12pt;
    padding-left: 25px;
    margin-bottom: 5px;
}
.ui-datepicker-trigger
{
    width: 24px;
    min-width: 10px;
    height: 24px;
    background-color: transparent;
    background: url("../images/datePicker_24.png") 0 0 no-repeat;
    border: none;
    margin-left: 2px;
    font-size: 0px;
    padding: 0px !important;
}

/* anand added for pagging */
.pagging
{
    border: 1px solid #d9d9d9;
    background-color: #f8f8f8;
    padding: 0px 2px 0px 2px;
    border-radius: 5px;
    margin-left: 6px;
}
.pagging li
{
    display: inline;
    list-style-type: none;
    vertical-align: middle;
    height: 100%;
}
.pagging li a
{
    font-size: 11pt !important;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.pagging li.first a, .pagging li.previous a, .pagging li.next a, .pagging li.last a
{
    text-indent: -9999px;
    width: 23px;
    height: 31px;
}
.pagging li.first a
{
    background: url(../images/pgNavFirst_n.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}
.pagging li.previous a
{
    background: url(../images/pgNavPrev_n.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}
.pagging li.next a
{
    background: url(../images/pgNavNext_n.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}
.pagging li.last a
{
    background: url(../images/pgNavLast_n.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}

.pagging li.first a.inactive
{
    background: url(../images/pgNavFirst_d.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}
.pagging li.previous a.inactive
{
    background: url(../images/pgNavPrev_d.png) #f8f8f8 no-repeat center left;
    border-right: 1px solid #d9d9d9;
}
.pagging li.next a.inactive
{
    background: url(../images/pgNavNext_d.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}
.pagging li.last a.inactive
{
    background: url(../images/pgNavLast_d.png) #f8f8f8 no-repeat center right;
    border-left: 1px solid #d9d9d9;
}
/* Ajax tabs css starts */
.ajax__tab_container
{
    border: 1px solid #dddddd;
    background-color: #f3f3f3;
    color: #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 6px;
}
.Tab .ajax__tab_header
{
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: auto;
    display: inline-block;
    float: none;
    top: -24px;
    border: 1px solid #959695;
    border-top-color: #aeafae;
    border-bottom-color: #7c7e7c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12pt;
    height: 33px;
}
/*Body*/
.Tab .ajax__tab_body
{
    text-align: left; /*  min-height:200px;     max-height:600px;     overflow:auto;*/
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    min-width: 80px;
    line-height: 33px;
    height: 33px;
    background: #457197 url("../images/tabdark.png") repeat-x left;
    color: #fff;
}
.Tab .ajax__tab_active .ajax__tab_tab:hover
{
    color: #fff;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #4c4c4c; /* background:#f3f2ff url("../../tab_hover.gif") repeat-x;*/
    background-color: #f3f2ff;
    min-height: 20px;
    cursor: pointer;
}

/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #4c4c4c;
    min-width: 80px;
    line-height: 33px;
    height: 33px;
    background: #c0c4c8 url("../images/tablight.png") repeat-x left;
    border-right: 1px solid #959695; /*border-bottom-width: 0;*/
}
.normaltab_pad
{
    padding: 5px 9px 0px 9px;
    overflow:auto;
}
/* Ajax tabs css Ends */
.refineType
{
    font-size: 12pt;
    margin: 15px 0 10px 0;
    color: #333;
    font-weight: bold;
}
.refine_style ul li
{
    font-size: 12pt;
}
.toplinks span.ms-SPLink, .toplinks span.ms-SPLink span, .toplinks span.ms-SPLink:hover, .toplinks span.ms-SPLink span:hover
{
    font-size: 11pt;
}
.toplinks span.ms-SPLink .ms-menu-a, .toplinks span.ms-SPLink .ms-viewselector-arrow
{
    vertical-align: top;
}
/* combobox */
.comboboxcss_acs
{
    position: relative;
    top: -5px;
}
.comboboxcss_acs table.ajax__combobox_inputcontainer
{
    width: auto;
    margin-left: 0;
}
.comboboxcss_acs_pgnumber .ajax__combobox_textboxcontainer input
{
    width: 30px !important;
}
.comboboxcss_acs_small .ajax__combobox_textboxcontainer input
{
    width: 100px !important;
}
.comboboxcss_acs .ajax__combobox_textboxcontainer input
{
    background-color: #f8f8f8;
    color: #333;
    outline: 0 !important;
    font-family: Arial, "Helvetica Neue" ,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15),0px 1px 0 #d9d9d9;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.15),0px 1px 0 #d9d9d9;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.15),0px 1px 0 #d9d9d9;
    border: 1px solid #949694;
    border-top-color: #aeafae;
    border-bottom-color: #7d7f7d;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    border-right: none;
    -webkit-border-top-right-radius: 0px; 
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.comboboxcss_acs_number .ajax__combobox_textboxcontainer input
{
    width: 20px;
}
/*.comboboxcss_acs .ajax__combobox_buttoncontainer
{
     width:30px !important;
     overflow:hidden;
}*/
.comboboxcss_acs .ajax__combobox_buttoncontainer button
{
    background: url("../images/dropdown_arrow.png") no-repeat center center;
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f; /*-webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);     -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);     box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15);     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197');     background-image: -moz-linear-gradient(top,#91b4cc,#457197);     background-image: -ms-linear-gradient(top,#91b4cc,#457197);     background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197));     background-image: -webkit-linear-gradient(top,#91b4cc,#457197);     background-image: -o-linear-gradient(top,#91b4cc,#457197);     background-image: linear-gradient(top,#91b4cc,#457197);     color: #fff;     text-shadow: 0 -1px 0 #32537f;*/
    width: 30px !important;
    min-width: 20px;
    height: 26px !important;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.comboboxpagging
{
    top: -1px;
}
.comboboxcss_acs .ajax__combobox_itemlist
{
    border: solid 1px #d9d9d9;
    color: #333;
    background-color: #fff;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 2px;
    position: absolute;
    float: left;
    left: 0;
    width: 100%;
    outline: 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    box-shadow: rgba(0,0,0,0.2) 0 2px 8px; /*min-height:20px;     display:block !important;     visibility:visible !important;*/
}
.comboboxcss_acs .ajax__combobox_itemlist li
{
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 20px;
    padding-left: 6px;
    line-height: 20px;
}
.comboboxcss_acs .ajax__combobox_itemlist li:hover
{
    background-color: #0080ff;
    color: #fff;
    text-decoration: none;
}
.comboboxcss_acs_large .ajax__combobox_textboxcontainer input
{
    width: 271px;
    height: 30px;
    line-height: 30px;
}
.comboboxcss_acs_large .ajax__combobox_buttoncontainer button
{
    height: 32px !important;
}
.comboboxcss_acs_largewidth .ajax__combobox_textboxcontainer input
{
    width: 271px;
}
.comboboxcss_acs_large_landing .ajax__combobox_textboxcontainer input
{
    height: 30px;
    line-height: 30px;
    font-size: 12pt;
    font-weight: bold;
}
.comboboxcss_acs_large_landing .ajax__combobox_buttoncontainer button
{
    height: 32px !important;
}
/* combobox end */
/*Calendar Control CSS*/
.CalendarCSS .ajax__calendar_container
{
    background-color: #f3f3f3;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 239px;
    font-family: Arial, "Hevetica Neue" ,Helvetica,sans-serif;
    -webkit-box-shadow: 0 5px 10px #767676;
    -moz-box-shadow: 0 5px 10px #767676;
    box-shadow: 0 5px 10px #767676;
    position: relative;
    padding: 5px 0 0 0;
}
.CalendarCSS .ajax__calendar_header
{
    margin-bottom: 4px;
}
.CalendarCSS .ajax__calendar_title, .CalendarCSS .ajax__calendar_next, .CalendarCSS .ajax__calendar_prev
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12pt;
    color: #333;
    font-weight: bold;
}
.CalendarCSS .ajax__calendar_body table
{
    border-spacing: 0;
    border-collapse: separate;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 239px;
}
.CalendarCSS .ajax__calendar_body table thead td
{
    color: #333;
    font-weight: bold;
    font-size: 10pt;
    width: 34px;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
}
.CalendarCSS .ajax__calendar_body table tbody td
{
    color: #333;
    font-size: 10pt;
    width: 32px;
    height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #c2c2c2;
    border-top-width: 0;
    border-left-width: 0;
    vertical-align: middle;
}
.CalendarCSS .ajax__calendar_prev
{
    background: url("../images/cal_month_arrow_prev_8x10.png") no-repeat 0 0;
    height: 10px;
    float: left;
    cursor: pointer;
}
.CalendarCSS .ajax__calendar_next
{
    background: url("../images/cal_month_arrow_next_8x10.png") no-repeat 0 0;
    height: 10px;
    float: right;
    cursor: pointer;
}
.CalendarCSS .ajax__calendar_body, .CalendarCSS .ajax__calendar_days
{
    width: 239px;
}
.CalendarCSS .ajax__calendar_body table tbody td.ajax__calendar_active
{
    -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7;
    -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7;
    box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197');
    background: -moz-linear-gradient(top,#91b4cc,#457197 74%);
    background: -ms-linear-gradient(top,#91b4cc,#457197 74%);
    background: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197));
    background: -webkit-linear-gradient(top,#91b4cc,#457197 74%);
    background: -o-linear-gradient(top,#91b4cc,#457197 74%);
    background: linear-gradient(top,#91b4cc,#457197 74%);
    border: 1px solid #416289;
    border-top-color: #4f7093;
    border-bottom-color: #32537f;
    color: #fff;
    text-shadow: 0 -1px 0 #32537f;
    border-left-width: 0;
    border-top-width: 0;
}

.CalendarCSS .ajax__calendar_day, .CalendarCSS .ajax__calendar_year, .CalendarCSS .ajax__calendar_month
{
    /*color: #004080;*/
    text-align: center;
    width: auto;
}
/*
.CalendarCSS .ajax__calendar_hover .ajax__calendar_day,
.CalendarCSS .ajax__calendar_hover .ajax__calendar_month,
.CalendarCSS .ajax__calendar_hover .ajax__calendar_year,
.CalendarCSS .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #DEF1F4;
}
*/
.CalendarCSS .ajax__calendar_today
{
    font-weight: bold;
}
.CalendarCSS .ajax__calendar_other, .CalendarCSS .ajax__calendar_hover .ajax__calendar_today, .CalendarCSS .ajax__calendar_hover .ajax__calendar_title
{
    color: #333;
}
/* SP Dialog Starts */
/*.ms-dlgOverlay {
  background-color: #333;
}*/
.ms-dlgContent
{
    background-color: #fdfdfd;
    min-width: 445px;
    width: auto;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.ms-dialog body
{
    background-color: #fdfdfd !important;
    min-width: 440px !important;
    max-width: 1000px;
    overflow: hidden;
}
html.ms-dialog
{
    overflow: auto;
}
/*Hiding overflow for Add to cart pop up*/
.ms-dlgFrameContainer
{
    min-width: 400px;
    max-width: 1000px;
    overflow: hidden;
}
.ms-dialog #bodycontainer
{
    margin: 15px !important;
}
.ms-dlgBorder
{
    border: none;
    background-color: transparent;
}
.ms-dlgTitle
{
    display: none !important;
}

/* SP Dialog Ends */
.pnl_hide
{
    display: none;
}
.height30_txt
{
    height: 30px !important;
    line-height: 30px !important;
}
.docdetail_grid tr:first-child td:first-child
{
    width: 75px;
}
.addtocart_controlestyle
{
    width: 260px;
}
.addtocart_lblstyle
{
    width: 160px;
}
.numberlabel
{
    width: 86px;
}
.watermarktxt
{
    color: #9c9c9c !important;
}
#bodycontainer .ms-PartSpacingVertical
{
    height: 0px;
    margin-top: 0px;
}
.Tab .normal_label
{
    width: 52%;
}
.Tab .normal_label_value
{
    width: 43.5%;
}
.Tab .formrow
{
    width: 100%;
}
.content_landing_input .large_txtboxwidth
{
    width: 316px !important;
}
.content_landing_input .calendar_txt
{
    width: 94px !important;
}
div.imageviewer
{
    overflow: auto;
    background-color: #fff;
    position:relative;
    max-height:200px;
}
div.tabSummary,div.tabNames{overflow: auto;}
.cartviewbottom
{
 width:94%;   
}

.watermarked_txtbox
{
    width: 123px !important;
    color: #9c9c9c !important;
}
.nopadding_nomargin{padding:0px !important;margin:0px !important;}
/* checkbox styling starts */

input[type=checkbox].checkbox_style
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].checkbox_style + label.label_style_checkbox
{
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].checkbox_style:checked + label.label_style_checkbox
{
    background-position: 0 -45px;
}
.label_style_checkbox
{
    background-image: url(../images/checkbox.png);
}

/* checkbox styling ends */

a.tooltip_tipsmall
{
    outline: none;
}
a.tooltip_tipsmall span.infoval
{
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 20px;
    margin-left: -220px;
    min-width:100px;
    width: auto;
    font-size: 12pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
a.tooltip_tipsmall:hover span.infoval
{
    display: inline;
    position: absolute;
    background: #d9e4ee;
}






/* added by anand */
section { display: block; }
a { text-decoration: none; }
a.xrxAlert { color: #a00; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a img { border: 0; }

body .dk_toggle .dk_label { border: 1px solid #959695; border-top-color: #aeafae; border-bottom-color: #7c7e7c; -webkit-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15); box-shadow: inset 0 1px 0 #fbfbfc,inset 1px 0 0 #eaebed,inset 0 -1px 0 #dbdde0,inset -1px 0 0 #eaebed,0px 1px 0 rgba(0,0,0,0.15); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f7',endColorstr='#c0c4c8'); background-image: -moz-linear-gradient(top,#f5f5f7,#c0c4c8); background-image: -ms-linear-gradient(top,#f5f5f7,#c0c4c8); background-image: -webkit-gradient(linear,center top,center bottom,from(#f5f5f7),to(#c0c4c8)); background-image: -webkit-linear-gradient(top,#f5f5f7,#c0c4c8); background-image: -o-linear-gradient(top,#f5f5f7,#c0c4c8); background-image: linear-gradient(top,#f5f5f7,#c0c4c8); color: #333; text-shadow: 0 1px 0 #fff; border-right-width: 0; }
body .dk_toggle:hover .dk_label { -webkit-box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15); box-shadow: inset 0 1px 0 #fcfcfc,inset 1px 0 0 #eeeff0,inset 0 -1px 0 #e2e4e6,inset -1px 0 0 #eeeff0,0px 1px 0 rgba(0,0,0,0.15); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f8',endColorstr='#cdd0d3'); background-image: -moz-linear-gradient(top,#f7f7f8,#cdd0d3); background-image: -ms-linear-gradient(top,#f7f7f8,#cdd0d3); background-image: -webkit-gradient(linear,center top,center bottom,from(#f7f7f8),to(#cdd0d3)); background-image: -webkit-linear-gradient(top,#f7f7f8,#cdd0d3); background-image: -o-linear-gradient(top,#f7f7f8,#cdd0d3); background-image: linear-gradient(top,#f7f7f8,#cdd0d3); border-right-width: 0; }
body .dk_toggle:active .dk_label { -webkit-box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff; box-shadow: inset 0 1px 0 #717374,inset 0 2px 0 #a2a5a8,inset 1px 0 0 #b8bbbe,inset 0 -1px 0 #aaacaf,inset -1px 0 0 #b8bbbe,0px 1px 0 #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc1c5',endColorstr='#9d9fa2'); background-image: -moz-linear-gradient(top,#bdc1c5,#9d9fa2); background-image: -ms-linear-gradient(top,#bdc1c5,#9d9fa2); background-image: -webkit-gradient(linear,center top,center bottom,from(#bdc1c5),to(#9d9fa2)); background-image: -webkit-linear-gradient(top,#bdc1c5,#9d9fa2); background-image: -o-linear-gradient(top,#bdc1c5,#9d9fa2); background-image: linear-gradient(top,#bdc1c5,#9d9fa2); border: 1px solid #545456; border-top-color: #545456; border-bottom-color: #545456; border-right-width: 0; }
body .dk_container.disabled .dk_toggle .dk_label { color: #c2c2c2; text-shadow: none; background-color: #eff0f0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-image: none; filter: none; border: 1px solid #dcdddd; border-right-width: 0; }


.dk_container { height: 33px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;float:left;margin-right:4px; }
.dk_container a { cursor: pointer; outline: 0; text-decoration: none; }
.dk_container.icon .dk_options_inner li { height: 30px; }
.dk_container.icon .dk_options_inner li.dk_option_current a { background-position: 8px 6px; }
.dk_container.disabled { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.dk_container.disabled .dk_toggle.icon img { opacity: .35; -ms-filter: alpha(opacity=(35)); filter: alpha(opacity=35); zoom: 1; }
.dk_container.small { height: 26px; }
.dk_container.small .dk_toggle { height: 23px; }
.dk_container.small .dk_toggle .arrow { height: 23px; width: 24px; }
.dk_container.small .dk_toggle .arrow img { padding-top: 0; padding-left: 9px; vertical-align: middle; }
.dk_container.small .dk_toggle .dk_label { top: 1px; height: 23px; line-height: 23px; font-size: 12pt; font-weight:normal }
.dk_container:active { outline: 0 !important; }

.dk_toggle { height: 30px; padding: 0; cursor: pointer; outline: 0 !important; color: #333; text-shadow: 0 1px 0 #fff; font-family: Arial, "Helvetica Neue" ,Helvetica,sans-serif; white-space: nowrap; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: -moz-inline-stack; display: inline-block; }
.dk_toggle .arrow { float: right; height: 30px; width: 31px; -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.dk_toggle .arrow img { padding-top: 11px; padding-left: 11px; }
.dk_toggle .dk_label { display: inline-block; padding-left: 8px; line-height: 30px; height: 30px; text-shadow: 0 1px 0 #fff; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; overflow: hidden; text-overflow: ellipsis; }
.dk_toggle .dk_label .icon { padding-top: 5px; }
.dk_toggle .dk_label .icon img { vertical-align: middle; margin-top: -3px; margin-left: -3px; padding-right: 1px; }
.dk_toggle .dk_label .icon.disabled img { opacity: .35; -ms-filter: alpha(opacity=(35)); filter: alpha(opacity=35); zoom: 1; }
.dk_toggle .dk_label .icon.disabled.withActivity img { opacity: 1; -ms-filter: alpha(opacity=(100)); filter: alpha(opacity=100); zoom: 1; }
.dk_toggle:hover { text-decoration: none; }

.dk_open { position: relative; z-index: 10; outline: 0 !important; }
.dk_open .dk_options { display: block; }
.dk_open .dk_label { color: inherit; }
.dk_options { border: solid 1px #d9d9d9; color: #333; background-color: #fff; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; margin-top: 2px; position: absolute; float: left; left: 0; width: 100%; outline: 0 !important; -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 8px; -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px; box-shadow: rgba(0,0,0,0.2) 0 2px 8px; }
.dk_options a, .dk_options a:link, .dk_options a:visited { display: block; }
.dk_options_inner { overflow: auto; position: relative; list-style: none; margin: 0; padding: 0; z-index: 900; overflow: visible; background-color: #fff;max-height:340px;overflow-y:auto; }
.dk_options_inner li { display: block; white-space: nowrap; vertical-align: middle; margin-top: 3px; margin-bottom: 3px; height: 20px; }
.dk_options_inner li.optGroup { height: auto; text-indent: 24px; color: #999; }
.dk_options_inner li.optGroup ul { margin: 3px; margin-left: 0; padding-left: 0; font-style: normal; }
.dk_options_inner li a { display: block; line-height: 20px; background-image: url(images/ClearGIF.gif); background-repeat: no-repeat; background-position: 6px 2px; color: #333; text-decoration: none; padding-left: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.dk_options_inner li a:hover { background-color: #0080ff; color: #fff; text-decoration: none; }
.dk_options_inner li a img { vertical-align: middle; padding-left: 3px; padding-right: 3px; }
.dk_options_inner li.dk_option_current a { background-image: url(images/dd_check_n.png); }
.dk_options_inner li.dk_option_current a:hover { background-image: url(images/dd_check_h.png); color: #fff; }


section.xrxAlert .dk_toggle .dk_label, div.xrxSection.xrxAlert .dk_toggle .dk_label { border: 2px #d28910 solid; border-right: 0; }
section.xrxAlert .dk_toggle .arrow, div.xrxSection.xrxAlert .dk_toggle .arrow { border: 2px #d28910 solid; border-left: 0; }
body.ie7 section.xrxAlert .dk_toggle .dk_label, body.ie7 div.xrxSection.xrxAlert .dk_toggle .dk_label { border-left-width: 1px; }
body.ie7 section.xrxAlert .dk_toggle .arrow, body.ie7 div.xrxSection.xrxAlert .dk_toggle .arrow { border-right-width: 2px; }
body.ie7 .dk_toggle .dk_label, body.ie8 .dk_toggle .dk_label { background-image: url('/'); background-repeat: repeat; }
body.ie7 .dk_toggle .arrow, body.ie8 .dk_toggle .arrow { background-image: url('/'); background-repeat: repeat; }
section, div.xrxSection { float: none; clear: both; margin-bottom: 7px; }
section.xrxAlert .xrxLabel, div.xrxSection.xrxAlert .xrxLabel { color: #a00; }
section.xrxAlert fieldset, div.xrxSection.xrxAlert fieldset { border: 2px #d28910 solid; }
section.xrxAlert .inlineError, div.xrxSection.xrxAlert .inlineError { display: block; }
section.xrxAlert .inlineError.floatting, div.xrxSection.xrxAlert .inlineError.floatting { display: none; }
section.xrxAlert:hover .inlineError.floatting, div.xrxSection.xrxAlert:hover .inlineError.floatting { display: block; }
section.xrxAlert:hover .inlineErrorArrow, div.xrxSection.xrxAlert:hover .inlineErrorArrow { display: block; }
section.xrxInline, div.xrxSection.xrxInline { float: left; clear: none; }
section fieldset, div.xrxSection fieldset { border: 0; font-weight: normal; }
section fieldset label, div.xrxSection fieldset label { display: block; }
section fieldset label.noBr, div.xrxSection fieldset label.noBr { display: inline; }
section span + .dk_container, div.xrxSection span + .dk_container { display: inline-block; }

.xrxLabel { font-weight: bold; }
.xrxReq { color: #a00; }
span.xrxLabel { margin-right: 5px; }
div.xrxLabel { margin-bottom: 4px; }
div.xrxLabel .xrxReq { padding-left: 4px; }


body .dk_toggle .arrow { border: 1px solid #416289; border-top-color: #4f7093; border-bottom-color: #32537f; -webkit-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15); box-shadow: inset 0 1px 0 #a5c4da,inset 1px 0 0 #8daec7,inset 0 -1px 0 #7498b4,inset -1px 0 0 #8daec7,0px 1px 0 rgba(0,0,0,0.15); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91b4cc',endColorstr='#457197'); background-image: -moz-linear-gradient(top,#91b4cc,#457197); background-image: -ms-linear-gradient(top,#91b4cc,#457197); background-image: -webkit-gradient(linear,center top,center bottom,from(#91b4cc),to(#457197)); background-image: -webkit-linear-gradient(top,#91b4cc,#457197); background-image: -o-linear-gradient(top,#91b4cc,#457197); background-image: linear-gradient(top,#91b4cc,#457197); color: #fff; text-shadow: 0 -1px 0 #32537f; }
body .dk_toggle:hover .arrow { -webkit-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15); box-shadow: inset 0 1px 0 #b7d0e1,inset 1px 0 0 #a4bed2,inset 0 -1px 0 #90adc3,inset -1px 0 0 #a4bed2,0px 1px 0 rgba(0,0,0,0.15); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7c3d6',endColorstr='#6a8dab'); background-image: -moz-linear-gradient(top,#a7c3d6,#6a8dab); background-image: -ms-linear-gradient(top,#a7c3d6,#6a8dab); background-image: -webkit-gradient(linear,center top,center bottom,from(#a7c3d6),to(#6a8dab)); background-image: -webkit-linear-gradient(top,#a7c3d6,#6a8dab); background-image: -o-linear-gradient(top,#a7c3d6,#6a8dab); background-image: linear-gradient(top,#a7c3d6,#6a8dab); }
body .dk_toggle:active .arrow { -webkit-box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff; box-shadow: inset 0 1px 0 #334b5e,inset 0 2px 0 #385f7f,inset 1px 0 0 #51779c,inset 0 -1px 0 #43648c,inset -1px 0 0 #51779c,0px 1px 0 #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#426f95',endColorstr='#426f95'); background-image: -moz-linear-gradient(top,#426f95,#426f95); background-image: -ms-linear-gradient(top,#426f95,#426f95); background-image: -webkit-gradient(linear,center top,center bottom,from(#426f95),to(#426f95)); background-image: -webkit-linear-gradient(top,#426f95,#426f95); background-image: -o-linear-gradient(top,#426f95,#426f95); background-image: linear-gradient(top,#426f95,#426f95); border: 1px solid #263647; border-top-color: #263647; border-bottom-color: #263647; }
body .dk_container.disabled .dk_toggle .arrow { color: #e6f0f7; text-shadow: none; background-color: #becddb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-image: none; filter: none; border: 1px solid #b7c3d2; }
body .dk_options_inner li a { color: #333; }
body .dk_options_inner li a:hover { background-color: #a5c4da; color: #333; }
body .dk_options_inner li.dk_option_current a:hover { background-image: url("images/dd_check_n.png"); color: #333; }
body .xrxContextMenu li a { color: #333; }
body .xrxContextMenu li a:hover { background-color: #a5c4da; color: #333; }


.xrx-cb img, .xrx-rdo img { margin-top: 2px; vertical-align: middle; width: 20px; height: 20px; background-color: transparent; background-repeat: no-repeat; margin-bottom: 4px; }
label .xrx-cb img { margin-top: 1px; margin-bottom: 5px; }
.xrx-cb img { background-position: 0 0; }
.xrx-cb-hover img { background-position: 0 -20px; }
.xrx-cb-hover:active img { background-position: 0 -40px; }
.xrx-cb-checked img { background-position: 0 -60px; }
.xrx-cb-checked .xrx-cb-hover img { background-position: 0 -80px; }
.xrx-cb-checked .xrx-cb-hover:active img { background-position: 0 -100px; }
.xrx-cb-disabled img { background-position: 0 -120px; }
.xrx-cb-disabled:active img { background-position: 0 -120px; }
.xrx-cb-checked .xrx-cb-disabled img { background-position: 0 -140px; }
.xrx-cb-checked .xrx-cb-disabled:active img { background-position: 0 -140px; }
.xrx-rdo img { background-position: 100% 0; }
.xrx-rdo-hover img { background-position: 100% -20px; }
.xrx-rdo-hover:active img { background-position: 100% -40px; }
.xrx-rdo-checked img { background-position: 100% -60px; }
.xrx-rdo-checked .xrx-rdo-hover img { background-position: 100% -80px; }
.xrx-rdo-checked .xrx-rdo-hover:active img { background-position: 100% -80px; }
.xrx-rdo-disabled img { background-position: 100% -120px; }
.xrx-rdo-disabled:active img { background-position: 100% -120px; }
.xrx-rdo-checked .xrx-rdo-disabled img { background-position: 100% -140px; }
.xrx-rdo-checked .xrx-rdo-disabled:active img { background-position: 100% -140px; }
body .xrx-cb img, body .xrx-rdo img { background-image: url("../images/radio_checkbox.png"); }


.ms-dlgOverlay{width:100% !important;height:100% !important;}
.countposition
{
 position:relative;
 top:2px;   
}
.dk_options_inner li a
{
 font-size:12pt !important;   
}