/* 
    Document   : main.css
    Created on : 10-Aug-2013, 13:33:42
    Author     : Chris
    Description:
        Purpose of the stylesheet follows.
*/

* {
    padding:0 0;
    margin:0 0;
}

.page {
    text-align: left;
    width: 1200px;
    margin: 0px auto;
    background: #ffffff;
    min-height: 730px;
    padding: 10px;
    border:1px solid #e0e0e0;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*corners */
    border-radius:15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;/* Firefox */
    -webkit-border-radius:15px 15px 0px 0px; /* Safari, Chrome */
    text-decoration:none;
}
body {
    font: 8pt  Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
    margin: 0px;
    /*padding: 20px 10px 0px;*/
    /*background:  #2F3485;*/ 
    /*background: url("../../images/main_texture.jpg") repeat-x scroll 100% 0 #EDEDED;*/
}
img {
    border-style: none;
    text-decoration:none;
    /*margin:5px 5px 0px 5px;*/
}

#banner{
    /*background: #080E73;*/
    height:100px;
    margin: 0px auto;
    margin-bottom: 10px;
    width: 1200px;
    padding: 10px;

    /*shadow*/
    -moz-box-shadow: 0px 0px 5px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px 5px #CCC;
    box-shadow: 0px 0px 5px 5px #CCC;
    /*corners */
    border-radius:0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;/* Firefox */
    -webkit-border-radius: 0px 0px 15px 15px; /* Safari, Chrome */
}
#banner a{
    text-decoration:none;
    /*color:#7277D8;*/
}
.logoimg{
    float: left;
    /*width:370px;*/
    /*background:#7277D8;*/
    background:#ffffff;
}


.contact{
    float: left;
    font: 14pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:normal;
    color: #336699;
    margin-top:37px;
    /*border-style: 1px solid #ffffff;*/
    /*background:#7277D8;*/
    /*background: url("../../images/BlueBar.png") repeat-x scroll 50% 0;*/
    padding:0px;
}
.contact a{
    font: 14pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:normal;
    color: #336699;
    /*background:#7277D8;*/
    /*background: url("../../images/BlueBar.png") repeat-x scroll 50% 0;*/
    padding:0px;
}
h1{
    font: 12pt Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    color: #ffffff;
    background:#7277D8;
    /*background: url("../../images/BlueBar.png") repeat-x scroll 50% 0;*/
    padding:5px;

}
h1 a{
    text-decoration:none;
    font: 12pt Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    color: #ffffff;
}
h2{
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eeeeee; 
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:normal;
    padding:2px;
}
h3{
    font: 8pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    color: #333333;
}
p{
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
}
textarea{
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:normal;
    color: #333333;
    height:100px;
}
td{
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:normal;
    /*color: #333333;*/
    /*vertical-align: middle;*/
}
/*--Ajax Loader --*/
#ajaxBusy {
    display: none;
    /*margin: 0px 0px 0px -50px;*/ 
    padding: 30px 10px 10px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: url(../../images/loading2.gif) no-repeat center center;
    /*border: 1px solid #000;*/
}
/*--Ajax Loader --*/
/*-- navbar style --*/
.navbar {
    /*background: #1921B1;*/
    /*background: url("../../images/blue_0.png") repeat-x scroll 50% 0;*/
    color: #ffffff;
    /*height:45px;*/ 
    padding:0px;
    margin:0px;
}

.navbar ul{
    margin:0;
    padding:0;
    color:#7277D8;
    list-style:none;
    /*padding:5px 5px 0px 10px;*/
}
.navbar a {
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    padding:2px;
    display:block;
    color:#7277D8;
    text-decoration:none;
}
.navbar li {
    float:left;
    width:15em;
    /*color:#7277D8;*/
    text-align:center;
    margin:1px;
    border:1px solid #e0e0e0;
    /*corners */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}
.navbar li:hover {
    /*background:#ffffff;*/
    color:#7277D8;
    /*border-top:.2em solid #7277D8;*/
    border-bottom:.3em solid #7277D8;
    /*border-right:.2em solid #c0c0c0;*/
    /*background:#7277D8;*/
    /*shadow*/
    -moz-box-shadow: 0px 0px 2px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px 2px #CCC;
    box-shadow: 0px 0px 2px 2px #CCC;
    /*corners */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

.navbar li ul {
    /*    display:none;
        color:#ffffff;
        margin:0px 0px 0px 0px;*/
}
.navbar li a{
    /*color:#7277D8;*/
    /*background:#c0c0c0;*/

}
.navbar li:hover a{
    /*color:#7277D8;*/
    color:#7277D8;
    background:#FFFFFF;

}
.navbar li:hover ul{
    /*    display:block;
        width:10em;
        padding:0px 0px 5px 10px;
        background:#f0f0f0;*/
    color:#7277D8;
    /*    border-bottom:.2em solid #c0c0c0;
        border-right:.2em solid #c0c0c0;
        position:absolute;*/
}
.selected {
    background:#7277D8;
    color:#FFFFFF;
    /*    border-bottom:.3em solid #7277D8;*/
    /*border-right:.2em solid #c0c0c0;*/
    /*background:#7277D8;*/

    /*corners */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}
.selected a{
    color:#FFFFFF;
}
/*-- end of navbar style --*/
.login {
    float:left;
    width:40px;
    height:15px;
    border:1px solid #B8AF8D;
    padding:10px;
    margin-top:20px;
    /*shadow*/
    -moz-box-shadow: 4px 4px 4px #CCC;
    -webkit-box-shadow: 4px 4px 4px #CCC;
    box-shadow: 4px 4px 4px #CCC;
    /*radius*/
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration:none;
    background:#336699;

}

.login a{
    color:#FFFFFF;
}

.loginbar {
    /*    width:190px;*/
    float:left;
    width:600px;
    font: 10pt  Arial,Verdana, Helvetica, sans-serif;
    font-weight:normal;
    text-align:left;
    color: #7277D8;
    margin-left:10px;
    margin-top:40px;
    color: #336699;
    /*margin-left:20px;*/
    /*position:relative;left:400px;top:-50px;*/
}
#loginbar a{
    color: #336699;
    text-decoration:none;

}
/* --- footer start -----*/
.footerlinks {
    width: 1220px;
    margin: 0px auto;
    height:20px;
    padding:5px,0px,10px;
    background: #7277D8;
    text-align:center;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
}
.footerlinks span {
    display:inline-block;
    padding-top:2px;
    height:18px;
    width:150px;
    color:#666666;
    /*border:1px solid #c0c0c0;*/
    text-align:center;
    text-decoration:none;
}
.footerlinks a {
    color:#ffffff;
    text-decoration:none;
}
.footerlinks span:hover {
    color:#f0f0f0;
    background:#080E73;
    text-decoration:none;
}
.footer{
    width: 1220px;
    margin: 0px auto;
    height:15px;
    padding:0px,0px,0px;
    /*background: url("../../images/BlueBar.png") repeat-x scroll 50% 0;*/
    background:#080E73;
    text-align:center;
    color:#ffffff;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
}

/* --- footer end -----*/


/* --- login start -------*/
/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #eeeeee;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: 0.6;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup{
    display:none;
    background: #ffffff;
    padding: 10px; 
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999; /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close { 
    /*Position the close button*/
    float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border:none;
}

form.signin .textbox label {
    display:block;
    padding-bottom:7px;
}

form.signin .textbox span {
    display:block;
}

form.signin p, form.signin span {
    color:#999;
    font-size:11px;
    line-height:18px;
}

