/* CSS Document */

/************* Base Reset **************/
html {
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, TEXTAREA, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #25aae1;
}

    a:hover, a:active, a:focus {
        outline: 0;
        color: #218fbd;
        text-decoration: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

.orderedList {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    line-height: 110%;
}

.unorderedList {
    list-style-type: disc;
    margin-left: 25px;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, TEXTAREA, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, TEXTAREA, select {
    font-size: 100%;
}

legend {
    color: #000;
}

#yui3-css-stamp.cssreset {
    display: none;
}


/******** Main Page Elements ***********/
body.clsMainBody {
    background: #f3f0eb url(/content/img/layout/body-bg.jpg) top center no-repeat;
}


/******** Page Layout ***********/
#idMainContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    border: solid 10px #595c5d;
    border-top: none;
    background: #fff;
    font: 11pt normal Arial, Helvetica, sans-serif;
}

#idMainMasthead {
}

#idLogo {
    margin-top: 20px;
    margin-left: 20px;
    width: 220px;
    height: 55px;
    float: left;
}

#idMastheadRight {
    float: right;
    text-align: right;
    height: 75px;
}

#idMainBanner {
    height: 90px;
    width: 1000px;
    background: url(/content/img/layout/header-bg.jpg) no-repeat;
}

#idLanguageSelection {
    margin-right: 10px;
}

    #idLanguageSelection img {
        height: 20px;
        margin: 0px 0 -10px 0;
    }

    #idLanguageSelection select {
        margin-bottom: -8px;
        text-align: right;
        width: auto;
        background: none;
        border: none;
    }

        #idLanguageSelection select option {
            background-repeat: no-repeat;
            background-size: auto 14px;
            background-position: 4px 1px;
            padding-left: 5px;
        }

#idMainSearch {
    width: 270px;
    height: 35px;
    background: url(/Content/img/layout/search-bg.gif) no-repeat;
    padding: 7px 0 0 0px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

    #idMainSearch form {
        margin: -3px 0 0 -10px;
        border: none;
    }

    #idMainSearch input[type="submit"]:hover {
        background-color: #ffffff;
    }

#idSearchSelect {
    background: none;
    border: none;
    color: #4D4D4D;
    font: 11pt Verdana, Geneva, sans-serif;
    width: 120px;
}

#idSearchFieldMain {
    background: none;
    border: none;
    border-color: transparent;
    width: 190px;
    padding-left: 5px;
    color: #4D4D4D;
    font: 11pt Verdana, Geneva, sans-serif;
    margin-left: 12px;
}

input.form-submit.ui-state-default[value="Search"] {
    background: url(/Content/img/layout/search.png) no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    height: 28px;
    overflow: hidden;
    text-indent: -9999em;
    position: absolute;
    top: 5px;
    right: 22px;
    width: 28px;
    color: transparent;
    padding: 0 0 0 5px;
}

    input.form-submit.ui-state-default[value="Search"]:hover, input.form-submit.ui-state-default[value="Search"]:focus {
        background-image: url(/Content/img/layout/search.png);
        background-position: bottom left;
    }

#idNewsSocialBar {
    padding: 5px 15px 0 20px;
    height: 25px;
}

#idNewsTicker {
    width: 600px;
    float: left;
    padding-top: 2px;
}

#idSocialIcons {
    float: right;
}

.clsSocialIcons {
    float: left;
    padding-right: 5px;
}

.clsAddThisToolbar {
    float: right;
    margin-right: 10px;
}

    .clsAddThisToolbar .addthis_button_compact {
        color: #666666;
        text-decoration: none;
        font-family: arial, sans-serif;
    }

#idSecondaryNav .contactRoll a {
    display: inline-block;
    padding: 10px 0 0 50px;
    margin: 0 0 0 10px;
    height: 40px;
    background: url(/Content/img/contact-roll.png) no-repeat 0 -7px;
    font-size: 13px;
}

#idSecondaryNav .joinRoll a {
    display: inline-block;
    padding: 10px 0 0 50px;
    margin: 0 0 0 10px;
    height: 40px;
    background: url(/Content/img/join-roll.png) no-repeat 0 -7px;
    font-size: 13px;
}

    #idSecondaryNav .contactRoll a:hover,
    #idSecondaryNav .joinRoll a:hover {
        background-position: 0 -57px;
        padding: 10px 0 0 50px;
        margin: 0 0 0 10px;
    }

#idMainContentArea {
    padding: 20px;
    min-height: 300px;
}

.mainContentContainer {
    /*    width: 695px;
    float: left;*/
}

#idMainFooterArea {
    height: 180px;
    width: 1000px;
    background: url(/img/footer-bg_nologo.jpg) no-repeat;
    text-align: center;
}

/********    Showcase Layout     ***********/
.showcaseCreatedModified {
    font-size: 12px;
}

.companyLogoBox {
    border: 1px solid #d2d2d2;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
    background-color: #f2f2f2;
}

.companyLogoBox td {
    padding: 5px;
}

.companyLogoBox td.clsPaddingLeft20 {
    padding-left: 20px;
}

.companyLogoBox .companyLogo {
max-width: 160px;
max-height: 300px;
}

.showcaseProductCategory table {
    width: 100%;
}
.showcaseProductCategory table tr{
      height: 98px;
}
.showcaseProductCategory td {
    padding: 5px;
}

.showcaseProductCategory td:nth-child(2) {
    vertical-align: top;
    padding-top: 18px;
}


.showcaseProductCategory {
    width: 98.5%;
    margin-bottom: 20px;
    float: left;
    border: 8px solid #D2D2D2;
    height: 560px;
}

.showcaseProductCategory tr {
    border-bottom: 1px solid #ddd;
}

.showcaseProductThumb {
    max-width: 70px;
    max-height: 70px;
}

.showcaseProductionCapacity {
    font-size: 11px;
    font-weight: bold;
}



#idLogoShowcase {
    margin-top: 22px;
    margin-left: 18px;
    width: 175px;
    height: 35px;
    float: left;
}

#idMastheadRightShowcase {
    float: right;
    text-align: right;
}

#idMainBannerShowcase {
    height: 75px;
    width: 1000px;
    background: url(/Content/img/layout/header-bg-small.jpg) no-repeat;
}

#idMainSearchShowcase {
    float: right;
    width: 400px;
    height: 35px;
    background: url(/Content/img/layout/search-bg.gif) no-repeat;
    padding: 7px 0 0 5px;
    margin-top: 5px;
    position: relative;
}

#idPrimaryNavCollapsedShowcase {
    height: 5px;
    background: #53575a;
}

#idSecondaryNavShowcase {
    margin: 6px 15px;
    color: #25aae1;
    *padding-top: 5px !important;
    display: inline-block;
}

    #idSecondaryNavShowcase a {
        padding: 0 4px;
        color: #25aae1;
        text-decoration: none;
    }

        #idSecondaryNavShowcase a:hover {
            padding: 0 4px;
            color: #25aae1;
            text-decoration: underline;
        }
/********    Primary Navigation  ***********/
.navbar {
    margin-bottom: 0;
    height: 40px;
    padding-left: 20px;
    width: 980px;
    background: url(/content/img/layout/nav-primary-bg.gif) repeat-x;
}

.navbar-inner {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    min-height: 0;
    filter: none;
}

