/* -- fixes com bar issue with phones and narrow browser windows -- */
@media screen AND (max-width: 1007px) {
	body .com_bar {
		position: absolute;
		width: 1007px;
	}
}

/* ---------------------------------------------------------- */
/* --------------------- GLOBAL STYLES ---------------------- */
/* ---------------------------------------------------------- */
.clear {
	clear: both;
}
a {
    text-decoration: none;
    color: #25638C;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
a:visited {
    color: #204060;
}
a, a:active, a:visited, input {
    outline: none;
}
table {
    border-collapse: collapse;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
img {
    display: block;
    vertical-align: bottom;
    border: 0px;
}
iframe {
    overflow:hidden; /* these should hide scroll bars */
    border: 0px;
}
td:empty, th:empty {
    content:"&nbsp;";
}
html {
    height: 100%;
}
body { /* Be sure to set body in controllers/NewsController.php if any changes are made here. */
    background-color:#A3C9DB;
    background-image:url('/layout_imgs/bg.jpg');
    background-repeat:repeat-x;
    padding: 10px 0;
    font-family: Helvetica,Ariel,sans-serif;
    line-height: 18px;
    margin: 8px 0;
}
.w100 {
    width: 100%;
}
ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news_story ul {
	list-style-type: disc;
	padding-left: 15px;
}
.invis {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.svis {
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
.fr {
	float: right!important;
}
.fl {
	float: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.ib {
	display: inline-block!important;
	zoom:1
	*display:inline;
}



/* ---------------------------------------------------------- */
/* ----------------------- FEEDBACK LINK -------------------- */
/* ---------------------------------------------------------- */
/* new look */
.feedback {
	position: relative;
	height: 0px;
	width: 692px;
	margin: 0 auto;
	top: -7px;
	font-size: 12px;
	color: yellow;
	margin-top: 26px;
}
a.feedback:link {
	color: yellow;
	text-decoration: none;
}
a.feedback:visited {
	color: yellow;
	text-decoration: none;
}
a.feedback:hover {
	color: yellow;
	text-decoration: none;
}
a.feedback:active {
	color: yellow;
	text-decoration: none;
}
/* classic look */
#classic {
	position: relative;
	height: 0px;
	width: 92px;
	top: -7px;
	font-size: 12px;
	font-family: Helvetica,Ariel,sans-serif;
	color: yellow;
}
a.classic:link {
	color: yellow;
	text-decoration: none;
}
a.classic:visited {
	color: yellow;
	text-decoration: none;
}
a.classic:hover {
	color: yellow;
	text-decoration: none;
}
a.classic:active {
	color: yellow;
	text-decoration: none;
}




/* ---------------------------------------------------------- */
/* ------------------------- WRAPPER ------------------------ */
/* ---------------------------------------------------------- */
.wrapper {
	width: 1001px;
	margin: 7px auto 0px auto;
	padding: 0px 0px 25px 0px;
    background: #DFDFDF repeat-x url('/layout_imgs/content_bg.jpg');
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-bottom-left-radius: 9px;
    -ms-border-bottom-left-radius: 9px;
    -o-border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-bottom-right-radius: 9px;
    -ms-border-bottom-right-radius: 9px;
    -o-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #BBB;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,.5);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.5);
}




/* ---------------------------------------------------------- */
/* ---------------------- NEWS ALERT ------------------------ */
/* ---------------------------------------------------------- */
#news_alert {
    height: 44px;
    width: 1001px;
    background-color: #EAEBEC;
    font-size: 14px;
    line-height: 44px;
}
#news_alert h5 {
	float: left;
	color: #F00;
	margin: 1px 10px 0px 15px;
	padding: 0px;
	font-size: 14px;
	line-height: 43px;
}
#news_alert_text {
    width:600px;
    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;
}



/* ---------------------------------------------------------- */
/* -------------------------- LOGIN ------------------------- */
/* ---------------------------------------------------------- */
#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;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 0 #000;
	width: 175px;
}
.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;
	background: #CCC;
	position: relative;
	overflow: hidden;
	height: 22px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	border: 1px solid #555;
	-webkit-box-shadow: inset 0px 1px 3px #333, 0 0 2px rgba(255,255,255,.3);
	-moz-box-shadow: inset 0px 1px 3px #333, 0 0 2px rgba(255,255,255,.3);
	-ms-box-shadow: inset 0px 1px 3px #333, 0 0 2px rgba(255,255,255,.3);
	box-shadow: inset 0px 1px 3px #333, 0 0 2px rgba(255,255,255,.3);
	width: 100px;
}
#edit_account {
	float: left;
	text-align: right;
	margin: 0px 15px;
    width: 400px;
}
#auth_submit {
	float: left;
	position: relative;
}
#auth_submit input {
	width: 80px;
	margin: 0;
	height: 24px;
	line-height: 24px;
	-webkit-box-shadow: inset 0 1px 0 0 #66A3C0, 0 0 5px rgb(155, 155, 155);
	-moz-box-shadow: inset 0 1px 0 0 #66A3C0, 0 0 5px rgb(155, 155, 155);
	box-shadow: inset 0 1px 0 0 #66A3C0, 0 0 5px rgb(155, 155, 155);
}
.com_bar .welcome {
	font-size: 13px;
	color: #FFF;
	line-height: 13px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.com_bar .welcome a {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 26px;
	padding: 3px;
	position: relative;
	top: 6px;
}
.com_bar .welcome .p_name {
	position: relative;
	top: -6px;
}
.com_bar .welcome a:hover {
	background: rgba(255,255,255,.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 #F00;
	padding-left: 8px;
	width: 130px;
}





/* ---------------------------------------------------------- */
/* ----------------------- LOGO/SEARCH ---------------------- */
/* ---------------------------------------------------------- */
#logo_wrapper {
	height: 136px;
	text-align: left;
	font-size: 12px;
	position: relative;
}
#logo {
	float: left;
	margin: 25px 0px 0px 50px;
}
/*.login_moved {
	float: right;
	width: 220px;
	height: 30px;
	background: url(/images/wcc_ui.png) -371px -164px no-repeat;
	margin: 10px 25px 0 0;
}
.account_moved {
	float: right;
	width: 300px;
	height: 30px;
	background: url(/images/wcc_ui.png) -291px -124px no-repeat;
	margin: 10px 25px 0 0;
}*/
#logo_wrapper .search_guide {
	position: absolute;
	top: 55px;
	left: 840px;
	display: block;
	width: 105px;
	text-decoration: none;
}
.search_guide span {
	background: url(/images/wcc_ui.png) -221px -303px no-repeat;
}
.click_to_reg {
	clear: right;
	float: right;
	margin: 5px 25px;
}
#site_wide_search {
	position: absolute;
	top: 85px;
	left: 644px;
	width: 332px;
	height: 34px;
}
.mast-search-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}
.mast-search-box,
.search-box {
	position: relative;
	overflow: hidden;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background-color: white;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	border: 1px solid #CCC;
	border-right: 0;
	-webkit-box-shadow: inset -2px 1px 2px #eee;
	-moz-box-shadow: inset -2px 1px 2px #eee;
	-ms-box-shadow: inset -2px 1px 2px #eee;
	box-shadow: inset -2px 1px 2px #eee;
	width: 300px;
}
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;
	left: 300px;
	width: 20px;
	height: 20px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding: 5px;
}
.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
{
	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-box-shadow: inset 0 2px 2px #eee;
	-moz-box-shadow: inset 0 2px 2px #eee;
	-ms-box-shadow: inset 0 2px 2px #eee;
	box-shadow: inset 0 2px 2px #eee;
	
	-webkit-transition: border-color .2s ease;
	-moz-transition: border-color .2s ease;
	-ms-transition: border-color .2s ease;
	-o-transition: border-color .2s ease;
	transition: border-color .2s ease;

}
input:focus {
	border-color: #5393B1;
}
textarea {
	line-height: 15px;
}
select {
	outline: none;
	resize: none;
}
input[type="radio"] {
	margin: 2px;
}