form.signin .textbox input {
    background:#ffffff;
    border-bottom:1px solid #333;
    border-left:1px solid #000;
    border-right:1px solid #333;
    border-top:1px solid #000;
    color:#999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font:13px Arial, Helvetica, sans-serif;
    padding:6px 6px 4px;
    width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input:-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color:#000;
    border-width:1px;
    border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#333;
    cursor:pointer;
    display:inline-block;
    padding:6px 6px 4px;
    margin-top:10px;
    font:12px;
    width:214px;
}
.button:hover { background:#ddd; }
/* --- login end -------*/
/* Validate Tips */
input.text { margin-bottom:12px; margin-top:0px; width:65%; padding: .4em; color:#000000;}
fieldset { padding:0; border:0; margin-top:25px; }
.validateOfficeTips { border: 1px #dadada tranparent; padding: 0.3em;height:20px; }
.validateLocationTips { border: 1px #dadada tranparent; padding: 0.3em;height:20px; }
/* --- Account Details start --- */
.textfield{
    font: 8pt  Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
    width:350px;
}
#companyAddress{
    resize: none;
}
.validateTips { border: 1px #dadada tranparent; padding: 0.3em;height:20px; }
/* --- Account Details end --- */

/* --- Product List Table start --- */
#productListDiv{
    height:580px;
    border:solid 1px #c0c0c0; 
    overflow-x:hidden;
    overflow:auto;

}

.productListTable{
    width:100%;
    padding-left:0px;
    border-collapse:collapse;
}
.productListTable tr{
    border-bottom:#dadada 1px solid;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
    /*background: url("./images/blank_6_50.png") repeat-x*/

}
.productListTable td{
    padding-left:5px;
    cursor: pointer;
}
.tdpointer {
    cursor: pointer;
}
.productListTable tr:hover {
    /*background-color:#dadada;*/
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% ;
}

.searchMore{
    cursor: pointer;
    text-decoration:underline;
}
.searchMoreDiv{
    height:100px;
}
/* --- Product List Table end --- */

/* --- Product Page start ---- */
.mainarea {
    width:930px;
    float:left;
    text-align:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:700px;
    background: white;
    margin-top:5px;
    margin-left:5px;
    margin-right:2.5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-decoration:none;
}
.toolbar{
    background:#CCC;
    padding:2px;
    text-align:left;
    /*corners */
    height:40px;
    color:white;
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}
/* --- Product Page end ---- */
.regstoolbar{
    background:#CCC;
    padding:2px;
    text-align:left;
    /*corners */
    height:60px;
    color:white;
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}
/*---- separateLoginPage ----*/

.separateLoginPage {
    width:900px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:700px;
    background: white;
    margin-top:5px;
    margin-left:5px;
    margin-right:2.5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:center;
    text-decoration:none;
}
.Loginpage{
    position: absolute;
    z-index: 15;
    top: 35%;
    left: 37%;
    margin: 0px 0 0 0px;
    width:220px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:200px;
    background: white;
    margin-top:5px;
    margin-left: auto ;
    margin-right: auto ;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:center;
    text-decoration:none;
}

/*---- end separateLoginPage ----*/
/* --- Home Page start ---- */
.blocktext {
    width:450px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:700px;
    background: white;
    margin-top:5px;
    margin-left:5px;
    margin-right:2.5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:center;
    text-decoration:none;
}
.blocktext ul {
    margin: 10px 10px 10px 30px;
    text-align:left;	
}
.blocktext p {
    margin: 5px 10px 5px 10px;
    text-align:left;
}

.blocktext img {
    margin:5px;
    border:1px solid #B8AF8D;
    background:white;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;	

}
.blocktextnews{
    width:200px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:700px;
    background: white;
    margin-top:5px;
    margin-left:7px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none;

}
.blocktextnewsframe{
    width:190px;
    height:670px;
    overflow-y:auto;
    overflow-x:hidden;
    margin:5px;
    border:1px solid #B8AF8D;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none; 
}
.blocktextnewsscroll{
    width:170px;
    height:950px;
    margin-left:10px;
}

/*--- News panel with Video assistant --*/
.blocktextnews_video{
    width:210px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:505px; /*700*/
    background: white;
    margin-top:5px;
    margin-left:7px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:5px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none;

}
.blocktextnewsframe_video{
    width:195px;
    height:465px;
    overflow-y:auto;
    overflow-x:hidden;
    margin:5px;
    border:1px solid #B8AF8D;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none; 
}
.blocktextnewsscroll_video{
    width:170px;
    height:950px;
    margin-left:10px;
}

/*---- Video Assistant ----*/
.helpvideoframe{
    width:210px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:185px;
    background: white;
    margin-top:5px;
    margin-left:7px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:5px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none;
}

.videolistingframe{
    width:195px;
    height:150px;
    overflow-y:auto;
    overflow-x:hidden;
    margin:5px;
    border:1px solid #B8AF8D;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none; 
}

.videolistingscroll{
    width:170px;
    height:500px;
    margin-left:10px;
}


/* --- Home Page end ---- */


.selectButton {
    /*width:50px;*/
    /*height:20px;*/
    /*border: 1px solid transparent; padding: 0.1em;*/
    margin:2px;
    padding:0px;
    height:30px;
    width:30px;
}
.selectButton a {

    height:30px;
    width:30px;
}
.selectButton img{
    /*width:50px;*/
    /*height:20px;*/
    /*border: 0px solid transparent; padding: 0.1em;*/
    margin:0px;
    padding:0px;
    height:20px;
    width:20px;
}
.sortButton {
    /*width:50px;*/
    /*height:20px;*/
    /*border: 1px solid transparent; padding: 0.1em;*/
    margin-top:10px;
    margin-left:5px;
    padding:0px;
    height:20px;
    width:30px;
}
.sortButton img{
    width:15px;
    height:15px;
    /*border: 0px solid transparent; padding: 0.1em;*/
    margin:0px;
    padding:0px;
}
.ptextBox {
    margin-bottom: 1px;
    padding: 0.1em;
    width:200px;
    /*border: 1px solid ; padding: 0.1em;
    margin:5px;*/
    color: #333333;
    vertical-align: top;
}
.officeDetailsScroll{
    overflow-x:hidden;
    overflow:auto;
    height:450px;
    border:#dadada 1px solid ; padding: 0.1em;
}

/*------ start scrollBox --------*/
.scrollBoxContainer{
    overflow-x:hidden;
    overflow:auto;
    height:280px;
    border:#dadada 1px solid ; padding: 0.1em;
}

.scrollTable{
    width:100%;
    padding-left:0px;
    border-collapse:collapse;
    background-color:white;
}
.scrollTable tr{
    height:35px;
    border-bottom:#dadada 1px solid;
    cursor: pointer;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;

}
.scrollTable td{
    padding-left:5px;
}

.scrollTable tr:hover {
    /*background-color:#dadada;*/
    /*border-collapse:collapse;*/
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% ;
}
.dlgPhrase{
    height:150px;
    width:350px;
    resize: none;
}
.phraseRadioCol{
    width:20px;
}
.phraseNameCol{
    /*width:300px;*/
}
/*------ end scrollBox --------*/
/*---- Start Offices ----------*/
.officeListDiv{

    height:350px;
    border:solid 1px #c0c0c0; 
    overflow-x:hidden;
    overflow:auto;
    /*background:#f5f5f5;*/


}

.officeTextBox{
    width:250px;
    vertical-align: middle;
}
.tableHeader{
    /*background: #f0f0f0;*/
    /*height:30px;*/
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
    text-decoration:none;
    /*    padding-left:5px;*/
    color: #999;
}

.tableHeader th{
    vertical-align: bottom;
}

.officeListTable{
    width:100%;
    padding-left:0px;
    border-collapse:collapse;
}
.officeListTable tr{
    border-bottom:#dadada 1px solid;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}
.officeListTable td{
    padding-left:5px;
    cursor: pointer;
}
.officeListTable tr:hover {
    /*    background-color:#dadada;*/
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}

/*---- End Offices ----------*/
/*-----Ingredients ----------*/
.slider{
    margin-bottom: 10px;
    width:95%;
}

/*-[start]-- Phys Chem Properties ---*/
.property{
    height:35px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    /*background:white;*/
    background-image: url(./images/blank_6_50.png);
    background-repeat: repeat;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}
.propertyDetail{
    height:180px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
/*30 Jan 2019 - territory strip styles - start*/
.territoryHStrip,.territoryPStrip{
    height:35px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    /*background:white;*/
    background-image: url(./images/blank_6_50.png);
    background-repeat: repeat;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}
.territoryHStripDetail,.territoryPStripDetail{
    height:180px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}


/*30 Jan 2019 - territory strip styles - end*/
.physChemProperty{
    height:35px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    background:white;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}

.physChemPropertyDetail{
    /*    overflow-x:hidden;
        overflow:auto;
        height:180px;
        border:#dadada 1px solid ; padding: 0.1em;*/
}
.physchemtable{
    overflow-x:hidden;
    overflow:auto;
    height:170px;
    border:#dadada 1px solid ; padding: 0.1em;
}
/*-[end]-- Phys Chem Properties ---*/
/*-[start]-- Phys Chem Classification ---*/
.tblmininav{
    width:100%;
    border-bottom:1px solid #c0c0c0;
    background:#ffffff;
    padding:0 0;
    margin:0 0;
}
.tblmininav a{
    color:#666666;
    text-decoration:none;
}


/*----- [start] -- Selected Phrases ----*/
.butfieldPhrases {
    /*width:50px;*/
    /*height:20px;*/
    /*border: 1px solid transparent; padding: 0.1em;*/
    margin:2px;
    padding:0px;
    height:30px;
    width:30px;
}
.butfieldPhrases img{
    /*width:50px;*/
    /*height:20px;*/
    /*border: 0px solid transparent; padding: 0.1em;*/
    margin:0px;
    padding:0px;
    height:20px;
    width:20px;
}
.butfieldVariables{
    vertical-align:middle;
    margin-left:5px;
    padding:0px;
    height:25px;
    width:25px;
}
.butfieldVariables img{
    margin:0px;
    padding:0px;
    height:18px;
    width:18px;
}

.variablelabel{
    vertical-align:middle;
    display: inline-block;
    width:90px;
    margin-top:0px;

    /*font-weight: bold;*/
}
#phraseFieldPhrasesContainer{
    width:580px;
    height:300px;
}
#phraseFieldPhrases{
    width:580px;
    height:290px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#phraseFieldPhrases ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px; /* this is used as the drop zone*/
    background: #eee; 
}
#phraseFieldPhrases li{
    /*background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;*/
    border:#dadada 1px solid ; padding: 0.1em;
    height:20px;
    padding: 5px;
    vertical-align: middle;

}
#phraseFieldPhrases li img{
    vertical-align: middle;
}
#phraseFieldPhrases li:hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}

.phraseFieldSearchPhrases{
    height:60px;
    width:500px;
    /*border:#dadada 1px solid ; padding: 0.1em;*/
    margin:0px;padding: 0px;
}

#incompletephraseFieldPhrases{
    /*clear: both;*/
    float:left;
    width:400px;
    height:360px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#incompleteeditphraseLanguages{
    height:220px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#incompleteeditphraseCategories{
    height:220px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
    list-style-type: none;
}
#incompleteeditphraseCategories img{
    height:20px;
    width:20px;
}


#phraseFieldReturnedPhrasesContainer{
    height:190px;
    margin:0px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#phraseFieldReturnedPhraseExpand{
    height:50px;
    margin-top:5px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#incompletePhraseSearchPanel{
    height:400px;
    width:400px;
    float:left;
    border:#dadada 1px solid ; padding: 0.1em;
    margin:10px;padding: 0px;
    /*background: #eee;*/ 
}
#incompletephraseFieldReturnedPhrases{
    height:190px;
    margin:0px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#incompletephraseFieldReturnedPhraseExpand{
    height:50px;
    margin-top:5px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