.navbar ul.nav {
    font: 10pt normal Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navbar ul.nav li a {
        display: block;
        text-decoration: none;
        color: #5C6063;
        padding: 10px 30px;
        margin-left: 1px;
        white-space: nowrap;
        text-transform: uppercase;
        text-shadow: none;
    }

        .navbar ul.nav li a:hover {
            background: url(/content/img/layout/nav-primary-bg-hover.gif) repeat-x;
            color: #ffffff;
        }

        .navbar ul.nav li a.clsSelected {
            background: url(/content/img/layout/nav-primary-bg-selected.gif) repeat-x;
        }

    .navbar ul.nav ul.dropdown-menu li a.clsSelected {
        background: none;
    }

.navbar-rightside {
    float: right;
}

.dropdownArrow {
    margin: -3px 0 0 10px;
}



/*  For DropDowns if/when needed DF
#idPrimaryNav ul.clsPrimaryNav li:hover ul {
  display: block;
  position: absolute;
}
#idPrimaryNav ul.clsPrimaryNav li:hover li {
  float: none;
  font-size: 11px;
}
#idPrimaryNav ul.clsPrimaryNav li:hover a { background: url(images/nav-primary-bg-hover.gif) repeat-x; }
#idPrimaryNav ul.clsPrimaryNav li:hover li a:hover { background: #95A9B1; }
*/

/********    Secondary Navigation  ***********/
#idSecondaryNav {
    margin: 10px 35px 0px 0px;
    color: #25aae1;
    display: inline-block;
    vertical-align: top;
}

#idSecondaryNav a {
padding: 0 4px;
color: #787C7F;
text-decoration: underline;
font-size: 14px;
font-weight: normal;
}

#idSecondaryNav a:hover {
    padding: 0 4px;
    color: #25aae1;
    text-decoration: none;
}

/*********   Alt Nav ************/
#idSecondaryAlt2Nav {
margin: 7px 15px 0 0;
}

#idSecondaryAlt2Nav a {
text-decoration: none;
}

#idSecondaryAlt2Nav a:hover {
    text-decoration: underline;
}

/********    Footer Navigation  ***********/
#idFooterNav {
    padding: 10px;
    color: #fff;
}

#idFooterNav a {
    padding: 0 4px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 10px 0;
    display: block;
    font-size: 12px;
}

    #idFooterNav a:hover {
        color: #fff;
        text-decoration: underline;
    }

#idFooterNav .footerTable {
    margin: 5px 0 0 120px;
}

/******** utility ***********/
/******** utility ***********/

.clsLeft {
    float: left;
}

.clsRight {
    float: right;
}

.clsAlignRight {
    text-align: right;
}

.clsAlignLeft {
    text-align: left;
}

.clsAlignCenter {
    text-align: center;
}

.clsDisplayNone {
    display: none;
}

.clsPositionRelative {
    position: relative;
}

.clsNoShow {
    display: none;
}

.clsAlignTop {
    vertical-align: top !important;
}

.clsAlignMiddle {
    vertical-align: middle !important;
}

.clsAlignBottom {
    vertical-align: bottom !important;
}

.clsAlignLeft {
    text-align: left !important;
}

.clsAlignCenter {
    text-align: center !important;
}

.clsAlignRight {
    text-align: right !important;
}

.clsWidth10 {
    width: 10px;
}

.clsWidth20 {
    width: 20px;
}

.clsWidth50 {
    width: 50px;
}

.clsWidth75 {
    width: 75px;
}

.clsWidth100 {
    width: 100px;
}

.clsWidth125 {
    width: 125px;
}

.clsWidth150 {
    width: 150px;
}

.clsWidth190 {
    width: 190px;
}

.clsWidth200 {
    width: 200px;
}

.clsWidth250 {
    width: 250px;
}

.clsWidth300 {
    width: 300px;
}

.clsWidth325 {
    width: 325px;
}

.clsWidth350 {
    width: 350px;
}

.clsWidth400 {
    width: 400px;
}

.clsWidth450 {
    width: 450px;
}

.clsWidth500 {
    width: 500px;
}

.clsWidth670 {
    width: 670px !important;
}

.clsWidthFull {
    width: 100%;
}

.clsPadding0 {
    padding: 0;
}

.clsPadding1 {
    padding: 1px;
}

.clsPadding2 {
    padding: 2px;
}

.clsPadding3 {
    padding: 3px;
}

.clsPadding4 {
    padding: 4px;
}

.clsPadding5 {
    padding: 5px;
}

.clsPadding10 {
    padding: 10px;
}

.clsPadding15 {
    padding: 15px;
}

.clsPadding20 {
    padding: 20px;
}

.clsPadding25 {
    padding: 25px;
}

.clsPadding30 {
    padding: 30px;
}

.clsPaddingTop1 {
    padding-top: 1px;
}

.clsPaddingTop2 {
    padding-top: 2px;
}

.clsPaddingTop3 {
    padding-top: 3px;
}

.clsPaddingTop4 {
    padding-top: 4px;
}

.clsPaddingTop5 {
    padding-top: 5px;
}

.clsPaddingTop10 {
    padding-top: 10px;
}

.clsPaddingTop15 {
    padding-top: 15px;
}

.clsPaddingTop20 {
    padding-top: 20px;
}

.clsPaddingTop25 {
    padding-top: 25px;
}

.clsPaddingTop30 {
    padding-top: 30px;
}

.clsPaddingTop35 {
    padding-top: 35px;
}

.clsPaddingTop40 {
    padding-top: 40px;
}

.clsPaddingTop50 {
    padding-top: 50px;
}

.clsPaddingRight1 {
    padding-right: 1px;
}

.clsPaddingRight2 {
    padding-right: 2px;
}

.clsPaddingRight3 {
    padding-right: 3px;
}

.clsPaddingRight4 {
    padding-right: 4px;
}

.clsPaddingRight5 {
    padding-right: 5px;
}

.clsPaddingRight10 {
    padding-right: 10px;
}

.clsPaddingRight15 {
    padding-right: 15px;
}

.clsPaddingRight20 {
    padding-right: 20px;
}

.clsPaddingRight25 {
    padding-right: 25px;
}

.clsPaddingRight30 {
    padding-right: 30px;
}

.clsPaddingBottom1 {
    padding-bottom: 1px;
}

.clsPaddingBottom2 {
    padding-bottom: 2px;
}

.clsPaddingBottom3 {
    padding-bottom: 3px;
}

.clsPaddingBottom4 {
    padding-bottom: 4px;
}

.clsPaddingBottom5 {
    padding-bottom: 5px;
}

.clsPaddingBottom10 {
    padding-bottom: 10px;
}

.clsPaddingBottom15 {
    padding-bottom: 15px;
}

.clsPaddingBottom20 {
    padding-bottom: 20px;
}

.clsPaddingBottom25 {
    padding-bottom: 25px;
}

.clsPaddingBottom30 {
    padding-bottom: 30px;
}

.clsPaddingBottom40 {
    padding-bottom: 40px;
}

.clsPaddingBottom50 {
    padding-bottom: 50px;
}

.clsPaddingLeft1 {
    padding-left: 1px;
}

.clsPaddingLeft2 {
    padding-left: 2px;
}

.clsPaddingLeft3 {
    padding-left: 3px;
}

.clsPaddingLeft4 {
    padding-left: 4px;
}