/* ---------------------------------------------------------- */
/* ----------------------- NAVIGATION ----------------------- */
/* ---------------------------------------------------------- */
#nav_wrapper {
	height:36px;
	width:1001px;
	position: relative;
	z-index: 20;
}

#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_state {
	z-index: 1;
}

#nav_wrapper .navigation > li > a {
	display: block;
	
	background: #236B8A;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5393B1), color-stop(100%, #236B8A));
	background: -webkit-linear-gradient(top, #5393B1, #236B8A);
	background: -moz-linear-gradient(top, #5393B1, #236B8A);
	background: -ms-linear-gradient(top, #5393B1, #236B8A);
	background: -o-linear-gradient(top, #5393B1, #236B8A);
	background: linear-gradient(top, #5393B1, #236B8A);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5393B1', endColorstr='#236B8A');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5393B1', endColorstr='#236B8A')";
	
	color: #FFF;
	text-shadow: 0 -1px 0 #104B64;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	
	padding: 7px 0;
	
	border: 1px solid #236B8A;
	border-bottom: 1px solid #1A617F;
	border-left: 1px solid #5393B1;
	border-right: 1px solid #236B8A;
	
	-webkit-box-shadow: inset 0 1px 0 0 #66A3C0,inset 0 -1px 0 0 #5393B1;
	-moz-box-shadow: inset 0 1px 0 0 #66A3C0,inset 0 -1px 0 0 #5393B1;
	box-shadow: inset 0 1px 0 0 #66A3C0,inset 0 -1px 0 0 #5393B1;
}
body #nav_wrapper .navigation > li > a:hover,
body #nav_wrapper .navigation > li:hover > a {
	background: #FFFFFF;
	filter:  none;
    -ms-filter: none;
	color: #000;
	text-shadow: none;
	font-weight: bold;
	
	border: 1px solid #BEBEBE;
	border-bottom-width: 0;
	
	position: relative;
	margin: -4px;
	z-index: 20;
	padding: 11px 4px 11px 4px;
	
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 1px rgba(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;
	text-shadow: 0 1px 0 #fcd9a4;
	font-weight: bold;
	
	border: 1px solid #c1783b;
	
	position: relative;
	margin: -4px;
	z-index: 10;
	padding: 11px 4px 11px 4px;
	
	background: #e59553;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc069), color-stop(100%, #e59553));
	background: -webkit-linear-gradient(top, #fbc069, #e59553);
	background: -moz-linear-gradient(top, #fbc069, #e59553);
	background: -ms-linear-gradient(top, #fbc069, #e59553);
	background: -o-linear-gradient(top, #fbc069, #e59553);
	background: linear-gradient(top, #fbc069, #e59553);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbc069', endColorstr='#e59553');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbc069', endColorstr='#e59553')";
	
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5),inset 0 1px 0 #fcd9a4,inset 0 -1px 0 #edac67;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5),inset 0 1px 0 #fcd9a4,inset 0 -1px 0 #edac67;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5),inset 0 1px 0 #fcd9a4,inset 0 -1px 0 #edac67;
	
	border-radius: 4px;
	
}
#nav_wrapper .navigation > li.nav_news > a {
	width: 73px;
	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:11px;
}
#nav_wrapper .navigation > li.nav_law > a {
	width: 64px;
}
#nav_wrapper .navigation > li.nav_calc > a {
	width: 109px;
}
#nav_wrapper .navigation > li.nav_calc.fl > a {
	width: 109px;
}
#nav_wrapper .navigation > li.nav_forms > a {
	width: 79px;
}
#nav_wrapper .navigation > li.nav_data > a {
	width: 68px;
}
#nav_wrapper .navigation > li.nav_education > a {
	width: 101px;
}
#nav_wrapper .navigation > li.nav_shop > a {
	width: 71px;
}
#nav_wrapper .navigation > li.nav_columns > a {
	width: 94px;
}
#nav_wrapper .navigation > li.nav_forums > a {
	width: 87px;
}
#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: 109px;
}
#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 11px 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%, #BBB), color-stop(100%, #888));
	background: -webkit-linear-gradient(top, #BBB, #888);
	background: -moz-linear-gradient(top, #BBB, #888);
	background: -ms-linear-gradient(top, #BBB, #888);
	background: -o-linear-gradient(top, #BBB, #888);
	background: linear-gradient(top, #BBB, #888);
	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 11px 13px;
	margin-right: -14px;
	z-index: 20;
	border-bottom-right-radius: 0px;
	background: #FFF;
	color: #000;
	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, .4);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 4px rgba(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:hover {
	border-left: 7px solid #F00;
	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 {
	border-left: 0px solid #F00;
	margin-left: 0px;
	padding-left: 0px;
}
#nav_wrapper .navigation > li > ul li.col.active {
	border-left: 0px solid #e59553;
	margin-left: 0px;
	padding-left: 0px;
}

#nav_wrapper .navigation > li > ul li:hover > a,
#nav_wrapper .navigation > li > ul li.active a {
	padding-left: 9px;
}
#nav_wrapper .navigation > li > ul li.active.col 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 > li > ul li.active.col ul li.active > a {
	padding-left: 9px;
}
#nav_wrapper .navigation > li > ul > li.active.col > ul > li:hover > a {
	padding-left: 9px;
}

#nav_wrapper .navigation > li > ul > li > ul > li {
	margin-left: 10px;
}
#nav_wrapper .navigation > li > ul > li.col > ul > li {
	margin-left: 0px;
}
#nav_wrapper .navigation > li > ul > li > ul > li > ul > li {
	margin-left: 10px;
}
#nav_wrapper .navigation ul > li > a {
	font-size: 13px;
	display: block;
	width: auto;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
	padding: 4px 19px;
	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;
	padding: 0;
	color: #777;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