.butViewPhrase{
    padding: 0px;
    margin: 0px;
    height:25px;
    width:25px;
}
.butViewPhrase img{
    padding: 0px;
    margin: 0px;
    height:15px;
    width:15px;
}
.butincompleteViewPhrase{
    padding: 0px;
    margin: 0px;
    height:25px;
    width:25px;
}
.butincompleteViewPhrase img{
    padding: 0px;
    margin: 0px;
    height:15px;
    width:15px;
}
.phrasefieldremove{
    padding: 0px;
    margin: 0px;
    height:25px;
    width:25px;
}
.phrasefieldremove img{
    padding: 0px;
    margin: 0px;
    height:15px;
    width:15px;
}
#selectableFieldPhrasesul ul{
    list-style-type: none;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
}
#selectableFieldPhrasesul li{
    list-style-type: none;
    border:#dadada 1px solid ; padding: 0.1em;
    height:20px;
    padding: 5px;
    vertical-align: middle;
    /*background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;*/
}
#selectableFieldPhrasesul li img{
    vertical-align: middle;
    /*    height:20px;
        width:20px;*/
}
/*#selectableFieldPhrasesul li button{
    vertical-align: middle;
    height:25px;
    width:25px;
}*/
#selectableFieldPhrasesul li:hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}
#existingFieldPhrases ul{
    height:20px;
    margin: 5px;
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}
/*----- [end] -- Selected Phrases ----*/
/*----- [start] -- Special Characters ----*/
#phraseFieldSpecialCharacters{
    width:50px;
    height:40px;
    padding:5px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
    vertical-align:middle;
}
#phraseFieldSpecialCharacters ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#phraseFieldSpecialCharacters li{
    list-style-type: none;
    padding:2px;
    height:30px;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}

#incompletephraseFieldSpecialCharacters{
    height:35px;
    margin-top:10px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
    vertical-align:middle;
}
#incompletephraseFieldSpecialCharacters ul{
    list-style-type: none;
    float:left;
    padding: 0px;
    margin: 0px;
}
#incompletephraseFieldSpecialCharacters li{
    list-style-type: none;
    padding:2px;
    height:30px;
    float:left;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}


/*----- [end] -- Special Characters ----*/
/*----- [start] -- Expand Phrase ----*/
#phraseExpand{
    width:580px;
    height:200px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.langIcon {
    width:20px;
    height:20px;
}
.langCell{
    width:22px;
    height:22px;
}
#phrasedetailbusyicon{
    position: absolute;
    top:65%;
    left:50%;
    width:30px;
    height:30px;
}

#phraseLanguages{
    width:580px;
    height:180px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.languageListTable{
    width:100%;
}
.clickLangRow {
    border-bottom:#dadada 1px solid;
    height:20px;
    width:100px;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}
.clickLangRow :hover {
    /*    background-color:#dadada;*/
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}
.clickRowSelected {
    color:#7277D8;
    border:#7277D8 2px solid ; 
}
.clickLangRow td{
    padding:5px;
}
#fldOfficeHours {
    width:300px;
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}


#fldOfficeHours span:hover{
    background: yellow;
}


/*----- [end] -- Expand Phrase ----*/

/*---- Company Details ----*/
#companyDetails td{
    vertical-align: top;
}
/*----- [start] -- wikiIngredient ----*/
#wikiIngredientsContainer{
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#wikiIngredients{
    padding: 2px;
    margin: 0px;
}
#wikiIngredientListul{
    list-style-type: none;
    margin: 0px;

}
#wikiIngredientListul :hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}
.wikiIngredientRow{
    /*border:#dadada 1px solid ; padding: 0.1em;*/
    height:25px;
    padding:5px;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
    clear:both;
}
.ingredientKey{
    float:left;
    width:25px;
    height:25px;
}
.ingredientName{
    /*border:#ccc 1px solid ;*/
    float:left;
    width:350px;
    height:25px;
}
.ingredientCasNo{
    /*border:#ccc 1px solid ;*/
    float:left;
    width:100px;
}
.ingredientEcNo{
    float:left;
    width:100px;
}
.ingredientUrl{
    float:right;
    width:30px;
}


.imgIngredientUrl{
    padding:0px;
    margin:0px;
    height:20px;
    width:20px;
}
table31button{
    padding:0px;
    margin:0px;
    height:20px;
    width:20px;
}
.table31button{
    float:right;
    width:30px;
}

.ingredientPercentage{
    float:left;
    width:100px;
    text-align: right;
    /*border:#dadada 1px solid ; padding: 0.1em;*/
}

.ingredientLookups{
    float:left;
    width:100px;
    height:30px;
    margin:0px;
    padding:0px;
    text-align: right;
}
.cbofieldList{
    width:470px;
    height:25px;
}
#wikiIngredientsContainerBrief{
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#wikiIngredientsBrief{
    padding: 2px;
    margin: 0px;
}
#wikiView{
    height:240px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#wikiView tr{
    outline: thin solid #ccc;
}

#wikibusyicon {
    position: absolute;
    top:65%;
    left:50%;
    width:30px;
    height:30px;
}
.wikiSection{
    width:130px;
    padding:5px;
    background: #ccc;
}
.wikiNode{
    width:490px;
    padding:5px;
}
/*----- [end] -- wikiIngredient ----*/

/*----- [start] -- New Product ----*/
#newProduct tr{
    padding:5px;
    height:30px;
}
.validateProductTips{
    height:20px;
}
/*----- [end] -- New Product ----*/
/*----- [start] -- Table31 ----*/
#table31ViewContainer{
    height:340px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#table31Viewbusyicon {
    position: absolute;
    top:65%;
    left:50%;
    width:30px;
    height:30px;
}
#table31Items{
    width:450px;
    height:25px;
}


#table31Classificationul{
    /*border:#dadada 1px solid ; padding: 0.1em;*/
    height:15px;
    padding:5px;
    cursor:pointer;
    list-style-type: none;
    margin: 0px;
}

.table31li {
    padding:5px;
    height:15px;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}

#table31Classificationul :hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}

.table31Classification{
    clear:both;
    float:left;
    width:200px;
}
.table31HCode{
    /*border:#ccc 1px solid ;*/
    float:left;
    width:100px;
}
/*----- [end] -- Table31 ----*/
/*----- [start] -- Classification Phys Chem Properties -----*/
#classificationPhysChemContainer{
    width:520px;
    /*  done in product code
        height:650px;
        border:#dadada 1px solid ; padding: 0.1em;
        overflow-x:hidden;
        overflow:auto;*/
}
#pick-Classification-busyicon{
    position: absolute;
    top:15%;
    left:50%;
    width:30px;
    height:30px;
}


#divPickclassificationContainer{
    width:670px;
    height:740px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

#classificationPhysChembusyicon{
    position: absolute;
    top:15%;
    left:50%;
    width:30px;
    height:30px;
}
#classificationPhysChemQuestion {
    width:470px;
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#classificationPhysChemPhrases {
    width:470px;
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#classificationPhysChemPhrases span:hover{
    background: yellow;
    cursor:pointer;
}
/*----- [end] -- Classification Phys Chem Properties -----*/
/*----- [start] -- Additional Phys Chem Properties -----*/
#additionalPhysChembusyicon {
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}

#addPhysChemPhrases {
    width:450px;
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#addPhysChemPhrases span:hover{
    background: yellow;
    cursor:pointer;
}
#tabsAddPhyschem{
    width:450px;
    height:320px;
    padding-top: 10px;
    margin-top: 10px;
}
.addphyschemtable td{
    border:#dadada 1px solid ; padding: 0.1em;
}
.addphyschemtable{
    overflow-x:hidden;
    overflow:auto;
    height:170px;
    border:#dadada 1px solid ; padding: 0.1em;
}
.addlabel{
    width:150px;
    vertical-align:top;
}
.addvalue{
    width:480px;
}
.plabel{
    vertical-align:top;

    /*font-weight: bold;*/
}
.inglabel{
    vertical-align:middle;
    display: inline-block;
    width:90px;
    margin-top:0px;
}

.propertyHighlight{
    font-weight: bold;
}
.pHighlightLabel
{
    vertical-align:top;
    color:red;
    font-weight: bold;
}
/*optional phrases*/
#optionalPhysChemPhrases {
    width:450px;
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#optionalPhysChemPhrases span:hover{
    background: yellow;
    cursor:pointer;
}

/*----- [end] -- Additional Phys Chem Properties -----*/

/*----- [start] -- Edit Phrase */
#txtPhrase{

}
#editphraseLanguages {
    width:450px;
    height:280px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#editphraseCategories {
    width:450px;
    height:170px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#editphraseCategories img{
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    height:20px;
    width:20px;
    vertical-align: middle;
}
#editphraseCategories li{
    padding:2px;
}

#editphraseCategories ul :hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);

}
#editphrasebusyicon {
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}

.butEditMyPhrase,#butEditMyPhrase{
    padding: 0px;
    margin: 0px;
    height:25px;
    width:25px;
}
.butEditMyPhrase img,#butEditMyPhrase img{
    padding: 0px;
    margin: 0px;
    height:15px;
    width:15px;
}
.butincompleteEditMyPhrase{
    padding: 0px;
    margin: 0px;
    height:25px;
    width:25px;
}
.butincompleteEditMyPhrase img{
    padding: 0px;
    margin: 0px;
    height:15px;
    width:15px;
}

.languagebar{
    height:30px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    background:white;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}


.languagebarDetail{
    height:100px;
    border:solid 1px #c0c0c0; 
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}


/*----- [end] -- Edit Phrase */
/*----- [start] -- Pending Classifications */
.pendingClassificationsListDiv{
    height:550px;
    border:solid 1px #c0c0c0; 
    overflow-x:hidden;
    overflow:auto;
    /*background:#f5f5f5;*/
}