.clsPaddingLeft5 {
    padding-left: 5px;
}

.clsPaddingLeft10 {
    padding-left: 10px;
}

.clsPaddingLeft15 {
    padding-left: 15px;
}

.clsPaddingLeft20 {
    padding-left: 20px;
}

.clsPaddingLeft25 {
    padding-left: 25px;
}

.clsPaddingLeft30 {
    padding-left: 30px;
}

.clsNoMargin, .clsNoMargin label {
    margin: 0;
}

.clsMarginLeft {
    margin-left: 100px;
}

.clsMarginTop {
    margin-top: 5px;
}

.clsMarginRight {
    margin-right: 100px;
}

.clsMarginBottom5 {
    margin-bottom: 5px;
}

.clsMarginLeft10 {
    margin-left: 10px;
}

.clsText8pt {
    font-size: 8pt;
}

.clsText9pt {
    font-size: 9pt;
}

.clsText10pt {
    font-size: 10pt;
}

.clsText11pt {
    font-size: 11pt;
}

.clsText12pt {
    font-size: 12pt;
}

.clsText13pt {
    font-size: 13pt;
}

.clsBold {
    font-weight: bold;
}

.clsItalic {
    font-style: italic;
}

.clsClearBoth {
    clear: both;
}

.clsSectionBreakSolid {
    border-bottom: 1px solid #dedede;
}

.clsColorLightBlueBg {
    background: #c4e0f6;
}

.clsColorTeal {
    color: #06828e;
}

.clsSmallText {
    font-size: 9px;
}

.roundedCorner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.halfOpacity {
    filter: alpha(opacity=20); /* IE8 and earlier */
    opacity: 0.2;
}

.small-condensed-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.large-condensed-text {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 1.5em;
    text-transform: uppercase;
}

body {
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

p, ul {
    margin-bottom: 12px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, .clsPageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3255A5;
    font-size: 26pt;
    margin-bottom: 15px;
}

h2 {
    font-size: 18pt;
    color: #5C6063;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
}

h3 {
    font-size: 14px;
    line-height: 30px;
    color: #AEACAC;
}

h4 {
    font-size: 11pt;
    color: #777777;
    font-weight: bold;
}

h5, h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
}

.tagline {
    font-size: 18px;
}
/*--- Alert Styles ---*/
#page-message {
    /*background: #FFF !important;*/
    padding: 15px 0 0 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    z-index: 100;
}

    #page-message span {
        margin: 0 0 15px 0;
        color: #424648;
    }

.page-message-anchored {
    position: relative;
}

.page-message-scrolling {
    position: fixed;
    top: 10px;
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}
/* Form Elements 
---------------------------------------------------------------------*/
/*form input, form TEXTAREA, form select {
    padding: 2px;
}*/
/*label
{
    display: block;
    float: left;
    min-width: 150px;
    margin: 3px 10px 0 0;
    text-align: right;
}*/
/*input[type="text"], input[type="password"]
{
    height: 18px;
    border: 1px solid #696969;
}
input[type="text"]:hover, input[type="password"]:hover
{
    border: 1px solid #25AAE1;
}*/
input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #25AAE1;
}

input[type="radio"] {
    margin-bottom: 10px;
    width: auto !important;
}
/*input[type="button"], input[type="radio"], button[type="button"] span.ui-button-text, .genericButtonWhite
{
    /*** generic white button 
    border: 1px solid #25aae1;
	text-decoration:none;
    background: #ffffff;
    color: #25aae1;
}
.genericButtonWhite2 button.ui-button span.ui-button-text
{
    /*** generic white button 
    padding: 4px 9px;
    border: 1px solid #25aae1;
	text-decoration:none;
    background: #ffffff;
    color: #25aae1;
}
input[type="button"]:hover, button[type="button"]:hover span.ui-button-text, .genericButtonWhite:hover
{
    /*** generic white button hover 
    border: 1px solid #218fbd;
    background: #ffffff;
	text-decoration:none;
    color: #218fbd;
}
.genericButtonWhite a {
	text-decoration:none;
	padding:4px 8px;
	display:block;
}*/
label[for="Certification_Active"] {
    /*border: 1px solid #218fbd;*/
    background: #ffffff;
    color: #696969;
    font-weight: normal;
    position: relative;
}

label[for="IncludePassive"],
label[for="IncludeInactive"] {
    position: relative;
}

label[for="Certification_Active"] .ui-button-text {
    padding-left: 0;
    margin-left: 0;
    width: 70px;
}
/*label[for="Certification_Active"][aria-pressed="false"]
{
    border: 1px solid #218fbd;
    background: #e8e6e6;
    color: #218fbd;
}*/
label[for="Privacy"] {
    background: none !important;
    color: #696969;
    width: 480px;
    position: relative;
}

    label[for="Privacy"] .ui-button-text {
        font-weight: normal;
        padding: 0;
        width: 380px;
    }

label[for="User_EmailOptIn"] span.ui-button-text {
    width: 400px;
}

/*.genericButton a, .ui-widget-content .genericButton a, button#idBtnSubmit span.ui-button-text
{*/
/***changes links to button style ***/
/*    background: #25aae1;
    padding: 4px 9px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.clsBlueButton input {
	background-color:#25AAE1;
}
.clsBlueButton input:hover, input[type="submit"]:hover {
	background-color:#218fbd;
}
.genericButton a:hover, button#idBtnSubmit span.ui-button-text:hover
{
    background-color: #218fbd;
	text-decoration:none;
}
.ui-button-text-only .ui-button-text {
	padding:3px 10px !important;
}
.ui-state-hover[type="reset"]:hover {
    background-color: #252525 !important;
}*/
.formSubTitle {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 15px;
    border-top: 1px solid #E9E9E9;
    margin-top: 20px;
}
/*.formCheckboxGroup
{
    width: 450px;
	position:relative;
}*/
.field-validation-error {
    color: #F00;
    font-size: .8em;
    padding-left: 3px;
}

.registrationForm .field-validation-error {
    display: block;
    margin-left: 158px;
}

    .registrationForm .field-validation-error[data-valmsg-for="acceptTos"] {
        margin-left: 20px;
    }

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.goToPageDrop .chzn-container-single {
    width: 55px !important;
}

    .goToPageDrop .chzn-container-single .chzn-single span {
        margin-right: 22px !important;
    }

.goToPageDrop .chzn-drop {
    width: 53px !important;
}
/*removing styles from the dropdown plugin */
.chzn-container-single .chzn-single {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #696969 !important;
}

.chzn-container-multi .chzn-choices {
    /*    width: 200px !important;*/
    border: 1px solid #696969 !important;
}

.chzn-choices li input {
    width: 100% !important;
}
/* Form Specific Elements */
/*#loginForm a
{
    color: #787C7F;
}*/

.loginRemember .ui-icon {
    margin-top: 1px !important;
    top: inherit !important;
}
/*#loginForm div
{
    margin-left: 10px;
    width: 30px;
}*/
#loginForm div .ui-state-default, #loginForm div .ui-widget-content, #loginForm div .ui-state-default, #loginForm div .ui-widget-header .ui-state-default {
    background: none !important;
    color: #696969 !important;
    border: none !important;
    font-weight: normal !important;
    width: 160px;
    font-size: 10px;
    padding-left: 20px;
    position: relative;
}

