@media screen and (max-width: 1007px) {
    body .com_bar {
    position: absolute;
    width: 1007px; } }
td:empty, th:empty {
    content: "&nbsp;"; }

body {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #666));
    background: -webkit-linear-gradient(top, #000, #666);
    background: -moz-linear-gradient(top, #000, #666);
    background: -ms-linear-gradient(top, #000, #666);
    background: -o-linear-gradient(top, #000, #666);
    background: linear-gradient(top, #000, #666);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000', endColorstr='#666')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000', endColorstr='#666')";
    min-height: 1500px;
    padding: 0 0 10px 0;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 18px;
    margin: 38px 0 8px 0 !important; }

div {
    word-wrap: break-word; }

a {
    text-decoration: none;
    color: black; }
a.nu:hover {
    text-decoration: none; }
a:hover {
    text-decoration: underline;
    cursor: pointer; }
a:visited {
    color: gray; }

a, a:active, a:visited, input {
    outline: none; }

table {
    border-collapse: collapse; }

p {
    margin-top: 1em 0; }

img {
    vertical-align: bottom;
    border: 0; }

iframe {
    overflow: hidden;
    border: 0px; }

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }

label[for] {
    cursor: pointer; }

.clear {
    clear: both; }

.w100 {
    width: 100%; }

.news_story ul {
    list-style-type: disc;
    padding-left: 15px; }

.news_story #bodybody a {
	color: #F12B2D;
}

.news_story #bodybody a:visited {
	color: #F89B30;
}

.invis {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.mvis {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

.svis {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }

.fr {
    float: right !important; }

.fl {
    float: left !important; }

#nav_wrapper .fl {
    float : none !important;
}

.tac {
    text-align: center; }

.tar {
    text-align: right; }

.ib {
    display: inline-block !important;
    zoom: 1;
    *display: inline; }

p.nomargin {
    margin: 0; }

.mr {
    margin-right: 15px; }

.mb {
    margin-bottom: 15px; }

.mt {
    margin-top: 15px; }

.colorGray {
    color: #999999; }

.colorDarkGray {
    color: #555555; }

.pr {
    position: relative; }

.feedback {
    text-align: center;
    padding: 4px; }
.feedback a {
    color: #FF0;
    text-decoration: none;
    font-size: 12px; }
.feedback a:hover {
    text-decoration: underline; }

.wrapper {
    position: relative;
    z-index: 1;
    width: 1000px;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #fefefe, #dfdfdf);
    background: -moz-linear-gradient(top, #fefefe, #dfdfdf);
    background: -ms-linear-gradient(top, #fefefe, #dfdfdf);
    background: -o-linear-gradient(top, #fefefe, #dfdfdf);
    background: linear-gradient(top, #fefefe, #dfdfdf);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dfdfdf')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dfdfdf')";
    margin: 0 auto;
    padding: 0 0 25px 0;
    border: 1px solid #CCC;
    border-bottom: 1px solid #BBB;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5); }

#news_alert {
    height: 70px;
    width: 1001px;
    background-color: #EAEBEC;
    font-size: 14px;
    line-height: 24px; }

#news_alert h5 {
    float: left;
    color: #CC0000;
    margin: 1px 10px 0px 15px;
    padding: 0px;
    font-size: 14px;
    line-height: 43px; }

#news_alert_text {
    width: 880px;
    float: left; }

#news_alert_date {
    font-size: 12px;
    font-weight: bold;
    color: #717273;
    margin-left: 7px; }

#news_alert_close {
    float: right;
    margin: 0px 15px 0px 0px; }

/*#account_form {*/
    /*float: right;*/
    /*margin-top: 6px;*/
    /*margin-right: 15px; }*/

/*#account_form label {*/
    /*margin-right: 5px;*/
    /*float: left;*/
    /*margin-top: 4px; }*/

/*#auth_username,*/
/*#auth_password {*/
    /*float: left;*/
    /*margin-right: 15px;*/
    /*font-size: 13px;*/
    /*color: #FFF;*/
    /*width: 185px; }*/

/*.com_bar #auth_password input,*/
/*.com_bar #auth_username input {*/
    /*box-shadow: none;*/
    /*line-height: 18px;*/
    /*margin-top: 2px;*/
    /*padding: 0 4px;*/
    /*height: 19px; }*/

/*#auth_password .input_bg,*/
/*#auth_username .input_bg {*/
    /*float: right;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*width: 110px;*/
    /*height: 22px;*/
    /*font-size: 14px;*/
    /*border: 1px solid #555;*/
    /*background: #DDD; }*/

#edit_account {
    float: left;
    text-align: right;
    margin: 0px 15px;
    width: 400px; }

/*#auth_submit {*/
    /*float: left;*/
    /*position: relative; }*/

/*#auth_submit input {*/
    /*width: 80px;*/
    /*height: 24px;*/
    /*margin: 0;*/
    /*line-height: 24px; }*/

.com_bar .welcome {
    font-size: 13px;
    line-height: 1.1;
    color: #FFF;
    margin-right: 10px;
}

.com_bar .welcome a {
    color: #FFF;
    float : left;
    height : 26px;
    padding: 3px;
    margin-top : 3px;
}

.com_bar .welcome .welcome-text {
    float : left;
    padding: 10px 3px 0 0;
    margin-top : 3px;
}

.com_bar .welcome .p_name {
    float : left;
    margin-top : 7px;
    margin-right : 3px;
}

.com_bar .welcome a:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none; }

.com_bar .welcome img {
    display: inline;
    position: relative;
    top: 0px;
    margin-left: 4px; }

.com_bar .com_bar_dd {
    position: absolute;
    top: 38px;
    left: -119px; }

.com_bar .com_bar_dd li a {
    display: block;
    width: 130px;
    padding: 5px 15px;
    color: #000;
    font-size: 12px;
    font-weight: bold; }

.com_bar .com_bar_dd li a:hover {
    background: #EEE;
    text-decoration: none;
    border-left: 7px solid #CC0000;
    padding-left: 8px;
    width: 130px; }

#logo_wrapper {
    height: 136px;
    text-align: left;
    font-size: 12px;
    position: relative;


}

.steve-garvey {
	position : absolute;
	left : 640px;
	top : 15px;
	width : 160px;
	height : 67px;
	background : url(/images/steve_garvey.png) 0 0 no-repeat;
	background-size: 160px;
	z-index: 100000;
}

.steve-garvey a {
	display : block;
	width : 160px;
	height : 67px;
}

#logo {
    float: left;
    /*margin: 11px 0 0 45px;*/

    margin: 8px 0 0 25px;
    z-index: 1;
    position : relative;
}

#logo a.home-link-20 {
    display : block;
    height : 100px;
    width : 250px;
    margin-top: 10px;

    background : url(/images/WorkCompCentral-LOGO.png) 0 0 no-repeat;
    background-size: 250px;
}

#logo a.home-link {
    display : block;
    height : 115px;
    width : 350px;

    background : url(/images/new_web_logo.png) 0 0 no-repeat;
    background-size: 350px;

/*
    height : 120px;
    width : 630px;
/*
	background : url(/images/gala/1260x240-GalaHeader.jpg) 0 0 no-repeat;
*/
/*
    background : url(/images/gala/gala-banner.png) 0 0 no-repeat;
    background-size: 630px;
*/

}

#logo .banner-button {
	display : block;
	position : absolute;
/*
	background : url(/images/banner_hover_states.png) -9999px 0 no-repeat;
	background : url(/images/gala/gala_hover.png) -9999px 0 no-repeat;
*/
	background : url(/images/gala/gala-banner-hover.png) -9999px 0 no-repeat;
	background-size: 220px 25px;
}

/*
#logo .nominate-top {
	height : 30px;
	width : 315px;
	left : 215px;
	top : 0px;
}

#logo .comp-laude {
	height : 60px;
	width : 200px;
	left : 335px;
	top : 35px;
}

#logo .nominate {
	height : 16px;
	width : 84px;
	left : 334px;
	top : 99px;
}

#logo .nominate:hover {
	background-position : 0 0;
}

#logo .seminar {
	height : 16px;
	width : 85px;
	left : 423px;
	top : 99px;
}

#logo .seminar:hover {
	background-position : -80px 0;
}

#logo .sponsor {
	height : 15px;
	width : 110px;
	left : 513px;
	top : 100px;
}

#logo .sponsor:hover {
	background-position : -159px 0;
}
*/

#logo .claims {
	height: 25px;
	width:69px;
	left: 396px;
	top: 91px;
}

#logo .claims:hover {
	background-position : 0px 0px;
}

#logo .medical {
	height: 26px;
	width:69px;
	left: 470px;
	top: 91px;
}

#logo .medical:hover {
	background-position : -75px 0px;
}

#logo .legal {
	height: 26px;
	width:69px;
	left: 544px;
	top: 91px;
}

#logo .legal:hover {
	background-position : -150px 0px;
}

.site-header span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#logo_wrapper .search_guide {
    position: absolute;
    top: 63px;
    /* top : 73px; */
    left: 870px;
    display: block;
    width: 75px;
    text-decoration: none;
    z-index: 3;
}

.search_guide span {
    background: url(/images/wcc_ui.png) -221px -303px no-repeat; }

.click_to_reg {
    position: absolute;
    z-index: 5;
    top: 8px;
    left: 770px;
    width: 200px;
    text-align: right;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size : 14px;
}

.click_to_reg a:visited,
.click_to_reg a:link {
    color : #cc0000;
}

.header-contact {
    position : absolute;
    top : 28px;
    left : 724px;
    width : 245px;
    text-align : right;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size : 11px;
    color : #999;
    line-height: 1.15;
}

.registered-header-contact {
    top : 10px;
    font-size : 13px;
    color : #666;
}

.header-contact a:link,
.header-contact a:active,
.header-contact a:visited,
.header-contact a:hover {
    color : #4d82a5;
}

.registered-header-contact a:link,
.registered-header-contact a:active,
.registered-header-contact a:visited,
.registered-header-contact a:hover {
    color : #333333;
}

.user-logged-in {
    position: absolute;
    z-index: 5;
    top: 8px;
    left: 770px;
    width: 200px;
    text-align: right;
}

#site_wide_search {
    position: absolute;
    top: 91px;
    /* top : 103px; */
    height: 34px;
    z-index: 2;
    width: 312px;
    left: 664px;
}

.mast-search-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px; }

.mast-search-box,
.search-box {
    position: relative;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-right: 0;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    -webkit-box-shadow: inset -2px 1px 2px #eeeeee;
    -moz-box-shadow: inset -2px 1px 2px #eeeeee;
    box-shadow: inset -2px 1px 2px #eeeeee;
    width: 280px; }

input[type="text"].search,
#auth_password input,
#auth_username input {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px 4px 3px;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent !important;
    font-size: 13px;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }

.mast-search-box-btn.btn,
.search-box-btn.btn {
    position: absolute;
    width: 32px;
    height: 32px;
    padding: 3px 4px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    left: 280px; }
.mast-search-box-btn.btn .icon,
.search-box-btn.btn .icon {
    color: #FFF; }

.mast-search-box-btn-icon,
.search-box-btn-icon {
    background: url(/images/search.png) 0px -20px no-repeat;
    display: block;
    height: 20px; }

.mast-search-box-btn.btn:hover .mast-search-box-btn-icon,
.search-box-btn.btn:hover .search-box-btn-icon {
    background-position: 0 -20px; }

.mast-search-box-btn.btn:active .mast-search-box-btn-icon,
.search-box-btn.btn:active .search-box-btn-icon {
    background-position: 0 0px; }

.divider {
    text-align: center;
    width: 20px;
    display: inline-block; }

input[type="text"],
input[type="password"],
textarea {
    vertical-align: top;
    outline: none;
    padding: 5px 4px 5px 4px;
    margin: 4px 0px;
    border: 1px solid #CCC;
    font: normal 11px Verdana, Tahoma, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }

input[type="text"]:focus {
    border-color: #3f87a6; }
input[type="text"].red {
    border: 1px solid #ff6673;
    background: #ff99a1; }
input[type="text"].red:focus {
    border-color: #99000d; }

textarea {
    line-height: 15px;
    resize: vertical; }
textarea:focus {
    border-color: #3f87a6; }

select {
    outline: none;
    resize: none; }

input[type="radio"] {
    margin: 2px; }

/* Column Search box */

.column-s-form form {
    line-height : 2;
    margin-bottom : 20px;
}

.column-s-form label {
    float : left;
    text-align: right;
    width : 98px;
    padding-right : 5px;
}

.column-s-form #words {
    margin : 4px 0;
    padding-top: 4px;
}

.column-s-form .column-submit {
    position : absolute;
    top : 0;
    right : 0;
}

/* Case search form */

.case-form {
    line-height : 2;
    margin-bottom : 20px;
}

.case-form label {
    float : left;
    text-align : right;
    width : 225px;
    padding-right : 5px;
}

/* SSN Search */

.ssn-search {
    margin : 0 0 10px 0;
}

.ssn-search label {
    float : left;
    margin-right : 5px;
}

.ssn-search #ssn {
    margin : 0 0 15px 0;
    padding-top : 4px;
}

/* Job postings table */

.left_main_box .job-postings  .job-title {
    width : 49%;
    padding-right : 10px;
}

.left_main_box .job-postings  .job-prof {
    width : 13%;
    padding-right : 10px;
}

.left_main_box .job-postings  .job-loc {
    width : 23%;
}

.job-postings  .job-date {
    width : 15%;
    text-align : right;
}

/* pod head */

.pod-head {
    margin : 0;
    padding : 0;
    display : inline;
    font-size: 13px;
}

/* jobs-price-list */

.jobs-price-list,
.jobs-price-list dt,
.jobs-price-list dd {
    zoom : 1;
    margin : 0;
    padding : 0;
    font-size : 12px;
}

.jobs-price-list dt {
    float : left;
    text-align : right;
    width : 60px;
}

/*
.jobs-price-list dt:after {
content: "\2003-\2003";
}*/

.jobs-price-list dd {
    font-weight : bold;
    margin : 5px 8px 5px 0;
}

.jobs-price-list dd:after {
    content: "";
    display: table;
    clear: both;
}

/* post job form */

.job-post-form:after,
.job-post-form select:after,
.job-post-form input[type="text"]:after {
    content: "";
    display: table;
    clear: both;
}

.job-post-form select,
.job-post-form input[type="text"] {
    display : block;
    margin-bottom : 5px;
}

.job-post-form input[type="text"] {
    margin : 0 0 5px 0;
    padding-top : 4px;
}

.job-post-form label {
    float : left;
    clear : left;
    width : 150px;
    margin-right : 5px;
    text-align : right;
}

/* Ads list */

.ad-list h3 {
    margin : 0;
    padding : 0;
    font-size : 13px;
}

.content_wrapper .ad-list li {
    padding: 6px 16px;
}

.ad-list li:after {
    content: "";
    display: table;
    clear: both;
}

.ad-list .ad-listing {
    float : left;
    width : 550px;
    padding : 3px 8px 0 0;
}

.ad-list .icon {
    float : left;
}

.ad-list .ad-edit {
    display : block;
    clear : both;
    margin : 0 0 10px 0;
    padding-top : 5px;
}

.ad-edit label {
    display : block;
}

.ad-edit input[type="text"],
.ad-edit textarea {
    margin : 0 0 5px 0;
    display : block;
}

.ad-edit input[type="text"],
.ad-edit textarea {
    padding-top : 4px;
}

.ad-edit .btn {
    display : block;
}

/* ad post */

.ad-heading {
    font-size : 18px;
    margin : 20px 0 15px 0;
    padding : 0;
}

.ad-form label {
    float : left;
    margin-right : 5px;
    clear : left;
    text-align : right;
    width : 75px;
}

.ad-form input[type="text"],
.ad-form select,
.ad-form textarea {
    margin : 0 0 5px 0;
    display : block;
}

.ad-form input[type="text"],
.ad-form textarea {
    padding-top : 4px;
}

.ad-form .ad-submit {
    margin : 5px 0 0 80px;
}


#nav_wrapper {
    height: 36px;
    width: 1001px;
    position: relative;
}

#nav_wrapper.no-dropdown .navigation li ul {
    display: none !important;
}

#nav_wrapper .navigation {
    font-size: 0;
    margin: 0 25px;
    white-space: nowrap; }

#nav_wrapper .navigation > li {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative; }

#nav_wrapper .navigation > li.nav_jobs {
    z-index: 2; }

#nav_wrapper .navigation > li.nav_end {
    z-index: 2; }

#nav_wrapper .navigation > li.nav_state {
    z-index: 1; }

#nav_wrapper .navigation > li > a {
    display: block;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #444;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #666;
    text-shadow: 0 -1px 0 #333;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #666, #333);
    background: -moz-linear-gradient(top, #666, #333);
    background: -ms-linear-gradient(top, #666, #333);
    background: -o-linear-gradient(top, #666, #333);
    background: linear-gradient(top, #666, #333);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666', endColorstr='#333')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666', endColorstr='#333')";
    -webkit-box-shadow: inset 0 1px 0 0 #666, inset 0 -1px 0 0 #666;
    -moz-box-shadow: inset 0 1px 0 0 #666, inset 0 -1px 0 0 #666;
    box-shadow: inset 0 1px 0 0 #666, inset 0 -1px 0 0 #666; }

body #nav_wrapper .navigation > li > a:hover,
body #nav_wrapper .navigation > li:hover > a {
    background: #FFFFFF;
    filter: none;
    -ms-filter: none;
    color: #333;
    text-shadow: none;
    font-weight: bold;
    border: 1px solid #BEBEBE;
    border-bottom-width: 0;
    position: relative;
    margin: -4px;
    z-index: 20;
    padding: 11px 4px 9px 4px;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

#nav_wrapper .navigation > li.active > a {
    color: #111;
    font-weight: bold;
    position: relative;
    margin: -4px;
    z-index: 10;
    padding: 11px 4px 9px 4px;
    border: 1px solid #ed8308;
    text-shadow: 0 1px 0 #fccb92;
    background: #fab361;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fab361), color-stop(100%, #f89b30));
    background: -webkit-linear-gradient(top, #fab361, #f89b30);
    background: -moz-linear-gradient(top, #fab361, #f89b30);
    background: -ms-linear-gradient(top, #fab361, #f89b30);
    background: -o-linear-gradient(top, #fab361, #f89b30);
    background: linear-gradient(top, #fab361, #f89b30);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fab361', endColorstr='#f89b30')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fab361', endColorstr='#f89b30')";
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 0 1px #fbbf7a;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 0 1px #fbbf7a;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 0 1px #fbbf7a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

#nav_wrapper .navigation > li.nav_news > a {
    width: 71px;
    border-left: 1px solid #444;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

#nav_wrapper .navigation > li.nav_news > a:hover {
    border-bottom-left-radius: 0px;
    padding-bottom: 9px; }

#nav_wrapper .navigation > li.nav_law > a {
    width: 62px; }

#nav_wrapper .navigation > li.nav_calc > a {
    width: 107px; }

#nav_wrapper .navigation > li.nav_calc.fl > a {
    width: 107px; }

#nav_wrapper .navigation > li.nav_forms > a {
    width: 75px; }

#nav_wrapper .navigation > li.nav_data > a {
    width: 66px; }

#nav_wrapper .navigation > li.nav_education > a {
    width: 99px; }

#nav_wrapper .navigation > li.nav_shop > a {
    width: 69px; }

/*#nav_wrapper .navigation > li.nav_columns > a {
width: 94px; }*/

#nav_wrapper .navigation > li.comp-laude > a {
    width: 116px; }

#nav_wrapper .navigation > li.nav_forums > a {
    width: 83px; }

#nav_wrapper .navigation > li.nav_jobs > a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    padding: 7px 3px 7px 0;
    width: 107px; }

#nav_wrapper .navigation > li.nav_jobs > a:hover,
#nav_wrapper .navigation > li.nav_jobs:hover > a {
    padding: 11px 7px 9px 4px;
    border-bottom-right-radius: 0px; }