.busyicon {
    width:20px;
    height:20px;
}
.purpleBusyicon{

    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 9999;
}
.classificationDetail{
    height:200px;
    border:solid 1px #c0c0c0;
    margin-left: 8px;
    margin-right: 8px;
    overflow-x:hidden;
    overflow:auto;
}
.scrollBox1{
    height:510px;
    border:solid 1px #c0c0c0; 
    overflow-x:hidden;
    overflow:auto;
}
.scrollBox2{
    height:500px;
    border:solid 1px #c0c0c0; 
    overflow-x:hidden;
    overflow:auto;
}
.classificationTable{
    width:380px;
    color: white;
    border:solid 1px #c0c0c0; 
    padding:0px;
}
.classificationTable td{
    padding:0px;
    color: black;
    /*border:solid 1px #c0c0c0;*/
    font-size: 10pt;
    height:25px;
}
.classificationTable tr:hover{
    background:#f0f0f0;
}
.classificationTableHeader{
    background:#7277D8; 
    color: white;
    height:25pt;
    width:380px;

}
.classificationTableHeader td {
    /*padding:5px;*/
    color: white;
    text-align: center;
}
#hazardScrollBoxticks{
    height:150px;
    border:solid 1px #c0c0c0;
    overflow-x:hidden;
    overflow:auto;
}
#concentrationScrollBoxticks{
    height:150px;
    border:solid 1px #c0c0c0;
    overflow-x:hidden;
    overflow:auto;
}
#hazclasstable{
    height:240px;
    width:400px;
    border:solid 1px #c0c0c0;
    overflow-x:hidden;
    overflow:auto;
    font-size: 10pt;
}
#concentrationtable{
    height:240px;
    width:400px;
    border:solid 1px #c0c0c0;
    overflow-x:hidden;
    overflow:auto;
    font-size: 10pt;
}


.hazardclassifications{
    width:410px;
    height:520px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    background: white;
    margin-top:0px;
    margin-left:2.5px;
    margin-right:2.5px;
    margin-bottom:0px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.newClassificationButton,.newRegulationButton{
    width:25px;
    height:25px;
    border:1px solid #c0c0c0;
    vertical-align: top;

    padding:0px;
    margin:0px;
}
.newClassificationButton:hover,.newRegulationButton:hover{
    border:1px solid #B8AF8D;
    background:#f0f0f0;
}

#concbusyicon{
    position: absolute;
    top:15%;
    left:50%;
    width:30px;
    height:30px;
}
.concOp{
    padding:0px;
    margin:0px;
    width:65px;
    height:26px;
}
.concMFactor{
    width:100px;
    height:26px;
}
#mFactorbusyicon{
    position: absolute;
    top:15%;
    left:50%;
    width:30px;
    height:30px;
}
#notesScroll{
    height:500px;
    width:890px;
    border:solid 1px #c0c0c0;
    overflow-x:hidden;
    overflow:auto;
}
#classificationNotes{
    height:530px;
    width:860px;
    resize: none; 
}
#picSignal{
    height:480px;
    width:860px;
    border:solid 1px #c0c0c0;
    overflow-x:hidden;
    overflow:auto;
    font-size: 10pt;
    margin-top:20px;
}
/*----- [end] -- Pending Classifications */
/* tables */
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:0px;
    font-size: 10pt;
    width: 100%;
    text-align: left;
    border: solid 1px #e8eef4;
    height:30px;
}
table.tablesorter tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    padding: 0px;
}
table.tablesorter tr .header,table.tablesorter tr .productClassificationHeader, .headerOffice, .headerCustomer {
    background-image: url(./images/both.png);
    background-repeat: no-repeat ;
    font-size: 10pt;
    background-position: left;
    cursor: pointer;
}
.headerblank{
    background-image: url(./images/blank.png);
    background-repeat: repeat;
    padding:0px;
    margin:0px;
    font-size: 10pt;
    height:30px;
    border: solid 1px #e8eef4;
}
/* third tab regs*/
.tablesorterregs{
    font-family:arial;
    background-color: #CDCDCD;
    margin:0px;
    font-size: 10pt;
    width: 100%;
    text-align: left;
    border: solid 1px #e8eef4;
    height:30px; 
}
.regsheader{
    background-image: url(./images/both.png);
    background-repeat: no-repeat ;
    font-size: 10pt;
    background-position: left;
    cursor: pointer;
    height:30px;
}
.regsheaderblank{
    background-image: url(./images/blank.png);
    background-repeat: no-repeat ;
    font-size: 10pt;
    background-position: left;
    cursor: pointer;
    height:30px;
}
.regsscrollBox{
    height:490px;
    border:solid 1px #c0c0c0; 
    overflow-x:hidden;
    overflow:auto;
}

/* start of PNEC/DNEL*/
.PNECDNELheader{
    background-image: url(./images/both.png);
    background-repeat: no-repeat ;
    font-size: 10pt;
    background-position: left;
    cursor: pointer;
    height:30px;
}
.PNECDNELDetail{
    height:150px; 
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.butPNECDNELEdit,.butPNECDNELDelete,.butPNECDNELLinked{
    border:#a0a0a0 1px solid ; padding: 0.1em;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}


#PNECDNELtoolPanel{
    margin:5px;
    border:#dadada 1px solid ; padding: 0.1em;
    height:600px; 
    width:340px;
}
#PNECDNELtable{
    margin:5px;
    border:#dadada 1px solid ; padding: 0.1em;
    height:600px; 
    width:600px;
}
.outputPNECDNELTable{
    margin:10px;
    border:#dadada 1px solid ; padding: 0.1em;
    width:98%;
    padding:0px;
    border-collapse: separate;
    border-spacing: 0px;
}
.outputPNECDNELTable tr td{
    border:#dadada 1px solid ; padding: 0.1em;
    padding:0px;
    margin:0px;
}
#search-editPNECDNEL-busyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
.PNECDNELtoolbar{
    width:330px;
    height:48px;
    margin:0px;
    padding:0px;
}
.PNECDNELtoolbar li{
    margin:0px;
    padding:0px;
}
#receivePNECDNELPhrases{
    border:#dadada 1px solid ; padding: 0.1em;
    height:300px; 
    width:300px;
    overflow-x:hidden;
    overflow:auto;
    margin:5px;
}
#expandPNECDNELPhrases{
    border:#dadada 1px solid ; padding: 0.1em;
    height:100px; 
    width:300px;
    overflow-x:hidden;
    overflow:auto;
    margin:5px;
}
#PNECDNELphrases li.selected{
    background-color:cornflowerblue;
}
#PNECDNELphrases li:hover{
    background-color:#c0c0c0;
}
#PNECDNELphrases li{
    /*    background-color:goldenrod;*/
    cursor:pointer;
    margin:5px;
    border:0px solid white;
}
#PNECDNELphrases{
    padding:0px;
    background-color: white;
    text-decoration: none;
    border:0px solid white;
    list-style-type: none;
    height:50px;
}
#PNECDNELdraggable {border:1px solid #B8AF8D;  padding: 0.5em;}
.PNECDNELdraggable {border:1px solid #B8AF8D;  padding: 0.5em;}

/* References on template.php*/
.refGestisDNELStrip{
    height:25px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    /*background:white;*/
    background-image: url(./images/blank_6_50.png);
    background-repeat: repeat;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}
.refGestisDNELStripDetail{
    height:260px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#reportDNELLinkedDialog_List_Scroll{
    height:60px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ;
}



/* end of PNEC/DNEL*/

/*table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
        border: solid 1px #e8eef4;
}
table.tablesorter tbody tr.odd td {
        background-color:#F0F0F6;
}
table.tablesorter tr .headerSortUp {
        background-image: url(./images/asc.png) ;
        background-position: center right;
}
table.tablesorter tr .headerSortDown {
        background-image: url(./images/desc.png) ;
        background-position: center right;
}
table.tablesorter tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}*/
/* Product Search */
.productView{
    width:25px;
    height:25px;
    border:1px solid #c0c0c0;
    margin:2px;
}
.productView :hover{
    border:1px solid #B8AF8D;
    background:#f0f0f0;
}
.productDel{
    width:25px;
    height:25px;
    border:1px solid #c0c0c0;
    margin:2px;
}
.productDel :hover{
    border:1px solid #B8AF8D;
    background:#f0f0f0;
}
.productCopy{
    width:25px;
    height:25px;
    border:1px solid #c0c0c0;
    margin:2px;
}
.productCopy :hover{
    border:1px solid #B8AF8D;
    background:#f0f0f0;
}
/* end Product saerch */


.imgLabel,.imgStamp,.butDelete,.mButton,.editConc,.butCompare,.butclassification,.viewIngredient,.addingredient,.delIngredient,.butDeleteClassificationPhysical, .butClassificationQuestions,.butClassificationPhysical,.butPickClassificationPhysical,.butAddPhysChemProperties,.butDeleteAdditionalPhysChemProperties,.butAddPhysChemProperties,.butOptionalClear,.t31Lookup,.echaLookup,.butingredientsclassification,.butVisible,.butStot,.delTargetRoute,.addTargetRoute,.butDeleteClassificationTox,.butPickClassificationTox,.candleLookup,.infoCardLookup,.postPrep,.butExpandPhrase,.editHPhrases,.editPPhrases,.editFreeText,.butDeleteProductClassification,.butExpandIncompletePhrase,.productPreview,.templateDelete,.templateEdit,.butTemplateSearchPhrase,.txtTemplateAddPhrase,.butPropellantselect,.butPNECDNELselect{
    width:25px;
    height:25px;
    border:1px solid #c0c0c0;
    margin:2px;
    padding:2px;
}
.butIngredientUrl,.butIngredientUrlDrill{
    width:20px;
    height:20px;
    border:1px solid #c0c0c0;
    margin:2px;
    padding:2px;
}
.imgLabel:hover,.imgStamp:hover,.butDelete:hover,.mButton:hover,.editConc:hover,.butCompare:hover,.butclassification:hover ,.viewIngredient:hover,.addingredient:hover,.delIngredient:hover, .butDeleteClassificationPhysical:hover, .butClassificationQuestions:hover, .butClassificationPhysical:hover, .butPickClassificationPhysical:hover, .butAddPhysChemProperties:hover,.butDeleteAdditionalPhysChemProperties:hover,.butAddPhysChemProperties:hover,.butOptionalClear:hover, .t31Lookup:hover ,.echaLookup:hover,.butingredientsclassification:hover,.butVisible:hover,.butStot:hover,.delTargetRoute:hover,.addTargetRoute:hover,.butIngredientUrl:hover,.butIngredientUrlDrill:hover,.butDeleteClassificationTox:hover,.butPickClassificationTox:hover,.candleLookup:hover,.postPrep:hover,.butExpandPhrase:hover,.editHPhrases:hover,.editFreeText:hover,.editPPhrases:hover,.butDeleteProductClassification:hover,.butExpandIncompletePhrase:hover,.productPreview:hover,.templateDelete:hover,.templateEdit:hover,.butTemplateSearchPhrase:hover,.txtTemplateAddPhrase:hover,.butPropellantselect:hover,.butPNECDNELselect:hover{
    border:1px solid #505050;
    background:#yellow;
}

/* Classification Search */


table.classificationsearchtableheader {
    font-family:arial;
    background-color: #CDCDCD;
    margin:0px;
    font-size: 10pt;
    width: 100%;
    text-align: left;
    border: solid 1px #e8eef4;
    height:30px;
}

.classificationScrollBoxContainerA{
    overflow-x:hidden;
    overflow:auto;
    height:380px;
    border:#dadada 1px solid ; padding: 0.1em;
}
.classificationScrollBoxContainerB{
    overflow-x:hidden;
    overflow:auto;
    height:450px;
    border:#dadada 1px solid ; padding: 0.1em;
}

/*Tox Calculations - [start]*/
#toxbusyicon,#productclassificationbusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#toxOutputbusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#toxClassifiedIngredientsContainer{
    height:240px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#toxUnClassifiedIngredientsContainer{
    height:240px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#toxOutputContainer{
    height:800px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

.classifiedpercentage,.unclassifiedpercentage{
    height:22px;
    width:55px;
    text-align:right;
}
.toxName{
    width:200px;
}
.toxHCode{
    width:40px;
}
.toxClassification{
    width:140px;
}
.toxPercentage{
    width:50px;
    text-align: right;
}
.tr-Row{
    height:20px;
    padding:5px;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}
.tr-Row :hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}
.toxDetail{
    height:150px; 
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.ingredientslider{
    width:230px;
    margin-left:8px;
    margin-right:8px;
}
/*Tox Calculations - [end]*/
.identificationScroll{
    height:35px;
    width:650px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

/* STOT Target Routes -[start]*/
#targetroutebusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#toxATEbusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#stotlistcontainer{
    height:200px;
    width:450px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.stotlistcontainer tr:hover{
    background:#f0f0f0;
}


.tbltargetroutes{
    width:100%;
    padding-left:0px;
    border-collapse:collapse;
    background-color:white;
}
.tbltargetroutes tr{
    height:35px;
    border-bottom:#dadada 1px solid;
    cursor: pointer;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;

}
.tbltargetroutes td{
    padding-left:5px;
}

.tbltargetroutes tr:hover {
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% ;
}
.stotthblank{
    background-image: url(./images/blank.png);
    background-repeat: repeat;
    padding:0px;
    margin:0px;
    font-size: 10pt;
    height:20px;
    border: solid 1px #e8eef4;
}
.toxOutTable{
    margin:20px;
    border: solid 1px #e8eef4;
    border-collapse:collapse;
}
.toxOutTable tr{
    padding:5px;
    border-bottom:#dadada 1px solid;
    background-color:#e8eef4;
}
.toxOutTable td{
    padding:5px;
    margin:10px;
}

.ATEboxOral{
    text-align:right;
    width:90px;
}
.ATEboxDermal{
    text-align:right;
    width:90px;
}
.ATEboxInhalation{
    text-align:right;
    width:90px;
}
.toxOutH2{
    height:28px;
    background-color:cornflowerblue;
    /*background-image: url(./images/blank.png);*/
    color: white;
    font-weight: bold;
}
/* STOT Target Routes -[end]*/

/*Tox ATE * - [start]*/

#summaryContainer{
    height:280px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#oralContainer{
    height:475px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#oraltable{
    /*height:420px;*/
    border:#dadada 1px solid ; padding: 0.1em;
    /*overflow-x:hidden;
    overflow:auto;*/
}
#dermalContainer{
    height:475px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#dermaltable{
    /*height:420px;*/
    border:#dadada 1px solid ; padding: 0.1em;
    /*overflow-x:hidden;
    overflow:auto;*/
}
#inhalationContainer{
    height:475px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#inhalationtable{
    /*height:420px;*/
    border:#dadada 1px solid ; padding: 0.1em;
    /*overflow-x:hidden;
    overflow:auto;*/
}
/* Tox ATE - [end]*/