#loginForm div .ui-button-text {
    padding: 0px;
}
/*.regRequired label {
    background: url("/Content/img/layout/redstar.png") no-repeat scroll 98% 10% transparent;
    margin: 3px 0 0;
    padding: 0 10px 0 0;
}*/
.indicatesRequired {
    float: right;
    font-size: 10px;
    width: 130px;
}

.registrationForm {
    padding: 30px 15px;
    background-color: #F7F7F7;
}

    .registrationForm label {
        font-size: 13px;
    }

#registerCompanyForm .twoColCheckbox label {
    margin: 0;
}

.labelAcceptTos {
    width: 450px;
}

#registerCompanyForm div .ui-state-default, #registerCompanyForm div .ui-widget-content, #registerCompanyForm div .ui-state-default, #registerCompanyForm div .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    clear: both;
    color: #696969 !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: left;
}
/*#companyProfileForm div .ui-state-default, #companyProfileForm div .ui-widget-content, #companyProfileForm div .ui-state-default, #companyProfileForm div .ui-widget-header .ui-state-default
{
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    clear: both;
    color: #696969 !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: left;
	position:relative;
}*/
.marketCheckBoxes label {
    text-align: left;
    padding: 0 15px;
}

.marketCheckBoxes .ui-button-text-icon-primary .ui-button-text, .marketCheckBoxes .ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em;
}

.marketCheckBoxes .clsBold label {
    font-weight: bold;
}
/*.managementForm div .ui-state-default, .managementForm div .ui-widget-content, .managementForm div .ui-state-default, .managementForm div .ui-widget-header .ui-state-default, .managementForm ui-state-active
{
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    clear: both;
    color: #696969 !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: left;
	position:relative;
}*/
.addProductTable TEXTAREA {
    width: 450px;
}

.addProductTable td {
    padding: 10px 5px;
}

.twoColCheckbox {
    width: 200px;
    float: left;
    text-align: left;
    height: 60px;
    margin-right: 5px;
}

.clsSmallRadio {
    width: 110px;
    margin-left: 10px;
    min-width: 0;
}

    .clsSmallRadio span {
        padding: 3px !important;
    }

.radioWrapper {
    margin-left: 60px;
}

    .radioWrapper .ui-state-active {
        border: 1px solid #25AAE1 !important;
        color: #FFFFFF !important;
        background: #25AAE1 !important;
        font-weight: bold !important;
    }

    .radioWrapper .ui-state-default, .radioWrapper .ui-button-text-only .ui-button-text {
        background-color: #E9E9E9;
        border: 1px solid #CCCCCC;
        color: #5C6063;
        font-weight: normal;
    }

.company-header input[type="submit"] {
    margin-left: 10px;
}

.wisiwygWrapper {
    width: 650px;
}
/* ---------------------------------------------
	General Table Layout
------------------------------------------------*/
.filterHeader {
    border: 1px solid #787c7f;
    background-color: #E9E9E9;
    border-color: #787C7F;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    height: 20px;
    padding: 3px 0 0 10px;
    width: 97%;
    font-weight: bold;
}

.filterBody {
    padding: 10px 30px;
    border: 1px solid #787c7f;
    background: url(/Content/img/layout/filter-bg.png) repeat;
}

    .filterBody label {
        display: block;
        float: none;
        padding: 10px 10px 3px 0;
        text-align: left;
        width: 97%;
    }

    .filterBody .resetFilter button {
        float: right;
        color: #25AAE1;
        padding: 3px;
        text-decoration: underline;
    }

    .filterBody button.advancedButton {
        width: 120px;
    }

.filterSearchBar input {
    width: 370px;
}

.tableDescriptionName {
    color: #25AAE1;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
}

    .tableDescriptionName a {
        text-decoration: underline;
        color: #25AAE1;
        font-weight: bold;
        padding-top: 5px;
    }

.mainTableHr {
    border-top: 3px solid #565A5C;
}

.mainTableWrapper {
    padding-top: 0px;
    width: 100%;
}

.mainBodyTableHeaderStyled {
    border: 1px solid #999999;
}

.mainBodyTable th {
    padding: 3px;
    font-weight: bold;
    border-bottom: 1px solid #787c7f;
    background-color: #E9E9E9;
    font-weight: bold;
}

.mainBodyTable td {
    padding: 6px 3px 6px 3px;
    vertical-align: middle;
    font-size: 11px;
}

.mainBodyTable tr.itemDetails {
    border-bottom: 1px solid #CFCFCF;
}

    .mainBodyTable tr.itemDetails td {
        padding: 0px 3px 6px 3px;
    }

.tableSmallLinks a {
    font-size: 10px;
    color: #25AAE1;
}

.tableSmallLinks {
    text-align: left;
    padding-right: 15px !important;
    /*min-width: 50px;*/
}

form.pagingform div span {
    display: inline-block;
    margin-right: 15px;
}

    form.pagingform div span div {
        margin-right: 6px;
    }

        form.pagingform div span div div {
            margin-right: 0px;
        }


/*--------Right Sidebar/Widgets --------*/
/*.tempSideBar{
	float: right;
	padding-left:20px;
}
.rightSidebar{
	float: right;
	margin-left:20px;
	width:245px;
	background-color: #F7F7F7;
}

.rightSidebarRegister{
	background: url(/content/img/layout/register-btn-bg.png)  0 5px no-repeat;
	line-height:46px;
	margin: 5px 0 10px 0;
	padding-left:58px;
}
.rightSidebarLogin a, .rightSidebarRegister a, .rightSidebarOfferToBuy a, .rightSidebarSubscribe a{
	background-color:#25aae1;
	color:#ffffff;
	margin: 0 0 10px 0;
	padding:5px 11px 5px 8px;
    font-size: 11pt;
	text-decoration:none;
	font-weight: bold;
}

.rightSidebarLogin a:hover, .rightSidebarRegister a:hover, .rightSidebarOfferToBuy a:hover, .rightSidebarSubscribe a:hover{
	background-color:#218FBD;
}
.rightSidebarLogin{
	background: url(/content/img/layout/supplier-btn-bg.png)  0 5px no-repeat;
	line-height:46px;
	margin: 5px 0 10px 0;
	padding-left:58px;
}
.rightSidebarOfferToBuy{
	line-height:46px;
	margin: 0 0 10px 0;
	padding-left:58px;
	height:40px;
}
.rightSidebarSubscribe{
	line-height:46px;
	margin: 0px 0 0px 0;
}
.newsletterWidget-header img {
	padding:9px 10px 0 0;
	float:left;
}
.offerWidget-header img {
	padding:7px 10px 0 0;
	float:left;
}

.rightSidebar ul {
	list-style-type:disc;
}
.newsWidget{
	background-color: #F7F7F7;
}
.newsWidget.featuredSponsor {
	background-color: white !important;
}
.newsWidget.featuredSponsor .newsWidget-header {
	display: none !important;
}
.newsWidget-header, .offerWidget-header, .newsletterWidget-header{
	background: url(/content/img/layout/widget-header-bg.jpg) no-repeat scroll left bottom #CCCDD1;
    color: #5C6063;
    font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-stretch: condensed;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0 0 10px 20px;
    text-transform: uppercase;
}
.newsWidget-body{
	padding:0 10px 10px 10px;
	line-height:150%;
}
.newsWidget-body ul{
	list-style:inside;
}
.newsWidget-body li{
	padding-bottom: 6px;
 	padding-left: 12px;
    text-indent: -12px;
}
.newsWidgetCondensedList li{
	padding-bottom:3px;
}
.rightSidebarNarrow{
	float: right;
	margin-left:20px;
	width:150px;
}
.rightSidebarNarrow .memberSeal {
	background: url(/content/img/layout/seal-bg.png) no-repeat;
	height:113px;
	width:113px;
	margin:auto;
	margin-bottom:20px;
}
.rightSidebarNarrow .memberSeal .memberSealNumber{
	font-size:21pt;
	font-weight:bold;
	text-align:center;
	padding-top:28px;
	line-height:15pt;
}
.rightSidebarNarrow .memberSeal .memberSealYear{
	font-size:13pt;
	font-weight:bold;
	text-align:center;
}
.rightSidebarNarrow .memberSeal .memberSealMembership{
	font-size:6pt;
	font-weight:bold;
	text-align:center;
}
.rightSidebarNarrowHeader{
	height:10px;
	background-color: #c4e0f6;
}
.rightSidebarNarrow h3{
	font-size:12px;
	padding:8px 8px 2px 8px;
	background-color: #F7F7F7;
}
.rightSidebarNarrowBody {
	padding:4px 8px 8px;
	background-color: #F7F7F7;
}
.rightSidebarNarrowBody a{
	padding-top:4px;
}
	*/