#nav_wrapper .navigation > li.nav_jobs.active > a {
    padding: 11px 7px 9px 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

#nav_wrapper .navigation > li.nav_end > a {
    color: rgb(73,73,73);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    padding: 7px 3px 7px 0;
    width: 107px; }

#nav_wrapper .navigation > li.nav_end > a:hover,
#nav_wrapper .navigation > li.nav_end:hover > a {
    color: white;
    padding: 11px 7px 9px 4px;
    border-bottom-right-radius: 0px; }

#nav_wrapper .navigation > li.nav_end.active > a {
    padding: 11px 7px 9px 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

#nav_wrapper .navigation > li.nav_state > a,
#nav_wrapper .navigation > li.nav_state.active > a {
    position: relative;
    z-index: 100;
    left: -10px;
    padding: 7px 0px 7px 9px;
    font-weight: bold;
    width: 72px;
    margin-right: -10px;
    text-align: center;
    color: #FFF;
    text-shadow: 0 -1px 0 #104B64;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #888888));
    background: -webkit-linear-gradient(top, #bbbbbb, #888888);
    background: -moz-linear-gradient(top, #bbbbbb, #888888);
    background: -ms-linear-gradient(top, #bbbbbb, #888888);
    background: -o-linear-gradient(top, #bbbbbb, #888888);
    background: linear-gradient(top, #bbbbbb, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BBBBBB', endColorstr='#888888');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BBBBBB', endColorstr='#888888')";
    border: 1px solid #777;
    border-top: 1px solid #888;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #CCC,inset 0 -1px 0 0 #999;
    -moz-box-shadow: inset 0 1px 0 0 #CCC,inset 0 -1px 0 0 #999;
    box-shadow: inset 0 1px 0 0 #CCC,inset 0 -1px 0 0 #999; }

#nav_wrapper .navigation > li.nav_state > a:hover,
#nav_wrapper .navigation > li.nav_state:hover > a {
    padding: 11px 4px 9px 13px;
    margin-right: -14px;
    z-index: 20;
    border-bottom-right-radius: 0px;
    background: #FFF;
    color: #333;
    text-shadow: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

#nav_wrapper .navigation > li > ul,
.com_bar_dd {
    position: absolute;
    top: 34px;
    left: -4px;
    z-index: 19;
    display: none;
    background: #FFF;
    width: auto;
    border: 1px solid #BEBEBE;
    padding: 10px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

#nav_wrapper .navigation > li.nav_calc > ul {
    width: 480px; }

#nav_wrapper .navigation > li.nav_calc.fl > ul,
#nav_wrapper .navigation > li.nav_calc.tx > ul {
    width: 300px; }

#nav_wrapper .navigation > li.nav_forums > ul {
    width: 400px;
    left: -200px; }

#nav_wrapper .navigation > li.nav_state > ul {
    left: -595px;
    width: 680px; }

#nav_wrapper .navigation > li.nav_state > ul > li {
    float: left;
    width: 170px; }

#nav_wrapper .navigation > li.nav_calc > ul > li {
    float: left;
    width: 240px; }

#nav_wrapper .navigation > li.nav_calc.fl > ul > li,
#nav_wrapper .navigation > li.nav_calc.tx > ul > li {
    width: 300px; }

#nav_wrapper .navigation > li.nav_calc.other > ul > li {
    float: left;
    width: 480px; }

#nav_wrapper .navigation > li.nav_forums > ul > li {
    float: left;
    width: 200px; }

#nav_wrapper .navigation > li > ul li {
    border-left : 7px solid #fff;
    padding-left : 3px;
}

#nav_wrapper .navigation > li > ul li.col,
#nav_wrapper .navigation > li > ul li.col-single {
    border-left : none;
    padding : 0;
}

#nav_wrapper .navigation > li > ul li:hover {
    border-left: 7px solid #CC0000;
    margin-left: 0px;
    padding-left: 3px; }

#nav_wrapper .navigation > li > ul li.active {
    border-left: 7px solid #e59553;
    margin-left: 0px;
    padding-left: 3px; }

#nav_wrapper .navigation > li > ul > li.col:hover,
#nav_wrapper .navigation > li > ul > li.col-single:hover {
    border-left: 0px solid #CC0000;
    margin-left: 0px;
    padding-left: 0px; }

#nav_wrapper .navigation > li > ul li.col.active,
#nav_wrapper .navigation > li > ul li.col-single.active {
    border-left: 0px solid #e59553;
    margin-left: 0px;
    padding-left: 0px; }

#nav_wrapper .navigation > li > ul li.active.col a,
#nav_wrapper .navigation > li > ul li.active.col-single a {
    padding-left: 19px; }

#nav_wrapper .navigation > li > ul li.active > a {
    background: #FED; }

#nav_wrapper .navigation > li > ul li:hover > ul > li {
    margin-left: 0px; }

#nav_wrapper .navigation ul > li > a {
    font-size: 13px;
    display: block;
    width: auto;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    padding: 4px 19px 4px 9px;
    text-decoration: none; }

#nav_wrapper .navigation li.other a {
    white-space: normal; }

#nav_wrapper .navigation ul > li > a:hover {
    background: #EEE; }

#nav_wrapper .navigation ul li.subtitle {
    font-size: 11px;
    color: #777;
    font-weight: bold;
}

#nav_wrapper .nav_calculators ul {
    width: 482px; }

#nav_wrapper .nav_calculators ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 240px;
    margin-bottom: -1px;
    border-right: 1px solid #DDD; }

#nav_wrapper .nav_columns ul li {
}

#nav_wrapper .nav_columns ul li:hover {
}

#nav_wrapper .navigation > li > ul > li.col > a,
#nav_wrapper .navigation > li > ul > li.col-single > a {
    display: none; }

			#nav_wrapper .navigation > li.nav_calc > ul > li.col-single {
				width: auto;
			}

			#nav_wrapper .navigation > li.nav_calc > ul > li.col-single a {
				white-space: normal !important;
				border-left: medium none;
				padding: 0px;
			}

#footer_wrapper .navigation > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative; }

#footer_wrapper .navigation > li > a {
    display: block;
    border-right: 1px solid #000;
    padding-right: 5px;
    margin-right: 2px;
    height: 12px;
    line-height: 14px; }

#footer_wrapper .navigation > li:last-child > a {
    border: none;
    margin-right : 0;
    padding-right : 0;
}

#footer_wrapper .navigation > li > a:visited,
#footer_wrapper .navigation > li > a:link {
    color: black; }

.vertical-navigation {
    padding: 7px 3px; }
.vertical-navigation li a {
    display: block;
    padding: 4px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    padding-left: 10px;
    margin-left: 10px; }
.vertical-navigation li:hover {
    border-left: 7px solid #cc0011; }
.vertical-navigation li:hover a {
    background: #EEE;
    text-decoration: none;
    margin-left: 3px; }

.navigation .subtitle li a {
    border-left : 1px solid #eee;
    padding-left : 8px;
}

#date_wrapper {
    height: 28px;
    padding: 0px 28px;
    margin-top: 10px; }

#date_in_header {
    font-size: 10px;
    text-align: left; }

.content_wrapper {
    height: 100%;
    text-align: left;
    position: relative;
    z-index: 10; }

/* clear after content wrapper */

.content_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

td.left_column {
    vertical-align: top;
    width: 673px; }

/* left_colum for div based layout */

.left_column,
.left_column-wrapper {
    float : left;
    width: 673px;
}

td.right_column {
    vertical-align: top;
    width: 328px; }

.right_column.railSlide {
    position: fixed;
    top: 50px;
    margin-left: 673px;

}

/* right_colum for div based layout */

.right_column {
    float : left;
    width: 327px;
}

#wrapper_top_bot {
    margin-top: -1px; }

#footer_wrapper {
    width: 1001px;
    margin: 20px auto 0px auto; }

.footer {
    text-align: center;
    font-size: 11px;
}

#footer_copyright {
    margin-top: 10px; }

.table {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 868px;
    height: 27px; }

img#panel {
    display: inline; }

.hasPopup {
    border-right: 1px solid #ddddff;
    border-bottom: 1px solid #ddddff;
    padding-right: 2px;
    padding-bottom: 1px; }

.left_side_wrapper {
    width: 673px;
    margin-top: -1px;
    margin-bottom: -1px; }

.home_right_side_wrapper {
    position: relative;
    width: 322px; }