/*Hazard Picklist */
.physchemtable h2{
    color:#ffffff;
    background-color: #7277D8;
    font-weight: normal;
}
.physchemtable h3{

    color:#000000;
    font-size:10pt;
    background-color: #dadada;
    font-weight: normal;
}

/* end Hazard Picklist */
/* C & L [start] */
#ajaxcandleBusy {
    display: none;
    /*margin: 0px 0px 0px -50px;*/ 
    padding: 30px 10px 10px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: url(../../images/loading2.gif) no-repeat center center;
    /*border: 1px solid #000;*/
}

/* C & L [end] */
/* [start] Classification Question Summary */
#classificationQuestionbusyicon {
    display: none;
    /*margin: 0px 0px 0px -50px;*/ 
    padding: 30px 10px 10px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    /*background: url(../../images/loading2.gif) no-repeat center center;*/
    /*border: 1px solid #000;*/
}

#divClassificationQuestionContainer{
    height:200px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.questions{
    border: solid 1px #e8eef4;
    border-collapse:collapse;
}
.questions tr{
    padding:5px;
    border-bottom:#dadada 1px solid;
    background-color:#e8eef4;
}
.questions td{
    padding:5px;
}

#avatarpic{
    height:210px;
    width: 210px;
    margin:10px;
    border:#dadada 1px solid ; padding: 0.1em;
}
#avatarpic img{
    height:200px;
    width: 200px;
    padding:5px;
}
/* [end] Classification Question Summary */

/* [start] Upload avatar */
#file_browse_wrapper {

    width: 93px;

    height: 28px;

    background: url('../../images/folder.png') 0 0 no-repeat;

    border:none;

    overflow:hidden;

}

#file_browse_wrapper:hover {

    background: url('../../images/folder.png') 0 0 no-repeat;

}

#file_browse_wrapper:active {

    background: url('../../images/folder.png') 0 0 no-repeat;

}

#file_browse{


    opacity:0;


}
/* [end] Upload avatar */

#classificationUsedIconIngredient{
    height:32px;
    width:32px;
}

#classIngredientDetail{
    width:95%;
    border:#dadada 1px solid ; padding: 0.1em;
}
.classIngDetailTable{
    margin:5px;
    /*background-color:#dadada;*/
    height:70px;
    width:98%;
    border:#dadada 1px solid ; padding: 0.1em;
    border-collapse:collapse;
}
.classIngDetailTable tr{
    border-bottom:#dadada 1px solid ; padding: 0.1em;
}
.classIngDetailTable td:first-child{
    width:100px;
}
.classIngDetailTable td:last-child{
    width:35px;
}
/* post Prep [start]*/
#postPrepbusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#incompleteHContainer{
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}
#incompletePContainer{
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}
.phrasewithEdit{
    height:80px;
    padding:5px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto; 
}
.expandedPhrase{
    margin-top:10px;
    padding:5px;
    height:80px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto; 
}
#msdsContainer{
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}
#incompletePhrasebusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#postPrepbusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#subphrasebusyicon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#subphrases{
    height:200px;
    padding:5px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto; 
}
#summaryContainer{
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}
#summaryToxContainer{
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}

.section{
    height:35px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    /*background:white;*/
    background-image: url(./images/blank_6_50.png);
    background-repeat: repeat;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}
.sectionDetail{
    height:180px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
/* post Prep Phrase [end]*/
/* Summary [start]*/
.section1 h2 {
    font-weight: bold;
    color:white;
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    background-color:cornflowerblue;
}
.section1 h3 {
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
.section1 table  td:first-child{
    width:200px;
}
.section2 table  td:first-child{
    width:300px;
}

.ingredienttable{
    border:#dadada 1px solid ; padding: 0.1em;
    padding:5px;
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
}
.ingredienttable td{
    border:#dadada 1px solid ; padding: 0.1em;
    padding:5px;
}
.ingredienttable th{
    color:white;
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    background-color:cornflowerblue;
}
.ingredienttable table  td:nth-child(1){
    width:280px;
}
.ingredienttable table  td:nth-child(2){
    width:70px;
    text-align:right;
}
.ingredienttable table  td:nth-child(3){
    width:100px;
    text-align:right;
}
.ingredienttable table  td:nth-child(4){
    width:100px;
    text-align:right;
}
.ingredienttable table  td:nth-child(5){
    width:200px;
}
.ingredienttable table  td:nth-child(6){
    width:100px;
}
/* Summary [end]*/



/*-Product Classifications  [start] */
.productclassificationsScrollBox1{
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}

.productclassificationRow td{
    padding:5px;
}
#product-Classification-busy-icon,#product-SDS-busy-icon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#product-Classification-HPhrases{
    height:390px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}
#product-Classification-PPhrases{
    height:175px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}



#product-Classification-optionalPStatements{
    height:175px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

#product-Classification-territoryPStatements{
    height:370px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.territory_PCodesDiv{
    height:100px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

.territory_OptionalPCodesDiv{
    height:175px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

.territory_OptionalPCodesDiv tr{
    background-color: white;
}


#product-Classification-IncompletePhrases{
    height:390px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}
#product-Classification-EUHPhrases{
    height:390px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;  
}


#incompletephraseExpand{
    width:580px;
    height:200px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.incompletelangIcon {
    width:20px;
    height:20px;
}
.incompletelangCell{
    width:22px;
    height:22px;
}
#incompletephrasedetailbusyicon{
    position: absolute;
    top:65%;
    left:50%;
    width:30px;
    height:30px;
}