#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 {
	width: 110px;
}
#nav_wrapper .nav_columns ul li:hover {
	width: 100px;
}
#nav_wrapper .navigation > li > ul > li.col > a {
	display: none;
}

/* FOOTER */
#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 > a {
	border-right: 0px solid #000;
}
#footer_wrapper .navigation > li > a:visited,
#footer_wrapper .navigation > li > a:link {
	color: #204060;
}




/* ---------------------------------------------------------- */
/* ------------------------- DATE --------------------------- */
/* ---------------------------------------------------------- */
#date_wrapper {
	height: 28px;
	padding: 0px 28px;
	margin-top: 10px;
}
#date_in_header{
	font-size: 10px;
	text-align: left;
}




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

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

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

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




/* ---------------------------------------------------------- */
/* ------------------------ FOOTER -------------------------- */
/* ---------------------------------------------------------- */
#footer_wrapper {
	width: 1001px;
	margin: 20px auto 0px auto;
}
.footer {
	text-align: center;
	font-size: 11px;
	height: 60px;
}
#footer_copyright {
	margin-top: 10px;
}
/* END FOOTER */






/* ========================================================== */
/* ======================== UNKNOWN ========================= */
/* ========================================================== */
.table {
display: table;   /* Allow the centering to work */
margin-left: auto;
margin-right: auto;
width:868px;
height:27px;
}

img#panel
{
display: inline;
/* keeps panel images from going vertical */
}

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

/* HEADER AND WRAPPER */

.left_side_wrapper{
/*height: 1359px;*/
width:673px;
margin-top:-1px;
margin-bottom:-1px;
}

.home_right_side_wrapper{
position:relative;
width:322px;
/*height: 1359px;*/
/*top: -1360px;*/
/*left: 679px;*/
}