.search_cont {
    margin-bottom: 15px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #ebeef4 1%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ebeef4), color-stop(100%, #f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeef4',endColorstr='#f7f7f7',GradientType=0);
    border: 1px solid #D0d4DB;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); }

.search-box-cont {
    float: left;
    width: 478px;
    padding: 10px 7px 10px 10px;
    border-right: 1px solid #D0D4DB; }

.search_cont .search-box-btn {
    left: 453px; }

.search-box {
    width: 443px;
    float: left; }

.search-box-btn.btn {
    float: left; }

.search-type {
    float: left;
    text-align: left;
    padding: 10px 10px 10px 7px;
    border-left: 1px solid white; }

.search-type .search-type-and,
.search-type .search-type-or {
    margin-bottom: 2px; }

.search-type-and,
.search-type-or,
.search-type-bool {
    background: #D7DAE1;
    background: -moz-linear-gradient(top, white 0, #d7dae1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d7dae1));
    background: -webkit-linear-gradient(top, white 0, #d7dae1 100%);
    background: -o-linear-gradient(top, white 0, #d7dae1 100%);
    background: -ms-linear-gradient(top, white 0, #d7dae1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#d7dae1',GradientType=0);
    background: linear-gradient(top, white 0, #d7dae1 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 1px 0 white;
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #BFBDBD;
    font-size: 11px;
    color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    width: 60px;
    height: 18px;
    line-height: 11px;
    position: relative;
    cursor: pointer; }

.search-type .rd {
    top: 0; }

.search-type input {
    margin: 0;
    padding: 0;
    position: relative;
    top: 4px;
    left: 3px;
    margin-right: 4px;
    cursor: pointer; }

.search-type label {
    position: absolute;
    top: 4px;
    left: 19px;
    margin: 0;
    padding: 0;
    cursor: pointer; }

.search-filters {
    float: left;
    margin: 8px -2px -3px 0; }

.search-filters .dd {
    float: left;
    margin-right: 4px; }

#search-save {
    position: absolute;
    top: 86px;
    left: 290px;
}

#search-clear {
    position: absolute;
    top: 86px;
    left: 430px; }

#search-save a,
#search-clear a {
    color: white;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    height: 26px;
    line-height: 14px;
    width: 110px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

#search-save a {
    width: 125px;
}

#results #total {
    color: #777; }

#results .row {
    padding: 15px 15px;
    margin: 0 -15px; }

#results h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    margin: 0; }

#results .search_item_date {
    color: #093;
    font-style: italic; }

#results .search_word {
    font-weight: bold; }

.two_ads {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    /*height: 173px;
    width: 624px;
    position: relative;
    left: 20px;
    margin: 20px 0;*/ }
.two-ads {
    padding-left: 10px;
}

.ad_300x250 {
    width: 300px;
    height: 250px; }

.two_ads .ad_border.box {
    float: left;
    padding: 9px;
    margin-left: 6px; }

.two_ads-inset {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    /*height: 173px;
    width: 624px;
    position: relative;
    left: 20px;
    margin: 20px 0;*/ }
.two-ads-inset {
    padding-left: 2px;
}

.ad_300x250 {
    width: 300px;
    height: 250px; }

.two_ads .ad_border.box {
    float: left;
    padding: 9px;
    margin-left: 6px; }



.three_ads {
    height: 173px;
    width: 624px;
    position: relative;
    left: 20px;
    margin: 20px 0; }

.three_ads .ad_border.box {
    float: left;
    padding: 9px;
    margin-left: 6px; }

.ad_180x150 {
    width: 180px;
    height: 150px; }

.ad_180x150 iframe {
    border-radius: 3px; }

.horz_ad {
    position: relative;
    left: 25px;
    height: 137px;
    width: 611px;
    border: 2px solid #989EA1;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 2px;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.horz_ad_grad {
    height: 127px;
    width: 611px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.horz_ad_header {
    height: 20px;
    background: #EEE;
    padding: 5px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFF;
    color: #555;
    line-height: 20px; }

.horz_ad_header .ad-header {
    margin : 0;
    padding : 0;
    display : inline;
    text-transform: uppercase;
    font-size: 14px;
    font-weight : bold;
}

.horz_ad_1 {
    position: relative;
    height: 0px;
    width: 180px;
    left: 18px;
    top: 15px; }

.horz_ad_2 {
    position: relative;
    height: 0px;
    width: 180px;
    left: 226px;
    top: 15px; }

.horz_ad_3 {
    position: relative;
    height: 0px;
    width: 180px;
    left: 424px;
    top: 15px; }

.text_ad {
    float: left;
    height: 70px;
    width: 180px; }

.text_ad_new {
    float: left;
    height: 70px;
    width: 183px;
    margin: 10px; }

.advt_with_us {
    position: absolute;
    top: 8px;
    left: 518px;
    font-size: 11px;
    text-shadow: none;
    font-weight: normal; }

.home_jobs {
    position: relative;
    width: 288px;
    border: 6px solid #989EA1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF; }

.jobs {
    font-size: 12px;
    display: block;
    padding: 3px 0; }

.jobs_shim {
    height: 3px; }

.jobs_header {
    height: 32px;
    width: 282px;
    margin-left: auto;
    margin-right: auto;
    top: 15px; }

.home_left_advert {
    height: 250px;
    width: 300px;
    margin-bottom : 20px;
}

.trending_gray_wrapper {
    width: 288px;
    border: 6px solid #989EA1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF; }

.trending_shim {
    height: 3px; }

.trending_header {
    margin: 0 auto;
    height: 32px;
    width: 282px; }

.trending_shim_header {
    height: 0px; }

.trending_info {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #CCC; }

.trending_info.last {
    border: 0; }

.trending_hr {
    height: 1px;
    width: 284px;
    border-top: 1px;
    border-left: 0px;
    margin: 0 auto; }

.trend_count {
    color: red; }

.right_col_gray_wrapper {
    width: 288px;
    border: 6px solid #989EA1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF; }

h3.right_col_header {
    background: url(/layout_imgs/rightcoltitlebg.jpg) no-repeat;
    margin: 3px 3px 3px 3px;
    height: 32px;
    width: 282px;
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    font-weight: normal;
    line-height: 32px;
    padding: 0px 7px;
    font-size: 16px; }

.right_col_info {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    padding: 3px; }

.right_rol_list_item {
    padding: 5px;
    border-bottom: 1px solid #CCC;
    line-height: 25px; }

table.shop {
    width: 100%; }

table.shop td, table.shop th {
    padding: 15px; }

table.states td {
    width: 142px; }

.more_arrow {
    position: relative;
    left: 241px;
    height: 32px;
    width: 11px;
    margin-top: 10px;
    margin-bottom: 10px; }

.courses_header {
    margin: 0 auto;
    height: 32px;
    width: 282px; }

.home_events {
    width: 288px;
    border: 6px solid #989EA1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF; }

.events_header {
    height: 32px;
    width: 282px;
    margin-left: auto;
    margin-right: auto;
    top: 15px; }

.event_search {
    width: 282px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px; }

.event_more_arrow {
    position: relative;
    left: 241px;
    height: 32px;
    width: 11px;
    top: 11px; }

.shim_for_home {
    height: 20px;
    width: 30px; }

#shim_for_footer {
    height: 16px;
    width: 30px; }

.local_more_arrow {
    position: relative;
    left: 152px;
    height: 32px;
    width: 11px;
    margin-top: 10px;
    margin-bottom: 10px; }

.controller_content_wrapper {
    position: relative;
    width: 615px;
    left: 25px;
    border: 2px solid #989EA1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 13px; }

.single-column .controller_content_wrapper {
    width : 947px;
}

.controller_content_header {
    width: 607px;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto; }

.controller_content_wrapper_2 {
    width: 615px;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }

/* main_box to be used when using wcc_open layout (sidebar disabled) */

.main_box {
    position: relative;
    left: 25px;
    width: 950px;
    border: 2px solid #989EA1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    min-height: 200px; }

.left_main_box {
    position: relative;
    left: 25px;
    width: 615px;
    border: 2px solid #989EA1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    min-height: 200px; }

.left_main_box > .breadcrumbs, .main_box > .breadcrumbs {
    position: absolute;
    top: -28px;
    left: 0; }
.left_main_box > .breadcrumbs .bcSpacer, .main_box > .breadcrumbs .bcSpacer {
    margin: 0 10px; }
.left_main_box > .body, .main_box > .body {
    padding: 16px; }
.left_main_box > .body h4.bigMid, .main_box > .body h4.bigMid {
    color: #999999;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin: 20px; }
.left_main_box > .body .belowHeader, .main_box > .body .belowHeader {
    color: #999999;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 20px; }

.left_main_box-admin {
    position: relative;
    left: 26px;
    width: 944px;
    border: 2px solid #989EA1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    min-height: 200px; }

.left_main_box > .head,
.main_box > .head,
.overall h1,
.left_main_box .section-header,
.main_box .section_header,
.topnews .head {
    height: 24px;
    border-radius: 4px;
/*
    background-image: url("/images/blue_th.png");
    background-repeat: repeat-x;
*/
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, black, #333);
    background: -moz-linear-gradient(top, black, #333);
    background: -ms-linear-gradient(top, black, #333);
    background: -o-linear-gradient(top, black, #333);
    background: linear-gradient(top, black, #333);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    vertical-align: middle;
    margin: 2px;
    padding: 8px 10px 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.left_main_box .section-header h3,
.main_box .section-header h3 {
    display : inline;
    margin : 0;
    padding : 0;
    font-size: 14px;
}

.left_main_box-admin > .head,
.overall h1 {
    height: 24px;
    border-radius: 4px;
/*
    background-image: url("/images/blue_th.png");
    background-repeat: repeat-x;
*/
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, black, #333);
    background: -moz-linear-gradient(top, black, #333);
    background: -ms-linear-gradient(top, black, #333);
    background: -o-linear-gradient(top, black, #333);
    background: linear-gradient(top, black, #333);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    vertical-align: middle;
    margin: 2px;
    padding: 8px 10px 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555555; }

.left_main_box_head_div {
    height: 24px;
    border-radius: 4px;
/*
    background-image: url("/images/blue_th.png");
*/
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, black, #333);
    background: -moz-linear-gradient(top, black, #333);
    background: -ms-linear-gradient(top, black, #333);
    background: -o-linear-gradient(top, black, #333);
    background: linear-gradient(top, black, #333);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 2px;
    padding: 6px 10px 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555555; }

/* Column titles */

.column-header {
    margin : 0;
    padding : 0;
    font-weight : bold;
    font-size : 16px;
}

.left_main_box img,
.main_box img {
    display: inline; }

.left_main_box > .body,
.main_box > .body {
    font-size: 13px; }

.left_main_box-admin > .body {
    font-size: 13px; }

.left_main_box > div.body,
.main_box >div.body {
    padding: 16px; }

.left_main_box-admin > div.body {
    padding: 16px; }

.left_main_box table.body,
.main_box table.body {
    width: 100%;
    margin: 12px 0 16px; }

.left_main_box table.body td,
.main_box table.body td {
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 8px; }

.left_main_box table.body td,
.left_main_box table.body th,
.main_box table.body td,
.main_box table.body th {
    padding: 8px 2px; }

.left_main_box table.body td:first-child,
.left_main_box table.body th:first-child,
.main_box table.body td:first-child,
.main_box table.body th:first-child {
    padding-left: 16px; }

.left_main_box table.body td:last-child,
.left_main_box table.body th:last-child,
.main_box table.body td:last-child,
.main_box table.body th:last-child {
    padding-right: 16px; }

.left_main_box .body li,
.main_box .body li {
    font-size: 12px;
    margin: 8px; }

.right_info_box {
    width : 288px;
    border: 6px solid #989EA1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-bottom : 20px; }

.right_info_box .head,
.right_info_box .section-header {
    height: 24px;
    border-radius: 4px;
    background: #da9459;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da9459), color-stop(100%, #f2c16f));
    background: -webkit-linear-gradient(top, #da9459, #f2c16f);
    background: -moz-linear-gradient(top, #da9459, #f2c16f);
    background: -ms-linear-gradient(top, #da9459, #f2c16f);
    background: -o-linear-gradient(top, #da9459, #f2c16f);
    background: linear-gradient(top, #da9459, #f2c16f);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#da9459', endColorstr='#f2c16f')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#da9459', endColorstr='#f2c16f')";
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 3px;
    padding: 8px 10px 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #777777; }

/* News lists */

.news-list {
    list-style-type: none;
    margin : 0;
    padding : 0;
    font-size : 13px;
}

.news-list li {
    padding : 8px 16px;
    margin : 0;
    color : #333;
}

li.row_0 {
    background : #F5F5F5;
}

/* Case lists */

.case-head {
    font-size : 14px;
    padding: 16px;
    background : #F5F5F5;
    border-bottom : 1px solid #989EA1;
}


.case-list {
    list-style-type: none;
    margin : 0 0 15px 0;
    padding : 0;
}



.case-list li {
    padding : 16px;
    margin : 0;
}

.case-list li:after,
.case:after {
    content: "";
    display: table;
    clear: both;
}

dl, dt, dd {
    margin : 0;
    padding : 0;
    zoom: 1; /* IE fix */
}

.case dt {
    font-weight : bold;
    float : left;
    clear : left;
    text-align : right;
    width : 100px;
    margin-right : 5px;
}

.case-list .case {
    font-size : 13px;
    line-height : 1.6;
}

.case dd {
    float : left;
    width : 475px;
}

dd.case-name {
    font-weight : bold;
    width : 395px;
}

dt.case-date {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

dd.case-date {
    width : 80px;
    text-align : right;
}

dd.case-insur {
    width : 237px;
}

.case-info {
    margin : 0;
    padding : 0 15px 0 25px;
}

.case-info li.case-line {
    font-size : 13px;
    line-height : 1.6;
    text-align : justify;
    margin : 0 0 15px 0;
    padding : 0;
}


.right_info_box .body {
    margin: 8px 12px 12px;
    /* position: relative; */
    font-size: 13px; }

.right_info_box .body p {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 12px; }

.right_box_item {
    padding: 10px;
    border-bottom: 1px solid #CCC; }

.right_info_box .right_box_item:last-child {
    border: none; }

tr.row_0 td, tr.row_0 th {
    background-color: #F5F5F5; }

tr.row_1 td, tr.row_1 th {
    background-color: #FFFFFF; }

.alternate_row {
    width: 100%;
    margin: 0 auto 0 16px; }

.alternate_text {
    height: 26px;
    margin: 10px auto 0; }

.hdn {
    display: none; }

.u {
    text-decoration: underline; }

.hvc {
    text-align: center;
    vertical-align: middle;
    margin: auto; }

.l {
    text-align: left; }

.r {
    text-align: right; }

.c {
    text-align: center; }

.j {
    text-align: justify; }

.fs115 {
    font-size: 16px; }

.fs108 {
    font-size: 15px; }

.fs100 {
    font-size: 14px; }

.fs93 {
    font-size: 13px; }

.fs86 {
    font-size: 12px; }

.fs79 {
    font-size: 11px; }

.fs72 {
    font-size: 10px; }

.fs65 {
    font-size: 9px; }

.fs58 {
    font-size: 8px; }

.form_registration {
    padding: 15px;
    background: #f7f7f7; }

.form_registration table {
    width: 550px;
    text-align: left;
    margin: auto;
    font-size: 12px; }

.form_registration table td {
    padding: 0px 5px; }

.form_label {
    text-align: right;
    width: 220px; }

.form_spacer {
    height: 20px; }

.form_buttons {
    text-align: right;
    padding: 10px 0px; }

.form_registration table .form_checkbox {
    text-align: center; }

.form_registration table .form_rednote {
    text-align: center;
    font-size: 10px;
    color: #CC0000; }

.form_registration table .required_star,
.sec h2 required_star,
.form_registration table .error {
    color: #CC0000;
    font-weight: bold; }

.form_registration table .error {
    margin-left: 5px;
    font-size: 11px; }

.blue_body_head_back_search {
    position: absolute;
    top: 10px;
    right: -40px;
    width: 200px;
    font-weight: bold;
    font-size: 10pt; }

div.blue_body_head_back_search a:link {
    color: #FFFFFF;
    text-decoration: none; }

div.blue_body_head_back_search a:active {
    color: #FFFFFF;
    text-decoration: none; }

div.blue_body_head_back_search a:visited {
    color: #FFFFFF;
    text-decoration: none; }

div.blue_body_head_back_search a:hover {
    color: #FFFFFF;
    text-decoration: none; }

.paging {
    background: #EEE;
    border-radius: 6px;
    border: 1px solid #CCC;
    padding: 15px; }

.template {
    display: none !important; }

.hidden {
    display: none; }

.box {
    position: relative;
    padding: 7px;
    color: #EEE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
.box .head {
    height: 23px;
    padding-top: 1px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px; }
.box .body {
    position: relative;
    color: #222;
    padding: 0;
    font-size: 13px;
    display: block;
    background: #F7F7F7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.box {
    border: 1px solid #262626;
    border-bottom-color: #1d1d1d;
    border-top-color: #373737;
    background: #404040;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #2f2f2f));
    background: -webkit-linear-gradient(top, #404040, #2f2f2f);
    background: -moz-linear-gradient(top, #404040, #2f2f2f);
    background: -ms-linear-gradient(top, #404040, #2f2f2f);
    background: -o-linear-gradient(top, #404040, #2f2f2f);
    background: linear-gradient(top, #404040, #2f2f2f);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#404040', endColorstr='#2f2f2f')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#404040', endColorstr='#2f2f2f')";
    -webkit-box-shadow: 0 1px 0 #494949 inset, 0 2px 10px #777777;
    -moz-box-shadow: 0 1px 0 #494949 inset, 0 2px 10px #777777;
    box-shadow: 0 1px 0 #494949 inset, 0 2px 10px #777777; }
.box .head {
    text-shadow: 0 -1px 0 #2f2f2f; }
.box .body {
    border: 1px solid #262626;
    border-bottom-color: #1d1d1d;
    -webkit-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2f2f2f, 0 0px 2px #494949;
    -moz-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2f2f2f, 0 0px 2px #494949;
    box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2f2f2f, 0 0px 2px #494949; }
.box.blue {
    border: 1px solid #285c73;
    border-bottom-color: #245266;
    border-top-color: #31718c;
    background: #367b99;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #367b99), color-stop(100%, #2d667f));
    background: -webkit-linear-gradient(top, #367b99, #2d667f);
    background: -moz-linear-gradient(top, #367b99, #2d667f);
    background: -ms-linear-gradient(top, #367b99, #2d667f);
    background: -o-linear-gradient(top, #367b99, #2d667f);
    background: linear-gradient(top, #367b99, #2d667f);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#367b99', endColorstr='#2d667f')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#367b99', endColorstr='#2d667f')";
    -webkit-box-shadow: 0 1px 0 #3b85a6 inset, 0 2px 10px #777777;
    -moz-box-shadow: 0 1px 0 #3b85a6 inset, 0 2px 10px #777777;
    box-shadow: 0 1px 0 #3b85a6 inset, 0 2px 10px #777777; }
.box.blue .head {
    text-shadow: 0 -1px 0 #2d667f; }
.box.blue .body {
    border: 1px solid #285c73;
    border-bottom-color: #245266;
    -webkit-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2d667f, 0 0px 2px #3b85a6;
    -moz-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2d667f, 0 0px 2px #3b85a6;
    box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2d667f, 0 0px 2px #3b85a6; }
.box.gray {
    border: 1px solid #7f7f7f;
    border-bottom-color: #767676;
    border-top-color: #909090;
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #888888));
    background: -webkit-linear-gradient(top, #999999, #888888);
    background: -moz-linear-gradient(top, #999999, #888888);
    background: -ms-linear-gradient(top, #999999, #888888);
    background: -o-linear-gradient(top, #999999, #888888);
    background: linear-gradient(top, #999999, #888888);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#888888')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#888888')";
    -webkit-box-shadow: 0 1px 0 #a2a2a2 inset, 0 2px 10px #777777;
    -moz-box-shadow: 0 1px 0 #a2a2a2 inset, 0 2px 10px #777777;
    box-shadow: 0 1px 0 #a2a2a2 inset, 0 2px 10px #777777; }
.box.gray .head {
    text-shadow: 0 -1px 0 #888888; }
.box.gray .body {
    border: 1px solid #7f7f7f;
    border-bottom-color: #767676;
    -webkit-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #888888, 0 0px 2px #a2a2a2;
    -moz-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #888888, 0 0px 2px #a2a2a2;
    box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #888888, 0 0px 2px #a2a2a2; }
.box.white {
    border: 1px solid #dddddd;
    border-bottom-color: #d4d4d4;
    border-top-color: #eeeeee;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -moz-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -ms-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: -o-linear-gradient(top, #f7f7f7, #e6e6e6);
    background: linear-gradient(top, #f7f7f7, #e6e6e6);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#e6e6e6')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#e6e6e6')";
    -webkit-box-shadow: 0 1px 0 white inset, 0 2px 10px #777777;
    -moz-box-shadow: 0 1px 0 white inset, 0 2px 10px #777777;
    box-shadow: 0 1px 0 white inset, 0 2px 10px #777777; }
.box.white .head {
    text-shadow: 0 -1px 0 #e6e6e6; }
.box.white .body {
    border: 1px solid #dddddd;
    border-bottom-color: #d4d4d4;
    -webkit-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #e6e6e6, 0 0px 2px white;
    -moz-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #e6e6e6, 0 0px 2px white;
    box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #e6e6e6, 0 0px 2px white; }

a.btn {
    text-decoration: none;
    padding: 0 20px;
    color: #FFF;
    display: block;
    width: auto; }

.btn[disabled],
.btn_d[disabled] {
    cursor: default;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }

.btn {
    position: relative;
    z-index: 5;
    width: 150px;
    height: 30px;
    line-height: 28px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px white inset;
    -moz-box-shadow: 0 0 1px white inset;
    box-shadow: 0 0 1px white inset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.btn.slim {
    height: 24px;
    line-height: 22px; }
.btn:active {
    color: rgba(255, 255, 255, 0.9); }
.btn.attach_left {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #124459;
    top: 1px; }
.btn {
    border: 1px solid black;
    border-bottom: 1px solid black;
    text-shadow: 0 -1px 0 black;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, black, #333);
    background: -moz-linear-gradient(top, black, #333);
    background: -ms-linear-gradient(top, black, #333);
    background: -o-linear-gradient(top, black, #333);
    background: linear-gradient(top, black, #333);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='black', endColorstr='#333')"; }
.btn:hover {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #333, black);
    background: -moz-linear-gradient(top, #333, black);
    background: -ms-linear-gradient(top, #333, black);
    background: -o-linear-gradient(top, #333, black);
    background: linear-gradient(top, #333, black);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='black')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#333', endColorstr='black')"; }
.btn:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 white;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 white;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 white; }
.btn.gray {
    border: 1px solid #7f7f7f;
    border-bottom: 1px solid #767676;
    text-shadow: 0 -1px 0 #767676;
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #888888));
    background: -webkit-linear-gradient(top, #999999, #888888);
    background: -moz-linear-gradient(top, #999999, #888888);
    background: -ms-linear-gradient(top, #999999, #888888);
    background: -o-linear-gradient(top, #999999, #888888);
    background: linear-gradient(top, #999999, #888888);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#888888')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#888888')"; }
.btn.gray:hover {
    background: #a2a2a2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2a2a2), color-stop(100%, #909090));
    background: -webkit-linear-gradient(top, #a2a2a2, #909090);
    background: -moz-linear-gradient(top, #a2a2a2, #909090);
    background: -ms-linear-gradient(top, #a2a2a2, #909090);
    background: -o-linear-gradient(top, #a2a2a2, #909090);
    background: linear-gradient(top, #a2a2a2, #909090);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a2a2a2', endColorstr='#909090')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a2a2a2', endColorstr='#909090')"; }
.btn.gray:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #a2a2a2;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #a2a2a2;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #a2a2a2; }
.btn.lightgray {
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #c2c2c2;
    text-shadow: 0 -1px 0 #c2c2c2;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #d4d4d4));
    background: -webkit-linear-gradient(top, #e5e5e5, #d4d4d4);
    background: -moz-linear-gradient(top, #e5e5e5, #d4d4d4);
    background: -ms-linear-gradient(top, #e5e5e5, #d4d4d4);
    background: -o-linear-gradient(top, #e5e5e5, #d4d4d4);
    background: linear-gradient(top, #e5e5e5, #d4d4d4);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#d4d4d4')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#d4d4d4')"; }
.btn.lightgray:hover {
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, gainsboro));
    background: -webkit-linear-gradient(top, #eeeeee, gainsboro);
    background: -moz-linear-gradient(top, #eeeeee, gainsboro);
    background: -ms-linear-gradient(top, #eeeeee, gainsboro);
    background: -o-linear-gradient(top, #eeeeee, gainsboro);
    background: linear-gradient(top, #eeeeee, gainsboro);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='gainsboro')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='gainsboro')"; }
.btn.lightgray:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #eeeeee; }
.btn.darkgray {
    border: 1px solid #3b3b3b;
    border-bottom: 1px solid #323232;
    text-shadow: 0 -1px 0 #323232;
    background: #555555;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #444444));
    background: -webkit-linear-gradient(top, #555555, #444444);
    background: -moz-linear-gradient(top, #555555, #444444);
    background: -ms-linear-gradient(top, #555555, #444444);
    background: -o-linear-gradient(top, #555555, #444444);
    background: linear-gradient(top, #555555, #444444);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#444444')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#444444')"; }
.btn.darkgray:hover {
    background: #5e5e5e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #4c4c4c));
    background: -webkit-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: -moz-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: -ms-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: -o-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: linear-gradient(top, #5e5e5e, #4c4c4c);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5e5e5e', endColorstr='#4c4c4c')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5e5e5e', endColorstr='#4c4c4c')"; }
.btn.darkgray:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #5e5e5e;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #5e5e5e;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #5e5e5e; }
.btn.red {
    border: 1px solid #98000d;
    border-bottom: 1px solid #87000b;
    text-shadow: 0 -1px 0 #87000b;
    background: #cc0011;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0011), color-stop(100%, #a9000e));
    background: -webkit-linear-gradient(top, #cc0011, #a9000e);
    background: -moz-linear-gradient(top, #cc0011, #a9000e);
    background: -ms-linear-gradient(top, #cc0011, #a9000e);
    background: -o-linear-gradient(top, #cc0011, #a9000e);
    background: linear-gradient(top, #cc0011, #a9000e);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc0011', endColorstr='#a9000e')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc0011', endColorstr='#a9000e')"; }
.btn.red:hover {
    background: #dd0012;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd0012), color-stop(100%, #bb0010));
    background: -webkit-linear-gradient(top, #dd0012, #bb0010);
    background: -moz-linear-gradient(top, #dd0012, #bb0010);
    background: -ms-linear-gradient(top, #dd0012, #bb0010);
    background: -o-linear-gradient(top, #dd0012, #bb0010);
    background: linear-gradient(top, #dd0012, #bb0010);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dd0012', endColorstr='#bb0010')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dd0012', endColorstr='#bb0010')"; }
.btn.red:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #dd0012;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #dd0012;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #dd0012; }

.btn.green {
    border: 1px solid #176c00;
    border-bottom: 1px solid #125300;
    text-shadow: 0 -1px 0 #125300;
    background: #cc0011;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e8f00), color-stop(100%, #197900));
    background: -webkit-linear-gradient(top, #1e8f00, #197900);
    background: -moz-linear-gradient(top, #1e8f00, #197900);
    background: -ms-linear-gradient(top, #1e8f00, #197900);
    background: -o-linear-gradient(top, #1e8f00, #197900);
    background: linear-gradient(top, #1e8f00, #197900);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e8f00', endColorstr='#197900')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e8f00', endColorstr='#197900')"; }

.btn.green:hover {
    background: #dd0012;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #229e01), color-stop(100%, #1d8b00));
    background: -webkit-linear-gradient(top, #229e01, #1d8b00);
    background: -moz-linear-gradient(top, #229e01, #1d8b00);
    background: -ms-linear-gradient(top, #229e01, #1d8b00);
    background: -o-linear-gradient(top, #229e01, #1d8b00);
    background: linear-gradient(top, #229e01, #1d8b00);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#229e01', endColorstr='#1d8b00')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#229e01', endColorstr='#1d8b00')"; }

.btn.green:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #1d8b00;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #1d8b00;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #1d8b00; }


.btn.orange {
    border: 1px solid #f89b2f;
    border-bottom: 1px solid #f8931e;
    text-shadow: 0 -1px 0 #f8931e;
    background: #fab361;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fab361), color-stop(100%, #f9a33f));
    background: -webkit-linear-gradient(top, #fab361, #f9a33f);
    background: -moz-linear-gradient(top, #fab361, #f9a33f);
    background: -ms-linear-gradient(top, #fab361, #f9a33f);
    background: -o-linear-gradient(top, #fab361, #f9a33f);
    background: linear-gradient(top, #fab361, #f9a33f);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fab361', endColorstr='#f9a33f')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fab361', endColorstr='#f9a33f')";
    color: #000; }
.btn.orange:hover {
    background: #fbbb72;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbbb72), color-stop(100%, #f9ab50));
    background: -webkit-linear-gradient(top, #fbbb72, #f9ab50);
    background: -moz-linear-gradient(top, #fbbb72, #f9ab50);
    background: -ms-linear-gradient(top, #fbbb72, #f9ab50);
    background: -o-linear-gradient(top, #fbbb72, #f9ab50);
    background: linear-gradient(top, #fbbb72, #f9ab50);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbbb72', endColorstr='#f9ab50')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbbb72', endColorstr='#f9ab50')"; }
.btn.orange:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #fbbb72;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #fbbb72;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #fbbb72; }
.btn.green {
    border: 1px solid #1d8449;
    border-bottom: 1px solid #1a7541;
    text-shadow: 0 -1px 0 #1a7541;
    background: #27ae60;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27ae60), color-stop(100%, #219250));
    background: -webkit-linear-gradient(top, #27ae60, #219250);
    background: -moz-linear-gradient(top, #27ae60, #219250);
    background: -ms-linear-gradient(top, #27ae60, #219250);
    background: -o-linear-gradient(top, #27ae60, #219250);
    background: linear-gradient(top, #27ae60, #219250);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#27ae60', endColorstr='#219250')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#27ae60', endColorstr='#219250')";
    color: #FFF; }
.btn.green:hover {
    background: #2abc68;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2abc68), color-stop(100%, #24a058));
    background: -webkit-linear-gradient(top, #2abc68, #24a058);
    background: -moz-linear-gradient(top, #2abc68, #24a058);
    background: -ms-linear-gradient(top, #2abc68, #24a058);
    background: -o-linear-gradient(top, #2abc68, #24a058);
    background: linear-gradient(top, #2abc68, #24a058);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abc68', endColorstr='#24a058')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2abc68', endColorstr='#24a058')"; }
.btn.green:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #2abc68;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #2abc68;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #2abc68; }
.btn.admin {
    border: 1px solid #2a2a2a;
    border-bottom: 1px solid #212121;
    text-shadow: 0 -1px 0 #212121;
    background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #444444, #333333);
    background: -moz-linear-gradient(top, #444444, #333333);
    background: -ms-linear-gradient(top, #444444, #333333);
    background: -o-linear-gradient(top, #444444, #333333);
    background: linear-gradient(top, #444444, #333333);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444', endColorstr='#333333')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444', endColorstr='#333333')";
    color: #b9d9a9; }
.btn.admin:hover {
    background: #4d4d4d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #3b3b3b));
    background: -webkit-linear-gradient(top, #4d4d4d, #3b3b3b);
    background: -moz-linear-gradient(top, #4d4d4d, #3b3b3b);
    background: -ms-linear-gradient(top, #4d4d4d, #3b3b3b);
    background: -o-linear-gradient(top, #4d4d4d, #3b3b3b);
    background: linear-gradient(top, #4d4d4d, #3b3b3b);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4d4d4d', endColorstr='#3b3b3b')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4d4d4d', endColorstr='#3b3b3b')"; }
.btn.admin:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #4d4d4d;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #4d4d4d;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #4d4d4d; }

.btn > img[src="/images/loadingSmall.gif"] {
    position: relative;
    top: -7px; }
.btn > .icon-arrow-right4 {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    margin-left: -22px;
    color: inherit; }
.btn > .icon-arrow-left4 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    color: inherit; }

.btn_d {
    position: relative;
    z-index: 5;
    width: 150px;
    height: 30px;
    line-height: 28px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.btn_d.green {
    border: 1px solid #212f11;
    text-shadow: 0 -1px 0 #4f6e28;
    background: #73a13b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73a13b), color-stop(100%, #618832));
    background: -webkit-linear-gradient(top, #73a13b, #618832);
    background: -moz-linear-gradient(top, #73a13b, #618832);
    background: -ms-linear-gradient(top, #73a13b, #618832);
    background: -o-linear-gradient(top, #73a13b, #618832);
    background: linear-gradient(top, #73a13b, #618832);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#73a13b', endColorstr='#618832')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#73a13b', endColorstr='#618832')";
    -webkit-box-shadow: 0 0 1px #f1f7e9 inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
    -moz-box-shadow: 0 0 1px #f1f7e9 inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 1px #f1f7e9 inset, 0 0 0 1px rgba(255, 255, 255, 0.08); }
.btn_d.green:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #7cae40;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #7cae40;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #7cae40; }
.btn_d.green:hover,
.btn_d.green .content_wrapper .btn_d_green_hover {
    background: #7cae40;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cae40), color-stop(100%, #6a9436));
    background: -webkit-linear-gradient(top, #7cae40, #6a9436);
    background: -moz-linear-gradient(top, #7cae40, #6a9436);
    background: -ms-linear-gradient(top, #7cae40, #6a9436);
    background: -o-linear-gradient(top, #7cae40, #6a9436);
    background: linear-gradient(top, #7cae40, #6a9436);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7cae40', endColorstr='#6a9436')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7cae40', endColorstr='#6a9436')"; }
.btn_d.grey {
    border: 1px solid #070707;
    text-shadow: 0 -1px 0 #323232;
    background: #555555;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #444444));
    background: -webkit-linear-gradient(top, #555555, #444444);
    background: -moz-linear-gradient(top, #555555, #444444);
    background: -ms-linear-gradient(top, #555555, #444444);
    background: -o-linear-gradient(top, #555555, #444444);
    background: linear-gradient(top, #555555, #444444);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#444444')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#444444')";
    -webkit-box-shadow: 0 0 1px #d7d7d7 inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
    -moz-box-shadow: 0 0 1px #d7d7d7 inset, 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 1px #d7d7d7 inset, 0 0 0 1px rgba(255, 255, 255, 0.08); }
.btn_d.grey:active {
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #5e5e5e;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #5e5e5e;
    box-shadow: inset 0 0 8px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #5e5e5e; }
.btn_d.grey:hover,
.btn_d.grey .content_wrapper .btn_d_grey_hover {
    background: #5e5e5e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #4c4c4c));
    background: -webkit-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: -moz-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: -ms-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: -o-linear-gradient(top, #5e5e5e, #4c4c4c);
    background: linear-gradient(top, #5e5e5e, #4c4c4c);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5e5e5e', endColorstr='#4c4c4c')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5e5e5e', endColorstr='#4c4c4c')"; }

@font-face {
    font-family: 'icomoon';
    src: url("/images/icons/icomoon.eot");
    src: url("/images/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("/images/icons/icomoon.woff") format("woff"), url("/images/icons/icomoon.ttf") format("truetype"), url("/images/icons/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }

.icon {
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #555555;
    color: #555555; }
.icon:hover {
    height: 22px;
    text-decoration: none; }
.icon.fl {
    margin-right: 5px; }
.icon.fr {
    margin-left: 5px; }
.icon.fr.last {
    margin-left: 0; }
.icon.icon-btn:hover {
    cursor: pointer;
    color: #888888; }
.icon.lightgray {
    color: #e5e5e5; }
.icon.lightgray.icon-btn:hover {
    cursor: pointer;
    color: white; }
.icon.gray {
    color: #999999; }
.icon.gray.icon-btn:hover {
    cursor: pointer;
    color: #cccccc; }
.icon.lime {
    color: #b9d9a9; }
.icon.lime.icon-btn:hover {
    cursor: pointer;
    color: #f3f8f0; }
.icon.red {
    color: #cc0011; }
.icon.red.icon-btn:hover {
    cursor: pointer;
    color: #ff3344; }
.icon.green {
    color: #73a13b; }
.icon.green.icon-btn:hover {
    cursor: pointer;
    color: #a5cd75; }

.icon-arrow-down:before {
    content: "\e600"; }

.icon-arrow-up-left:before {
    content: "\e601"; }

.icon-arrow-up:before {
    content: "\e602"; }

.icon-arrow-up-right:before {
    content: "\e603"; }

.icon-arrow-right:before {
    content: "\e604"; }

.icon-arrow-down-right:before {
    content: "\e605"; }

.icon-arrow-down-left:before {
    content: "\e606"; }

.icon-arrow-left:before {
    content: "\e607"; }

.icon-arrow-up-left2:before {
    content: "\e608"; }

.icon-arrow-up2:before {
    content: "\e609"; }

.icon-arrow-up-right2:before {
    content: "\e60a"; }

.icon-arrow-right2:before {
    content: "\e60b"; }

.icon-arrow-down-right2:before {
    content: "\e60c"; }

.icon-arrow-down2:before {
    content: "\e60d"; }

.icon-arrow-down-left2:before {
    content: "\e60e"; }

.icon-arrow-left2:before {
    content: "\e60f"; }

.icon-arrow-up-left3:before {
    content: "\e610"; }

.icon-arrow-up3:before {
    content: "\e611"; }

.icon-arrow-up-right3:before {
    content: "\e612"; }

.icon-arrow-right3:before {
    content: "\e613"; }

.icon-arrow-down-right3:before {
    content: "\e614"; }

.icon-arrow-down22:before {
    content: "\e615"; }

.icon-arrow-down-left3:before {
    content: "\e616"; }

.icon-arrow-left3:before {
    content: "\e617"; }

.icon-shuffle:before {
    content: "\e618"; }

.icon-tab:before {
    content: "\e619"; }

.icon-alert:before {
    content: "\e61e"; }

.icon-notification:before {
    content: "\e620"; }

.icon-warning:before {
    content: "\e621"; }

.icon-info:before {
    content: "\e622"; }

/*
.icon-info2:before {
    content: "\e623"; }
*/

.icon-question:before {
    content: "\e624"; }

.icon-spam:before {
    content: "\e625"; }

.icon-checkmark-circle:before {
    content: "\e626"; }

.icon-cancel-circle:before {
    content: "\e627"; }

.icon-blocked:before {
    content: "\e628"; }

.icon-pencil:before {
    content: "\e000"; }

.icon-home:before {
    content: "\e001"; }

.icon-image:before {
    content: "\e002"; }

.icon-play:before {
    content: "\e003"; }

.icon-headphones:before {
    content: "\e004"; }

.icon-phone:before {
    content: "\e005"; }

.icon-location:before {
    content: "\e006"; }

.icon-address-book:before {
    content: "\e009"; }

.icon-coin:before {
    content: "\e00a"; }

.icon-cart:before {
    content: "\e00b"; }

.icon-qrcode:before {
    content: "\e00c"; }

.icon-barcode:before {
    content: "\e00d"; }

.icon-tag:before {
    content: "\e00e"; }

.icon-search:before {
    content: "\f002"; }

.icon-compass:before {
    content: "\e010"; }

.icon-vcard:before {
    content: "\e007"; }

.icon-users:before {
    content: "\e011"; }

.icon-cog:before {
    content: "\e012"; }

.icon-user:before {
    content: "\e013"; }

.icon-upload-alt:before {
    content: "\f093"; }

.icon-file:before {
    content: "\e014"; }

.icon-lock:before {
    content: "\f023"; }

.icon-close:before {
    content: "\e00f"; }

.icon-checkmark:before {
    content: "\e015"; }

.icon-plus:before {
    content: "\e016"; }

.icon-minus:before {
    content: "\e017"; }

.icon-star:before {
    content: "\e018"; }

.icon-star2:before {
    content: "\e019"; }

.icon-star3:before {
    content: "\e01a"; }

.icon-bubbles:before {
    content: "\e01b"; }

.icon-vcard2:before {
    content: "\e01c"; }

.icon-share:before {
    content: "\e01d"; }

.icon-question-sign:before {
    content: "\f059"; }

.icon-expand:before {
    content: "\e01e"; }

.icon-contract:before {
    content: "\e01f"; }

.icon-reply:before {
    content: "\e020"; }

.icon-undo:before {
    content: "\e021"; }

.icon-edit:before {
    content: "\f044"; }

.icon-pencil2:before {
    content: "\e023"; }

.icon-envelope:before {
    content: "\f003"; }

.icon-envelope-alt:before {
    content: "\f0e0"; }

.icon-attachment:before {
    content: "\e008"; }

.icon-eye:before {
    content: "\e022"; }

.icon-eye-blocked:before {
    content: "\e024"; }

.icon-stats:before {
    content: "\e025"; }

.icon-bars:before {
    content: "\e026"; }

.icon-calendar:before {
    content: "\e027"; }

.icon-menu:before {
    content: "\e028"; }

.icon-move:before {
    content: "\e02a"; }

.icon-download-alt:before {
    content: "\f019"; }

.icon-caret-right:before {
    content: "\f0da"; }

.icon-caret-down:before {
    content: "\f0d7"; }

.icon-caret-up:before {
    content: "\f0d8"; }

.icon-caret-left:before {
    content: "\f0d9"; }

.icon-sort:before {
    content: "\f0dc"; }

.icon-expand2:before {
    content: "\e029"; }

.icon-contract2:before {
    content: "\e02b"; }

.icon-volume-medium:before {
    content: "\e02c"; }

.icon-filter:before {
    content: "\e02d"; }

.icon-trophy:before {
    content: "\e02e"; }

.icon-print:before {
    content: "\e02f"; }

.icon-screen:before {
    content: "\e030"; }

.icon-mobile:before {
    content: "\e031"; }

.icon-mobile2:before {
    content: "\e032"; }

.icon-clock:before {
    content: "\e033"; }

.icon-arrow-right4:before {
    content: "\e61a"; }

.icon-arrow-up4:before {
    content: "\e61b"; }

.icon-arrow-down3:before {
    content: "\e61c"; }

.icon-arrow-left4:before {
    content: "\e61d"; }

.icon-warning2:before {
    content: "\e61f"; }

.left_main_box .body li.th_tab,
.left_main_box li.th_tab,
.main_box .body li.th_tab,
.main_box li.th_tab {
    display: block;
    float: left;
    height: 100%;
    margin: 8px 7px 0 0; }

.left_main_box .body li.th_tab a,
.left_main_box li.th_tab a,
.main_box .body li.th_tab a,
.main_box li.th_tab a {
    position: relative;
    z-index: 11;
    display: block;
    background: #C7D2DF;
    font-size: 12px;
    color: #313336;
    padding: 0 12px 0 12px;
    height: 31px;
    line-height: 32px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none; }

.left_main_box .body li.th_tab a:hover,
.left_main_box li.th_tab a:hover,
.main_box .body li.th_tab a:hover,
.main_box li.th_tab a:hover {
    background-color: #D0D7E4;
    -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.6); }

.left_main_box .body li.th_tab.active a,
.left_main_box li.th_tab.active a,
.main_box .body li.th_tab.active a,
.main_box li.th_tab.active a {
    height: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #FFF;
    color: #313336;
    margin: 1px 0 -1px 0; }

.th_tab_targets {
    clear: both;
    position: relative;
    background: #FFF;
    z-index: 11;
    padding: 10px; }

.tab_content {
    display: none; }

.sec {
    position: relative;
    margin: 15px 0px;
    padding: 1px;
    line-height: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.sec .th,
.sec .ch,
.sec .head {
    position: relative;
    background: #dfe5ec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfe5ec), color-stop(100%, #cfdbe8));
    background: -webkit-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: -moz-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: -ms-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: -o-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: linear-gradient(top, #dfe5ec, #cfdbe8);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dfe5ec', endColorstr='#cfdbe8')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dfe5ec', endColorstr='#cfdbe8')";
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 0 10px;
    top: 1px;
    border-bottom: 1px solid #C2CBD3;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    z-index: 10;
    margin: -1px 0px 1px 0px;
    height: 40px;
    overflow: hidden; }
.sec > .body {
    padding: 10px;
    background: #F7F7F7;
    position: relative; }
.sec > .body.nopad {
    padding: 0; }
.sec > .body .input {
    border-bottom: 1px solid #EEE;
    height: 34px; }
.sec > .body .input .prefix {
    float: left; }
.sec > .body .input .prefix span {
    display: block;
    float: left;
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    margin: 4px 0; }
.sec > .body .input .prefix span.red {
    color: #cc0011; }
.sec > .body .input .prefix input[type="text"] {
    width: 100px; }
.sec > .body .input .inlineinput {
    line-height: 34px;
    float: left;
    margin-left: 15px; }
.sec > .body .input label {
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    padding-right: 10px;
    width: 130px;
    text-align: left; }
.sec > .body .input label.mid {
    width: 40px;
    margin-left: 40px; }
.sec > .body .input input[type="text"] {
    width: 384px;
    float: left; }
.sec > .body .input input[type="text"].small {
    width: 50px; }
.sec > .body .input input[type="text"].full {
    width: 544px; }
.sec > .body .input select {
    margin: 7px 0 8px;
    float: left;
    max-width: 250px; }
.sec > .body .input.textarea {
    height: auto; }
.sec > .body .input.textarea textarea {
    display: block;
    width: 544px;
    height: 100px; }
.sec > .body .input.textarea textarea.inline {
    width: 384px;
    height: 50px; }
.sec > .body .input.date input {
    width: 100px; }
.sec > .body .input.date .ui-datepicker-trigger {
    display: block;
    float: left;
    margin: 3px 0 3px 5px; }
.sec > .body .input.date .ui-datepicker-trigger:hover {
    cursor: pointer; }
.sec > .body .input .btn {
    float: left;
    height: 22px;
    line-height: 20px;
    margin: 6px 0 0 10px; }
.sec > .body .input .btn.fl {
    margin: 6px 10px 0 0; }
.sec > .body > ul > li {
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #FFF;
    color: #333;
    margin: 0;
    font-size: 13px;
    padding: 7px 10px;
    line-height: 18px;
    font-weight: bold;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
    background: -moz-linear-gradient(top, #fafafa, #f0f0f0);
    background: -ms-linear-gradient(top, #fafafa, #f0f0f0);
    background: -o-linear-gradient(top, #fafafa, #f0f0f0);
    background: linear-gradient(top, #fafafa, #f0f0f0);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa', endColorstr='#f0f0f0')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa', endColorstr='#f0f0f0')"; }
.sec > .body > ul > li.last {
    border-bottom: 0; }
.sec > .body > ul > li a {
    display: block;
    margin-top: 0px;
    font-size: 12px; }
.sec > .body > ul > li .block {
    font-weight: normal;
    margin-top: 5px; }
.sec > .body .table {
    border-bottom: 1px solid #EEE;
    width: auto;
    height: auto;
    max-height: 330px;
    display: block; }
.sec > .body .table table.tablesorter {
    font-family: arial;
    margin: 10px 0pt 15px;
    font-size: 12px;
    width: 556px;
    text-align: left; }
.sec > .body .table table.tablesorter th, .sec > .body .table table.tablesorter td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.sec > .body .table table.tablesorter thead tr th {
    background-color: #c7dfea;
    border: 1px solid #FFF;
    font-size: 12px;
    padding: 4px;
    cursor: pointer; }
.sec > .body .table table.tablesorter thead tr .header {
    background-image: url(/images/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer; }
.sec > .body .table table.tablesorter thead tr .headerSortUp {
    background-image: url(/images/tablesorter/asc.gif); }
.sec > .body .table table.tablesorter thead tr .headerSortDown {
    background-image: url(/images/tablesorter/desc.gif); }
.sec > .body .table table.tablesorter thead tr .headerSortDown,
.sec > .body .table table.tablesorter thead tr .headerSortUp {
    background-color: #7db6ce; }
.sec > .body .table table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6; }
.sec > .body .table table.tablesorter tbody tr.empty {
    display: none; }
.sec > .body .table table.tablesorter tbody tr.empty td {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #999999; }
.sec > .body .table table.tablesorter tbody tr.edit td {
    background: #333;
    color: #EEE; }
.sec > .body .table table.tablesorter tbody tr.edit td .icon {
    margin-right: 10px; }
.sec > .body .table table.tablesorter tbody tr td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
    height: 20px; }
.sec > .body .table table.tablesorter tbody tr td input[type="text"] {
    margin: 1px;
    padding: 2px; }
.sec > .body .table table.tablesorter tbody tr td select {
    margin: 0; }

.sec_main.left_main_box,
.sec_main.main_box {
    padding: 1px; }

.sec_body {
    padding: 10px; }

.block {
    background: #EEE;
    padding: 10px;
    line-height: 22px; }
.block.mb {
    margin-bottom: 15px; }
.block .darkgray {
    color: #555555; }
.block .red {
    color: #cc0011; }
.block p {
    margin: 0; }
.block .btn {
    height: 22px;
    line-height: 20px; }
.block .btn.medium {
    height: 22px;
    line-height: 20px; }
.block .btn.wa {
    width: auto; }
.block h4 {
    margin: 0;
    font-size: 14px;
    line-height: 26px; }
.block.li {
    margin: 5px 0; }
.block.small {
    padding: 3px;
    font-size: 11px;
    line-height: 11px;
    margin: 2px; }
.block.orange {
    background: #f2c16f; }

.more-deets-link {
    margin-top : 5px;
    font-size : 12px;
    display: block;
}

.block.darkgray {
    background: #dfe5ec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfe5ec), color-stop(100%, #cfdbe8));
    background: -webkit-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: -moz-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: -ms-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: -o-linear-gradient(top, #dfe5ec, #cfdbe8);
    background: linear-gradient(top, #dfe5ec, #cfdbe8);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dfe5ec', endColorstr='#cfdbe8')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dfe5ec', endColorstr='#cfdbe8')";
    color: #333;
    border-radius: 3px;
    /* border: 1px solid #444;
    -webkit-box-shadow: inset 0 0 50px #111111;
    -moz-box-shadow: inset 0 0 50px #111111;
    box-shadow: inset 0 0 50px #111111; */
}

.block.darkgray p {
    margin-bottom : 10px;
}

.block.lightgray {
    background: #e5e5e5; }
.block.blue {
    background: #367b99;
    color: #FFF; }
.block.red {
    background: #de4b4b;
    color: #FFF; }
.block .comHead {
    float: left;
    margin: 5px;
    position: relative;
    width: 100px;
    height: 145px; }
.block .comHead .nameplate {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    margin-top: 95px;
    background: url(/images/wcc_ui.png) -369px -212px;
    overflow: hidden; }
.block .comHead .nameplate > div {
    vertical-align: bottom;
    line-height: 16px;
    padding: 3px 3px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.blockList.public li > a {
    display: block;
    background: #d8d8d8;
    height: 32px;
    color: #367b99;
    cursor: pointer;
    overflow: hidden; }
.blockList.public li > a div {
    padding: 0 10px;
    line-height: 32px; }
.blockList.public li > a div.name {
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.blockList.public li > a:hover {
    background: #FFF; }
.blockList.public li > a:hover .block.blue {
    background: #4599bd;
    font-weight: bold; }
.blockList.public li > a:hover .block.red {
    background: #e67676;
    font-weight: bold; }
.blockList.public li.complete .block.blue {
    background: #fab361; }
.blockList.public li.complete:hover .block.blue {
    background: #fccb92; }

body.hasOverlay {
    overflow: hidden; }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    text-align: center;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0000,endColorstr=#CC0000);
    zoom: 1; }
.overlay > .body {
    width: 900px;
    margin: 40px auto;
    position: relative;
    max-height: 90%; }
.overlay .loader {
    display: none;
    background: #FFF;
    width: 900px;
    height: 520px;
    position: absolute;
    z-index: 100;
    opacity: .5;
    top: 0;
    left: 0; }
.overlay .loader img {
    position: absolute;
    top: 50%;
    left: 50%; }

.overlay.white {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF,endColorstr=#4DFFFFFF);
    zoom: 1; }
.overlay.white > .border {
    width: 480px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -110px;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.overlay.white > .border > .content {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.overlay.white > .border > .content > .body {
    padding: 15px;
    text-align: left;
    min-height: 40px;
    font-size: 13px; }
.overlay.white > .border > .content > .body > table td {
    vertical-align: top; }
.overlay.white > .border > .content > .body > table .icon {
    display: none;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin-right: 15px; }
.overlay.white > .border > .content > .body.approved .icon-checkmark {
    display: block;
    color: #27ae60; }
.overlay.white > .border > .content > .body.approved .msg {
    color: #27ae60;
    line-height: 40px;
    font-size: 18px; }
.overlay.white > .border > .content > .body.warning .icon-warning2 {
    display: block;
    color: #fab361; }
.overlay.white > .border > .content > .body.warning .msg {
    color: #fab361;
    line-height: 40px;
    font-size: 18px; }
.overlay.white > .border > .content > .body.error .icon-spam {
    display: block;
    color: #cc0011; }
.overlay.white > .border > .content > .body.error .msg {
    color: #cc0011;
    line-height: 40px;
    font-size: 18px; }
.overlay.white > .border > .content > .foot {
    background: #EEE;
    padding: 10px 15px; }

body.blur > .wrapper {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px); }
body.blur > .com_bar {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px); }

.collapse_sym {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/wcc_ui.png);
    background-repeat: no-repeat;
    background-position: -268px -283px;
    top: 13px;
    left: 11px; }

.collapse_sym_a {
    width: 0;
    height: 0;
    border: 4px solid #25638C;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0;
    border-bottom-width: 0;
    position: relative;
    margin-left: 3px; }

.collapse_sym_a.down {
    border-top-width: 4px;
    top: 10px; }

.collapse_sym_a.up {
    border-bottom-width: 4px;
    top: -10px; }

.subheader {
    position: relative;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #313336;
    text-shadow: 0 1px 0 white;
    height: 22px;
    line-height: 22px;
    padding: 3px 8px 1px 8px;
    clear: both;
    border: 1px solid #D0d4DB;
    border-top: 1px solid #E0E4EB;
    background: #edf0f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edf0f5), color-stop(100%, #e0e4eb));
    background: -webkit-linear-gradient(top, #edf0f5, #e0e4eb);
    background: -moz-linear-gradient(top, #edf0f5, #e0e4eb);
    background: -ms-linear-gradient(top, #edf0f5, #e0e4eb);
    background: -o-linear-gradient(top, #edf0f5, #e0e4eb);
    background: linear-gradient(top, #edf0f5, #e0e4eb);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#edf0f5', endColorstr='#e0e4eb')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#edf0f5', endColorstr='#e0e4eb')";
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.subheader_back {
    background-image: url("/images/wcc_ui.png");
    background-repeat: no-repeat;
    background-position: 0px -440px;
    height: 22px;
    padding-left: 11px;
    margin-top: -2px;
    line-height: 22px;
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 10px;
    margin-left: -5px;
    cursor: pointer;
    font-weight: bold; }

.subheader_back span {
    background-image: url("/images/wcc_ui.png");
    background-repeat: no-repeat;
    background-position: 0px -462px;
    margin-right: -5px;
    display: block;
    height: 22px;
    width: 5px;
    position: absolute;
    top: 0;
    left: 100%; }

a.subheader_back {
    color: #FFF;
    text-shadow: 0 -1px 0 #777; }

a.subheader_back:hover {
    text-decoration: none; }

.subheader_fwd {
    background-image: url("/images/wcc_ui.png");
    background-repeat: no-repeat;
    background-position: 0px -484px;
    height: 22px;
    padding-left: 5px;
    margin-top: -2px;
    line-height: 22px;
    display: block;
    position: absolute;
    top: 7px;
    left: 188px;
    font-size: 10px;
    cursor: pointer;
    font-weight: bold; }

.subheader_fwd span {
    background-image: url("/images/wcc_ui.png");
    background-repeat: no-repeat;
    background-position: 0px -506px;
    margin-right: -5px;
    display: block;
    height: 22px;
    width: 12px;
    position: absolute;
    top: 0;
    left: 100%; }

a.subheader_fwd {
    color: #FFF;
    text-shadow: 0 -1px 0 #777; }

a.subheader_fwd:hover {
    text-decoration: none; }

h3.sidebar_header {
    position: relative;
    clear: both;
    z-index: 5;
    height: 26px;
    margin: 0;
    padding: 0 0 0 7px;
    background-color: #5393B1;
    background-image: url("/layout_imgs/nav_bg.jpg");
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5393b1), color-stop(100%, #236b8a));
    background-image: -webkit-linear-gradient(top, #5393b1, #236b8a);
    background-image: -moz-linear-gradient(top, #5393b1, #236b8a);
    background-image: -ms-linear-gradient(top, #5393b1, #236b8a);
    background-image: -o-linear-gradient(top, #5393b1, #236b8a);
    background-image: linear-gradient(top, #5393b1, #236b8a);
    border-top: 1px solid #7387A9;
    border-right: 1px solid #5E6C82;
    border-bottom: 1px solid #3F4C60;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    color: #F5F7FA; }

a.sidebar_list_item {
    position: relative;
    width: 135px;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
    padding: 9px 7px;
    display: block;
    background: #F1F4F9;
    border-bottom: 1px solid #D0D4D9;
    border-top: 1px solid #FEFEFF;
    text-align: left;
    cursor: pointer;
    text-decoration: none; }

a.sidebar_list_item:hover {
    background: #E1E4E9;
    border-top: 1px solid #EEEEEF;
    border-bottom: 1px solid #D1D4D9; }

a.sidebar_list_item.active {
    background: #C6CEDE;
    border-top: 1px solid #E1E4E9;
    border-bottom: 1px solid #B6BECE; }

a.sidebar_list_item:active {
    -webkit-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2); }

.sidebar_list_item_arrow {
    position: absolute;
    border: 7px solid rgba(255, 255, 255, 0);
    border-left: 7px solid #C6CEDE;
    top: 7px;
    left: 148px; }

.subcontent {
    background: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ebeef4));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #ebeef4);
    background-image: -moz-linear-gradient(top, #f7f7f7, #ebeef4);
    background-image: -ms-linear-gradient(top, #f7f7f7, #ebeef4);
    background-image: -o-linear-gradient(top, #f7f7f7, #ebeef4);
    background-image: linear-gradient(top, #f7f7f7, #ebeef4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ebeef4',GradientType=0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.inp {
    height: 18px; }

.inp.attach_right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset -10px 0 10px -10px #999,inset 0 2px 2px #EEE;
    border-right: 0; }

.or_sep {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 1px;
    margin: 30px; }

.or_sep > div {
    color: #555;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    background: #FFF;
    margin: auto;
    position: relative;
    top: -8px; }

h5.mini_title {
    margin: 0 0 5px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
    padding-left: 5px;
    font-weight: normal;
    font-size: 13px; }

.tip {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #EEE;
    padding: 5px;
    font-size: 12px;
    width: 260px;
    display: none;
    border: 1px solid #CCC;
    color: #333;
    text-align: left;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100; }

.tip .arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #EEE; }

.tip h5 {
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px; }

.tip .tip_body {
    padding: 5px;
    border: 1px solid #AAA; }

select[data-dd] {
    font: 12px arial; }

.dd {
    min-width: 55px;
    display: inline-block;
    background-image: url(/images/wcc_ui.png);
    background-repeat: no-repeat;
    background-position: -593px -25px;
    height: 26px;
    position: relative;
    padding-left: 7px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -2px;
    overflow: hidden;
    zoom: 1;
    *display: inline; }

.dd.disabled {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }

.dd span {
    display: block;
    background-image: url(/images/wcc_ui.png);
    background-repeat: no-repeat;
    background-position: right 0;
    height: 16px;
    font-size: 12px;
    text-align: left;
    padding: 4px 26px 6px 0;
    color: #4C4E51;
    text-shadow: 0 1px 0 #FFF;
    overflow: hidden; }

.dd select {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
    cursor: pointer;
    margin: 0;
    height: 27px;
    border: 1px solid #000; }

.dd.dd_hover {
    background-position: -593px -75px; }

span.dd_hover {
    background-position: right -50px; }

.rd {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/wcc_ui.png);
    background-repeat: no-repeat;
    background-position: -3px -28px;
    position: relative;
    top: 4px;
    margin-right: 4px;
    zoom: 1;
    *display: inline; }

.rd input {
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer; }

.rd input[disabled] {
    cursor: auto; }

.rd_hover {
    background-position: -23px -28px; }

.rd_checked {
    background-position: -43px -28px; }

.cb {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/wcc_ui.png);
    background-repeat: no-repeat;
    background-position: -64px -29px;
    position: relative;
    top: 4px;
    margin-right: 4px;
    zoom: 1;
    *display: inline; }

.cb input {
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;
    margin: 0; }

.cb_hover {
    background-position: -84px -29px; }

.cb_checked {
    background-position: -104px -29px; }

.placeholder {
    color: #999; }

.overall {
    position: fixed;
    z-index: 9999;
    width: 1000px;
    height: 500px;
    top: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    display: none; }

.overlay_ib {
    width: 100px;
    height: 100px;
    background: #FFF;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: 6px solid #555;
    padding: 1px;
    z-index: 2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px black;
    -moz-box-shadow: 0 0 30px black;
    box-shadow: 0 0 30px black; }

.overlay_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    left: -21px;
    background: url(/images/fancy_close.png) no-repeat;
    cursor: pointer;
    z-index: 10; }

.overlay_loader {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: none; }

.overlay_loader_bar {
    width: 250px;
    height: 50px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    font-size: 12px; }

.overlay_loader_bar img {
    margin: auto; }

.qmi {
    float: left;
    width: 22px;
    height: 22px;
    background: url(/images/wcc_ui.png) -88px -301px;
    position: relative;
    z-index: 4; }

.qmi:hover > div {
    display: block; }

.qmi.inline {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: none;
    top: 5px;
    margin-left: -3px; }

.qmi > div {
    display: none;
    position: absolute;
    top: -102px;
    left: -79px;
    width: 182px;
    height: 92px;
    text-align: left; }

.qmi > div > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 164px;
    height: 75px;
    padding: 7px;
    border: 1px solid #111;
    border-bottom-color: black;
    border-top-color: #333;
    color: #EEE;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, #444444, #222222);
    background: -moz-linear-gradient(top, #444444, #222222);
    background: -ms-linear-gradient(top, #444444, #222222);
    background: -o-linear-gradient(top, #444444, #222222);
    background: linear-gradient(top, #444444, #222222);
    -pie-background: linear-gradient(#444444, #222222);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #555 inset, 0 2px 10px #222;
    -moz-box-shadow: 0 1px 0 #555 inset, 0 2px 10px #222;
    box-shadow: 0 1px 0 #555 inset, 0 2px 10px #222; }

.qmi > div > div > span {
    display: block;
    position: absolute;
    top: 89px;
    left: 77px;
    border: 12px solid transparent;
    border-top-color: #111; }

.qmi > div > div > span > span {
    display: block;
    position: absolute;
    top: -13px;
    left: -12px;
    border: 12px solid transparent;
    border-top-color: #222; }

.qmi > div > div > div {
    position: relative;
    color: #222;
    display: block;
    border-radius: 4px;
    border: 1px solid #111;
    background: #F7F7F7;
    height: 73px;
    font-size: 12px;
    line-height: 16px;
    border-bottom-color: #555;
    border-top-color: black;
    -webkit-box-shadow: 0 0 2px #333 inset, 0 0 10px #AAA inset, 0 1px 0 #444;
    -moz-box-shadow: 0 0 2px #333 inset, 0 0 10px #AAA inset, 0 1px 0 #444;
    box-shadow: 0 0 2px #333 inset, 0 0 10px #AAA inset, 0 1px 0 #444;
    /*behavior: url('/css/PIE.htc');*/ }

.qmi > div > div > div > div {
    padding: 6px; }

.qmi.large > div {
    top: -140px;
    left: -139px;
    width: 300px;
    height: 160px; }

.qmi.large > div > div {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 264px;
    height: 105px; }

.qmi.large > div > div > span {
    top: 119px;
    left: 127px; }

.qmi.large > div > div > span > span {
    top: -13px;
    left: -12px; }

.qmi.large > div > div > div {
    height: 103px; }

.refer_container .qmi > div {
    top: 25px;
    left: -110px; }

.refer_container .qmi > div > div > span {
    top: -23px;
    left: 98px;
    border-bottom-color: #555;
    border-top-color: transparent;
    width: 0;
    height: 0; }

.refer_container .qmi > div > div > span > span {
    top: -10px;
    border-bottom-color: #444;
    border-top-color: transparent;
    width: 0;
    height: 0; }

/* =============================================================== */
/* COMMUNITY BAR */
/* =============================================================== */
/* ===== BUTTONS ===== */
.pbtn {
    position: relative;
    z-index: 6;
    padding: 3px 6px 3px 24px;
    border: 1px solid #CCC;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    cursor: pointer;
    line-height: 15px;
    background: #EEE;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, white, #eeeeee);
    background-image: -moz-linear-gradient(top, white, #eeeeee);
    background-image: -ms-linear-gradient(top, white, #eeeeee);
    background-image: -o-linear-gradient(top, white, #eeeeee);
    background-image: linear-gradient(top, white, #eeeeee); }

.pbtn span {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 20px;
    height: 20px; }

.pbtn:hover {
    color: #000;
    border: 1px solid #5393B1; }

.abtn:hover {
    color: #000;
    border: 1px solid #5393B1; }

.pbtn:active {
    box-shadow: 0 0 5px #333 inset; }

.refer_btn {
    float: right; }

.refer_btn span {
    background-image: url(/images/wcc_ui.png);
    background-position: -1px -302px; }

.refer_btn.active span {
    background-position: -301px -303px; }

.refer_btn.active {
    border: 1px solid #333;
    color: #EEE;
    background: #555;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444));
    background-image: -webkit-linear-gradient(top, #666666, #444444);
    background-image: -moz-linear-gradient(top, #666666, #444444);
    background-image: -ms-linear-gradient(top, #666666, #444444);
    background-image: -o-linear-gradient(top, #666666, #444444);
    background-image: linear-gradient(top, #666666, #444444); }

.refer_btn:active {
    margin-top: 0;
    margin-bottom: 0; }

.messaging_btn {
    float: left; }

.messaging_btn span {
    background-image: url(/images/wcc_ui.png);
    background-position: -23px -301px; }

.members_btn span {
    background-image: url(/images/wcc_ui.png);
    background-position: -45px -280px; }

.share_link {
    display: inline-block;
    width: 385px;
    overflow: hidden; }

.message_label {
    float: left;
    text-align: right;
    padding-right: 10px;
    color: #555;
    font-weight: bold;
    font-size: 11px;
    width: 100px; }

.messaging_body {
    margin-top: 20px; }

.messaging_row {
    margin-bottom: 10px;
    font-size: 14px; }

.messaging_body textarea {
    width: 250px;
    height: 50px;
    resize: none;
    margin-top: -1px; }

.messaging_buttons {
    background: #EEE;
    border-top: 1px solid #CCC;
    padding: 5px;
    text-align: right;
    margin-top: 20px; }

.messaging_buttons input {
    font-size: 13px; }

.messaging_type {
    float: left;
    color: #AAA;
    font-size: 11px;
    margin-top: 8px; }

/* ===== COMMUNITY BAR ====== */
.com_bar {
    background: #7b7b7b url(/images/wcc_ui.png) 0px -398px repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    height: 37px;
    width: 100%;
    z-index: 200;
    border-bottom: 1px solid #4A4A4A;
    text-align: left; }

.com_container {
    width: 1003px;
    margin: auto;
    height: 100%; }

.com_logo {
    float: left;
    /*width: 186px;*/
    height: 38px;
    background: url(/images/wcc_ui.png) 0px -239px no-repeat;
    border-right: 1px solid #676767;
    position: relative;
    width: 54px;
    display: block; }

.com_logo .com_tooltip_container {
    left: 0; }

.com_logo .com_tooltip_arrow_top {
    left: 45px; }

.com_btn {
    float: left;
    width: 40px;
    height: 37px;
    cursor: pointer;
    position: relative;
    z-index: 7; }

.com_btn:active {
    box-shadow: inset 0 0 20px #444; }

.com_btn span {
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 22px;
    height: 22px; }

.com_contacts span {
    background: url(/images/wcc_ui.png) -322px -279px no-repeat; }

.com_contacts span.notify {
    background: url(/images/wcc_ui.png) -498px -301px no-repeat; }

.com_profile span {
    background: url(/images/wcc_ui.png) -410px -279px no-repeat; }

.com_groups span {
    background: url(/images/wcc_ui.png) -344px -279px no-repeat; }

.com_messages span {
    background: url(/images/wcc_ui.png) -322px -301px no-repeat; }

.com_messages span.notify {
    background: url(/images/wcc_ui.png) -476px -301px no-repeat; }

.com_share span {
    background: url(/images/wcc_ui.png) -344px -301px no-repeat; }

.com_control_panel_btn span {
    background: url(/images/wcc_ui.png) -388px -279px no-repeat; }

.com_cp_btn_container .com_tooltip_container {
    left: -235px; }

.com_cp_btn_container .com_tooltip_arrow_top {
    left: 222px; }

.com_cp_btn_container:hover {
    background: #FFF; }
.com_cp_btn_container:hover .com_bar_dd {
    display: block;
    border-top: 0; }
.com_cp_btn_container:hover .com_btn span {
    background: url(/images/wcc_ui.png) -88px -279px no-repeat; }

.com_btn_container {
    float: left;
    width: 40px;
    height: 38px;
    border-left: 1px solid #878787;
    border-right: 1px solid #757575;
    position: relative; }

.com_tooltip_container {
    display: none;
    position: absolute;
    top: 43px;
    left: -131px;
    width: 300px;
    height: 350px;
    z-index: 4; }

.com_tooltip {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 240px;
    height: 250px;
    padding: 7px;
    border: 1px solid #111;
    border-bottom-color: #000;
    border-top-color: #333;
    color: #EEE;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, #444444, #222222);
    background: -moz-linear-gradient(top, #444444, #222222);
    background: -ms-linear-gradient(top, #444444, #222222);
    background: -o-linear-gradient(top, #444444, #222222);
    background: linear-gradient(top, #444444, #222222);
    -pie-background: linear-gradient(#444444, #222222);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #555 inset, 0 2px 10px #333;
    -moz-box-shadow: 0 1px 0 #555 inset, 0 2px 10px #333;
    box-shadow: 0 1px 0 #555 inset, 0 2px 10px #333;
    /*behavior: url('/css/PIE.htc');*/ }

.com_tooltip_title {
    height: 24px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px; }

.com_tooltip_copy {
    position: relative;
    color: #222;
    padding: 0;
    font-size: 13px;
    display: block;
    border-radius: 4px;
    border: 1px solid #111;
    background: #F7F7F7;
    height: 202px;
    border-bottom-color: #111;
    border-top-color: #000;
    -webkit-box-shadow: 0 0 2px #333 inset, 0 0 10px #AAA inset, 0 1px 0 #444;
    -moz-box-shadow: 0 0 2px #333 inset, 0 0 10px #AAA inset, 0 1px 0 #444;
    box-shadow: 0 0 2px #333 inset, 0 0 10px #AAA inset, 0 1px 0 #444;
    /*behavior: url('/css/PIE.htc');*/ }

.com_tooltip_copy p {
    margin: 10px; }

.com_tooltip_arrow_top {
    position: absolute;
    top: -24px;
    left: 118px;
    border: 12px solid transparent;
    border-bottom-color: #333;
    height: 0;
    width: 0; }

.com_tooltip_arrow_top > div {
    position: absolute;
    top: -11px;
    left: -12px;
    border: 12px solid transparent;
    border-bottom-color: #555;
    height: 0;
    width: 0; }

.com_tooltip_arrow_top > div > div {
    position: absolute;
    top: -10px;
    left: -12px;
    border: 12px solid transparent;
    border-bottom-color: #444;
    height: 0;
    width: 0; }

.com_tooltip_arrow_left {
    position: absolute;
    top: 120px;
    left: -24px;
    border: 12px solid transparent;
    border-right-color: #333;
    height: 0;
    width: 0; }

.com_tooltip_arrow_left > div {
    position: absolute;
    top: -11px;
    left: -9px;
    border: 11px solid transparent;
    border-right-color: #555;
    height: 0;
    width: 0; }

.com_tooltip_arrow_left > div > div {
    position: absolute;
    top: -10px;
    left: -9px;
    border: 10px solid transparent;
    border-right-color: #343434;
    height: 0;
    width: 0; }

.com_tooltip_hide {
    text-align: right;
    font-size: 12px;
    position: relative;
    height: 18px;
    padding: 6px 24px 0px 0px; }

.com_tooltip_hide .cb {
    top: 5px;
    left: 222px;
    position: absolute; }

.com_pop_container {
    display: none;
    position: absolute;
    top: 38px;
    left: -131px;
    width: 300px;
    height: 350px;
    z-index: 3; }

.com_pop {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 250px;
    height: 300px;
    background: #FFF;
    border: 3px solid #989EA1;
    border-radius: 3px;
    box-shadow: 0 2px 10px #000; }

.com_slider {
    width: 600px;
    height: 300px; }

.com_pop_info_container {
    width: 250px; }

.com_pop_picture_container {
    width: 150px;
    height: 150px;
    padding: 3px;
    border: 1px solid #555;
    position: relative;
    float: left; }

.com_pop_info_buttons {
    float: right;
    width: 100px; }

.com_pop_info_buttons .messaging_btn,
.com_pop_info_buttons .members_btn,
.com_pop_info_buttons .refer_container {
    float: right;
    margin-top: 10px; }

.com_pop_info_buttons .refer_btn {
    float: right; }

.com_pop_arrow {
    position: absolute;
    top: -17px;
    left: 109px;
    width: 39px;
    height: 18px;
    background: url(/images/wcc_ui.png) -250px -245px no-repeat; }

.com_pop_header {
    line-height: 28px;
    background-color: #999;
    z-index: 2;
    height: 28px;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-shadow: 0 -1px 0 #555;
    position: relative;
    margin-top: -2px;
    padding: 2px 40px 2px 0px; }

.com_pop_header_btn_back {
    top: 0px;
    left: 7px; }

.com_pop_header_info_name {
    font-size: 13px;
    height: 30px;
    margin: auto;
    display: block;
    /*
    max-width: 114px;
    overflow: hidden;
    */ }

.com_groups_info.two .com_pop_header_info_name {
    position: absolute;
    left: 60px; }

.com_groups_info.two .com_pop_row,
.com_contacts_info.two .com_pop_row {
    position: relative; }

.com_groups_info.two .com_pop_row .contacts_info_copy,
.com_contacts_info.two .com_pop_row .contacts_info_copy {
    position: absolute;
    left: 70px;
    width: 600px; }

.com_contacts_info.two .com_pop_header_info_name {
    position: absolute;
    left: 70px; }

.com_pop_row {
    text-align: center;
    clear: both;
    padding: 1px 10px;
    line-height: 20px; }

#com_contacts_search {
    padding: 3px 0; }

#com_contacts_search input {
    display: inline-block;
    width: 214px;
    height: 100%;
    padding: 1px 0px;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 13px;
    outline: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }

.com_contacts_search_input_container {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 15px;
    width: 220px;
    text-align: left;
    background-image: url(/images/profile_ui.png);
    background-repeat: no-repeat;
    background-position: 1px -393px;
    padding-left: 24px;
    height: 22px;
    position: relative;
    margin: 0px auto;
    box-shadow: 0 1px 0 #BBB inset; }

.contacts_image {
    background: #333;
    padding: 5px 10px;
    border: 1px solid #222;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #111 inset; }

.com_pop_page_container {
    border-radius: 3px;
    overflow: hidden;
    height: 300px;
    width: 250px;
    margin: 0px;
    position: relative; }

.com_pop_page {
    float: left;
    width: 250px;
    height: 300px; }

.com_pop_page.two,
.com_pop_page.three,
.com_pop_page.four,
.com_pop_page.five {
    margin-left: 40px; }

.com_pop_list {
    width: 318px;
    position: relative;
    height: 317px;
    margin: 1px;
    overflow: hidden; }

.com_box_page #com_share_list {
    height: 350px; }

.com_pop_list li li,
.com_pop_list li {
    padding: 0;
    margin: 0; }

.com_pop_list li li a {
    display: block;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #FFF;
    background: #FFF;
    /*font-weight: bold;*/
    color: #333;
    margin: 0;
    padding: 0 10px;
    line-height: 22px;
    cursor: pointer;
    text-align: left;
    text-shadow: 0 1px 0 #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
    background-image: -webkit-linear-gradient(#fafafa, #f0f0f0);
    background-image: -moz-linear-gradient(#fafafa, #f0f0f0);
    background-image: -ms-linear-gradient(#fafafa, #f0f0f0);
    background-image: -o-linear-gradient(#fafafa, #f0f0f0);
    background-image: linear-gradient(#fafafa, #f0f0f0);
    text-decoration: none;
    font-size: 12px; }

.com_pop_list li li a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background-image: -webkit-linear-gradient(white, #f7f7f7);
    background-image: -moz-linear-gradient(white, #f7f7f7);
    background-image: -ms-linear-gradient(white, #f7f7f7);
    background-image: -o-linear-gradient(white, #f7f7f7);
    background-image: linear-gradient(white, #f7f7f7);
    cursor: pointer; }

.com_pop_list li li a.active {
    border: 1px solid #BBB;
    background: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #F7F7F7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
    background-image: -webkit-linear-gradient(#cccccc, #dddddd);
    background-image: -moz-linear-gradient(#cccccc, #dddddd);
    background-image: -ms-linear-gradient(#cccccc, #dddddd);
    background-image: -o-linear-gradient(#cccccc, #dddddd);
    background-image: linear-gradient(#cccccc, #dddddd);
    box-shadow: inset 0 1px 0 #DDD; }

.com_pop_list li.pendings li a {
    color: #777; }

.com_pop_list li .com_pop_list_divider {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #F5F7FA;
    border-top: 1px solid #5E6C82;
    border-right: 1px solid #5E6C82;
    border-bottom: 1px solid #236B8A;
    background-color: #5393B1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 1px 0px #73b3d1; }

.com_contacts_info {
    float: left;
    margin-left: 40px; }

.contacts_info_label {
    float: left;
    text-align: right;
    padding-right: 10px;
    color: #555;
    font-weight: bold;
    font-size: 10px;
    width: 50px; }

.contacts_info_copy {
    float: left;
    text-align: left;
    font-size: 12px;
    width: 170px;
    overflow: hidden; }

.contacts_info_copy.one_line {
    height: 20px; }

.com_coming_soon {
    float: left;
    width: 255px;
    height: 30px;
    background: url(/images/wcc_ui.png) 0 -203px no-repeat;
    margin: 0px 10px; }

.com_beta_test_button {
    float: right;
    height: 22px;
    background-color: #E39656;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e39656), to(#cc6d1f));
    background-image: -webkit-linear-gradient(#e39656, #cc6d1f);
    background-image: -moz-linear-gradient(#e39656, #cc6d1f);
    background-image: -ms-linear-gradient(#e39656, #cc6d1f);
    background-image: -o-linear-gradient(#e39656, #cc6d1f);
    background-image: linear-gradient(#e39656, #cc6d1f);
    border: 1px solid #954b0d;
    border-bottom-color: #81400a;
    border-top-color: #b45b12;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 16px;
    line-height: 22px;
    margin: 6px 6px 0 0;
    cursor: pointer;
    text-shadow: 0 -1px 0 #954b0d;
    border-radius: 3px;
    display: none; }

.com_beta_test_button:hover {
    background-color: #f3a666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3a666), to(#dc7d2f));
    background-image: -webkit-linear-gradient(#f3a666, #dc7d2f);
    background-image: -moz-linear-gradient(#f3a666, #dc7d2f);
    background-image: -ms-linear-gradient(#f3a666, #dc7d2f);
    background-image: -o-linear-gradient(#f3a666, #dc7d2f);
    background-image: linear-gradient(#f3a666, #dc7d2f);
    border: 1px solid #a55b0d;
    border-bottom-color: #91500a;
    border-top-color: #c46b12; }

.com_bar:hover .com_beta_test_button {
    display: block; }

.com_beta_test_thank {
    color: #EEE;
    font-size: 12px;
    line-height: 14px;
    height: 32px;
    float: right;
    text-align: center;
    margin: 4px 7px;
    display: none; }

.com_inbox_msg {
    display: block;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #FFF;
    background: #FFF;
    color: #333;
    margin: 0;
    cursor: pointer;
    text-shadow: 0 1px 0 #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
    background-image: -webkit-linear-gradient(#fafafa, #f0f0f0);
    background-image: -moz-linear-gradient(#fafafa, #f0f0f0);
    background-image: -ms-linear-gradient(#fafafa, #f0f0f0);
    background-image: -o-linear-gradient(#fafafa, #f0f0f0);
    background-image: linear-gradient(#fafafa, #f0f0f0);
    text-decoration: none; }

.com_convo_msg {
    border-top: 1px solid #CCC;
    padding: 5px 0; }

.com_inbox_msg:hover {
    background: #F7F7F7;
    cursor: pointer; }

.com_inbox_msg_pic,
.com_convo_msg_pic {
    float: left;
    padding: 2px;
    border: 1px solid #DDD;
    background: #FFF;
    margin: 2px; }

.com_inbox_msg_copy {
    float: left;
    margin-left: 7px;
    width: 190px;
    padding: 5px 0; }

.com_inbox_msg_name {
    font-weight: bold;
    color: #555;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    overflow: hidden; }

.com_inbox_msg_content {
    font-size: 11px;
    line-height: 12px;
    margin-top: 2px;
    height: 12px;
    overflow: hidden; }

.com_inbox_msg_timestamp {
    float: left;
    font-weight: bold;
    font-size: 11px;
    color: #AAA;
    padding: 14px 0;
    width: 80px; }

.com_convo_msg_content {
    font-size: 11px;
    line-height: 16px;
    margin-top: 1px; }

.com_share_slider {
    width: 1800px; }

.com_pop_list .com_share_li a {
    display: block;
    position: relative;
    padding-left: 95px;
    height: 115px;
    color: #444;
    line-height: 14px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
    background-image: -moz-linear-gradient(#eeeeee, #cccccc);
    background-image: -ms-linear-gradient(#eeeeee, #cccccc);
    background-image: -o-linear-gradient(#eeeeee, #cccccc);
    background-image: linear-gradient(#eeeeee, #cccccc);
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #FFF;
    overflow: hidden; }

.com_pop_list .com_share_li a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dddddd));
    background-image: -webkit-linear-gradient(#f7f7f7, #dddddd);
    background-image: -moz-linear-gradient(#f7f7f7, #dddddd);
    background-image: -ms-linear-gradient(#f7f7f7, #dddddd);
    background-image: -o-linear-gradient(#f7f7f7, #dddddd);
    background-image: linear-gradient(#f7f7f7, #dddddd);
    border-bottom: 1px solid #BBB; }

.com_share_li span {
    display: block;
    position: absolute;
    top: 35px;
    left: 20px;
    width: 62px;
    height: 44px;
    background-image: url(/images/wcc_ui.png); }

#com_share_contacts span {
    background-position: -304px -328px; }

#com_share_groups span {
    background-position: -366px -328px; }

#com_share_socials span {
    background-position: -428px -328px; }

#com_share_email span {
    background-position: -490px -328px; }

.com_share_li div {
    margin: 34px 10px; }

.com_share_li div b {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 18px; }

.com_share_li_arrow {
    position: absolute;
    top: 15px;
    left: 285px;
    border: 10px solid transparent;
    border-left-color: #444; }

.sharebox {
    z-index: 3;
    margin: -8px;
    width: 560px;
    height: 360px;
    padding: 7px;
    border: 1px solid #444;
    border-bottom-color: #333;
    border-top-color: #555;
    background: #555;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444));
    background: -webkit-linear-gradient(top, #666666, #444444);
    background: -moz-linear-gradient(top, #666666, #444444);
    background: -ms-linear-gradient(top, #666666, #444444);
    background: -o-linear-gradient(top, #666666, #444444);
    background: linear-gradient(top, #666666, #444444);
    -pie-background: linear-gradient(#666666, #444444);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 #777777 inset;
    -moz-box-shadow: 0 1px 0 #777777 inset;
    box-shadow: 0 1px 0 #777777 inset;
    /*behavior: url('/css/PIE.htc');*/ }

.sharebox_container {
    position: absolute;
    top: 0;
    left: 1px;
    width: 560px;
    height: 360px;
    z-index: 2;
    overflow: hidden; }

.sharebox_title_container {
    height: 26px; }

.sharebox_title {
    height: 24px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 #222;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px; }

.sharebox_copy_container {
    position: relative;
    color: #222;
    padding: 0;
    font-size: 13px;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #222;
    background: #F7F7F7;
    height: 288px;
    border-bottom-color: #FFF;
    border-top-color: #444;
    -webkit-box-shadow: 0 0 2px #333 inset, 0 2px 10px #999 inset;
    -moz-box-shadow: 0 0 2px #333 inset, 0 2px 10px #999 inset;
    box-shadow: 0 0 2px #333 inset, 0 2px 10px #999 inset;
    /*behavior: url('/css/PIE.htc');*/ }

.sharebox_footer_container {
    height: 43px;
    background: #DDD;
    border: 1px solid #222;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 -2px 6px #999 inset, 0 -2px 2px #222 inset;
    width: 558px; }

.sharebox_footer {
    width: 548px;
    padding: 5px;
    margin-top: 2px; }

.sharebox_slider {
    height: 360px;
    width: 5000px; }

.sharebox_copy {
    height: 286px;
    margin-top: 5px; }

.sharebox_page {
    width: 558px;
    float: left; }

.sharebox_simple_message_body {
    padding: 50px 20px 20px 20px; }

.sharebox_simple_message_body textarea {
    width: 370px;
    height: 100px; }

.sharebox_body_login {
    padding: 50px 20px 20px 0px; }

.sharebox_body_login input {
    margin: 0;
    width: 150px; }

.sharebox .subheader_back {
    top: 2px;
    position: relative;
    float: left;
    margin-right: -100%; }

.sharebox_body_cards {
    padding: 20px 0px; }

.sharebox_body_cards .messaging_row {
    font-size: 12px; }

.sharebox_body_cards .messaging_row.cards_list {
    margin-top: 20px; }

.sharebox_cards_list_container {
    float: left; }

.sharebox_cards_radio {
    float: left;
    margin-right: 7px; }

.sharebox_cards_details {
    float: left;
    font-size: 14px; }

.sharebox_cards_list_container li {
    clear: both;
    margin-bottom: 10px; }

.sharebox_cards_exp_label {
    display: inline-block;
    margin-left: 10px;
    color: #555;
    font-weight: bold;
    font-size: 11px; }

.sharebox_cards_radio .rd {
    top: -1px; }

.sharebox_label {
    color: #555;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    width: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: right; }

.sharebox_cards_new_form .ccnum {
    width: 143px;
    margin-right: 7px; }

.sharebox_cards_new_form .ccexp {
    width: 54px; }

.sharebox_cards_new_form .sharebox_cards_details {
    margin-top: -8px; }

.sharebox_cards_new_form {
    display: none;
    padding-top: 7px; }

.sharebox_body_confirm {
    padding: 120px 70px 40px 70px; }

.sharebox_body_loading {
    padding: 120px 100px 40px 100px;
    display: none; }

.sharebox_body_loading img {
    display: inline; }

.sharebox_loading_text {
    font-size: 12px; }

.sharebox_gift_auth_error {
    color: #C00;
    font-weight: bold; }

.sharebox_body_thankyou {
    padding: 110px;
    text-align: center; }

.sharebox_footer_loader {
    float: right;
    margin: 6px 10px 0 0;
    display: none; }

.sharebox_body_socials {
    padding: 130px 0 0 160px; }

.new_icn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #FF0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffbb), to(#eeee00));
    background: -webkit-linear-gradient(#ffffbb, #eeee00);
    background: -moz-linear-gradient(#ffffbb, #eeee00);
    background: -ms-linear-gradient(#ffffbb, #eeee00);
    background: -o-linear-gradient(#ffffbb, #eeee00);
    background: linear-gradient(#ffffbb, #eeee00);
    border: 1px solid #DD0;
    border-bottom: 1px solid #CC0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 0 1 #FFB;
    padding: 4px 5px 3px 5px;
    position: relative;
    top: -2px;
    margin-right: 7px; }

/* COM BAR v2 */
.com_btn_container .box {
    position: absolute;
    top: 50px;
    left: -148px;
    width: 322px;
    display: none;
    z-index: 10; }

.com_tooltip_container {
    z-index: 20; }

.com_btn_container .box .head {
    overflow: hidden;
    position: relative;
    top: -1px; }

.com_btn_container .box .body {
    height: 352px;
    overflow: hidden;
    position: relative; }

.com_btn_container .box .arrow {
    position: absolute;
    top: -20px;
    left: 158px;
    border: 10px solid transparent;
    border-bottom-color: #737373; }

.com_btn_container .box .arrow > div {
    position: absolute;
    top: -6px;
    left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #B3B3B3; }

.com_btn_container .box .arrow > div > div {
    position: absolute;
    top: -6px;
    left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #999; }

.com_page_slider {
    width: 2000px; }

.body .com_page_slider {
    height: 352px;
    position: absolute;
    left: 0;
    top: 0; }

.head .com_page_slider {
    height: 24px; }

.com_box_page {
    float: left;
    width: 320px;
    height: 352px;
    margin-right: 10px;
    position: relative; }

.com_btn_container .box .head .com_box_page {
    position: relative; }

.com_btn_container .box .body .loader {
    position: absolute;
    top: 6px;
    left: 296px;
    display: none; }

.com_pop_list li li,
.com_pop_list li {
    position: relative; }

.com_box .search_container {
    background: #777;
    -webkit-box-shadow: 0 1px 3px #444 inset, 0 0 10px #AAA inset, 0 0px 2px #A6A6A6;
    -moz-box-shadow: 0 1px 3px #444 inset, 0 0 10px #AAA inset, 0 0px 2px #A6A6A6;
    box-shadow: 0 1px 3px #444 inset, 0 0 10px #AAA inset, 0 0px 2px #A6A6A6;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

.com_box li li b {
    color: #000; }

.com_box .search_container {
    box-shadow: 0 2px 3px #555,inset 0 2px 3px #555,inset 0 -1px 0 #888;
    z-index: 10;
    position: relative; }

.com_box .search_container input {
    margin: 4px;
    width: 301px;
    box-shadow: 0 0 2px #BBB, inset 0 1px 3px #888;
    border: 1px solid #777;
    background: #EEE; }

.com_box li .deleteTrigger {
    position: absolute;
    top: 5px;
    left: 100%;
    margin-left: 20px;
    height: 14px;
    width: 14px;
    background: url(/images/wcc_ui.png) -224px -283px no-repeat;
    cursor: pointer; }

.com_box .com_pop_message_li .deleteTrigger {
    top: 7px; }

.com_pop_list li li .li {
    position: relative;
    z-index: 2; }

.com_box li .deleteContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.com_box .one .com_pop_messages .deleteContainer {
    top: 17px; }

.com_box .two .com_pop_messages .deleteContainer {
    top: 11px; }

.com_box li .deleteContainer .delete {
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: 2px;
    left: 4px;
    padding: 0 10px;
    width: auto; }

.com_box li .deleteContainer .back {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 70px;
    background: url(/images/wcc_ui.png) -411px -301px no-repeat;
    cursor: pointer; }

.com_box .com_pop_messages .li {
    background: #EEE;
    position: relative;
    z-index: 2; }

.com_box.type_list li.sub,
.com_box .com_pop_messages li {
    background: #222; }

.com_pop_head_edit {
    position: absolute;
    top: -1px;
    left: 285px;
    width: 35px;
    line-height: 18px;
    height: 18px;
    font-size: 10px; }

.com_pop_messages#com_pop_convo_list {
    height: 352px; }

.com_pop_messages#com_pop_messages_list {
    height: 260px; }

.com_pop_head_new_msg {
    position: absolute;
    left: 1px;
    width: 22px;
    top: 0px;
    line-height: 18px;
    height: 18px;
    background: url(/images/wcc_ui.png) -433px -303px no-repeat; }

.com_pop_head_new_msg:hover {
    background: url(/images/wcc_ui.png) -455px -303px no-repeat; }

.newMsgAutoComplete {
    position: absolute;
    width: 250px;
    top: 10px;
    left: 50px;
    background: #FFF;
    border: 1px solid #CCC;
    z-index: 10;
    box-shadow: 0 2px 4px #999;
    max-height: 200px;
    overflow: hidden; }

.newMsgAutoComplete a {
    display: block;
    padding: 5px; }

.newMsgAutoComplete a:hover {
    text-decoration: none;
    background: #EEE; }

.newMsgLbl {
    display: block;
    width: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 10px;
    padding: 5px;
    border-radius: 3px;
    color: #777; }

.newMsg_message {
    width: 300px;
    margin: 4px 5px 0;
    height: 42px; }

.newMsg_send {
    width: 40px;
    height: 22px;
    line-height: 22px;
    float: right;
    margin: 0 5px; }

.com_pop_message_li {
    clear: both;
    display: block;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    padding: 5px;
    line-height: 16px;
    border-bottom: 1px solid #AAA;
    height: 50px;
    color: #000; }

.com_pop_conversations_message_li {
    clear: both;
    display: block;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    padding: 5px;
    line-height: 16px;
    border-bottom: 1px solid #AAA;
    color: #000;
    position: relative; }

.com_pop_message_li:hover {
    background-color: #FFF;
    cursor: pointer; }

.com_pop_message_li_img {
    float: left;
    width: 50px;
    margin-right: 5px; }

.com_pop_conversations_message_li_img {
    position: absolute;
    top: 5px;
    left: 5px; }

.com_pop_message_li_name {
    float: left;
    width: 250px;
    font-weight: bold; }

.com_pop_conversations_message_li_name {
    width: 200px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 45px; }

.com_pop_message_li_msg {
    float: left;
    width: 250px;
    color: #333;
    white-space: nowrap;
    height: 16px;
    overflow: hidden; }

.com_pop_conversation_message_body {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis; }

.com_pop_conversations_message_li_msg {
    color: #333;
    padding: 18px 7px 2px 40px;
    word-wrap: break-word; }

.com_pop_conversations_message_li_sent_date {
    width: 60px;
    color: #999;
    text-align: right;
    position: absolute;
    left: 245px; }

.com_pop_message_li_date {
    float: left;
    width: 250px;
    color: #555;
    font-size: 9px; }

#com_pop_convo_list .com_pop_message_li_date {
    float: left;
    width: 150px;
    color: #555;
    font-size: 9px; }

#com_pop_convo_list .com_pop_message_li_note {
    float: right;
    padding-right: 5px;
    color: #999;
    font-size: 9px;
    font-weight: bold; }

.com_pop_message_li_viewed_date {
    clear: both;
    color: #777;
    font-size: 9px;
    height: 15px;
    margin-top: 5px;
    padding-left: 40px;
    position: relative; }

.com_pop_message_li_viewed_date_icon {
    background: url(/images/wcc_ui.png) -200px -307px no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 18px; }

.com_pop_message_li.new {
    background: #eccdb4; }

.com_pop_message_li.new:hover {
    background: #ffb980; }

.com_pop_message_li.new .com_pop_message_li_name,
.com_pop_message_li.new .com_pop_message_li_msg,
.com_pop_message_li.new .com_pop_message_li_date {
    width: 170px; }

.com_pop_conversation_sent_1 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 11px;
    height: 11px;
    margin-right: 4px;
    background: url(/images/wcc_ui.png) -181px -305px no-repeat; }

.com_btn_container #com_pop_convo_list .loader {
    top: 24px;
    left: 295px; }

.com_pop_messages li {
    position: relative; }

.com_pop_share_link_container {
    padding: 5px; }

.com_pop_share_description {
    margin: 15px; }

.com_pop_share_link_container .contacts_info_copy {
    border: 1px solid #DDD;
    padding: 10px;
    width: 287px;
    background: #DDD; }

.com_pop_share_link_container .contacts_info_label {
    width: 45px; }

.com_pop_share_message_container {
    position: absolute;
    top: 202px; }

.com_pop_share_message_container .newMsg_message {
    height: 100px; }

.com_bar_pop_body_overlay_container {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(240, 240, 240, 0.9);
    width: 320px;
    height: 352px;
    z-index: 100; }

.com_bar_pop_body_overlay_container .com_pop_overlay_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px; }

.com_bar_pop_body_overlay_container .com_pop_overlay_text {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -30px;
    width: 300px;
    height: 20px;
    overflow: hidden;
    text-align: center; }

.com_bar_pop_body_overlay_container .com_pop_overlay_response {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 300px;
    height: 20px;
    overflow: hidden;
    text-align: center; }

#com_share #confirm_password {
    width: 117px;
    margin-left: 110px; }

.sharebox_body_cards .message_label {
    width: 70px; }

#com_share #select_card {
    width: 120px;
    margin-left: 80px; }

#com_share .sharebox_cards_new {
    width: 120px;
    height: 24px;
    line-height: 24px; }

body .com_box.type_list li.sub.requests {
    background: #FFF; }

.sub.pendings .com_pop_list_divider {
    background: #AAA;
    border-top: 1px solid #FFF;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #999;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none; }

.sub.requests .com_pop_list_divider {
    background: #f48517;
    border-top: 1px solid #f48517;
    border-right: 1px solid #f48517;
    border-bottom: 1px solid #f48517;
    text-shadow: none;
    font-weight: bold; }

.sub.requests .options {
    font-weight: normal;
    position: absolute;
    top: 3px;
    left: 220px;
    padding: 0;
    margin: 0; }

.sub.requests .options a {
    display: inline;
    border: none;
    background: #FFF;
    line-height: 12px;
    padding: 0 0 0 7px;
    color: #25638C; }

.sub.requests .options a:hover {
    text-decoration: underline; }

.com_pop_list li.requests li .li {
    padding: 3px 10px;
    font-size: 12px;
    border-bottom: 1px solid #EEE; }

.sub.requests .options.accepted {
    left: 320px;
    width: 110px;
    text-align: right;
    padding-right: 1px; }

.sub.requests .options.new {
    display: block;
    width: 120px; }

.com_pop_list li.sub.requests .li > a {
    display: inline;
    border: none;
    background: none;
    line-height: 12px;
    padding: 0;
    margin: 0;
    color: #25638C; }

.com_pop_list li.sub.requests .li > a:hover {
    text-decoration: underline; }

a.btn.right_live_chat {
    width: 258px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden; }

.right_live_chat:hover {
    background: #999;
    text-decoration: none; }

.right_live_chat .com_messages {
    float: left;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    left: -4px;
    margin-right: 10px; }

.right_live_chat .com_messages span {
    display: block;
    width: 22px;
    height: 22px; }

.com_bar .com_box .btn.inlinetwo {
    float: left;
    width: 60px;
    margin-left: 40px; }

.com_bar .pop_form_row {
    padding: 15px 15px 0 15px; }

.com_bar #soc_live_chat_name {
    margin-left: 5px;
    width: 188px; }

.orbreaker {
    margin: 15px 35px; }
.orbreaker .line {
    float: left;
    width: 272px;
    height: 2px;
    background: #777;
    position: relative;
    top: 7px; }
.orbreaker .or {
    float: left;
    margin: 0 15px;
    color: #777;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px; }

.twitter-typeahead .tt-dropdown-menu {
    background: #FFF;
    width: 510px;
    padding: 8px 0;
    margin-top: 1px;
    border: 1px solid #CCC; }
.twitter-typeahead .tt-suggestion {
    padding: 8px 20px;
    position: relative;
    text-align: left;
    line-height: 20px; }
.twitter-typeahead .tt-suggestion:hover {
    cursor: pointer; }
.twitter-typeahead .tt-suggestion .securityLevel {
    position: absolute;
    top: 10px;
    left: 100%;
    background: #fab361;
    color: #000;
    padding: 7px 13px;
    border-radius: 3px;
    margin-left: -10px; }
.twitter-typeahead .tt-suggestion .user_comp {
    margin: 0;
    font-weight: bold;
    float: right;
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
    height: 20px;
    width: 250px;
    text-align: right; }
.twitter-typeahead .tt-suggestion .user_name {
    margin: 0;
    font-weight: bold;
    width: 200px;
    height: 20px;
    overflow: hidden; }
.twitter-typeahead .tt-suggestion .user_email {
    margin: 0;
    color: #555;
    font-size: 12px; }
.twitter-typeahead .tt-suggestion.tt-cursor {
    background: #0097CF;
    color: #FFF; }
.twitter-typeahead .tt-suggestion.tt-cursor .user_email {
    color: #CEF; }
.twitter-typeahead .tt-suggestion.tt-cursor .user_comp {
    color: #CEF; }
.twitter-typeahead .tt-hint {
    height: 18px;
    color: #999; }

@media print {
    .com_bar,
    .feedback,
    #footer_wrapper,
    #nav_wrapper,
    #account_form,
    #site_wide_search,
    .right_column,
    .qmi,
    .three_ads,
    .horz_ad,
    .click_to_reg,
    .search_guide,
    #view-content {
        display: none !important; }

    .wrapper {
        padding-bottom: 0px !important;
        box-shadow: none;
        border: none; }

    /* CALCULATORS */
    body {
        min-height: auto !important;
        font-family: arial;
        font-size: 13px; }

    .dd,
    .rd,
    label,
    .result,
    .right_input,
    .mid_input {
        display: inline-block;
        min-width: 65px;
        zoom: 1;
        *display: inline; }

    .dd select,
    .calc_button_bar {
        display: none; }

    .new_calculator li {
        clear: both;
        margin-top: 10px; }

    .calc_body label {
        font-weight: bold;
        width: 280px; }

    .calc_body label[for] {
        width: auto;
        display: inline;
        line-height: 26px; }

    .new_calculator ul {
        list-style-type: none;
        padding-left: 5px; }

    label.small {
        width: 87px;
        /*padding-left: 20px;*/
        text-align: left; }

    .results label {
        width: 470px; }

    h3 {
        font-size: 16px;
        border-bottom: 1px solid #CCC;
        margin-top: 30px; }

    h1 {
        font-size: 20px; }

    .new_calculator {
        margin-top: 30px; }

    .mid_input {
        margin-right: 10px; } }

/* More arrow links */

.content_wrapper .body .more_link_arrow {
    margin : 5px 0 0 0;
    padding : 0;
    font-size : 11px;
    line-height : 1.1;
    float : right;
    border : none;
}

.pod .more_link_arrow {
    position : absolute;
    bottom : 4px;
    right : 8px;
}

.more_link_arrow .icon-caret-right {
    font-size : 16px;
    font-family: 'icomoon';
    padding-left : 5px;
    color : #DA9459;
    float : left;
}

.more_link_arrow .more-text {
    padding-top : 3px;
    float : left;
}

.more_link_arrow a:hover {
    text-decoration: none;
}

.more_link_arrow a:hover .more-text {
    text-decoration: underline;
}

.more_link_arrow a {
    color : #333;
}

.more_link_arrow img {
    display: inline;
}

/* news story */

.content_wrapper .story-header {
    line-height : 1.3;
    margin-bottom : 15px;
}

.story-title {
    font-weight : bold;
    font-size : 22px;
    margin : 0;
    padding : 0;
    color : #333;
}

.title-wrapper {
    position : relative;
    margin : 0 0 2px 0;
    /*padding : 0 75px 2px 0;*/
    padding : 0;
    border-bottom : 1px solid #ccc;
}

.story-header p {
    float : left;
    margin : 0 30px 0 0;
}

/* OPTIONS list */

.options-list {
    list-style-type : none;
    margin : 0;
    padding : 0;
}

.options-list li {
    margin : 10px 0;
    padding : 0;
}

/* RELATED CONTENT */

.related-list {
    padding : 4px 0 0 0;
}

.related-list li {
    font-size : 12px;
    line-height: 1.5;
    margin: 0 0 7px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #EEEEEE;
}

.related-list li:last-child {
    border : none;
}

.related-list .date {
    color : #666;
    font-size : 11px;
}

.related-content h4 {
    font-weight : normal;
    font-family : Georgia, "Times New Roman", serif;
    font-size : 14px;
    font-style : italic;
    color : #333;
    margin : 0;
    line-height: 1.5;
}

.related-content a:link,
.related-content a:visited,
.related-content a:active,
.related-content a:hover { color : #333333; }

.related-content .related-show-hide {
    margin-top : -3px;
    font-size : 11px;
    font-weight : bold;
}

.related-content .icon {
    height : auto;
    width : auto;
    font-size : 11px;
    color : #333333;
    line-height: 1.5;
    display: inline;
}

/* Trending list */

.trending-list {
    padding : 4px 0 0 0;
}

.trending-list li {
    font-size : 12px;
    line-height: 1.5;
    margin: 0 0 8px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #EEEEEE;
}

.trending-list li:last-child {
    border : none;
}

.trending-list .trend-count {
    color : #CC0000;
}

.trending-list .date {
    color : #666;
}

.trending-list a:hover { text-decoration : none; }
.trending-list a:hover span { text-decoration: underline; }
.trending-list a:hover .trend-count { text-decoration: none; }
.edu-trending .trending-list a:hover { text-decoration: underline; }

.trending-list a:link,
.trending-list a:active,
.trending-list a:hover,
.trending-list a:visited { color : #333333; }



.trending-comment {
    padding : 5px;
    background : #eee;
    margin : 5px 0;
    border-radius : 3px;
}

/* SOC link */

.soc-list li {
    font-size: 12px;
    line-height: 1.3;
    padding: 3px 0;
}

/* Job listing */

.job-header {
    line-height : 1.5;
}

.job-header h1.job-title {
    font-weight : bold;
    font-size : 22px;
    margin : 0 0 10px 0;
    padding : 0;
    color : #333;
}

.job-header p {
    margin : 0 0 5px 0;
    padding : 0;
}

.job-header .alert {
    color : red;
}

.body ul.job-data  {
    margin : 0 0 5px 10px;
    padding : 10px;
    float : right;
    border : 1px solid #ccc;
    background : #f9f9f9;
    border-radius : 6px;
}

.body .job-data li {
    margin : 0 0 3px 0;
    padding : 0;
    font-size : 12px;
    color : #555;
    line-height: 1.5;
}

.job-data li strong {
    color : #333;
}

.job-data strong.job-update {
    color : #cc0000;
}

.body .jobdesc {
    margin : 0 0 15px 0;
    font-size : 13px;
    line-height: 1.5;
}

.body .jobdesc p {
    margin-top : 0;
}

.body .jobdesc ul {
    padding-left : 10px;
    margin-bottom : 15px;
}

.body .jobdesc ul li {
    list-style-type: disc;
    font-size : 13px;
}

.job-email-form label {
    display : inline-block;
    padding-top : 9px;
    margin-right : 2px;
}

.job-email-form .job-email-submit {
    display : inline-block;
    margin-top : 7px;
}

/* story header */

.story-header .story-data {
    list-style-type: none;
    margin : 0;
    padding : 0;
}

.story-header .story-data li {
    float : left;
    margin: 0 20px 0 0;
    padding : 0;
    font-family : Georgia;
    font-style : italic;
    color : #666;
    font-size : 12px;
}

.story-header .story-data .article-li {
    float : left;
    margin: 0 5px 0 0;
    padding : 0;
    font-family : Georgia;
    font-style : italic;
    color : #666;
    font-size : 12px;
}

.story-header .story-data li span,
.story-header .story-data li span a:link,
.story-header .story-data li span a:visited,
.story-header .story-data li span a:hover,
.story-header .story-data li span a:active {
    color : #cc0000;
}

/* options dropdown */

.story-header .options-above {
    float : right;
    list-style-type: none;
    margin : 2px 0 5px 20px;
    padding : 0;
    line-height: 1.2;
}

.case-head .options-above {
    float : right;
    list-style-type: none;
    margin : 2px 0 0 15px;
    padding : 0;
    line-height: 1.2;
}

.story-header li.story-options,
.case-head li.story-options {
    color : #888;
    position : relative;
    margin : 0;
    font-size : 13px;
    padding : 0 0 5px 0;
}

.story-options .icon {
    color : #888;
    font-size : 12px;
    height: auto;
    width : auto;
    display : inline;
    line-height: 1.1;
    text-align : left;
    display : inline-block;
    padding-right : 5px;
}

.story-options .icon:hover {
    height : auto;
}

.story-options:hover .icon-cog,
.story-header .story-options:hover,
.case-head .story-options:hover {
    color : #666;
}

.story-options:hover span {
    cursor: pointer;
}

.story-options .options-dropdown {
    z-index: 10000;
    list-style-type: none;
    padding : 10px 12px 3px;
    width : 145px;
    position : absolute;
    left : -9999px;
    background : #fff;

    -webkit-box-shadow: 0 8px 6px -4px #333;
    -moz-box-shadow: 0 8px 6px -4px #333;
    box-shadow: 0 8px 6px -4px #333;
}

.case-head .story-options .options-dropdown {
    background : #F5F5F5;
}

.options-dropdown a,
.options-dropdown .icon {
    color : #666;
}

.options-dropdown a:hover {
    color : #333;
    text-decoration: none;
}

.story-options:hover .options-dropdown,
.options-active .options-dropdown {
    top : 16px;
    left : -13px;
}

.options-dropdown a:hover .icon {
    color : #333;
}

.story-options .options-dropdown .icon-orange-star,
.story-options .options-dropdown a:hover .icon-orange-star {
    color : #DA9459;
}

.story-options .options-dropdown li {
    float : none;
    margin : 0 0 7px 0;
    padding : 0;
}

/* utility classes */

.group:after {
    content : "";
    display : table;
    clear : both;
}

/*
* Renual Wording
*/

.renewal-info {
    float : left;
    margin-top : 7px;
    color : #666;
    font-size : 11px;
    z-index: 11;
}

/* events sidebar */

.body .events-list {
    list-style-type: none;
    margin : 0;
    padding : 4px 0 0 0;
}

.body .events-list li {
    line-height: 1.5;
    margin : 0 0 8px 0;
    padding : 0 0 6px 0;
    border-bottom : 1px solid #eee;
    position : relative;
    color : #333;
}

.body .events-list li:last-child {
    border : none;
}

.body .events-list p {
    font-size : 11px;
    margin : 0;
    padding : 0;
}

.body .events-list p.event-date {
    font-size : 10px;
    font-weight : bold;
}

.body .events-list h6 {
    margin : 0;
    padding : 0;
    font-weight : bold;
    font-size : 12px;
}

.body .events-list li.featured-event 			  { line-height : 1.4; }
.body .events-list li.featured-event p.event-date { font-size : 11px; }
.body .events-list li.featured-event p			  { font-size : 12px; }
.body .events-list li.featured-event h6 		  { font-size : 13px; }

.events-list .icon-star-3 {
    font-family : 'icomoon';
    color : #DA9459;
    line-height : 1.1;
    position : absolute;
    top : 0;
    right : 0;
}

.left_column .events-list   { padding: 0; margin-bottom : 10px; }
.left_column .events-list p { font-size : 12px; }
.left_column .events-list p.event-date { font-size : 12px; }
.left_column .events-list h6 { font-size : 13px; }

.left_column .events-list li.featured-event p { font-size : 13px; }
.left_column .events-list li.featured-event p.event-date { font-size : 13px; }
.left_column .events-list li.featured-event h6 { font-size : 14px; }

.vevent #opener-edex-edit {
    float : right;
}

.vevent abbr {
    text-decoration: none;
    border-bottom : none;
}

.vevent {
    line-height: 1.5;
}

.vevent .event-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.3;
}

.vevent .event-date {
    margin : 0 0 10px 0;
    padding : 0;
    color : #777;
    font-family : Georgia, "Times New Roman", serif;
    font-style : italic;
    font-weight : normal;
    font-size : 15px;
    line-height : 1.1;
}

.vevent .event-data {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    float: right;
    margin: 0 0 5px 10px;
    padding: 10px 10px 7px 10px;
    max-width : 50%;
}

.vevent .event-data li {
    color: #555;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 3px;
    padding: 0;
}

.vevent .event-data li strong {
    color : #333;
}

.vevent p {
    margin : 0 0 12px 0;
    font-size : 13px;
    line-height : 1.5;
}

.regular_events {
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
}

.event_featured {
    width: 282px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    background-color: #FEF5D1;
    border: 2px solid #FEF5D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.feature_container {
    width: 265px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}

.feature_head {
    position: relative;
    top: 5px;
    left: 0px;
    height: 18px;
    width: 104px;
    font-style: italic;
    font-weight: bold;
}

.view_event_button {
    position: relative;
    top: -12px;
    left: 205px;
}

a.event:link {
    color: #D5481B;
    font-weight: bold;
}

a.event:visited {
    color: #D5481B;
    font-weight: bold;
}

a.event:hover {
    color: #D5481B;
    font-weight: bold;
}

a.event:active {
    color: #D5481B;
    font-weight: bold;
}

/* Pagination icons */

.pagination {
    color : #555;
    line-height : 1.1;
}

.pagination .disabled {
    color : #888;
}

.pagination .current-page {
    color : #333;
    font-weight : bold;
    font-size : 14px;
}

.pagination a:visited {
    color : #25638C;
}

.page-icon {
    font-family : 'icomoon';
}

/* pro-column-list */

.content_wrapper .pro-column-list li {
    margin : 0 0 10px 0;
    padding : 0 0 8px 0;
    font-size : 12px;
    line-height: 1.5;
    border-bottom : 1px solid #eee;
}

.content_wrapper .pro-column-list li:last-child {
    margin : 0;
    border : none;
}

.pro-column-list h4 {
    margin : 0;
    padding : 0;
    font-size : 14px;
    line-height: 1.3;
    font-weight : bold;
}

.pro-column-list p {
    margin : 0;
}

.pro-column-list .author {
    font-style : italic;
}

/* SOC LAYOUT */

.single-column {
    width : 1000px;
}

/* NEWSROOM */

.newsroom_list p {
    margin : 0;
}

/* Social Media Links */

.social-media-links li {
    padding: 3px 0;
    font-size: 12px;
}

.social-media-links a {
    display : inline-block;
    height : 15px;
    padding-left : 18px;
    background-image : url(/images/social-media-sprite.png);
    background-repeat: no-repeat;
}

.social-media-links a:visited {
    color : #333333;
}

.social-media-links .facebook a {
    background-position : 0 1px;
}

.social-media-links .twitter a {
    background-position : 0 -26px;
}

.social-media-links .linkedin a {
    background-position : 0 -55px;
}

.social-media-links .youtube a {
    background-position : 0 -83px;
}

.social-media-links .googleplus a {
    background-position : 0 -112px;
}

/* mass-mail-form */

.mass-mail-form-head {
    display: block;
    padding : 0 0 15px 0;
    margin : 0 0 15px 0;
    border-bottom: 1px solid #333;
}

.mass-mail-form-head input {
    float : left;
    margin-right : 15px;
}

.mass-mail-form-head label {
    float : left;
    margin : 9px 6px 0 0;
    font-weight : bold;
}

.mass-mail-form-head select {
    float : left;
    margin : 8px 15px 0 0;
}

.mass-mail-form-head .send-preview {
    margin : 8px 0 0 0;
}

.mass-mail-form-body {
    display: block;
    margin : 0 0 15px 0;
}

.mass-mail-form-body li {
    margin : 0 0 5px 0;
}

.mass-mail-form-body .text-label {
    margin-top : 9px;
}

.mass-mail-form-body label {
    float : left;
    width : 130px;
    text-align: right;
    font-weight: bold;
    margin-right : 6px;
}

.mass-mail-form-body .button-row {
    padding : 5px 0 0 136px;
}

/* Site admin */

.site-admin-section h3 {
    font-size : 16px;
    margin : 0 0 4px 0;
}

.site-admin-section ul {
    padding : 0 0 10px 0;
    margin : 0 0 10px 0;
    border-bottom : 1px solid #989ea1;
}

.site-admin-section ul:last-child {
    padding : 0;
    border-bottom : none;
}

.half-body {
    width : 46%;
    float : left;
    padding : 0 4% 0 0;
}

/* Gallery  */

.gallery-image-wrapper {
    line-height : 1.3;
    margin : 0 0 10px 0;
    width : 148px;
    float : left;
}

.gallery-image-wrapper:nth-child(4n+4) {
    width : 138px;
}

.gallery-image-wrapper .image-wrapper {
    width : 136px;
    height : 136px;
    overflow: hidden;
    border : 1px solid #b2b9bc;
    margin-bottom : 5px;
}

.gallery-image-wrapper img {
    max-width : 100%;
    height : auto;
}

/* INFOGRAPHICS */

.infographic-intro {
    margin : 0 0 15px 0;
    font-size : 14px;
    line-height: 1.5;
}

.infographic-wrapper {
    line-height : 1.3;
    margin : 0 0 17px 0;
    width : 300px;
    float : left;
}

.infographic-wrapper:nth-child(odd) {
    width : 283px;
}

.infographic-wrapper .image-wrapper {
    width : 281px;
    height : 281px;
    overflow: hidden;
    border : 1px solid #b2b9bc;
    margin-bottom : 5px;
}

.infographic-wrapper img {
    max-width : 100%;
    height : auto;
}

.infographic-wrapper .infographic-title {
    font-size : 14px;
    margin : 0;
    width : 281px;
    text-align: center;
}

.infographic-wrapper .infographic-date {
    margin : 0;
    font : italic 12px Georgia, "Times New Roman", serif;
    color : #666;
    width : 281px;
    text-align: center;
}

.infographic-wrapper a:link,
.infographic-wrapper a:hover,
.infographic-wrapper a:active,
.infographic-wrapper a:visited {
    color : #333333;
    text-decoration: none;
}

.infographic-wrapper a:hover .infographic-title,
.infographic-wrapper a:active .infographic-title {
    text-decoration : underline;
}

.infographic-wrapper a:hover .image-wrapper,
.infographic-wrapper a:active .image-wrapper {
    border-color : #989ea1;

    -moz-box-shadow:    inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow:         inset 0 0 2px #000000;
}

/* filing about (marketing page) */

.filing-about h6 {
    margin : 0 0 15px 0;
    font-size : 20px;
    font-style: italic;
}

.filing-about p {
    margin : 0 0 10px 0;
}

.filing-about ol {
    padding-left : 10px;
}

.left_main_box .filing-about ol ul li,
.main_box .filing-about ol ul li {
    margin : 5px 0 5px 10px;
}

.filing-about .filing-history-scrsht img,
.filing-about .party-select-scrsht img,
.filing-about .print-deliver-scrsht img {
    max-width: 100%;
    height : auto;
    margin-bottom : 4px;
}

.filing-about .filing-history-scrsht p,
.filing-about .party-select-scrsht p,
.filing-about .print-deliver-scrsht p {
    text-align : center;
    font-style : italic;
    margin : 0;
    font-size : 11px;
    color : #666;
}

.filing-about .filing-history-scrsht {
    float : left;
    width : 285px;
    margin : 0 13px 10px 0;
}

.filing-about .party-select-scrsht {
    float : left;
    max-width : 285px;
    margin : 0 0 10px 0;
}

.filing-about .print-deliver-scrsht {
    width : 50%;
    float : right;
    margin : 0 0 10px 10px;
}

/* buy story button and text */

.buynow {
    margin : 0 0 15px 0;
    line-height: 1.5;
    color : #333;
}

.buynow p {
    font-size : 14px;
    margin : 0 0 10px 0;
}

.buynow p a {
    font-weight : bold;
}

.buynow p span {
    color : #555;
}

.buynow .buynow-price {
    font-family : Georgia, "Times New Roman", serif;
    color : #555;
    font-style: italic;
    margin : 0 15px 20px 0;
    padding-top : 5px;
    font-size : 14px;
    float : left;
}

.buynow .btn {
    float : left;
}

.buynow small {
    color : #555;
}

/* profile admin */

.product-list-dropdown option {
    padding : 4px;
}

.profile-charge-table td {
    vertical-align: top;
}

/* special report */

.special-report-sidebar .body {
    color : #333;
}

.special-report-sidebar h5 {
    font-size: 13px;
    line-height : 1.4;
    margin : 0 0 2px 0;
}

.special-report-sidebar .body p {
    font-size: 12px;
    line-height : 1.4;
    margin : 0 0 8px 0;
}

/* Gala 2016 */

.gala-2016-sidebar .body {
    color : #333;
}

.gala-2016-sidebar h5 {
    font-size: 13px;
    line-height : 1.4;
    margin : 0 0 2px 0;
}

.gala-2016-sidebar .body p {
    font-size: 12px;
    line-height : 1.4;
    margin : 0 0 8px 0;

}

.gala-2016-sidebar .body img {
    max-width: 100%;
	height: auto;
}

.gala-2016-sidebar .body .nom_link {
	text-align: center;
}

.gala-2016-sidebar .body .nom_header {
	text-align: center;
	color: red;
	font-size: 18px;
}
/* featured course */

.featured-course .body {
    color : #333;
}

.featured-course h5 {
    font-size : 13px;
    line-height : 1.2;
    margin : 0 0 5px 0;
}

.featured-course .body p {
    font-size: 12px;
    line-height : 1.4;
    margin : 0 0 8px 0;
}

.inner-box {
    border: 2px solid #989EA1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    min-height: 150px;
    padding: 15px;
}
/* Professional Learning Community */

.plc-pod {
    float: right;
    width : 220px;
    border: 1px solid #285c73;
    border-bottom-color: #245266;
    border-top-color: #31718c;
    background: #367b99;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #367b99), color-stop(100%, #2d667f));
    background: -webkit-linear-gradient(top, #367b99, #2d667f);
    background: -moz-linear-gradient(top, #367b99, #2d667f);
    background: -ms-linear-gradient(top, #367b99, #2d667f);
    background: -o-linear-gradient(top, #367b99, #2d667f);
    background: linear-gradient(top, #367b99, #2d667f);
    filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#367b99', endColorstr='#2d667f')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#367b99', endColorstr='#2d667f')";
    -webkit-box-shadow: 0 1px 0 #3b85a6 inset, 0 2px 10px #777777;
    -moz-box-shadow: 0 1px 0 #3b85a6 inset, 0 2px 10px #777777;
    box-shadow: 0 1px 0 #3b85a6 inset, 0 2px 10px #777777;
    position: relative;
    padding: 3px;
    color: #EEE;
    border-radius: 10px;
    margin : 12px 0 5px 15px;
}

.plc-pod .head {
    text-shadow: 0 -1px 0 #2d667f;
    height: 24px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
}

.plc-pod .body {
    border: 1px solid #285c73;
    border-bottom-color: #245266;
    -webkit-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2d667f, 0 0px 2px #3b85a6;
    -moz-box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2d667f, 0 0px 2px #3b85a6;
    box-shadow: 0 1px 2px #999999 inset, 0 0 10px #aaaaaa inset, 0 1px 0 #2d667f, 0 0px 2px #3b85a6;
    position: relative;
    color: #222;
    padding: 0;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #FFFFFF;
    padding: 10px;
    font-size: 12px;
}

.plc-pod h3 {
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: 13px;
}

.plc-pod .body ul {
    margin : 0;
    padding : 3px 0 0 0;
}

.plc-pod .body li {
    margin : 0 0 5px 0;
    padding : 0 0 3px 0;
    border-bottom : 1px solid #eee;
    line-height: 1.2;
    font-sizs : 12px;
}

.plc-pod .body li:last-child {
    border-bottom : none;
}

/* EDU Course filter */

.center {
    text-align: center;
}

.inner-box p{
    font-size: 1.5em;
    line-height: 1.4em;
}

.course-filter {
    margin-bottom : 20px;

}

.course-filter .course-filter-list {
    padding-top : 10px;
}

.course-filter .course-filter-list li {
    float : left;
    width : 138px;
    margin: 0;
    padding : 0 10px 0 0;
}

.course-filter .course-filter-list li:last-child {
    padding-right : 0;
    width : 139px;
}

.course-filter-list label {
    display : block;
    font-weight : bold;
}

.course-filter-list select {
    width : 136px;
}

/* Gala form */

			.gala-form label {
				display : inline-block;
				margin-top : 8px;

			}

			.gala-form .required {
				border-color : #C00;
			}

			.nominee-table {
				width : 100%
			}

			.nominee-table td {
				padding : 4px;
				border : 1px solid #ccc;

			}

			.nominee-table th {
				padding : 4px;
				border : 1px solid #fff;
				border-bottom : 1px solid #ccc;
			}

			.gala-form .text-label {
				float : left;
				width : 120px;
				text-align : right;
				margin-right: 5px;
			}

			.gala-ad {
				position : relative;
			}

			.gala-ad .seminar {
				position : absolute;
				height : 20px;
				width : 65px;
				bottom : 5px;
				left : 75px;
			}

			.gala-ad .sponsor {
				position : absolute;
				height : 20px;
				width : 120px;
				bottom : 5px;
				left : 140px;
			}

			.middle-banner {
				position : absolute;
				top: 11px;
				left: 410px;
				width : 245px;
				height : 114px
			}

/* Banner ads */

			.banner-ads {
				position: relative;
				left: 25px;
				width: 619px;
				height : 110px;
				background : lavender;
				margin-bottom : 15px;
			}

			.banner-ads .close-banner-ad {
				text-align : right;
				display : block !important;
				position : absolute;
				top : 3px;
				right : 3px;
				color : #c00;
				font-size: 14px;
				line-height: 1.1;
			}

/* Laborcode detail */

			.labor-back {
				float : right;
				margin : 0 0 10px 10px;
				font-weight: bold;
				font-size : 12px;
			}

			ul.laborcode-list {
				margin : 0 0 15px 0;
				padding : 0;
				font-size : 13px;
				clear : both;
			}

			.left_main_box ul.laborcode-list li,
			.main_box ul.laborcode-list li {
				margin : 0 0 5px 0;
				padding : 0;
				font-size : 13px;
			}

			.laborcode-description,
			.laborcode-description p {
				font-size : 13px !important;
				text-align: justify !important;
				font-family: Helvetica, Arial, sans-serif !important;
			}

/* featurd video overlay */

			.featured-video-container {
				padding: 3px;
				background: #eee;
				height: 150px;
				position : relative;
			}

			.video-link-overlay {
				position : absolute;
				width : 270px;
				height : 150px;
				top : 3px;
				left : 3px;
				background : rgba(51,51,51,.9);
			}

			.video-link-overlay a {
				display : block;
				margin : 65px auto 0 auto;
				font-size : 20px;
				font-weight : bold;
				text-align: center;
				font-style: italic;
			}

			.video-link-overlay a:link,
			.video-link-overlay a:active,
			.video-link-overlay a:hover,
			.video-link-overlay a:visited {
				color : #fff;
			}

/* special report page */

			.special-report-page h3 {
				margin : 0 0 2px 0;
				font-size : 18px;
			}

			.special-report-page .datetime {
				color : #666;
				font-family: Georgia, "Times New Roman", serif;
				font-style: italic;
			}

			.special-report-page p {
				margin : 0 0 15px 0;
				font-size : 13px;
			}

			.special-report-page .report {
				margin-bottom : 25px;
			}

			.special-report-page .report:last-child {
				margin-bottom : 0;
			}

/* Edu Banner */

			.edu_banner {
				position: relative;
				left: 25px;
				width: 619px;
				height : auto;
				margin-bottom : 15px;
			}

			.edu_banner img {
				max-width : 100%;
				height : auto;
			}

			.edu_banner a {
				position : absolute;
				display: block;
				width : 205px;
				height : 229px;
			}

			.edu_banner a span {
				position: absolute !important;
			    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
			    clip: rect(1px, 1px, 1px, 1px);
			}

			.edu_banner .left_section {
				top : 0;
				left : 0px;
			}

			.edu_banner .middle_section {
				top : 0;
				left : 207px;
			}

			/*.edu_banner .pdf-download {
				top : 0;
				right : 0;
			}*/

			.edu_banner .right_section {
				top : 0;
				right : 0;
			}

/* countdown clock */

			#countdown {
				margin : 0 auto;
				text-align: center;
			}

			#countdown div {
				display : inline-block;
				margin : 5px 5px 5px 0;
				background : #666;
				color : #f9f9f9;
				text-align: center;
				font-family : Consolas, monospace;
				font-size : 15px;
				padding : 5px 8px;
				border-radius : 3px;
			}

/* gala sponsor page */

			.body .sponsor-list {
				margin : 0 0 15px 10px;
			}

			.body .sponsor-list li {
				font-size : 13px;
				margin : 0 0 5px 0;
			}

			.sponsor-logos .logo-box {
				border : 1px solid #ccc;
				text-align: center;
				float : left;
				margin : 15px 10px;
				font-weight : bold;
				padding : 5px;
			}

			.sponsor-logos img {
				max-width : 150px;
				height : auto;
				margin : 5px;
			}

			.sponsor-logos img:after {
			    content : "";
			    display : table;
			    clear : both;
			}

			.sponsor-logos .medium-image{
				max-width : 245px;
				height : auto;
				margin : 5px;
			}

			.sponsor-logos .medium-image:after {
			    content : "";
			    display : table;
			    clear : both;
			}


/* CIREP */

			.cirep-table {
				width : 45%;
				margin-bottom : 10px;
				margin-right : 15px;
			}

			.cirep-table caption {
				font-size : 18px;
				font-weight : bold;
				text-align: left;
				margin-bottom : 5px;
			}

			.cirep-table td,
			.cirep-table th {
				padding : 4px;
				border : 1px solid #999;
				border-collapse: collapse;
			}

			.cirep-table-100 {
				width : 100%;
				margin-bottom : 10px;
				margin-right : 15px;
			}

			.cirep-table-100 caption {
				font-size : 18px;
				font-weight : bold;
				text-align: left;
				margin-bottom : 5px;
			}

			.cirep-table-100 td,
			.cirep-table-100 th {
				padding : 4px;
				border : 1px solid #999;
				border-collapse: collapse;
			}

/* Admin enrollment-stats */

	.enroll-states-table {
		width : 300px;
	 	margin: 0 auto;
		border : 1px solid #999;
	}