#incompletephraseLanguages{
    width:580px;
    height:180px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#documentStructure{
    width:870px;
    height:280px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#templates{
    width:870px;
    height:470px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
#elementContent{
    width:870px;
    height:180px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.element{
    width:850px;
    height:130px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}
.hotspot{
    cursor:pointer;
}
.hotspot:hover{
    background-color:cornflowerblue;
}
/*-Product Classifications  [end] */

/*treeli
.treelist{
    width:300px;
}
*/
.treelist ul {
    list-style: none outside none;
}
.treelist li a {
    line-height: 25px;
    cursor:pointer;
}
.treelist > ul > li > a {
    color: #3b4c56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    cursor:pointer;
}
.treelist li.parent > a {
    padding: 0 0 0 28px;
}
.treelist li.parent > a:before {
    background-image: url("../../images/plus_minus_icons.png");
    background-position: 25px center;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 23px;
}
.treelist ul li.active > a:before {
    background-position: 0 center;
}

.treelist ul li ul {
    border-left: 1px solid #d9dadb;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.treelist ul li ul li {
    position: relative;
}
.treelist ul li ul li:before {
    border-bottom: 1px dashed #e2e2e3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}
.deactive{
    text-decoration: line-through;
}


/* Output - [Start] */
.templateListUL{
    list-style-type: none;
    margin: 0px;
    padding:0px;

}
.templateListUL :hover{
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}
.templateRow{
    /*border:#dadada 1px solid ; padding: 0.1em;*/
    height:35px;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
    clear:both;
    margin: 0px;
    padding:5px;
}
.templateName{
    float:left;
    width:590px;
}
.templateCreated{
    float:left;
    width:180px;
}
.productPreview{
    float:left;
    width:24px;
    height:24px;
}
.templateDelete{
    float:right;
    width:24px;
    height:24px;
}
.templateEdit{
    float:right;
    width:24px;
    height:24px;
}
/* Output - [end] */

/* XML Template */

.heading1 {
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
    background-color: blue;
    color: white;
    margin-top:5px;
}
.heading1Turkish{
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
    background-color: red;
    color: white;
    margin-top:5px;
}


.heading1 td{
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
}

.heading2 {
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
    /*background-color: #cccccc;*/
    color: black;
    margin-top:5px;
}
.heading2 td{
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
}
.heading3 {
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
    /*background-color: #cccccc;*/
    color: black;
    margin-top:5px;
}
.heading3 td .spanclass{
    width:100%;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
}

.onecolumn tr{
    vertical-align:top;
}

.onecolumn td{
    /*width:380px;*/
    /*leave this in to stop jQuery effecting border on drag*/
    border:0px solid #B8AF8D;
    background-color:white;

    color:black;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height: 10px;
    vertical-align:top;
    margin:0px;
    padding:0px;
}

.onecolumn td:nth-child(1){
    width:700px;
    vertical-align:top;
}



.onecolumn .spanclass{
    cursor:pointer;
    /*background: url("../../images/edit.png") no-repeat;*/
}
.onecolumn .spanclass:hover{
    background-color:cornflowerblue;
}
/*two column*/
.twocolumn tr{
    vertical-align:top;
}

.twocolumn td{
    /*width:380px;*/
    /*leave this in to stop jQuery effecting border on drag*/
    border:0px solid #B8AF8D;
    background-color:white;

    color:black;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height: 10px;
    vertical-align:top;
    margin:0px;
    padding:0px;
}

.twocolumn td:nth-child(1){
    width:200px;
    vertical-align:top;
}



.twocolumn td:nth-child(2){
    width:500px;
    vertical-align:middle;
}
.twocolumn .spanclass{
    cursor:pointer;
    /*background: url("../../images/edit.png") no-repeat;*/
}
.twocolumn .spanclass:hover{
    background-color:cornflowerblue;
}
.elements{
    width:320px;
    /*float:left;*/
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:572px;
    background: white;
    margin-top:5px;
    margin-left:7px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none;
}

.tblReducedPictogram{
    color:black;
    font-family:arial, verdana, sans-serif;
    font-weight:normal;
    font-size:10pt;
    vertical-align:top;
}
.tblReducedPictogram td{
    font-family:arial, verdana, sans-serif;
    vertical-align:top;
    text-align:center;
}

.tblReducedPictogram td:nth-child(1){
    width:200px;
    text-align:left;
}
.tblSDS{
    width:100%;
    vertical-align:top;
}
.tblSDSPictogams{
    margin-left:200px;
    text-align:center;
}
.tblSDS th{
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    font-weight: normal;
    vertical-align:top;
    /*background: #CCCCCC;*/
}
.tblSDS td{
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align:top;
    font-weight: normal;
}
.tblSDS tr{
    vertical-align:top;
}

.tblSDS td:nth-child(1){
    width:200px;
}
.tblSDS td:nth-child(2){
    /*width:500px;*/
}
#sidebar{
    float:left;
}
.templateSettings{
    width:320px;
    /*float:left;*/
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:100px;
    background: white;
    margin-top:5px;
    margin-left:7px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align:left;
    text-decoration:none;
}
.tblTemplateOptions{
    /*border:1px solid #B8AF8D;;*/   
    vertical-align: top;
}
.tblTemplateOptions td:nth-child(1){
    width:100px;
}
.cbotemplatesettings{
    width:200px;
}
.template{
    width:800px;
    float:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:700px;
    background: white;
    margin-top:0px;
    margin-left:7px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:5px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius:5px;
    text-align:left;
    text-decoration:none;
}
#allItems{
    margin:5px;
}
.hit{
    background-color:yellow;
    /*border:1px solid #B8AF8D;*/
}
.droppable{
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    padding:0px;
    background-color: #ccccff;
}
.spanclasssys{
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    cursor:pointer;
    background-color: #ccccff;

}
.spanclasssys.hit{
    cursor:pointer;
    background-color: yellow;
}

.spanclasssys.hit.strikeout{
    cursor:pointer;
    text-decoration: line-through
}
.spanclasssys.strikeout{
    cursor:pointer;
    text-decoration: line-through
}
.spanclasssys:hover{
    background-color: #6666ff;
}
.tblTemplateOptions td{
    vertical-align: top;
}

#txtTemplateName,#txtTemplateVersion,#txttemplateRevision,#revisiondatepicker,#txttemplateSupersedes{
    width:180px;
}
#txttemplatenotes{
    resize: none;
    width:180px;
    height:200px;
}
#txtsectionamendments,#txtaerosolflammablepercent{
    resize: none;
    width:180px;
    height:40px;
}



#templateFilterRegion,#templateLanguage,#templateFilterLocation{
    width:184px; 
}
/*.ui-state-default {*/
/*.templateTab{
    color: black;
    font-weight: normal;
    background-color: #c0c0c0;
    font-family:arial, verdagrayna, sans-serif;
    font-size:10pt;
    margin:0px;
    padding:0px;
}
.templateTab ul {
    margin:5px;
    background-color: #c0c0c0;
    text-decoration: none;
    padding:5px; 
    list-style-type: none;
    height:30px;
    radius
    -moz-border-radius: 5px;
    border-radius:5px;
    text-align:left;
}
.templateTab li{
    float:left;
    width:80px;
    height:30px;
    padding:0px;
    background:white;
    border:#dadada 1px solid ; padding: 0.1em;

}
.templateTab li{
    background-color:cornflowerblue;
    -moz-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
}
.templateTab li.selected {
    background-color:white;
}
.templateTab li a {
    text-decoration: none;
    color: black;
    margin:5px;
}
.templateTab li button{
    height:30px;
    width:70px;
}



#tabs-template-details, #tabs-template-phrases{
    border:#dadada 1px solid ; padding: 0.1em;
    float: none;
    height:650px;
    padding:10px;
    radius
    -moz-border-radius: 5px;
    border-radius:5px;
}*/


#xmlView td{
    /*font: 10pt Arial,Verdana, Helvetica, sans-serif;*/
    /*font-weight: normal;*/
    /*color: #333333;*/
    /*vertical-align: middle;*/

}

.spanclass{
    cursor:pointer;
    /*background: url("../../images/edit.png") no-repeat;*/
}
.spanclass:hover{
    background-color:cornflowerblue;
}
#template-busy-icon{
    position: absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}
#templatePhrases{
    width:300px;
    height:280px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    /*overflow-y:hidden;*/
    /*overflow:auto;*/
}
#templatePhrasesExpand{
    width:300px;
    height:180px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;

}
#allItems li.selected{
    background-color:cornflowerblue;
}
#allItems li:hover{
    background-color:#c0c0c0;
}
#allItems li{
    /*    background-color:goldenrod;*/
    cursor:pointer;
    margin:0px;
    border:0px solid white;
    width:280px;
    height:20px;
}
#allItems{
    padding:0px;
    background-color: white;
    text-decoration: none;
    border:0px solid white;
    list-style-type: none;
    height:50px;
}



li.ui-draggable-dragging {
    list-style:none;
}
.draggable{
    cursor:pointer;
}
#xmlView{
    /*    margin:5px;*/
    width:780px;
    height:640px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

/*--Template [start] */

.templateStrip{
    border:#dadada 1px solid ; padding: 0.1em;
}
.col1a{
    width:200px;
    background-color:cornflowerblue;
}
.col2a{
    width:200px;
}
.templateTab{
    width:340px;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:700px;
    background: white;
    float:left;
}

/*OEL Table - start*/
.OELTable{
    margin:10px;
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    padding:0px;
    border-collapse: separate;
    border-spacing: 0px;
}