/* ---------------------------------------------------------- */
/* ------------------------ SOLR SEARCH --------------------- */
/* ---------------------------------------------------------- */
.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;
	/*padding: 3px 9px 0px 1px;*/
	color: #333;
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	-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: 14px;
	line-height: 14px;
	width: 110px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#search-save a:hover {

}
#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;
}


/* ---------------------------------------------------------- */
/* ------------------- IMAGE ADVERTISEMENTS ----------------- */
/* ---------------------------------------------------------- */
.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;
}

/* THESE ARE NOT USED FOR TEXT ADS ANYMORE */
.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_more_arrow {
	text-align: right;
}
.jobs_more_arrow img {
	display: inline;
}
.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;
}

.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{
/*float:right;*/
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,.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;
}

/*a.trend_link:link{
color:black;
text-decoration:none;
}

a.trend_link:visited{
color:black;
text-decoration:none;
}


a.trend_link:hover{
color:black;
text-decoration:none;
}

a.trend_link:active{
color:black;
text-decoration:none;
} /* ///////// now using universal link color (check top of this css) */

/* TO FIX SHOP NAV BAR */
table.shop
{
    width:100%;
}
table.shop td, table.shop th
{
        padding: 15px; /* 'cellpadding' equivalent */
}

/* OTHER STATES LAYOUT */
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;
}

.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
}

.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: 611px;
/*height: 968px;*/
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;
}

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

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

/***************************************************************************************************/
/* for Firefox */
/*div, td, th {
-moz-box-sizing: border-box;
box-sizing: border-box;
}*/

/* <div class="left_main_box_div"> */
.left_main_box {
	position: relative;
	left: 26px;
	width: 612px;
	border: 2px solid #989EA1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFFFFF;
	min-height: 200px;
/*
	/*behavior: url('/css/PIE.htc');*/
*/
}
.left_main_box-admin {
	position: relative;
	left: 26px;
	width: 95%;
	border: 2px solid #989EA1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFFFFF;
	min-height: 200px;
/*
	/*behavior: url('/css/PIE.htc');*/
*/
}
/* .left_main_box_head_div { */
.left_main_box>.head,
.left_main_box h1,
.overall h1 {
height: 24px;
border-radius: 4px;
background-image: url('/images/blue_th.png');
background-repeat: repeat-x;
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-admin>.head,
.left_main_box h1,
.overall h1 {
height: 24px;
border-radius: 4px;
background-image: url('/images/blue_th.png');
background-repeat: repeat-x;
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;
}

/* DEPRECATED */
.left_main_box_head_div {
height: 24px;
border-radius: 4px;
background-image: url('/images/blue_th.png');
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
margin: 2px;
padding: 6px 10px 0px;
text-transform: uppercase;
text-shadow: 1px 1px 1px #555555;
}

/* for every image in left_main_box,
	no matter how far nested... */
.left_main_box img {
display: inline;
}

/* .left_main_content { */
.left_main_box>.body {
font-size: 13px;
}
.left_main_box-admin>.body {
font-size: 13px;
}
.left_main_box>div.body {
padding: 16px;
}
.left_main_box-admin>div.body {
padding: 16px;
}
.left_main_box table.body {
width: 100%;
margin: 12px 0 16px;
}

.left_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 {
padding: 8px 2px;
}

.left_main_box table.body td:first-child,
.left_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 {
padding-right: 16px;
}

.left_main_box .body li {
font-size: 92%;
margin: 8px;
}


/* <div class="right_info_box_div"> */
.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;
}

.right_info_box .head {
height: 24px;
border-radius: 4px;
background-image:url('/images/orange_th.png');
font-size: 14px;
font-weight: 600;
color: #FFFFFF;
margin: 3px;
padding: 8px 10px 0px;
text-transform: uppercase;
text-shadow: 1px 1px 1px #777777;
}

.right_info_box .body {
margin: 8px 12px 12px;
}

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

/* ADDED TO FIX ALIGNMENT ISSUES FOR Course/pods */
.right_box_item {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.right_info_box .right_box_item:last-child { /* remove the border that divides the items on the last item */
	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;
}


/* from main_head_foot.css	*/

/* hidden */
.hdn {
display:none;
}

/* there's no <u> in HTML 4.01 Strict and higher */
.u {
text-decoration:underline;
}

/* horizontal and vertical center */
.hvc {
text-align:center;
vertical-align:middle;
margin:auto;
}

.l {
text-align:left;
}

.r {
text-align:right;
}

/* for the oft used "align center" */
.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_registration table th {

}
.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: #F00;
}
.form_registration table .required_star,
.sec h2 required_star,
.form_registration table .error {
	color: #F00;
	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;
}









/* UI/UX styles */
.template {
	display: none !important;
}
.hidden {
	display: none;
}