/* --------Inquiry Tables--------------*/
table.inquiry {
    width: 100%;
}

    table.inquiry td {
        padding-bottom: 10px;
        padding-right: 15px;
    }

.inquiryDetails {
    margin-bottom: 25px;
    line-height: 180%;
}
.inquiryTableHeader {
    width : 80px ;
    text-align : right;
    font-weight: bold;
}
/* ----------- Tabs -----------*/
.managementTab.ui-corner-top.ui-tabs-selected.ui-state-active {
    background-color: #E9E9E9;
    border-top: 1px solid #787C7F;
    border-right: 1px solid #787C7F;
    border-left: 1px solid #787C7F;
}

.managementTab .ui-corner-top .ui-tabs-selected .ui-state-active {
    background-color: #787C7F !important;
    color: #FFFFFF !important;
}

    .managementTab.ui-corner-top.ui-tabs-selected.ui-state-active a {
        color: #333333 !important;
    }

.managementTab.ui-corner-top.ui-state-hover {
    background-color: #898e92;
}

.managementTab {
    background-color: #787C7F;
    font-weight: bold;
}

    .managementTab a {
        color: #FFFFFF;
    }

    .managementTab .ui-state-hover, .managementTab .ui-state-hover a:hover {
        background: #787C7F !important;
        color: #25AAE1 !important;
    }
/* ---------------Accordian Product Selector ---------------- */
/* Accordion */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}

.accordion-wrapper {
    border: 1px solid #3c3f49;
    width: 210px;
    float: left;
    margin-right: 20px;
}

.category-container {
    width: 230px;
}

.accordion-header-product {
    background-image: url(/content/img/search-by-products.gif);
    padding: 10px 5px 11px 70px;
    color: #ffffff;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-left, .ui-corner-bl, .ui-corner-right, .ui-corner-tr, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0 0 0 0 !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
    display: none !important;
}

.ui-accordion .ui-accordion-header {
    margin-top: 0;
    background: url(/content/img/product-highlight-off.gif) repeat-y #636C80;
    border-top: 1px solid #7b8395;
    border-left: 1px solid #9ba4b8;
    border-right: 1px solid #9ba4b8;
    border-bottom: 1px solid #414652;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 1.5em;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ffffff;
}

.ui-accordion ul li {
    list-style-type: none;
    background: url(/content/img/bullet-small.png) no-repeat 0 9px;
    padding: 0 0 3px 10px;
}

.ui-accordion .ui-accordion-content {
    background: none repeat scroll 0 0 #dfe7fa;
    margin-bottom: 0;
    padding: 1em 1.5em;
}

.ui-accordion .ui-widget-content a {
    color: #373c47;
    text-decoration: none;
}

    .ui-accordion .ui-widget-content a:hover {
        color: #218fbd;
        text-decoration: none;
    }

.ui-accordion .ui-state-active a, .ui-accordion .ui-state-active a:link, .ui-accordion .ui-state-active a:visited {
    background: url(/content/img/product-highlight-on.gif) repeat-y #78829a;
    color: #ffffff !important;
}

.ui-accordion-header .ui-helper-reset .ui-state-default .ui-corner-all {
    border-radius: none !important;
}
/* ------------------ Products Page ---------------- */
.product-directory {
}

.product-directory-productlist {
}