.OELTable td{
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align: top;
}
.OELTable th:nth-child(2){
    text-align:center;
}
.OELTable th:nth-child(3){
    width:80px;
    text-align:center;
}
.OELTable th:nth-child(4){
    width:80px;
    text-align:center;
}
.OELTable th:nth-child(5){
    width:80px;
    text-align:center;
}
.OELTable th:nth-child(6){
    width:80px;
    text-align:center;
}
.OELTable th:nth-child(7){
    width:200px;
    text-align:center;
}
/*td*/
.OELTable td:nth-child(1){
    width:300px;
    text-align:left;
}
.OELTable td:nth-child(2){
    width:100px;
    text-align:right;
}
.OELTable td:nth-child(3){
    text-align:right;
}
.OELTable td:nth-child(4){
    text-align:right;
}
.OELTable td:nth-child(5){
    text-align:right;
}
.OELTable td:nth-child(6){
    text-align:right;
}
.OELTable td:nth-child(7){
    text-align:left;
}

/*OEL Footnote source Table*/
.OELFootnoteSourceTable{
    margin:10px;
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:8pt;
    padding:0px;
    border-spacing: 0px;
    width:98%;
}
.OELFootnoteSourceTable td{
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:8pt;
    vertical-align: top;
}
.OELFootnoteSourceTable td:nth-child(1){
    width:100px;
    text-align:left;
}
.OELFootnoteSourceTable td:nth-child(2){
    text-align:left;
}
/*OELFootnoteTable*/
.OELFootnoteTable{
    margin:10px;
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:8pt;
    padding:0px;
    border-spacing: 0px;
    width:98%;
}
.OELFootnoteTable td{
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:8pt;
    vertical-align: top;
}
.OELFootnoteTable td:nth-child(1){
    width:100px;
    text-align:left;
}
.OELFootnoteTable td:nth-child(2){
    text-align:left;
}


.tblfootnotes{
    font-family:arial, verdana, sans-serif;
    font-size:6pt;
    margin-left:10px;
    border:#dadada 0px solid ; padding: 0.1em;
}
.tblfootnotes td{
    font-family:arial, verdana, sans-serif;
    font-size:6pt;
    margin-left:10px;
    border:#dadada 0px solid ; padding: 0.1em;
}
.footnotecol{
    font-family:arial, verdana, sans-serif;
    font-size:6pt;
}
/*OEL Table - end*/
/*BEI Table - start*/
.BEITable{
    margin:10px;
    border:#dadada 1px solid; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    border-spacing:0px;
    border-collapse: separate;
    padding:0px;
}
.beitableheading{
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eeeeee; 
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    padding:2px;

}
.BEITable td{
    border:#dadada 1px solid; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align: top;
}
/*BEI Table - end*/

.ingredientsTable{
    border:#dadada 1px solid; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    border-collapse:collapse;  
}
.ingredientsTable td{
    padding:0px;
    border-spacing: 0px;

    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align: top;
}



.ingredientsTable th:nth-child(2){
    width:100px;
    text-align:center;
}

.ingredientsTable th:nth-child(3){
    width:80px;
    text-align:center;
}

.ingredientsTable th:nth-child(4){
    width:150px;
    text-align:center;
}
.ingredientsTable th:nth-child(5){
    width:200px;
    text-align:center;
}

.ingredientsTable th:nth-child(6){
    width:100px;
    text-align:center;
}
/* tds*/
.ingredientsTable td:first-child{
    width:300px;
    text-align:left;
}

.ingredientsTable td:nth-child(2){
    width:100px;
    text-align:right;
}

.ingredientsTable td:nth-child(3){
    width:80px;
    text-align:right;
}

.ingredientsTable td:nth-child(4){
    width:150px;
    text-align:right;
}
.ingredientsTable td:nth-child(5){
    width:200px;
    text-align:left;
    vertical-align: top;
}
.ingredientsTable td:nth-child(6){
    width:100px;
    text-align:left;
    vertical-align: top;
}

/*30 June 2019 - Classification record ClassificationSourceHazTable - start*/
.ClassificationSourceHazTable{
    border:#dadada 1px solid; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    width:100%;
}
.ClassificationSourceHazTable td{
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align: top;
}
.ClassificationSourceHazTable td:first-child{
    width:258px;
    text-align:left;
}
.ClassificationSourceHazTable td:nth-child(2){
    width:100px;
    text-align:left;
}
.ClassificationSourceHazTable td:nth-child(3){
    width:100px;
    text-align:left;
}
.ClassificationSourceHazTable td:nth-child(4){
    text-align:left;
}

/*30 June 2019 - Classification record ClassificationSourceHazTable - end*/

/* 12 Dec 2018 - Classification Rec Phys, Health Env Table*/
.ClassRecTable{
    border:#dadada 1px solid; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    width:100%;
}
.ClassRecTable td{
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align: top;
}



/*.ClassRecTable th:nth-child(2){
    width:120px;
    text-align:center;
}

.ClassRecTable th:nth-child(3){
    width:110px;
    text-align:center;
}

.ClassRecTable th:nth-child(4){
    width:150px;
    text-align:center;
}*/

/* tds*/

.ClassRecTable td:nth-child(1){
    width:80px;
    text-align:left;
    vertical-align: top;
}
.ClassRecTable td:nth-child(2){
    width:120px;
    text-align:left;
}

.ClassRecTable td:nth-child(3){
    text-align:left;
}






#tabsProductClassification li{
    /* takes the dots off tabs in IE*/
    list-style-type:none;
}

.officeDetailsScroll{
    height:400px;
}

/* Phrase Compiler */
#phraseCompiler-busyicon{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
#phraseCompiler-SpecialCharacters{
    height:70px;
    margin-top:10px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
    vertical-align:middle;
}
#phraseCompiler-SpecialCharacters ul{
    list-style-type: none;
    float:left;
    padding: 0px;
    margin: 0px;
}
#phraseCompiler-SpecialCharacters li{
    list-style-type: none;
    padding:2px;
    height:30px;
    float:left;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}
#templatespecialCharacters ul{
    list-style-type: none;

}
#templatespecialCharacters ul li {
    display: inline; 
}


#phraseCompiler-SearchPanel{
    height:450px;
    width:400px;
    float:left;
    border:#dadada 1px solid ; padding: 0.1em;
    margin:10px;padding: 0px;
    /*background: #eee;*/ 
}
#phraseCompiler-ReturnedPhrases{
    height:190px;
    margin:0px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#phraseCompiler-PhraseExpand{
    height:50px;
    margin-top:5px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#phraseCompiler-SelectedPhrases{
    /*clear: both;*/
    float:left;
    width:400px;
    height:360px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
/*Regulations --- start*/
.regulationDetail{
    height:200px;
    border:solid 1px #c0c0c0;
    margin-left: 8px;
    margin-right: 8px;
    overflow-x:hidden;
    overflow:auto;
}

.butregcopy,.butPDF,.butreglink,.butregdel,.butOELEdit,.butOELPDF,.butOELPublish {
    border:solid 1px #c0c0c0;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:left;
    text-decoration:none;
}
.butregcopy:hover,.butPDF:hover,.butreglink:hover,.butregdel:hover,.butOELEdit:hover,.butOELPDF:hover,.butOELPublish:hover {
    background-color:cornflowerblue;
}

.oeltable th{
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    background-color: #ccccff;
    text-decoration: none;
    font-weight:normal;
}
.oelRegionHeader2{
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    background-color: #999;
    color: #ffffff;
}
/*Regulations --- end*/
/*BEI --- start*/
.beiDetail{
    height:200px;
    border:solid 1px #c0c0c0;
    margin-left: 8px;
    margin-right: 8px;
    overflow-x:hidden;
    overflow:auto; 
}

/*BEI --- end*/
/*Identified Use --- start */
#identifieduse,#usesadvisedagainst {
    width:400px;
    height:30px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
}

/*Identified Use --- end */
/** Transport - start **/
#trans_SearchResult {
    width:820px;
    height:450px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
}

.transheader {
    background-image: url(./images/both.png);
    background-repeat: no-repeat ;
    font-size: 10pt;
    color: #000000;
    background-position: left;
    cursor: pointer;
}

#trans_SearchResult_NA {
    width:820px;
    height:450px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
}

.transheader_NA {
    background-image: url(./images/both.png);
    background-repeat: no-repeat ;
    font-size: 10pt;
    color: #000000;
    background-position: left;
    cursor: pointer;
}


.tranproperty{
    height:35px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    /*background:white;*/
    background-image: url(./images/blank_6_50.png);
    background-repeat: repeat;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}
.tranpropertyDetail{
    height:180px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
.tbltransport{
    border:solid 1px #c0c0c0;
}
.tbltransport td{
    border:solid 1px #c0c0c0;
}
.tbltransport td:nth-child(1){
    width:350px;
    text-align:left;
}
.tbltransport td:nth-child(2){
    width:350px;
    text-align:left;
}
#transportDetails{
    width:860px;
    height:460px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
}
#transHCodes{
    width:1600px;
    height:200px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
}
#transportTree{
    width:1600px;
    height:560px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
}
/** Transport - end **/

/** Transport NA **/
#trans_SearchResultNA {
    width:820px;
    height:450px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
}

/** Transport NA End**/

#freetextbusyicon{
    position: absolute;
    top:20%;
    left:50%;
    width:30px;
    height:30px;
    z-index: 1;
}

/*tokens***/
.token_plan{
    border: 3px solid silver;
    padding:10px;
    height:150px;
    color: #7277D8;
    background-color: #ffffff;
    float:left;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius:5px;
    margin: 10px;
    width: 140px;

}

.token_plan:hover {
    border: 3px solid #7277D8;
    cursor:pointer;
}
.token_amount {
    border-bottom: 1px solid silver;
    font-size: 32px;
    font-weight: bold;
    width: 140px;
}
.token_buy {
    background: none repeat scroll 0 0 #7277D8;
    color: white;
    font-weight: bold;
    width: 140px;
}