/* BOX STYLES */
.box {
	position: relative;
	padding: 7px;
	border: 1px solid #111;
	border-bottom-color: black;
	border-top-color: #333;
	color: #EEE;
	background-color: #444;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #222));
	background: -webkit-linear-gradient(top, #444, #222);
	background: -moz-linear-gradient(top, #444, #222);
	background: -ms-linear-gradient(top, #444, #222);
	background: -o-linear-gradient(top, #444, #222);
	background: linear-gradient(top, #444, #222);
	-pie-background: linear-gradient(#444444, #222222);
	-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;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url('/css/PIE.htc');*/
}
.box .head {
	height: 23px;
	padding-top: 1px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.box .body {
	position: relative;
	position: relative;
	color: #222;
	padding: 0;
	font-size: 13px;
	display: block;
	border-radius: 4px;
	border: 1px solid #111;
	background: #F7F7F7;
	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');*/
}
.box.blue {
    border: 1px solid #122933;
	border-bottom-color: #040a0d;
	border-top-color: #2a6078;
    background: #2a6078;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377f9e), color-stop(100%, #122933));
    background: -webkit-linear-gradient(top, #377f9e, #122933);
    background: -moz-linear-gradient(top, #377f9e, #122933);
    background: -ms-linear-gradient(top, #377f9e, #122933);
    background: -o-linear-gradient(top, #377f9e, #122933);
    background: linear-gradient(top, #377f9e, #122933);
    -pie-background: linear-gradient(#377f9e, #122933);
    -webkit-box-shadow: 0 1px 0 #459ec4 inset, 0 2px 10px #AAA;
    -moz-box-shadow: 0 1px 0 #459ec4 inset, 0 2px 10px #AAA;
    box-shadow: 0 1px 0 #459ec4 inset, 0 2px 10px #AAA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    /*behavior: url('/css/PIE.htc');*/
}
.box.blue .head {
	text-shadow: 0 -1px 0 #122933;
}
.box.blue .body {
	border: 1px solid #122933;
	border-bottom-color: #040a0d;
	-webkit-box-shadow: 0 1px 3px #444 inset, 0 0 10px #AAA inset, 0 1px 0 #1f4859, 0 0px 2px #439abf;
	-moz-box-shadow: 0 1px 3px #444 inset, 0 0 10px #AAA inset, 0 1px 0 #1f4859, 0 0px 2px #439abf;
	box-shadow: 0 1px 3px #444 inset, 0 0 10px #AAA inset, 0 1px 0 #1f4859, 0 0px 2px #439abf;
    /*behavior: url('/css/PIE.htc');*/
}
.box.grey {
    border: 1px solid #4d4d4d;
	border-bottom-color: #404040;
	border-top-color: #737373;
    background: #8c8c8c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #4d4d4d));
    background: -webkit-linear-gradient(top, #999999, #4d4d4d);
    background: -moz-linear-gradient(top, #999999, #4d4d4d);
    background: -ms-linear-gradient(top, #999999, #4d4d4d);
    background: -o-linear-gradient(top, #999999, #4d4d4d);
    background: linear-gradient(top, #999999, #4d4d4d);
    -pie-background: linear-gradient(#999999, #4d4d4d);
    -webkit-box-shadow: 0 1px 0 #b3b3b3 inset, 0 2px 10px #555;
    -moz-box-shadow: 0 1px 0 #b3b3b3 inset, 0 2px 10px #555;
    box-shadow: 0 1px 0 #b3b3b3 inset, 0 2px 10px #555;
    /*behavior: url('/css/PIE.htc');*/
}
.box.grey .head {
	text-shadow: 0 -1px 0 #4d4d4d;
}
.box.grey .body {
	border: 1px solid #595959;
	border-top-color: #595959;
	background: #EEE;
	-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;
    /*behavior: url('/css/PIE.htc');*/
}
.box.white {
    border: 1px solid #AAA;
	border-bottom-color: #999;
	border-top-color: #BBB;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #EEEEEE));
    background: -webkit-linear-gradient(top, #F7F7F7, #EEEEEE);
    background: -moz-linear-gradient(top, #F7F7F7, #EEEEEE);
    background: -ms-linear-gradient(top, #F7F7F7, #EEEEEE);
    background: -o-linear-gradient(top, #F7F7F7, #EEEEEE);
    background: linear-gradient(top, #F7F7F7, #EEEEEE);
    -pie-background: linear-gradient(#F7F7F7, #EEEEEE);
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 2px 10px #AAA;
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 2px 10px #AAA;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 2px 10px #AAA;
    /*behavior: url('/css/PIE.htc');*/
}
.box.white .head {
	text-shadow: 0 -1px 0 #999;
}
.box.white .body {
	border: 1px solid #AAA;
	border-top: 1px solid #999;
	background: #EEE;
	-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;
    /*behavior: url('/css/PIE.htc');*/
}

.th,
.ch { /* header of collapseable area */
	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 0,#CFDBE8 100%);
	background: -moz-linear-gradient(top,#DFE5EC 0,#CFDBE8 100%);
	background: -ms-linear-gradient(top,#DFE5EC 0,#CFDBE8 100%);
	background: -o-linear-gradient(top,#DFE5EC 0,#CFDBE8 100%);
	background: linear-gradient(top,#DFE5EC 0,#CFDBE8 100%);
	-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;
	-khtml-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-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;
/*
	/*behavior: url('/css/PIE.htc');*/
*/
}
.left_main_box .body li.th_tab,
.left_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 {
	position: relative;
	z-index: 11;
	display: block;
	background: #C7D2DF;
	font-size: 12px;
	color: #313336;
	padding: 0 12px 0 12px;
	height: 31px;
	line-height: 32px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-khtml-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 {
	background-color: #D0D7E4;
	-webkit-box-shadow: 0 0 7px rgba(255,255,255,.6);
	-moz-box-shadow: 0 0 7px rgba(255,255,255,.6);
	box-shadow: 0 0 7px rgba(255,255,255,.6);
}
.left_main_box .body li.th_tab.active a,
.left_main_box li.th_tab.active a {
	height: 100%;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-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 { /* section container */
	position: relative;
	border: 0;
	background: #FFF;
	border: 1px solid #DDD;
	-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;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0px;
	padding: 1px;
	line-height: 20px;
}
.sec_main.left_main_box {
	padding: 1px;
}
.sec_body {
	padding: 10px;
}

.collapse_sym { /* collapseable symbol */
	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;
	background: #E0E4EB;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EDF0F5),color-stop(100%,#E0E4EB));
	background: -webkit-linear-gradient(top,#EDF0F5 0,#E0E4EB 100%);
	background: -moz-linear-gradient(top,#EDF0F5 0,#E0E4EB 100%);
	background: -ms-linear-gradient(top,#EDF0F5 0,#E0E4EB 100%);
	background: -o-linear-gradient(top,#EDF0F5 0,#E0E4EB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf0f5',endColorstr='#d0d4db',GradientType=0);
	background: linear-gradient(top,#EDF0F5 0,#E0E4EB 100%);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D0d4DB;
	border-top: 1px solid #E0E4EB;
}
.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,.2);
    -moz-box-shadow: inset 0 0 7px 2px rgba(0,0,0,.2);
    -ms-box-shadow: inset 0 0 7px 2px rgba(0,0,0,.2);
    -o-box-shadow: inset 0 0 7px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 0 7px 2px rgba(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;
}

.btn_d {
	position: relative;
	z-index: 5;
	width: 150px;
	height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 0px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 1px;
}
.btn {
	position: relative;
	z-index: 5;
	width: 150px;
	height: 30px;
    line-height: 30px;
    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: 1px solid #236B8A;
    border-bottom: 1px solid #1A617F;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #66A3C0;
    -moz-box-shadow: inset 0 1px 0 0 #66A3C0;
    -ms-box-shadow: inset 0 1px 0 0 #66A3C0;
    -o-box-shadow: inset 0 1px 0 0 #66A3C0;
    box-shadow: inset 0 1px 0 0 #66A3C0;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 #104B64;
    padding: 0px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	/*behavior: url('/css/PIE.htc');*/
}
a.btn {
	text-decoration: none;
	padding: 0 20px;
	color: #FFF;
	display: block;
	width: auto;
}
.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63A3C1), color-stop(100%, #337B9A));
    background-image: -webkit-linear-gradient(top, #63A3C1, #337B9A);
    background-image: -moz-linear-gradient(top, #63A3C1, #337B9A);
    background-image: -ms-linear-gradient(top, #63A3C1, #337B9A);
    background-image: -o-linear-gradient(top, #63A3C1, #337B9A);
    background-image: linear-gradient(top, #63A3C1, #337B9A);
}
.btn:active {
	color: rgba(255,255,255,.9);
    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);
    -webkit-box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), inset 0 1px 0 0 #66A3C0;
    -moz-box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), inset 0 1px 0 0 #66A3C0;
    -ms-box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), inset 0 1px 0 0 #66A3C0;
    -o-box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), inset 0 1px 0 0 #66A3C0;
    box-shadow: inset 0 0 8px 4px rgba(0,0,0,.3), inset 0 1px 0 0 #66A3C0;
}
.btn[disabled],
.btn_d[disabled] {
	cursor: default;
	-moz-opacity: .2;
	-khtml-opacity: .2;
	opacity: .2;
    filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.btn.gray {
	background: #6F6F6F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6F6F6F), color-stop(100%, #515151));
    background: -webkit-linear-gradient(top, #6F6F6F, #515151);
    background: -moz-linear-gradient(top, #6F6F6F, #515151);
    background: -ms-linear-gradient(top, #6F6F6F, #515151);
    background: -o-linear-gradient(top, #6F6F6F, #515151);
    background: linear-gradient(top, #6F6F6F, #515151);
    -pie-background: linear-gradient(#6F6F6F, #515151);
    border: 1px solid #111111;
    border-bottom: 1px solid #111111;
    text-shadow: 0 -1px 0 #222222;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
	/*behavior: url('/css/PIE.htc');*/
}
.btn.gray:hover {
	background: #7F7F7F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7F7F7F), color-stop(100%, #616161));
    background: -webkit-linear-gradient(top, #7F7F7F, #616161);
    background: -moz-linear-gradient(top, #7F7F7F, #616161);
    background: -ms-linear-gradient(top, #7F7F7F, #616161);
    background: -o-linear-gradient(top, #7F7F7F, #616161);
    background: linear-gradient(top, #7F7F7F, #616161);
    -pie-background: linear-gradient(#7F7F7F, #616161);
    /*behavior: url('/css/PIE.htc');*/
}
.btn.gray:active {
	color: #AAA;
    text-shadow: inset 0 1px 1px #000000;
	background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #555555));
    background: -webkit-linear-gradient(top, #444444, #555555);
    background: -moz-linear-gradient(top, #444444, #555555);
    background: -ms-linear-gradient(top, #444444, #555555);
    background: -o-linear-gradient(top, #444444, #555555);
    background: linear-gradient(top, #444444, #555555);
    -pie-background: linear-gradient(#444444, #555555);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
	/*behavior: url('/css/PIE.htc');*/
}
.btn.lightgray {
	background: #AAAAAA;
    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);
    -pie-background: linear-gradient(#BBBBBB, #888888);
    border: 1px solid #777777;
    border-bottom: 1px solid #666666;
    text-shadow: 0 -1px 0 #333333;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
	/*behavior: url('/css/PIE.htc');*/
}
.btn.lightgray:hover {
	background: #BBBBBB;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #999999));
    background: -webkit-linear-gradient(top, #CCCCCC, #999999);
    background: -moz-linear-gradient(top, #CCCCCC, #999999);
    background: -ms-linear-gradient(top, #CCCCCC, #999999);
    background: -o-linear-gradient(top, #CCCCCC, #999999);
    background: linear-gradient(top, #CCCCCC, #999999);
    -pie-background: linear-gradient(#CCCCCC, #999999);
    border: 1px solid #888888;
    border-bottom: 1px solid #777777;
    text-shadow: 0 -1px 0 #444444;
    /*behavior: url('/css/PIE.htc');*/
}
.btn.lightgray:active,
.btn.lightgray.active {
	color: #CCC;
    text-shadow: inset 0 1px 1px #000000;
	background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #777777));
    background: -webkit-linear-gradient(top, #666666, #777777);
    background: -moz-linear-gradient(top, #666666, #777777);
    background: -ms-linear-gradient(top, #666666, #777777);
    background: -o-linear-gradient(top, #666666, #777777);
    background: linear-gradient(top, #666666, #777777);
    -pie-background: linear-gradient(#666666, #777777);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
	/*behavior: url('/css/PIE.htc');*/
}
.btn.red {
	color: #EEE;
	background: #880000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990000), color-stop(100%, #770000));
    background: -webkit-linear-gradient(top, #990000, #770000);
    background: -moz-linear-gradient(top, #990000, #770000);
    background: -ms-linear-gradient(top, #990000, #770000);
    background: -o-linear-gradient(top, #990000, #770000);
    background: linear-gradient(top, #990000, #770000);
    -pie-background: linear-gradient(#990000, #770000);
    border: 1px solid #110000;
    border-bottom: 1px solid #110000;
    text-shadow: 0 -1px 0 #220000;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
	/*behavior: url('/css/PIE.htc');*/
}
.btn.red:hover {
	background: #AA0000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CC0000), color-stop(100%, #990000));
    background: -webkit-linear-gradient(top, #CC0000, #990000);
    background: -moz-linear-gradient(top, #CC0000, #990000);
    background: -ms-linear-gradient(top, #CC0000, #990000);
    background: -o-linear-gradient(top, #CC0000, #990000);
    background: linear-gradient(top, #CC0000, #990000);
    -pie-background: linear-gradient(#CC0000, #990000);
    /*behavior: url('/css/PIE.htc');*/
}
.btn.red:active {
	color: #AAA;
    text-shadow: inset 0 1px 1px #000000;
	background: #880000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #770000), color-stop(100%, #990000));
    background: -webkit-linear-gradient(top, #770000, #990000);
    background: -moz-linear-gradient(top, #770000, #990000);
    background: -ms-linear-gradient(top, #770000, #990000);
    background: -o-linear-gradient(top, #770000, #990000);
    background: linear-gradient(top, #770000, #990000);
    -pie-background: linear-gradient(#770000, #990000);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
	/*behavior: url('/css/PIE.htc');*/
}
.btn_d.green {
	background: #5a7e24;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82b64a), color-stop(100%, #5a7e24));
    background: -webkit-linear-gradient(top, #82b64a, #5a7e24);
    background: -moz-linear-gradient(top, #82b64a, #5a7e24);
    background: -ms-linear-gradient(top, #82b64a, #5a7e24);
    background: -o-linear-gradient(top, #82b64a, #5a7e24);
    background: linear-gradient(top, #82b64a, #5a7e24);
    -pie-background: linear-gradient(#82b64a, #5a7e24);
    border: 1px solid #102303;
    text-shadow: 0 -1px 0 #293e09;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .3);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .3);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .3);
	/*behavior: url('/css/PIE.htc');*/
}
.btn_d.grey {
	background: #6F6F6F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6F6F6F), color-stop(100%, #515151));
    background: -webkit-linear-gradient(top, #6F6F6F, #515151);
    background: -moz-linear-gradient(top, #6F6F6F, #515151);
    background: -ms-linear-gradient(top, #6F6F6F, #515151);
    background: -o-linear-gradient(top, #6F6F6F, #515151);
    background: linear-gradient(top, #6F6F6F, #515151);
    -pie-background: linear-gradient(#6F6F6F, #515151);
    border: 1px solid #111111;
    border-bottom: 1px solid #111111;
    text-shadow: 0 -1px 0 #222222;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(255, 255, 255, .2);
	/*behavior: url('/css/PIE.htc');*/
}
.btn_d.green:hover,
.content_wrapper .btn_d_green_hover {
	background: #6a8e34;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92c65a), color-stop(100%, #6a8e34));
    background: -webkit-linear-gradient(top, #92c65a, #6a8e34);
    background: -moz-linear-gradient(top, #92c65a, #6a8e34);
    background: -ms-linear-gradient(top, #92c65a, #6a8e34);
    background: -o-linear-gradient(top, #92c65a, #6a8e34);
    background: linear-gradient(top, #92c65a, #6a8e34);
    -pie-background: linear-gradient(#92c65a, #6a8e34);
    /*behavior: url('/css/PIE.htc');*/
}
.btn_d.grey:hover,
.content_wrapper .btn_d_grey_hover {
	background: #7F7F7F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7F7F7F), color-stop(100%, #616161));
    background: -webkit-linear-gradient(top, #7F7F7F, #616161);
    background: -moz-linear-gradient(top, #7F7F7F, #616161);
    background: -ms-linear-gradient(top, #7F7F7F, #616161);
    background: -o-linear-gradient(top, #7F7F7F, #616161);
    background: linear-gradient(top, #7F7F7F, #616161);
    -pie-background: linear-gradient(#7F7F7F, #616161);
    /*behavior: url('/css/PIE.htc');*/
}
.btn_d.green:active {
	color: rgba(255,255,255,.8);
    text-shadow: 0 -1px 0 #192e06;
	background: #5a7e24;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a7e24), color-stop(100%, #72a63a));
    background: -webkit-linear-gradient(top, #5a7e24, #72a63a);
    background: -moz-linear-gradient(top, #5a7e24, #72a63a);
    background: -ms-linear-gradient(top, #5a7e24, #72a63a);
    background: -o-linear-gradient(top, #5a7e24, #72a63a);
    background: linear-gradient(top, #5a7e24, #72a63a);
    -pie-background: linear-gradient(#5a7e24, #72a63a);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
	/*behavior: url('/css/PIE.htc');*/
}
.btn_d.grey:active {
	color: #AAA;
    text-shadow: inset 0 1px 1px #000000;
	background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #555555));
    background: -webkit-linear-gradient(top, #444444, #555555);
    background: -moz-linear-gradient(top, #444444, #555555);
    background: -ms-linear-gradient(top, #444444, #555555);
    background: -o-linear-gradient(top, #444444, #555555);
    background: linear-gradient(top, #444444, #555555);
    -pie-background: linear-gradient(#444444, #555555);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1),0 0 0 1px rgba(255, 255, 255, .08),inset 0 5px 4px -4px rgba(0, 0, 0, .2),inset 0 0 20px rgba(0, 0, 0, .8);
	/*behavior: url('/css/PIE.htc');*/
}
.btn.attach_left {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid #124459;
	top: 1px;
}

.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;
}
.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 {
	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;
	
	/* added for IE 7 (fubar) */
	zoom: 1;
	*display: inline;
}
.dd.disabled {
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .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;
	
	/* added for IE 7 (fubar) */
	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;
	
	/* added for IE 7 (fubar) */
	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,.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;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 1px;
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	/*behavior: url('/css/PIE.htc');*/
	z-index: 2;
}
.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%, #444), color-stop(100%, #222));
	background: -webkit-linear-gradient(top, #444, #222);
	background: -moz-linear-gradient(top, #444, #222);
	background: -ms-linear-gradient(top, #444, #222);
	background: -o-linear-gradient(top, #444, #222);
	background: linear-gradient(top, #444, #222);
	-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;
	/*behavior: url('/css/PIE.htc');*/
}
.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 */
/* =============================================================== */
body {
	margin-top: 20px!important;
}
/* ===== 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%, #FFFFFF), color-stop(100%, #EEEEEE));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image: linear-gradient(top, #FFFFFF, #EEEEEE);
}
.pbtn span {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 20px;
	height: 20px;
}
.pbtn:hover,
.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;
}
.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_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(#FFFFFF),to(#F7F7F7));
	background-image: -webkit-linear-gradient(#FFFFFF,#F7F7F7);
	background-image: -moz-linear-gradient(#FFFFFF,#F7F7F7);
	background-image: -ms-linear-gradient(#FFFFFF,#F7F7F7);
	background-image: -o-linear-gradient(#FFFFFF,#F7F7F7);
	background-image: linear-gradient(#FFFFFF,#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(#CCC),to(#DDD));
	background-image: -webkit-linear-gradient(#CCC,#DDD);
	background-image: -moz-linear-gradient(#CCC,#DDD);
	background-image: -ms-linear-gradient(#CCC,#DDD);
	background-image: -o-linear-gradient(#CCC,#DDD);
	background-image: linear-gradient(#CCC,#DDD);
	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,.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: 220px;
}


















@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;
}

/* CALCULATORS */
body {
	font-family: arial;
	font-size: 13px;
}
.dd,
.rd,
label,
.result,
.right_input,
.mid_input {
	display: inline-block;
	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;
}

}