.productName {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.smallSubText {
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
}

    .smallSubText a {
        font-weight: bold;
        font-size: 11px;
    }

table.mainBodyTable {
    width: 100%;
    font-size: 11px;
}

.productsListThumb img {
    max-width: 150px;
    max-height: 150px;
}

.productsName a {
    font-size: 20px;
}

.productDetailThumb {
    max-width: 280px;
    max-height: 280px;
}

.productInformation label {
    display: inline-block;
    float: none;
    margin: 3px 10px 0 0;
    min-width: 1px;
    text-align: left;
}
/*------------------Supplier Page ------------------------*/
.supplierCountry {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}

.supplierName {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.supplierProductCount {
    float: right;
    margin-right: 15px;
}

.suppliersSalesMarkets {
    font-size: 12px;
}

/************* Home Page ************************/
.companyName {
    text-align: center;
    height: 1px;
}

.homeFindCTA1 {
    float: left;
    padding: 30px 20px;
    background: #faf9f9 url(/content/img/ctahome-product.jpg) repeat-x 0 -12px;
    border: 1px solid #d7d7d7;
}

.homeFindCTA2 {
    float: left;
    padding: 30px 20px;
    background: #faf9f9 url(/content/img/ctahome-supplier.jpg) repeat-x 0 -12px;
    border: 1px solid #d7d7d7;
}

.homeTripleCTA {
    margin: 50px -20px;
    width: 1000px;
    padding: 10px 0px 0 0;
    background: url(/content/img/pageSplitTop.png) repeat-x #f7f7f7;
}

.row-fluid .tripleCTA {
    margin-left: 80px;
}

    .row-fluid .tripleCTA:first-child {
        margin-left: 60px;
    }

.homeTripleCTABottom {
    height: 25px;
    background: url(/content/img/pageSplitBottom.png) repeat-x;
    bottom: 0;
}

#news {
    border: 1px solid red;
}

.homeViewAll {
    float: right;
    margin-top: 15px;
}

.featuredEventDetails {
    padding: 20px;
    background-color: #F5F5F5;
}

.newsCategory {
    padding: 10px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}

    .newsCategory.even {
        background-color: #ffffff;
    }

.pharmaEvolution {
    margin-left: 50px;
}

    .pharmaEvolution li {
        list-style-type: disc;
    }
/************* Product Directory Page ******************/
.clsProductRow {
    padding: 15px 0;
}

.product-directory-productlist .mainBodyTable tr.itemDetails {
    border-bottom: none;
}

.productRowImage img {
    max-width: 200px;
    max-height: 150px;
}

.productRowImage {
    float: left;
    text-align: center;
}

.productRowDetails {
    float: left;
}

/*----------------- Left sidebar nav ------------------ */
.leftSideBar {
    border: 1px solid #d2d2d2;
}

    .leftSideBar ul {
        margin: 0;
    }

        .leftSideBar ul li.firstSideBar {
            border: none;
        }

        .leftSideBar ul li {
            border-top: 1px solid #d2d2d2;
        }

            .leftSideBar ul li a {
                display: block;
                padding: 10px 10px;
                background-color: #EFEFF0;
                *background-color: #EFEFF0;
                background-image: -moz-linear-gradient(top, #FCFCFB, #EFEFF0);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCFCFB), to(#EFEFF0));
                background-image: -webkit-linear-gradient(top, #FCFCFB, #EFEFF0);
                background-image: -o-linear-gradient(top, #FCFCFB, #EFEFF0);
                background-image: linear-gradient(to bottom, #FCFCFB, #EFEFF0);
                background-repeat: repeat-x;
                font-weight: normal;
                color: #5C6063 !important;
            }

                .leftSideBar ul li a:hover {
                    background-color: #dadadb;
                    *background-color: #dadadb;
                    background-image: -moz-linear-gradient(top, #fefefd, #dadadb);
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefd), to(#dadadb));
                    background-image: -webkit-linear-gradient(top, #fefefd, #dadadb);
                    background-image: -o-linear-gradient(top, #fefefd, #dadadb);
                    background-image: linear-gradient(to bottom, #fefefd, #dadadb);
                    background-repeat: repeat-x;
                    font-weight: normal;
                    color: #5C6063 !important;
                }

/*a.button, a.button:visited
{
    background-color: #86A6C6;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

a.button:hover
{
    background-color: #424648;
    color: #fff;
}
a.button:active
{
    top: 1px;
}
a.small.button, a.small.button:visited
{
    font-size: 11px;
}
a.button, a.button:visited, a.medium.button, a.medium.button:visited
{
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
a.large.button, a.large.button:visited
{
    font-size: 14px;
    padding: 8px 14px 9px;
}
*/
/* Conference and Events **********************************/
.conColorRegular {
    color: #333333;
}

.conColorEurope, .conColorEurope h2 {
    color: #00AEEE;
}

.conColorChina, .conColorChina h2 {
    color: #F69D41;
}

.conColorIndia, .conColorIndia h2 {
    color: #74207C;
}

.conColorEurope h2 {
    background: url(/content/img/cphiIconEurope.gif) no-repeat 0px 0;
    padding: 2px 0 0 35px;
    height: 27px;
}

.conColorIndia h2 {
    background: url(/content/img/cphiIconIndia.gif) no-repeat 0px 0;
    padding: 2px 0 0 35px;
    height: 27px;
}

.conColorChina h2 {
    background: url(/content/img/cphiIconChina.gif) no-repeat 0px 0;
    padding: 2px 0 0 35px;
    height: 27px;
}

.conColorEurope td, .conColorChina td, .conColorIndia td {
    padding: 8px;
}

.CEcontainer {
    border-top: 1px solid #999;
}

.CEsection {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 15px 10px 0 10px;
}

    .CEsection img {
        padding-right: 20px;
    }

    .CEsection.conferenceSection img {
        padding-right: 0;
    }

.CEdateTime {
    float: right;
    width: 200px;
    text-align: right;
}

.CEdate {
    color: #03868e;
    font-size: 1.5em;
    font-weight: bold;
}

.CElocation {
    font-size: 1em;
    font-weight: bold;
}

/* grid
----------------------------------------------------------*/

.grid {
    line-height: 1.5em;
    margin-top: 1em;
    text-align: left;
    width: 100%;
}

    .grid thead {
        background-color: #E2E7ED;
    }

    .grid th, .grid td {
        padding: 2px;
    }

.pagination {
    background-color: #E2E7ED;
    line-height: 1.5em;
    padding: 2px;
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.featuredTabPic {
    width: 130px;
    float: right;
    margin: 3px 0 0 20px;
}

.helpQuestion {
    font-weight: bold;
    font-size: 11pt;
}

/* uploadify
----------------------------------------------------------*/

.uploadifyQueue {
    margin-left: 17em;
}

.uploadifyLinks {
    margin-left: 17em;
}

.uploadifyQueueItem {
    font: 11px Verdana, Geneva, sans-serif;
    border: 2px solid #E5E5E5;
    background-color: #F5F5F5;
    margin-top: 5px;
    padding: 10px;
    width: 350px;
}

.uploadifyError {
    border: 2px solid #FBCBBC !important;
    background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
    float: right;
}

.uploadifyProgress {
    background-color: #FFFFFF;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    margin-top: 10px;
    width: 100%;
}

.uploadifyProgressBar {
    background-color: #0099FF;
    width: 1px;
    height: 3px;
}


/* ----------  Placeholder ---------- */
input::-webkit-input-placeholder, TEXTAREA::-webkit-input-placeholder, input:-moz-placeholder, TEXTAREA:-moz-placeholder, input:-ms-input-placeholder, TEXTAREA:-ms-input-placeholder {
    color: #aaa;
}

/******** Misc *********/
.siteInfoBar {
    font-size: 11px;
    padding: 0 20px;
    margin-top: 5px;
}

    .siteInfoBar .loggedInUser {
        float: right;
    }

.upcomingDate, .companyDisplayName {
    color: #999;
}

#page-message-container span {
    color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none repeat scroll 0 0 #009900 !important;
}

span.clsTablePad table tr td, span.clsTablePad table thead tr th {
    padding: 4px 8px;
}

.titleWidth div#Subscriber_Prefix_chzn {
    width: 155px !important;
}

.privacyA .ui-state-default a, .privacyA .ui-state-default a:link, .privacyA .ui-state-default a:visited {
    color: #25AAE1 !important;
}

    .privacyA .ui-state-default a:hover {
        color: #218fbd !important;
    }

.companyProductTable .mainBodyTable td, .companyProductTable .mainBodyTable td text {
    max-width: 140px;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    table-layout: fixed;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
}

.companyProductTable, .editUserHistory, {
    font-size: 11px;
}

    .companyProductTable .ui-tabs li {
        font-size: 14px;
    }

    .companyProductTable .table-striped tbody > tr:nth-child(2n+1) > td, .companyProductTable .table-striped tbody > tr:nth-child(2n+1) > th {
    }

.companyUserTable td {
    line-height: 10px;
    font-size: 11px;
}

.companyUserTable form {
    margin: 0 !important;
    padding: 0 !important;
    height: 1px;
}

.companyProductTable .mainBodyTable th {
    background: transparent !important;
    font-size: 11px;
}

.formCheckboxGroup.companyManagement {
    width: 350px;
}

    .formCheckboxGroup.companyManagement .twoColCheckbox {
        width: 150px;
    }

#offers .mainBodyTable {
    font-size: 9pt;
}

.offerCreated {
    display: block;
    float: right;
    font-size: 12px;
}

.detailLabel {
    margin: 0 10px 10px 0;
    display: block;
}

.offerReplyNow {
    margin-left: 120px;
}

.requiredFieldBox {
    padding: 3px 0 10px 5px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.requiredFieldBoxHeader {
    font-weight: bold;
}
/****** dashboard *******/
.questionContact {
    margin: 15px 0 0 10px;
}

.dashboard-header-image {
    margin: 15px 0;
}

.newsWidget-header {
    font-size: 11px;
    font-weight: bold;
    background: url("/content/img/layout/sub-header-bg.png") repeat-x scroll 0 0 transparent;
    padding: 5px 10px;
}

.firstDiv {
    margin-left: 0 !important;
}

form#searchUser input, form#searchCompany input, form#searchUsersForm input {
    margin-bottom: 0;
}

.editUserManagement .ui-widget-content,
.editCompanyManagement .ui-widget-content {
    margin: 20px 0;
}

.editUserManagementDetails div {
    margin-bottom: 7px;
}

.editUserManagementDetails td {
    padding: 6px 10px 2px;
}

.ui-widget-content .newsWidget-header {
    color: #696969;
}

.field-validation-error span {
    display: block;
}

.maxWidth200 {
    max-width: 200px;
}
/******** certification *******/
form#addImageForm {
    padding: 15px;
}

#uploadImageContainer {
    margin-top: 15px;
}

    #uploadImageContainer img {
        max-width: 500px;
    }
/******* Filters ************/
.clsOfferFilter .chzn-single {
    width: 150px;
}

.filterBody input {
    margin: 0;
}
/******* Survey **********/
.surveyContainer {
    position: fixed;
    right: 0;
    top: 50%;
}

    .surveyContainer a span {
        display: none;
    }

    .surveyContainer a {
        display: block;
        height: 107px;
        width: 110px;
        background: url(/content/img/surveybutton.png) no-repeat 45px 0;
    }

        .surveyContainer a:hover {
            background-position: 0 0;
        }

.stealthLink {
    color: #696969 !important;
    cursor: default;
    text-decoration: none !important;
}

/****news category tabs*****/
#newsCategoryTabs img {
    width: 150px;
    margin-top: 7px;
}

#newsCategoryTabs table td span.upcomingDate {
    display: block;
    margin-bottom: 10px;
}

.newsAllButton {
    display: block;
    padding: 9px 10px 5px;
}
/*#newsCategoryTabs ul {
	margin-bottom: 5px;
}
#newsCategoryTabs .ui-tabs-panel {
	padding:20px 0;
}
#newsCategoryTabs .ui-tabs-nav .ui-state-default a {
	padding: 15px 38px 0px 38px;
	font-size: 12pt;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight: normal;
	height: 65px;
	background: #787c7f url("/Content/img/white-on-white-arrow.gif") bottom center no-repeat;
	text-transform: uppercase;
	line-height: 12pt;
}
#newsCategoryTabs .ui-tabs-nav .ui-state-default a:hover {
	background-color: #899095;
}
#newsCategoryTabs .ui-tabs-nav .ui-tabs-selected a {
	background: #5d6163 url("/Content/img/gray-on-white-arrow.gif") bottom center no-repeat;
}
#newsCategoryTabs .ui-tabs-nav .ui-tabs-selected a:hover {
	background-color: #5d6163;
}*/
.highlightArticle {
    padding-right: 20px;
}

.highlighArticle.articleOdd {
    background-color: #F7F7F7;
}

.highlightArticle img {
    float: left;
    max-width: 200px;
    max-height: 200px;
    padding: 0 20px 20px 10px;
}

/******** Contact **********/
.customerSupport {
    background: url(/content/img/icon-phone.png) no-repeat 0 5px;
    padding: 0 0 0 35px;
}

.listingAdvertising {
    background: url(/content/img/icon-list.png) no-repeat 0 5px;
    padding: 0 0 0 35px;
}

.LoginForm {
    padding: 10px 15px;
    background-color: #F7F7F7;
}

.loginRegisterForgot li {
    margin-bottom: 7px;
}

.ui-state-default span.ui-button-text a {
    color: #25aae1 !important;
}

.registrationLeftColumn img {
    margin: 15px 20px 15px 0;
}

.registrationLeftColumn {
    float: left;
}

.LoginBenefitsHeader {
    margin: 25px 0 0 10px;
    font-weight: bold;
}

.navbar ul.nav li .dropdown-menu.login-menu .LoginSignUp a {
    text-align: right;
    margin: 0 5px 5px 0;
    padding: 0;
}

.navbar ul.nav li .dropdown-menu.login-menu label {
    text-align: left;
}

.searchDirectoryDropDown, .loginDropDown, .loginMyAccount {
    border-left: 1px solid #d2d2d2;
}

/****** jquery modifications ***********/
/*#idMainContentArea .ui-state-default, #idMainContentArea .ui-widget-content .ui-state-default, #idMainContentArea .ui-widget-header .ui-state-default,
#idMainContentArea .ui-state-active, #idMainContentArea .ui-widget-content .ui-state-active, #idMainContentArea .ui-widget-header .ui-state-active {
	background:transparent;
	border:0;
	padding:0;
	
}*/
/****** bootstrap modifications ************/
.nav-pills > li > a {
    background-color: #EFEFF0;
    *background-color: #EFEFF0;
    background-image: -moz-linear-gradient(top, #FCFCFB, #EFEFF0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCFCFB), to(#EFEFF0));
    background-image: -webkit-linear-gradient(top, #FCFCFB, #EFEFF0);
    background-image: -o-linear-gradient(top, #FCFCFB, #EFEFF0);
    background-image: linear-gradient(to bottom, #FCFCFB, #EFEFF0);
    background-repeat: repeat-x;
    font-weight: normal;
    color: #5C6063 !important;
    border: 1px solid #d2d2d2;
    padding: 7px 20px !important;
}

    .nav-pills > li > a:hover {
        background-color: #dadadb;
        *background-color: #dadadb;
        background-image: -moz-linear-gradient(top, #fefefd, #dadadb);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefd), to(#dadadb));
        background-image: -webkit-linear-gradient(top, #fefefd, #dadadb);
        background-image: -o-linear-gradient(top, #fefefd, #dadadb);
        background-image: linear-gradient(to bottom, #fefefd, #dadadb);
        background-repeat: repeat-x;
        font-weight: normal;
        color: #5C6063 !important;
        border: 1px solid #d2d2d2;
    }

.login-menu img {
    max-width: 50px;
}

.btn-primary,
.btn-primary a,
.nav-pills > li.active > a, .nav-pills > li.ui-state-active > a {
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #25aae1 !important;
    *background-color: #25aae1 !important;
    background-image: -moz-linear-gradient(top, #6DBAE8, #25aae1) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6DBAE8), to(#25aae1)) !important;
    background-image: -webkit-linear-gradient(top, #6DBAE8, #25aae1) !important;
    background-image: -o-linear-gradient(top, #6DBAE8, #25aae1) !important;
    background-image: linear-gradient(to bottom, #6DBAE8, #25aae1) !important;
    background-repeat: repeat-x !important;
    border-color: #25aae1 !important;
    font-weight: normal !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6DBAE8', endColorstr='#218FBD', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #FFFFFF !important;
        background-color: #25aae1 !important;
        *background-color: #003bb3 !important;
        font-weight: normal !important;
    }

.btn-secondary {
    color: #0ba9d1 !important;
    text-shadow: 0 !important;
    background-color: #D6F1FC !important;
    *background-color: #D6F1FC !important;
    background-image: -moz-linear-gradient(top, #EDF8FC, #D6F1FC) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EDF8FC), to(#D6F1FC)) !important;
    background-image: -webkit-linear-gradient(top, #EDF8FC, #D6F1FC) !important;
    background-image: -o-linear-gradient(top, #EDF8FC, #D6F1FC) !important;
    background-image: linear-gradient(to bottom, #EDF8FC, #D6F1FC) !important;
    background-repeat: repeat-x !important;
    border-color: #D6F1FC !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDF8FC', endColorstr='#D6F1FC', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    font-weight: normal !important;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary.active,
    .btn-secondary.disabled,
    .btn-secondary[disabled] {
        color: #34c6eb !important;
        background-color: #D6F1FC !important;
        *background-color: #003bb3 !important;
        font-weight: normal !important;
    }

    .btn-secondary input {
        color: #0ba9d1 !important;
    }

.btn input, button {
    border: 0;
    color: #ffffff;
    background: transparent;
    font-weight: normal;
    padding: 0;
}

.btn, .btn:hover {
    color: #25AAE1;
}

button:hover {
    font-weight: normal;
}

.btn-default input, .btn-default button {
    color: #666 !important;
}

.ui-widget button {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*.btn-primary, input.ui-state-default[type="submit"] {
	padding:7px 15px;
	color:#ffffff !important;
	font-weight:bold;
	background-color: #25AAE1;
  *background-color: #2ebbf5;
  background-image: -moz-linear-gradient(top, #209fd4, #2ebbf5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#209fd4), to(#2ebbf5));
  background-image: -webkit-linear-gradient(top, #209fd4, #2ebbf5);
  background-image: -o-linear-gradient(top, #209fd4, #2ebbf5);
  background-image: linear-gradient(to bottom, #209fd4, #2ebbf5);
  background-repeat: repeat-x;
  border: none;
  text-shadow:none;
}
.btn-primary:hover, input.ui-state-default[type="submit"]:hover,
.btn-primary:focus, input.ui-state-default[type="submit"]:focus,
.btn-primary:active, input.ui-state-default[type="submit"]:active,
.btn-primary.active, input.active.ui-state-default[type="submit"],
.btn-primary.disabled, input.disabled.ui-state-default[type="submit"],
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #2ebbf5;
  *background-color: #218fbd;
  background-image: -moz-linear-gradient(top, #2ebbf5, #218fbd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2ebbf5), to(#218fbd));
  background-image: -webkit-linear-gradient(top, #2ebbf5, #218fbd);
  background-image: -o-linear-gradient(top, #2ebbf5, #218fbd);
  background-image: linear-gradient(to bottom, #2ebbf5, #218fbd);
}*/
select, TEXTAREA, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    font-size: 13px;
}

.LoginLeft {
    width: 280px;
    float: left;
}

.LoginRight {
    border-left: 1px solid #787C7F;
    padding-left: 15px;
    float: right;
    width: 280px;
}

.LoginHeader {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 20px;
}

.navbar ul.nav li .dropdown-menu.login-menu .LoginLinks a {
    padding: 0 0 15px 10px;
}

.navbar ul.nav li .dropdown-menu.login-menu #loginForm .LoginForgot a {
    float: left;
    font-size: 10px;
    color: #25AAE1;
    margin: 0;
    padding: 0;
}

    .navbar ul.nav li .dropdown-menu.login-menu #loginForm .LoginForgot a:hover {
        color: #218FBD;
    }

.navbar ul.nav li .dropdown-menu.login-menu a.LoginContactSupport {
    display: inline;
    margin: 0;
    padding: 0;
}

li.dropdown .dropdown-menu {
    background: #ffffff;
    margin-top: -4px;
}

    li.dropdown .dropdown-menu li a {
        font-size: 12px;
        padding: 10px 45px 10px 15px;
        color: #5C6063;
    }

        li.dropdown .dropdown-menu li a:hover {
            background-color: #ffffff;
            background-image: none;
            color: #25AAE1;
        }

.dropdown-menu.login-menu {
    padding: 7px;
    width: 600px;
    left: -400px;
}

.navbar ul.nav li .dropdown-menu.login-menu a {
    color: #25AAE1;
    background: none;
    background-image: none;
    display: inherit;
    text-transform: none;
}

    .navbar ul.nav li .dropdown-menu.login-menu a:hover {
        color: #1C94C4;
    }

.dropdown-menu.login-menu td {
    padding: 7px;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: none;
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: none;
}

.btn-large {
    font-size: 14px;
    padding: 10px 25px;
}

.circlegraphic {
    float: right;
    margin: 0 0 5px 5px;
}

.window .surveyContainer {
    display: none;
}

/* jquery button override */
.login-menu .ui-state-default, .login-menu .ui-widget-content .ui-state-default, .login-menu .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-weight: normal;
}

.jstree-default.jstree-focused {
    background: none repeat scroll 0 0 #FFFFFF !important;
    padding-top: 15px;
}

iframe.add-image-iframe html body {
    background-image: none !important;
}

.btn-warning, .btn-warning:hover {
    color: #ffffff;
}

.btn-info, .btn-info:hover {
    color: #ffffff;
}

/* Capricorn public profile css classes - Start.*/
.width100Percent {
    width: 100% !important;
}

.BannerImage {
    width: 100%;
    height: 300px;
}

.alignCenter {
    text-align: center;
}

.color-blue {
    color: blue;
}

.showcasePremiumCompanies {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    border: 1px solid #D2D2D2;
    min-height: 360px;
}
.showcasePremiumCompanies table tr
{
    height: 105px;
}
.showcasePremiumCompanies table tr:nth-child(-n+4)
{    
    border-bottom: 1px solid #ddd;
}
.font-size17px {
    font-size: 17px;
}

.font-size12px {
    font-size: 12px;
}

.font-size13px {
    font-size: 13px;
}

.padding-top15px {
    padding-top: 15px;
}

.comments-space {
    width: 90%;
    min-height: 50px;
    height: auto;
    margin-bottom: 5px;
    text-align: justify;
}

.remaining-content span {
    display: none;
}

.textDecoration-underline {
    text-decoration: underline !important;
}

.width85px {
    width: 85px;
}
.width210px
{
    width:210px;
}

.showcaseFixedThumb {
   max-width: 120px !important;
   max-height: 90px !important;
}

.showcaseFeedsThumb {
  max-width: 160px !important;
  max-height: 86px !important; 
}

.height430px {
    height: 430px !important;
}

.width300px {
    width: 300px;
}

.feeds-text-overflow-ellipsis {
    white-space: nowrap; 
    width: 200px; 
    overflow: hidden;
    text-overflow: ellipsis;     
}

.cmpFeedsTile table {
                width:100%;
}
.cmpFeedsTile td {
                padding:5px;
}
.cmpFeedsTile {
                width:300px;
                margin-right:15px;
                margin-bottom:20px;
                float:left;
                border-left:1px solid #D2D2D2;
                border-right:1px solid #D2D2D2;
                border-bottom:1px solid #D2D2D2;
                min-height:360px;
}
.cmpFeedsTile tr {
                border-bottom:1px solid #f3f3f3;
}

.assetInformation {
    padding-left: 300px;
}
.assetInformation label {
    display: inline-block;
    float: none;
    margin: 3px 10px 0 0;
    min-width: 1px;
    text-align: left;
}

#company-profile-page-tabs .ui-state-active {
    background-color: #D2D2D2 !important;   
}

.display-none
{
    display:none;
}

/* Capricorn public profile css classes - End.*/