.token_button {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.token_price {
    border-bottom: 1px solid silver;
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 1px silver;
    width: 140px;
}
.tokenpage{
    height:500px;
    width:100%;
}
.token_popular{
    color: white;
    font-size: 12px;
    font-weight: bold;
    background: none repeat scroll 0 0 red;
    height:20px;
}

#tokenBalance,#emailAlert{
    width:95%;
    border: 1px solid silver;
    color: black;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius:5px;
    margin: 10px;
    padding:10px;
    font-size: 12px;
    font-weight: bold;
}
#purchaseButton{
    border: 1px solid silver;
    height:50px;
    width:100px;
    color: white;
    background: none repeat scroll 0 0 green;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius:5px;
    margin: 10px;
    padding:10px;
}


.aboutusdiv{
    width:76%;
    height:690px;
    border:#dadada 1px solid ; padding: 0.1em;
    overflow-x:hidden;
    overflow:auto;
    color: #000000;
    float:left;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius:5px;
    margin: 10px;
    padding:10px;

}
.aboutusdiv p{
    font-family:arial, verdana, sans-serif;
    font-size:12pt;
    color: #333333;
}
.aboutusdiv li{
    font-family:arial, verdana, sans-serif;
    font-size:12pt;
    color: #333333;
    margin-left:20px;
}

/* News Slider */

#slidesHolder{
    /*border-bottom: 1px solid silver;*/
}
#slideshow{

}
.newsitem {
    margin-left:7px;
    margin-right:8px;
    padding:2px;
    width:160px; 
    float:left;
    position:relative;
    /*border:1px solid #e0e0e0;*/
}
/* End of News */

.preview {
    text-align: left;
    width: 960px;
    height:800px;
    margin: 0px auto;
    background: #ffffff;
    padding: 10px;
    border:1px solid #e0e0e0;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*corners */
    border-radius:15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;/* Firefox */
    -webkit-border-radius:15px 15px 0px 0px; /* Safari, Chrome */
    text-decoration:none;
}

.previewmainarea {
    width:930px;
    /*float:left;*/
    text-align:left;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    height:600px;
    background: white;
    margin-top:5px;
    margin-left:5px;
    margin-right:2.5px;
    margin-bottom:5px;
    border:1px solid #B8AF8D;
    padding:10px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
    /*radius*/
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-decoration:none;
}

.previewfooter{
    margin: 0px auto;
    padding:5px,0px,5px;
    height:60px;
    /*background: url("../../images/BlueBar.png") repeat-x scroll 50% 0;*/
    background:#080E73;
    text-align:center;
    color:#ffffff;
    /*radius*/
    -moz-border-radius: 5px;
    border-radius:5px;
    /*shadow*/
    -moz-box-shadow: 6px 6px 5px #CCC;
    -webkit-box-shadow: 6px 6px 5px #CCC;
    box-shadow: 6px 6px 5px #CCC;
}
.preview table td{
    vertical-align: top;
    padding:5px;
}
.previewTable {
    margin:20px;
    /*border: solid 1px #e8eef4;*/
    border: 1px solid silver;
    padding:0px;
}
.previewTable td{
    margin:0px;
    /*border: solid 1px #e8eef4;*/
    border-bottom: 1px solid silver;
    vertical-align: top;
    padding:0px;
}
.fldDisclaimer{
    font-family:arial, verdana, sans-serif;
    font-size:8pt;

    width:100%;

}
.fldDisclaimer td{
    font-family:arial, verdana, sans-serif;
    font-size:8pt;
}

.tblTurkishDisclaimer{
    font-family:arial, verdana, sans-serif;
    font-size:9pt;
    width:100%;
}
.tblTurkishDisclaimer td{
    font-family:arial, verdana, sans-serif;
    font-size:9pt;
}

/* References on template.php*/
.refStrip{
    height:25px;
    border:solid 1px #c0c0c0; 
    margin:0px 0px 0px 0px;
    padding:2px;
    /*background:white;*/
    background-image: url(./images/blank_6_50.png);
    background-repeat: repeat;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}
.refStripDetail{
    height:500px;
    margin:0px 10px 0px 10px;
    padding:5px;
    background:#f0f0f0;
    -moz-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#refGestisSubstanceIngredients,#refGestisDNELIngredients{
    height:200px;
    width:250px;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#refGestisSubstanceSearchResults,#refGestisDNELSearchResults{
    height:200px;
    width:250px;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#refGestisSearchResults:hover{
    /*width:650px;*/
}

#refGestisDUSTDetailLinks{
    height:350px;
    width:250px;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

/*template list*/

#template-list{
    height:120px;
    width:290px;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#labelWizardHighlyRecommendedPCodes,#labelWizardRecomendedPCodes{
    height:80px;
    width:100%;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

#labelWizardOptionalPCodes,#labelWizardOtherPCodes{
    height:80px;
    width:100%;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}


#labelWizardSelectedPCodes{
    height:120px;
    width:100%;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}

.labelWizardBusyicon {
    display: none;
    /*margin: 0px 0px 0px -50px;*/ 
    padding: 30px 10px 10px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    /*    background: url(../../images/loading2.gif) no-repeat center center;*/
    /*border: 1px solid #000;*/
}

#template-copy-list{
    height:300px;
    width:98%;
    margin:0px 5px 0px 5px;
    padding:5px;
    background:#ffffff;
    overflow-x:hidden;
    overflow:auto;
    border:#dadada 1px solid ; padding: 0.1em;
}
#missingphrases{
    resize: none;
    width:180px;
    height:130px;
    overflow-x:hidden;
    overflow:auto;
    border:#c0c0c0 1px solid; 
}
#classificationUsedIcon{
    height:32px;
    width:32px;

}
#progressbarimage{
}

.dialog_label {
    width:130px;
    vertical-align: top;
    /*background:red;*/
    /*border:#c0c0c0 1px solid;*/ 
    display: inline-block;
}

#chemical_name_SearchResult {
    margin-top:10px;
    height:200px;
    resize: none;
    border:#c0c0c0 1px solid; 
    overflow-x:hidden;
    overflow:auto;
}

#chemicalNameListContainer{

}

#chemicalNameList li:hover{
    background-color:#c0c0c0;
}
#chemical_name_SearchResultExpansion{
    margin-top:10px;
}



.historyResultsTable{
    /*border:#dadada 1px solid; padding: 0.1em;*/
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    width:100%;
    border-collapse:collapse;
}
.historyResultsTable td{
    border:#dadada 1px solid ; padding: 0.1em;
    font-family:arial, verdana, sans-serif;
    font-size:10pt;
    vertical-align: top;
}




/* tds*/

.historyResultsTable td:nth-child(1){
    width:15px;
    text-align:left;
    vertical-align: top;
}
.historyResultsTable td:nth-child(2){
    width:500px;
    text-align:left;
}

#CLProfilescrollBox {
    margin-top:10px;
    height:400px;
    border:#c0c0c0 1px solid; 
    overflow-x:hidden;
    overflow:auto;
    background:white;
}
.CLA_ProfileEntry, .CLA_ProfileDeactivate{
    height:25px;
    width:25px;
}

.CLProfileResultsTable tr:nth-child(odd) {
    /*background-color:#b8d1f3;*/
    background-color:white;
}

.CLProfileResultsTable tr:nth-child(even) {
    background-color:lightgrey;
}
.CLAh2{
    background-color: darkgray;
    color:white;
}
.CLAProductTable th{
    font-size: 12px;

}
#tabsProfiles{
    height:580px;
}

#CLAProductscrollBox{
    margin-top:10px;
    height:500px;
    border:#c0c0c0 1px solid; 
    overflow-x:hidden;
    overflow:auto;
    background:white;
}
/*vertical-accordion*/
#vertical-accordion {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    height: 200px;
    overflow: hidden;
    background: #7d8d96;}

#vertical-accordion li {
    float: left;
    border-left:1px;
    display: block;
    height: 170px;
    width: 50px;
    padding: 15px 0;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    border-left: 1px solid #fff;}

#vertical-accordion li img {
    border: none;
    border-right: 1px solid #fff;
    float: left;
    margin: -15px 15px 0 0;
}

#vertical-accordion li.active {
    width: 450px;
}




.IngredientAttributeTable{
    padding:0px;
    border: solid 1px #e8eef4;
    /*border-spacing: 0px;*/
    border-collapse:collapse;    
}
.IngredientAttributeTable td{ 
    border: solid 1px #e8eef4;
}

.IngredientAttributeTable td:first-child{
    width:265px;
    text-align:left;
}

.numberbox{
    vertical-align:top;
    display: inline-block;
    border: solid 1px grey;
    padding: 3px;
    width:20px;
    height:18px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:right;
}

/*2022-05-08 - styling for template copy dialog enhancements*/

.template-copy-table{
    border:#dadada 1px solid ; padding: 0.1em;
    padding:5px;
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    position: relative;
}

.template-copy-table th{
    padding:5px;
    position: sticky;
    top: 0;
}

.template-copy-table td{
    border:#dadada 1px solid ; padding: 0.1em;
    padding:5px;
}
.template-copy-table th{
    color:white;
    font: 10pt  Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    background-color:cornflowerblue;
}
.template-copy-table td:nth-child(1){
    width:100px;
}
.template-copy-table td:nth-child(2){
    width:200px;
    text-align:left;
}
.template-copy-table  td:nth-child(3){
    width:200px;
    text-align:left;
}
.template-copy-table  td:nth-child(4){
    width:150px;
    text-align:left;
}


.template-copy-table tr:nth-child(odd) {
    /*background-color:#b8d1f3;*/
    background-color:white;
}

.template-copy-table tr:nth-child(even) {
    background-color:lightgrey;
}

/*-------Account details > Customer */

.customerListTable{
    width:100%;
    padding-left:0px;
    border-collapse:collapse;
}
.customerListTable tr{
    border-bottom:#dadada 1px solid;
    background: url("./images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% ;
}
.customerListTable td{
    padding-left:5px;
    cursor: pointer;
}
.customerListTable tr:hover {
    /*    background-color:#dadada;*/
    background: url("./images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(0, 0, 0);
}