/* @override 
	https://localhost/css/style.css */

* {
	margin: 0;
	padding: 0;
}
html {
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}
body {
	color: #333;
	font-size: 100%;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
}
a, a:link, a:visited {
    color: #0B5D8C;
    cursor: pointer;
    font-weight: normal;
    outline: none;
    text-decoration: none;
    border-bottom: 0;
}
.error {
    background-color: transparent;
    color: #A73F01;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 700px;
    padding-top: 14px;
    text-align: center;
}
input[type="radio"] { border:0; }
.success {
	background-color: #fff;
	color: #390;
	font-weight: 700;
}
body img {
	border: 0;
}
#account_login {
	width: 100%;
	margin: 0 auto;
}
#account_login .logo {
	float: left;
	margin: 30px 0 40px;
}
#account_login .logo a {
	border: 0;
}
span#account_login .wrapper {
	width: 400px;
	margin: 4% auto;
	position: relative;
}
#mainsignup span#account_login .wrapper {
	width: 400px;
	}

#account_login a, #account_login a:link, #account_login a:visited {
    border-bottom: 1px solid #ccc;
}
.logo a, .logo a:link, .logo a:visited {
    border-bottom: 0 !important;
}



div#content_container_login {
	border: 1px solid #bcbbbb;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	background: rgb(255,255,255);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	width: 300px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
	padding: 40px 45px;
	float: right;
	font-size: 12px;
	text-align: center;
	float: left;
}
div#content_container_login input[type="text"], div#content_container_login input[type="password"] {
	color: #333;
	display: inline-block;
	font-family: inherit;
	font-size: 2.25em;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	line-height: 1.2;
	padding: 2px 8px;
	background-color: #F0F0F0;
	width: 100%;
}
div#content_container_login input[type="submit"], div#content_container_login input.submit {
	padding: 15px 15px 14px 15px;
	font-size: 16px;
}
#udonotyetexist input[type="text"], #udonotyetexist input[type="password"], #uexist input[type="text"], #uexist input[type="password"] {
	color: #333;
	display: inline-block;
	font-family: inherit;
	font-size: 2.25em;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	line-height: 1.2;
	padding: 2px 8px;
	background-color: #F0F0F0;
	width: 100%;
}





div#content_container_login .remember {
    display: block;
    margin-left: 15px;
    text-align: center;
    width: 100%;
}
div#content_container_login .remember label {
	font-size: 12px;
	color: #666;
	margin: 0;
}
div#content_container_login .forgot {
	padding: 6px 0;
	clear: both;
}
div#content_container_login .disclaimer {
    border-top: 1px solid #e8e8e8;
    color: #999;
    font-size: 11px;
    line-height: 1.3em;
    padding: 18px 40px 0;
}
div#content_container_login .disclaimer a, div#content_container_login .disclaimer a:link, div#content_container_login .disclaimer  a:visited {
    color: #999;
    }
    
div#content form#userform a.imagelink {
	border: 0;
	}

.wrapper .new-users {
	border: 1px solid #bbbaba;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.9);
	font-size: 12px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
	left: 33px;
	line-height: 1.3em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 220px;
	width: 112px;
	background-color: #e9e9e9;
}
.wrapper .new-users:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	background-color: #fff;
}
.wrapper .new-users a {
	-webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(/img/contests/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  outline: 0;
  overflow: visible;
  padding: 4px 0px;
  text-shadow: #fff 0 1px 1px;
  width: 65px;
  margin: 4px auto;
  *padding-top: 2px;
  *padding-bottom: 0px;
	}
div#content_container_login input.text_input {
	background-color: #f0f0f0;
}
div#content_container_login input.text_input:focus {
	background-color: #fff;
}
div#content_container_login input.submit {
	background: rgb(244,214,105);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,214,105,1)), color-stop(44%, rgba(231,182,5,1)), color-stop(100%, rgba(232,177,0,1)));
	background: -webkit-linear-gradient(top, rgba(244,214,105,1) 0%, rgba(231,182,5,1) 44%, rgba(232,177,0,1) 100%);
	background: -moz-linear-gradient(top, rgba(244,214,105,1) 0%, rgba(231,182,5,1) 44%, rgba(232,177,0,1) 100%);
	background: -o-linear-gradient(top, rgba(244,214,105,1) 0%, rgba(231,182,5,1) 44%, rgba(232,177,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,214,105,1) 0%, rgba(231,182,5,1) 44%, rgba(232,177,0,1) 100%);
	background: linear-gradient(top, rgba(244,214,105,1) 0%, rgba(231,182,5,1) 44%, rgba(232,177,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d669', endColorstr='#e8b100',GradientType=0 );
	margin: 18px auto;
	color: #1a1400;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
	border-color: #b2a574;
	-webkit-box-shadow: inset 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 3px rgba(255,255,255,1);
}
div#content_container_login input.submit:hover {
	-webkit-box-shadow: #e8e8e8 0 0 0 5px;
	-moz-box-shadow: #e8e8e8 0 0 0 5px;
	box-shadow: #e8e8e8 0 0 0 5px;
	border-color: #8a7e50;
}
div#content_container_login input.submit:active {
	-webkit-box-shadow: #999 0 0 0 5px;
	-moz-box-shadow: #999 0 0 0 5px;
	box-shadow: #999 0 0 0 5px;
	border-color: #333;
}
#mainsignup div#content_container_login input.submit {
	margin-top: 6px;
	}

div#content_container_login .googs a {
	padding-left: 20px;
	background: url("/img/googs.png") no-repeat 0 0;
}
#footerwrap {
	clear: both;
}
#footer p {
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-top: 14px;
	display: block;
}
#pcontent span {
	color: #333;
}
#post_box_menu a.modal_save span.button_text_w, #post_box_menu a.modal_cancel span.button_text_b {
	color: #fff;
	}
a#pbNotelink {
	color: #333 !important;
	}


span#account_login label {
	float: left;
	text-align: left;
	font-size: 13px;
	display: inline;
}
span#account_login label {
	float: left;
	text-align: left;
	font-size: 13px;
	display: inline;
}

span#account_login label.pw {
	margin-top: 12px;
}
div#content_container {
	margin: 0 auto;
	padding: 30px;
	width: 400px;
	border: 1px solid #bcbbbb;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	background: rgb(255,255,255);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);	
}
div#content_container2 {
	text-align: left;
	width: 900px;
}
div#content {
	margin: auto;
	padding: 0 25px 30px;
}
#resumesignup .signup_wrap {
	overflow: auto;
	background: url(/images/onelaststep.png) no-repeat;
	width: 503px;
}
.signup-content {
	border: 1px solid #DFDFD6;
	height: 600px;
	padding: 0 25px 30px 65px;
	width: 710px;
}
#resumesignup .congrats-text {
	width: 200px;
	height: 100px;
	background: url(/images/congrats.png) no-repeat;
	float: right;
}
#resumesignup .jobname {
	text-align: center;
	width: 400px;
	height: 70px;
	background: url(/images/jobnamebg.png) no-repeat;
	font-size: 25px;
	float: left;
}
.jobname-text {
	display: inline-block;
	padding: 20px 10px 10px;
	color: #00B517;
}
#mainsignup .workspace-signup {
    background: url("/img/first-workspace-bg.png") no-repeat scroll 30px 0 transparent;
    height: 130px;
    width: 300px;
	margin-top: -30px;
}
	
#mainsignup .workspace-signup .workspace-name-text {
    color: #00B517;
    display: inline-block;
    font-size: 18px;
    padding-top: 95px;
    text-align: center;
}
#mainsignup .left-signup {
	float: left;
	padding: 15px 0 5px 20px;
	width: 400px;
	height: 398px;
	background: url(/images/sigupbg.png) no-repeat;
}
#mainsignup .signup_wrap {
	
}

#mainsignup #account_login {
	margin: 0 auto;
	}
#mainsignup div#content_container_login .remember {
    padding: 6px 0 14px;
    margin-left: 0px;
	}
#mainsignup div#content_container_login .remember a {
	-webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(/img/contests/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  outline: 0;
  overflow: visible;
  padding: 3px 4px;
  text-shadow: #fff 0 1px 1px;
  width: 65px;
  *padding-top: 2px;
  *padding-bottom: 0px;
}

#mainsignup .field {
	display: block;
	margin-bottom: 14px;
	}

#mainsignup .field .signuphelp {
	display: inline;
	text-align: left;
	float: left;
	color: #999;
	font-size: 11px;
	padding: 1px 0 0 3px;
	margin-right: 10px;
	}

#uchecker {
    float: left;
    font-size: 12px;
        display: block;
    line-height: 1.1em;
    padding-bottom: 3px;
}

.form_text {
    left: 550px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

div#sitecontent {
	width: 100%;
	height: 100%;
	margin-right: 5px;
}
#tabbar {
	background-color: #fff;
	position: absolute;
	width: 700px;
	overflow: hidden;
	height: 95px;
	margin-right: 40px;
	margin-left: 12px;
	white-space: nowrap;
	margin-bottom: -24px;
}
#lb {
	position: relative;
	background-color: #fff;
	width: 5%;
	height: 20px;
	float: left;
	z-index: 3;
	margin-top: 65px;
	margin-left: 0;
}
#rb {
	position: relative;
	background-color: #fff;
	width: 5%;
	height: 30px;
	float: right;
	z-index: 3;
	margin-top: -7px;
	margin-right: 5px;
}
#sidebartd2 {
	float: left;
	width: 250px;
	font-size: 90%;
	height: 100%;
}
#sidebartdleft {
	padding-left: 7px;
	padding-right: 7px;
	-ms-overflow-x: auto;
	overflow-x: auto;
	min-width: 719px;
	max-width: 1260px;
}
#sidebar2 {
	font-size: 12px;
	margin: auto;
	padding-bottom: 90px !important;
	height: 100%;
	float: left;
}
#sidebartd {
	width: 230px;
	font-size: 90%;
	height: 100%;
	background-color: #036;
}
#maintable td {
	font-size: 12px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
table#assigngrid {
    border: 0 !important;
    border-collapse: collapse;
    width: 99%;
}

table#assigngrid td {
    padding: 2px 7px !important;
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
}
table.seven-column td {
    width: 14%;
    border:0;
}

table#assigngrid tr.headercat {
    background-color: #ccc;
    color: #333;
    height: 36px;
}
table#assigngrid tr.headercat td {
	border:0;
	}
table#assigngrid tr.headercat td.pg {
    background-color: #EFEFEF;
    border-left: 1px solid #FFFFFF;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
}
table#assigngrid tr.headercat td.pg strong {
	display: block;
	font-size: 13px;
	padding: 8px 0;
	color: #333;
}
table#assigngrid td.rowcat {
    background-color: #e8e8e8;
}
table#assigngrid td.assign {
    border: 0;
}
table#assigngrid td.assign a {
    background-color: #E8E8E8;
    color: #0B5D8C;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 10px 0;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}		
p#UserPagingTop a, p#UserPagingBottom a {
    background-color: #E8E8E8;
    border-radius: 3px 3px 3px 3px;
    color: #0B5D8C;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 7px 5px;
    text-decoration: none !important;
}
table#assigngrid td.assign a:hover, p#UserPagingTop a:hover, p#UserPagingBottom a:hover {
    background-color: #ccc;
    }
    		
div#maincontent p.notify {
    padding: 10px 0 10px 5px;
}
div#maincontent p.paging {
    padding: 0 10px 10px 0;
    position: absolute;
    right: 17px;
    text-align: right;
    top: 62px;
    width: 30%;
}


form#sendtcemailform {
	font-size: 14px !important;
	margin: 20px auto;
	width: 900px;
	}
form#sendtcemailform h4 {
	color: #333;
	}
form#sendtcemailform div.actionstab {
	margin-top: 24px;
	}
	
div.actionstab div.actions-first-col {
    clear: right;
    font-size: 14px !important;
    font-weight: bold;
    padding-bottom: 13px !important;
    padding-right: 10px !important;
    text-align: right;
    width: 115px;
}
div.actionstab div.actions-second-col {
    float: right;
    font-size: 13px !important;
    line-height: 2.4em;
    margin-right: 50px;
    margin-top: -34px;
    padding-bottom: 13px !important;
    width: 727px;
}
div.actionstab div.actions-second-col input[type="radio"], div.actionstab div.actions-second-col input[type="checkbox"] {
	top: 7px;
}


div.actionstab #emailbody_tbl td { padding-top: 0;padding-bottom: 0;}
div.actionstab span.dont-send {color: #666; font-size: 11px;}
.defaultSkin table.mceLayout {
    width: 100% !important;
    height: 300px;
}

	div.actionstab div.button {
		padding: 20px 0 20px 0 !important;
	}
div.actionstab select {
	font-size: 13px !important;
    font-family: arial,sans-serif;
	}	

#taglist a {
    background-color: #E8E8E8;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 0 1px #e8e8e8;
    display: inline-block;
    font-size: 11px;
    height: 14px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    padding: 2px 7px;
}

.blue_button {
	padding: 3px 7px;
	border: 1px solid #408bb6;
	text-decoration: none;
	color: #fff;
	background-color: #59a5d1;
}
.blue_button:hover {
	background-color: #408bb6;
	cursor: pointer;
}
.blue_button.big {
	padding: 6px 12px;
	border: 1px solid #408bb6;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	background-color: #59a5d1;
}
#addmenu {
	display: block;
	background-color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #484848;
	color: #EE4000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#addmenu a {
	color: #FF7F24;
	margin-right: 5px;
	margin-left: 10px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps;
	line-height: 20px;
}
#addmenu img {
	vertical-align: bottom;
}
#addmenu span {
	vertical-align: center;
}
#postbox {
	height: 280px;
	border: 1px solid #ccc;
	border-top: none;
	margin-left: 7px;
	margin-right: 7px;
}
#post_box_block {
	width: 100%;
	background: #fff;
}
#post_box_top_select td {
	margin: 0;
	padding: 0;
}
#arrow {
	margin-left: 25px;
	margin-top: 32px;
	float: left;
	position: absolute;
}
#post_box_top_select select {
	width: 150px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#content_postbox {
	width: 100%;
	display: inline;
}
#post_box_menu {
	width: 70%;
	height: 40px;
	bottom: 1px;
	margin-top: 10px;
	min-width: 510px;
}
#content_postbox textarea {
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
#content_postbox td {
	vertical-align: top;
	padding: 2px;
}
.post-date, .post-user {
	font-size: 12px;
	color: #666;
	padding: 4px 0;
}
table.sortable thead {
	background-color: #eee;
	color: #666;
	font-weight: 700;
	cursor: default;
}
table.sortable th {
	line-height: 16px;
}
table.sortable td {
	margin-right: 0;
	padding: 0 3px 2px 0 !important;
}
tr.replytr {
	line-height: 2;
	padding: 0;
}
td.actmen, span.actmen {
	color: #999 !important;
}
span.actmen {
	margin-right: 10px;
}
div.view2details {
	color: #333;
	font-size: 11px;
	margin-left: 90px;
	margin-top: -15px;
	position: relative;
}
td.hov, span.hov {
	color: #0B5D8C !important;
}
table.sortable img, span.move img {
	height: 11px !important;
}
span.move img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: 0.1px;
}
#maincontent h3 {
	margin: 10px;
	padding: 8px 6px 6px 6px;
	color: #333;
	background-color: #eee;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}
#maincontent p.actions {
	margin: 10px 30px;
	line-height: 1.4em;
	font-size: 13px;
	color: #333;
}
#maincontent form#GroupPrint table {
	margin: 0 auto;
	}

#maincontent h3 span.groupcount {
	font-size: 11px;
	color: #666;
}
#maincontent h3 img.expandable {
	margin-top: -3px;
}
.tasksHover {
	border: 1px solid #000;
}
#pftable td {
	padding: 0 3px 0 0 !important;
}
.portal-column {
	color: #333;
	float: left;
	margin: 5px;
}
.portal-column a {
	display: inline;
	margin: 0 6px;
	color: #003d4c;
}
.block .handle .settings {
	float: right;
	cursor: pointer;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	margin-right: 5px;
}
.replybefore {
	background-color: #dfc;
	content: 'Reply:';
	padding: 2px;
	border: 1px solid #000;
	width: 45px;
	display: inline;
}
div.filever {
	border-top: none;
	margin-left: 60px;
}
.reply, div.post {
	border-bottom: none;
}
div.rev {
	min-height: 40px;
}
.actfile img, .reply img, div.task img, div.post img, div.rev img, div.question img, div.dm img, div.file img, div.filever img, div.link img {
	display: inline;
	margin-left: -3px;
	margin-top: -1px;
	margin-right: 2px;
}
.reply {
	background-color: transparent;
	margin: 0 20px;
}
div.question {
	background-color: #dff;
}
div.dm {
	background-color: #fcc;
	border: 1px solid #600;
}
div.link {
	min-height: 30px;
}
div.reply8:hover, div.task8:hover, div.post8:hover {
	border: 2px solid #603;
	margin-left: -125px;
	padding-left: 126px;
	margin-top: -2px;
	padding-right: 2px;
	padding-bottom: -3px;
	margin-bottom: 2px;
	z-index: 99999;
}
div.iehover8 {
	border: 2px solid #603;
	margin-left: -125px;
	padding-left: 126px;
	margin-top: -2px;
	padding-right: 2px;
	padding-bottom: -3px;
	margin-bottom: 2px;
	z-index: 99999;
	position: absolute;
}
span.pmenu {
	margin-left: 25px;
	z-index: 99999;
	font-size: 10px;
	position: absolute;
}
span.pmenu2 {
	float: right;
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
}
span.pmenu3 {
	float: left;
	color: #ccc;
	margin-right: 10px;
}
span.pmenu2 a {
	text-decoration: none;
	color: #ccc;
	margin-left: 6px;
	font-size: 11px;
}
span.tmenu {
	margin-left: -5px;
	z-index: 99999;
	position: absolute;
}
span.pmenu img {
	margin-top: 2px;
}
.taskbefore {
	background-color: #fc9;
	content: 'Task: ';
	padding: 2px;
	border: 1px solid #000;
	width: 45px;
	display: inline;
}
.postbefore {
	background-color: #ccf;
	content: 'Note: ';
	padding: 2px;
	border: 1px solid #000;
	width: 45px;
	display: inline;
}
.tag_response {
	margin-left: 7px;
	background-color: #ffc;
}
.table_list {
	padding-right: 10px;
	clear: both;
	border: none;
	padding: 5px;
}
#user_profile3 .table_list tr td {
	padding: 5px;
	vertical-align: top;
}
.table_list td a {
	background-color: inherit;
	text-decoration: underline;
	font-weight: 400;
	display: normal;
	margin: 0;
}
#coltopcontentbar, #minitabs {
	padding: 10px 0 41px;
	height: 20px;
	margin-top: 50px;
	position: relative;
}
#coltopcontentbar img, #minitabs img {
	margin-top: -3px;
}
#coltopcontentbar div, #minitabs div, #more_ws {
	float: left;
	height: 22px;
	top: 0;
	font-size: 14px;
	display: inline;
	list-style-type: none;
	width: 120px;
	overflow: hidden;
	text-align: center;
	z-index: 0;
	color: #000;
}
#coltopcontentbar a, #minitabs a {
	text-decoration: none;
	color: inherit;
}
#coltopcontentbar div.left, #minitabs div.left, #minitabs div.disabled {
	margin-top: 20px;
	margin-right: 3px;
	padding-top: 5px;
	float: left;
}
#more_ws {
	background-color: #DADADA;
	margin-top: 20px;
	margin-right: 3px;
	padding-top: 5px;
	float: left;
	width: 155px;
}
#coltopcontentbar div.left:hover {
	color: #000;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	opacity: .8;
}
#coltopcontentbar div.active, #minitabs div.active {
	color: #000;
	margin-top: 20px;
	margin-right: 3px;
	padding-top: 5px;
}
#sortedtabs li {
	cursor: move;
	background-color: #CCF;
	margin-bottom: 3px;
}
div#moretabs {
	position: absolute;
	z-index: 9999;
}
#rightabs {
	margin: 0;
	padding: 5px;
	float: right;
	top: 15px;
	right: 10px;
	display: inline;
	position: absolute;
	font-size: 11px;
	margin-right: 20px;
}
#subrightabs {
	margin: 0;
	padding: 5px;
	padding-right: 40px;
	float: right;
	color: #000;
	top: 35px;
	right: 10px;
	font-size: 12px;
}
.setup_picked {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.add_tab_form {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
#nav, #nav ul {
	padding: 0;
	margin: -5px 5px 0 0;
	list-style: none;
	text-align: center;
}
#nav a {
	display: block;
	width: 130px;
	margin-right: 10px;
	text-decoration: none;
}
#nav a:hover {
	background-color: #076;
	width: 200px;
}
#nav li {
	float: left;
	padding-bottom: 5px;
}
#nav img {
	display: inline;
	border: none;
	margin-top: -2px;
	vertical-align: bottom;
}
#nav a.top {
	display: inline;
	width: 130px;
	text-decoration: underline;
}
#nav a.top:hover {
	background-color: #003d4c;
	width: 130px;
}
#nav li ul {
	position: absolute;
	background-color: #056;
	z-index: 999999;
	width: 200px;
	left: -9999em;
	text-align: left;
	margin-top: 5px;
}
#nav li ul li {
	overflow: hidden;
	white-space: nowrap;
	height: 14px;
	width: 190px;
}
.list_short {
	overflow: hidden;
	white-space: nowrap;
	height: 14px;
	width: 100%;
}
#nav li.sfhover ul {
	left: auto;
}
li.layout_list {
	background-color: #066;
	width: 200px;
	overflow: hidden;
}
#sitemaincontent {
	padding: 10px;
	z-index: 1;
	position: relative;
	background-color: #036;
}
#maincanvas {
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #1a1a19;
	-moz-box-shadow: 0 0 5px #1a1a19;
	box-shadow: 0 0 5px #1a1a19;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#1a1a19', Direction=145, Strength=3);
	clear: both;
}
#rightcanvas {
	-ms-overflow-x: auto;
	overflow-x: auto;
	margin: 0 auto;
	background: transparent;
}
#searchq {
	width: 170px;
	font-size: 13px;
	margin: 5px;
}
.inputsearch span {
	position: absolute;
	padding: 5px;
	margin-left: 3px;
	color: #999;
	z-index: 1;
	cursor: text;
}
.inputsearch input, .inputsearch textarea, .inputsearch select {
	z-index: 0;
	padding: 6px;
	margin: 0;
	font: inherit;
}
#messages {
	position: fixed;
}
#sidebaradmin {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-top-left: 4px;
	border-top-left-radius: 4px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.65), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.65), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.65), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
	padding: 5px;
	background-color: #e8e8e8;
	border: 1px solid #fff;
	position: fixed;
	bottom:0px;
	right: 0px;
	border-right: none;
	width: 200px;
	z-index: 999;
}
#sidebaradmin a.adminHide {
	font-size: 10px;
	font-weight: 100;
	}
#sidebaradmin span#adminsb {
	font-size: 12px;
	}
#sidebaradmin span#adminsb { 
	padding-bottom: 10px;
	}
#sidebaradmin span#adminsb ul {
	font-size: 12px;
	}
#sidebaradmin span#adminsb ul li {
	display: block;
	 line-height: 1.1em;
	}
#sidebaradmin span#adminsb ul li a {
	display: block;
	padding: 2px 6px;
	}
#sidebaradmin span#adminsb ul li a:hover {
	background-color: #fff;
	color: #000;
	}
#sidebaradmin span#adminsb h2 {
	background-color: transparent !important;
	font-size: 11px;
	font-weight: 100;
    padding-top: 3px;
   	border-bottom: 1px solid #ccc;
   	color: #666;
   	margin: 5px 0;
	}
.tagnodemenu, .reviewmenu, .reviewmenu2 {
	position: absolute;
	z-index: 999999;
	background-color: #FFF;
	border: 1px solid #e3e3e3;
	padding: 5px;
	width: 170px;
	line-height: 20px;
}
.reviewmenu, .reviewmenu2 {
	width: 170px;
	max-height: 300px;
	-ms-overflow-y: auto;
	overflow-y: auto;
	-webkit-box-shadow: 0 1px 3px rgba(102, 102, 102, 0.22);
	-moz-box-shadow: 0 1px 3px rgba(102, 102, 102, 0.22);
	box-shadow: 0 1px 3px rgba(102, 102, 102, 0.22);
}
.reviewmenu2 {
	position: fixed !important;
}
#more_ws_list {
	max-height: 200px;
	overflow: auto;
	display: block;
}
.reviewmenu a, .reviewmenu2 a {
	text-decoration: none;
	font-size: 12px;
	display: block;
}
.reviewmenu a:hover, .reviewmenu2 a:hover {
	background-color: #ffc;
}
#extendedtabmenu {
	position: absolute;
	z-index: 999999;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 5px;
	margin-top: 10px;
	width: 170px;
	line-height: 20px;
}
.tagnodemenu2 {
	position: absolute;
	z-index: 999999;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 15px;
	height: 140px;
	width: 170px;
	-ms-overflow-y: auto;
	overflow-y: auto;
	font-size: 12px;
}
span#menuAssignPage div {
	margin-bottom: 3px;
	}
.tagnodemenu2 label.assign {
	display: block;
	width: 120%;
}
.tagnodemenu2 span {
	white-space: nowrap;
}
.dialog table.table_window tr.list_rows {
	vertical-align: top;
	padding-bottom: 4px;
}
.tr_even {
	background-color: #fff;
	position: relative;
}
tr.tr_odd {
	background-color: #f5f4f4;
	position: relative;
}
.strike {
	text-decoration: line-through;
	color: #999;
	position: relative;
}
.sorttasks li {
    border-bottom: 1px solid #E8E8E8;
    line-height: 1.5em;
    padding: 3px 0;
}
div.ttext {
	color: #000;
	font-size: 12px;
}
.dialog table.table_window th.list_ths {
	padding-right: 7px;
}
td.cat_list {
	padding-top: 2px;
	width: 120px;
}
td.group_list {
	width: 120px;
	white-space: nowrap;
}
td.pri_list, td.sta_list, td.res_list {
	padding-top: 2px;
	width: 70px !important;
	white-space: nowrap;
}
span.llink5 {
	text-decoration: underline;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
span.note {
	left: 20px;
}
#sidebarrec, #sidebaricon {
	margin: 0 10px 10px 5px;
}
#sidebarpage {
	padding-bottom: 20px !important;
}
#sidebarpage, #sidebartags {
	margin-top: 0;
}
#sidebartags {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 245px;
}
#sidebarcatrec {
	margin-left: 15px;
	display: block;
}
#sbmore, #sidebarcatsel0 {
	margin-left: 15px;
}
#DashboardLeft h3 {
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #1a4f85;
	font-size: 14px;
	height: 18px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-left: 0;
	font-weight: 400;
	font-variant: small-caps;
	color: #FFF;
	margin-right: 0;
	text-align: center;
}
span.sbindent {
	margin-left: 2px;
	margin-top: 3px;
	display: block;
	padding-left: 2px;
}
#sbwbline {
	height: 35px;
	overflow: hidden;
	display: block;
	margin-bottom: -5px;
}
.taskmenuitems {
	z-index: 99999;
	background-color: #ccc;
}
#replybox {
	width: 100%;
	vertical-align: top;
	padding: 0;
}
a.st, a.st:visited {
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
}
.editsels td {
	vertical-align: top;
	width: 100%;
	padding: 0 !important;
}
.editsels {
	width: 100%;
	border-top: thin solid #CCC;
	padding: 0 !important;
}
#pbmsg {
	margin-left: 30px;
	color: #600;
	position: fixed;
	font-weight: 700;
	background-color: #ff9;
}
a.interface_icons {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
a.mini_view {
	background: url(/img/mini_view_a.png) no-repeat;
}
.pmenu2 {
	visibility: hidden;
	margin-top: auto;
}
.pmenu2.hov {
	visibility: visible;
}
a.mini_reply {
	background: url(/img/mini_reply_a.png) no-repeat;
}
a.mini_delete {
	background: url(/img/mini_delete_a.png) no-repeat;
}
a.mini_edit {
	background: url(/img/mini_edit_a.png) no-repeat;
}
a.mini_tag {
	background: url(/img/mini_tag_a.png) no-repeat;
}
span.dwnarrw {
	float: left;
	position: absolute;
	margin-top: 7px;
}
#wizard_span a {
	margin-right: 15px;
}
#wizard_content {
	height: 365px;
	overflow: auto;
	display: block;
}
#message_console {
	height: 25px;
	display: block;
}
.sbnavtext {
	font-size: 11px;
}
#pbtoggle {
	float: right;
	width: 70px;
	height: 25px;
	font-size: 14px;
	margin-top: 15px;
	font-style: normal;
	font-variant: small-caps;
}
#pbtoggle a {
	color: #fff;
	font-size: 14px;
	font-variant: small-caps;
}
#fb_content {
	height: 280px;
	overflow: auto;
	display: block;
}
#fbform, #resform {
	border: 1px solid #7e9db8;
	height: 155px;
	width: 355px;
}
#fbform:focus {
	outline: none;
}
#prof_span {
	height: 345px;
}
#prof_span div#setup_stuff {
	overflow: visible !important;
}
.helptext {
	margin-top: 10px;
	display: block;
	text-align: left;
}
#main_content_status {
	height: 19px;
	background: transparent;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 0;
	text-align: right;
	border: 0;
	position: relative;
	margin-bottom: 7px;
	font-size: 14px;
}
.canvaswide #main_content_status {
	margin-left: 7px;
}
#printlink {
	margin-top: 7px;
}
#tagsettings {
	margin-right: 50px;
	float: right;
}
#tagsettings2 {
	float: right;
	margin-right: 5px;
}
.addlink {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;	
	border-bottom: 1px solid #ccc !important;
	color: #333 !important;
	cursor: pointer;
	font: normal normal normal 90%/normal arial, sans-serif;
	margin: 0px 8px 0px 0px;
	outline: none;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.addlink a {
	text-decoration: none;
	color: #333;
}
.addlink2 {
	margin-left: 104px;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 10px;
}
.addlink span, .addlink2 span {
	margin-left: 5px;
}
.tbar_button_m {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #bbb;
	border-bottom: 1px solid #bbb !important;
	color: #333 !important;
	cursor: pointer;
	font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	text-shadow: #FFF 0 1px 1px;
	margin: 0 8px 0 0;
	outline: none;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.tbar_button_left {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 0 0;
	-webkit-border-bottom-right-radius: 0 0;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #bbb !important;
	border-bottom: 1px solid #bbb !important;
	color: #333 !important;
	cursor: pointer;
	font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	text-shadow: #FFF 0 1px 1px;
	margin: 0 8px 0 0;
	outline: none;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.tbar_button_right {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 3px 3px;
	-moz-border-radius-bottomright: 3px 3px;
	-webkit-border-top-left-radius: 0 0;
	-webkit-border-bottom-left-radius: 0 0;
	-webkit-border-top-right-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #bbb;
	color: #333 !important;
	cursor: pointer;
	font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	text-shadow: #FFF 0 1px 1px;
	margin: 0 8px 0 0;
	outline: none;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.tbar_buttons_g {
	font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	background-color: #b7d891;
	border: 1px solid #84ae53;
	border-bottom: 1px solid #84ae53 !important;
}
.tbar_buttons_g:hover {
	border-color:#000;
		border-bottom: 1px solid #000 !important;
}

.tbar_buttons_gray {
  background: #ddd url(/img/contests/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
}
.tbar_buttons_gray:hover {
	background: #fff;
	color: #333;
	border: 1px solid #666;
	border-bottom: 1px solid #666 !important;
	-webkit-box-shadow: 0 1px 1px #999;
	-moz-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
}
span.tbar_buttons_gray a {
	font-weight: bold;
	}
#edit_sel_cid, #edit_sel_gid, #edit_sel_res, #edit_sel_pri, #edit_sel_sta, #edit_sel_task, #edit_smart_task {
	width: 150px;
}
#curwbmcstat, #curpgmcstat, #curtagmcstat {
	font-weight: 700;
	margin-right: 15px;
}
#pbhelptext, #pbhelptext2, #pbhelptext3 {
	height: 200px;
	overflow: hidden;
	margin-left: 5px;
	color: red;
}
#prof_img {
	float: right;
	margin-right: 20px;
}
#prof_top {
	width: 100%;
	height: 45px;
	display: block;
}
span.pimg {
	width: 45px;
	margin-left: 3px;
	float: left;
	cursor: pointer;
}
span.pimg2, span.limg2 {
	width: 15px;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}
.file_lock {
	position: absolute;
	bottom: 0;
	right: 0;
}
span.limg2 {
	width: 35px;
	text-align: center;
}
#pcontent ul {
	margin-left: 25px;
}
.rvcontent {
	margin-left: 170px;
	padding-bottom: 5px;
	font-size: 12px;
}
.rvcontent a {
	font-size: 12px;
}
.pblinks {
	filter: alpha(opacity=35);
	
	filter: alpha(opacity=35);
	opacity: .35;
	text-decoration: none;
}
#peeplist {
	height: 300px;
	overflow: auto;
	width: 250px;
	border: 1px solid #ccc;
	padding: 5px;
}
#peepinfo {
	border: 1px solid #630;
	margin: 5px;
	padding: 5px;
	height: 200px;
}
table#peeptable {
	margin: 10px 20px;
	width: 96% !important;
}
#peeptable td {
	padding: 15px 3px;
}
#peeptable th {
	text-align: left;
	padding: 15px 3px;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
}
.delete_x {
	font-weight: 400;
	text-decoration: none;
	color: red !important;
	font-size: 15px;
	margin-left: 10px;
}
#sitelogo {
	position: absolute;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	z-index: 999;
}
.tdname1 {
	font-size: 12px;
	text-align: left;
	font-family: serif, Arial;
}
#sitelogo2 {
	margin-left: 20px;
	margin-top: 5px;
}
#aep_ovrl2 {
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	opacity: 0.7px;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99;
	position: absolute;
	filter: alpha(opacity=70);
	width: expression(eval(document.body.clientWidth));
}
#aep_ww2 {
	position: fixed;
	z-index: 1000;
	top: 20%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#aep_win2 {
	margin: auto;
	width: 510px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 25px #333;
	-moz-box-shadow: 0 1px 25px #333;
	box-shadow: 0 1px 25px #333;
	background-color: #fff;
}
#aep_w2 {
	background-color: transparent;
	padding: 0px 20px 30px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
#aep_w2 span {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#aep_t2 {
	background-color: transparent;
	text-align: center;
}
#aep_t2 span#setup_window_title {
	width: 100%;
	text-align: center;
	padding-top: 15px !important;
}
#aep_w2 span, #editdd, #setuppword {
	font-family: Arial, sans-serif;
}
form#setup_form #editdd {
	font-size: 12px;
	}
#aep_w2 td {
	padding: 3px 3px 3px 0;
	vertical-align: top;
	font-size: 12px;
}
#after_setup_name {
}
#pbtarea {
	width: 48% !important;
}
.pbright {
	width: 240px;
}
.pbright table {
	width: 300px;
	margin-top: -2px;
}
.pbrighttd {
	width: 87px;
}
#pbaddtaskta2 {
	height: 50px;
}
#pbaddfile {
	margin-left: 100px;
}
#patt_files {
	margin-right: 17px;
	margin-top: -75px;
	float: right;
	width: 50%;
}
.setupmessage {
	color: #900;
}
#processing2 {
	margin: 100px 40% auto;
	position: fixed;
	z-index: 99;
	background-color: #FFF;
	border: 1px solid;
	display: block;
	padding: 10px;
	width: 250px;
}
.pbfileinput {
	float: left;
	margin-top: -220px !important;
}
.file_desc {
	color: #666;
	margin-left: 8px;
}
.link_desc {
	color: #666;
	margin-left: 90px;
	display: block;
}
.validation-advice {
	color: #f30;
}
#account_login .validation-advice {
    background-color: #FEE9DC;
    color: #A73F01;
    display: block;
    line-height: 1.3em;
    padding: 8px;
    text-align: left;
    -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	border: 1px solid #c5ae9f;
	border-top: 0;
	margin-top: -2px;
}
.zoho {
	width: 95%;
	min-width: 700px;
	height: 700px;
	border: 0;
}
span.move {
	cursor: move;
	margin-right: 10px;
}
#sidebarwbimgs {
	cursor: pointer;
	display: block;
	text-align: center;
	width: 220px;
}
td.oselect {
	white-space: nowrap;
	text-align: center;
}
#sidebarallcats {
	width: 225px;
}
#newfeatures {
	background: #ff3;
	width: 100px;
	margin-left: 150px;
}
#newfeatures a {
	color: #300;
}
#pbTasklink2 {
	margin-left: 0;
	display: block;
	float: left;
}
#pbTasklink2 select {
	height: 19px;
	width: 85px;
}
#topcontentbar {
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #1a4f85;
	height: 24px;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-top: -1px;
	font-variant: small-caps;
	color: #FFF;
}
.tophighlight {
	color: #FF9;
}
#moretoptions td, #moretoptions2 td {
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: top;
}
#threedtable td {
	border: 1px solid #ccc;
	padding: 5px 0;
}
#threedtable td.threehd {
	background-color: #ccc;
	width: 150px;
}
div.view3details {
	color: #333;
	font-size: 11px;
	margin-left: 12px;
	margin-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
span.sbmanage {
	float: right;
	padding-right: 5px;
	position: relative;
}
span.sbmanage a {
	color: #FFF;
	margin-left: 5px;
}
#colsb {
	font-size: 12px;
	background-color: #fff;
	margin-left: 10px;
}
.quickaddta {
	width: 300px;
}
span.setupradhelp {
	margin-left: 15px;
	display: block;
	font-size: 8pt !important;
	color: #777;
}
div.replytr3 {
	background-color: #ccc;
	border: 1px solid #CCC;
	position: fixed;
	top: 40%;
	left: 40%;
	width: 650px;
	z-index: 1000;
}
table.usecolstab {
	width: 98%;
	padding: 0;
	margin: 0 10px;
}
table.usecolstab td {
	padding: 0 !important;
	overflow: hidden;
	margin-right: 2px;
	text-align: center;
}
table.usecolstab2 {
	width: 100%;
	padding: 0;
}
table.usecolstab2 td {
	padding: 0 !important;
	overflow: hidden;
	margin-right: 2px;
	vertical-align: top;
}
th.tcols {
	background-color: #efefef;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0;
}
span.view2text {
	word-wrap: break-all;
}
div.tafelTree_root td {
	margin: 0 !important;
	padding: 0 !important;
}
div.tafelTree_root {
	margin-top: 5px !important;
}
div.tafelTree_row {
	height: 14px !important;
}
#jumpto {
	width: 230px;
	display: block;
	overflow: hidden;
	margin-top: 7px;
}
.pgsels {
	width: 90px;
	font-size: 10px;
}
div.fldiv {
	margin-left: 70px;
}
#tc50review h2 {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12pt;
	width: 100%;
	background-color: #15317E;
	color: #fff;
	font-weight: 700;
	margin-top: 10px;
	padding: 3px;
}
#tc50review .inp {
	border: 1px solid #aaa;
	color: #000;
}
#tc50review td {
	font-family: Helvetica,Arial,Sans-Serif;
	vertical-align: top;
	padding-bottom: 0;
	padding-top: 5px;
}
#tc50review td.label {
	width: 200px;
}
#tc50review td.instr {
	line-height: 7px;
	padding-top: 2px;
}
#tc50review a {
	color: #4F8C11;
}
span.smallb {
	font-size: 9px;
	color: #777;
}
#CalendarTable {
	margin: 10px 5px 10px 20px;
}
#calendar-settings-block {
	padding-right: 1em;
}
#CalendarTable span.day {
	color: #333;
	font-size: 12px;
	padding: 7px 0 0 5px;
}
#CalendarTable span.day a {
	color: #333;
	padding: 2px 4px;
	background-color: #e4e4e4;
}
#CalendarTable span.day a:hover {
	color: #fff;
	background-color: #666;
}
#CalendarTable .header-block {
	display: block;
	width: 100%;
	height: 25px;
	margin-top: 5px;
}
#CalendarTable table.cal {
	background-color: #ADD8E6;
	height: 600px;
	border-style: none;
	border-width: 3px;
	font-family: sans-serif;
	table-layout: fixed;
	position: relative;
}
#CalendarTable table.cal td {
	padding: 4px;
	width: 14%;
}
#CalendarTable .caption {
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
#CalendarTable form.nav {
	display: inline;
	padding-left: 1em;
}
#CalendarTable form.nav fieldset {
	padding-left: 2em;
}
#CalendarTable .thead {
	color: #eee;
	background-color: #999;
	font-size: 12px;
	padding: 0;
}
#CalendarTable thead.thead tr td {
	padding: 8px 0;
}
#CalendarTable .event-block {
	height: 1.5em;
	display: block;
	background: #668CB3;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	padding: 1px 1px 1px 3px;
	white-space: nowrap;
	width: 95%;
	margin-bottom: 2px;
}
#CalendarTable .event-block img {
	padding-right: .25em;
}
#CalendarTable td.cal {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
#CalendarTable tfoot.cal {
	color: #333;
	background-color: #eee;
	font-size: 14px;
	text-align: left;
}
#CalendarTable ul.cal {
	margin: 0;
	list-style-position: inside;
}
span.editTaskSpan form {
	border: 1px solid #ccc;
	border-top: none;
}
.pCalTable {
	width: 100%;
	border: 1px solid #888;
	overflow: scroll;
	height: 400px;
}
.pCalHeadDesc {
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	background-color: #666;
	color: #FFF;
	padding: 2px 10px 2px 5px;
	font-size: 11px;
}
.pCalAppHeadDesc {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	background-color: #666;
	color: #FFF;
	padding: 2px 10px 2px 5px;
	font: 11px Arial, Helvetica;
}
.pCalHourCell {
	font: 18px bold Arial, Helvetica;
	vertical-align: top;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #ADD8E6 #ADD8E6 #FFF;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
.pCalMinuteCell {
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #ADD8E6 #ADD8E6 #FFF;
	background-color: #FFF;
	padding: 0 5px;
	font: 8px Arial, Helvetica;
}
.pCallFreeTime {
	border-bottom: 1px solid #ADD8E6;
	padding: 2px 10px 2px 5px;
	font-size: 8px;
}
.pCalAppointment {
	border-bottom: 1px solid #ADD8E6;
	border-right: 1px solid #ADD8E6;
	vertical-align: top;
	font: 11px Arial, Helvetica;
	border-left: 10px solid #ADD8E6;
	padding: 5px;
	background-color: #ffc;
}
#CalendarTable td {
	font: 11px Arial, Helvetica;
}
#EventDetailsTable em {
	font-style: normal;
	font-weight: 700;
}
#EventDetailsTable tr {
	padding-bottom: 3px;
}
#EventDetailsTable td {
	vertical-align: top;
}
#EventDetailsTable {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.eventdata {
	padding-left: 7px !important;
}
#adminmsgs {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px 5px 17px;
	background-color: #ffc;
}
.revfilestabs {
	background-color: #ccc;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
a.setup_picked {
	padding: 0 0 0 10px;
	font-weight: 600px;
	background: url(/images/modal_left.png) no-repeat;
	height: 43px;
	color: #258ad8 !important;
}
ul.menu-items li {
	border-bottom: 1px solid #fff;
}
ul.menu-items li a {
	text-decoration: none;
	display: block;
	width: 126px;
	padding-left: 5px;
	color: #FFF;
}
ul.menu-items li a:hover {
	color: #000;
	background-color: #ebebeb;
}
.menu-content {
	background-color: #ebebeb;
	height: 460px;
	width: 410px;
	float: left;
}
.window_title {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 15px;
}
.category {
	font-size: 13px;
	width: 380px;
	margin-left: 10px;
}
.category_title {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}
.category_info {
	color: #a5a6a6;
	padding-top: 2px;
	padding-bottom: 10px;
}
.notification {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 380px;
	margin-left: 10px;
	color: #24426d;
	text-align: justify;
}
.edit-button, .edit-button a {
	float: right;
	color: #c78c4c;
	margin-left: 5px;
}
.password {
	color: #005826;
	font-weight: 700;
}
.invisiblelink {
	visibility: hidden;
	text-decoration: none;
}
.newpage {
	float: left;
	padding-top: 7px;
	background: url(../images/layout/newpage.png) no-repeat;
	height: 33px;
	width: 80px;
}
.newpagegroup {
	margin-left: 300px;
	padding-top: 7px;
	padding-left: 3px;
	background: url(../images/layout/newpagegroup.png) no-repeat;
	height: 33px;
	width: 100px;
}
.group_count {
	color: #666;
	font-size: 90%;
	font-weight: 400;
}
.newlist {
	margin-left: 20px;
	padding-top: 7px;
	padding-left: 14px;
	background: url(../images/layout/newlist.png) no-repeat;
	height: 33px;
	width: 80px;
}
.newdatafield {
	margin-left: 20px;
	padding-top: 7px;
	padding-left: 7px;
	background: url(../images/layout/newdatafield.png) no-repeat;
	height: 33px;
	width: 100px;
}
.newwizeapp {
	margin-left: 20px;
	padding-top: 7px;
	padding-left: 10px;
	background: url(../images/layout/newwizeapp.png) no-repeat;
	height: 33px;
	width: 100px;
}
.important {
	background: #f3f0bc;
	color: #bd3333;
}
.fieldborders {
	border-style: solid;
	border-color: #b7b7b7;
	margin: 0 5px;
}
#sidebarfiltering {
	padding: 5px 5px 5px 20px;
	color: #333 !important;
	background-color: #efefef;
}
#wsuse {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
a.grayarrow {
	margin-right: 3px;
}
a.pagelinks {
	text-decoration: none;
	font-size: 13px;
}
#reviewtable {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-spacing: 2px;
}
#reviewtable td {
	padding: 2px;
}
.attach_border {
	border-top: thin solid #CCC;
}
.threaded {
	margin-left: 55px !important;
	border-top: 0;
}
.logos {
	max-width: 200px;
}
.pagefile {
	font-weight: 700;
}
.taglist {
	overflow: auto;
	padding: 5px 0;
	line-height: 9px;
}
.taglist a {
	font-family: Arial;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #DFE8F8;
	border: thin solid #a4c1e8;
	color: #353535;
	font-size: 9px;
	margin: 1px 2px;
	padding: 0 9px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.removeTag {
	font-family: Verdana;
	line-height: 5px;
	color: #D33921;
	font-size: 8px;
	font-weight: 700;
	padding: 0 1px;
	position: absolute;
	right: 2px;
	text-align: center;
	bottom: 3px;
	vertical-align: middle;
	cursor: pointer;
}
.addTagForm span, .taskTagForm span, .fileTaskForm span {
	color: #AAA;
	font-size: 90%;
}
.addTagForm {
	padding: 20px 15px;
	line-height: 2em;
	text-align: center;
	background-color: #EEE;
	border: 1px solid #000;
	float: right;
	width: 200px;
	z-index: 100;
}
.addTagForm form input[type="text"] {
	margin-bottom: 5px;
	}

.taskTagForm, .fileTaskForm {
	left: 0;
	position: absolute;
	padding: 20px 15px;
	line-height: 2em;
	text-align: center;
	background-color: #EEE;
	border: 1px solid #000;
	right: 5px;
	top: 5px;
	z-index: 100;
}
.taskTagForm {
	width: 300px;
}
#sidebartaglist {
	padding: 8px;
	line-height: 1.2em;
}
#sidebartaglist .thetags a {
	font-family: Arial;
	margin: 1px 2px;
	padding: 0 1px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
#sidebartaglist .thetags a.highlight {
	background-color: #FF9;
	font-weight: 700;
}
#sidebartaglist h4 a {
	color: #000;
	text-decoration: none;
}
.autocomp {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	z-index: 999;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.autocomp .selected {
	background-color: #FF9;
}
img.open, img.closed {
	margin-right: 10px;
	padding-top: 3px;
}
tr.even {
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.letterlabel {
	width: 15px;
	float: left;
	color: #666;
}
.tagline {
	font-size: 13px;
	padding-left: 15px;
}
span.button_text_b {
	font-size: 12px !important;
	font-weight: bold;
}
span.button_text_w {
	font-size: 12px !important;
	font-weight: bold;
	color: #FFF;
}
#maincontent h4 {
    border-bottom: 1px solid #E8E8E8;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin: 0 20px;
    padding: 13px 0;
    text-transform: uppercase;
}
	
.table_list2 input.input_modal_save, #GroupWizeappssave input.input_modal_save, #googlewindow input.input_modal_save {
	width: 86px !important;
	border: none;
	background: auto;
	color: #FFF;
}
.input_modal_save, a.modal_save {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #308f00;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold !important;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #333;
    }
.input_modal_save:hover, a.modal_save:hover {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #3cb201;
	}
.input_modal_cancel, a.modal_cancel {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #666;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold !important;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #333;
    }
.input_modal_cancel:hover, a.modal_cancel:hover {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #333;
	}

a.modal_delete {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #b22a01;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold !important;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #333;
}

a.modal_submit {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #308f00;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold !important;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #333;
}

a.modal_app {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    background: -moz-linear-gradient(top, #fff, #ccc);
    color: #333;
	 padding: 5px 9px;
    border: 1px solid #999;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: absolute;
    top: -10px;
    left: 10px;

}
.yesno a {
	display: inline-block;
	margin: 5px;
}
a.aep_close {
	background: url("/css/modalhive/close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 21px;
	margin: -5px 4px 4px;
	width: 21px;
}
#setup_form input, .modalhive_message input[type="text"], .modalhive_message input[type="password"], .modalhive_message textarea {
	background: #FFF;
	border: 1px solid #7e9db8;
	padding: 2px 5px;
	font: normal normal normal 13px/normal 'Lucida Grande', Arial, sans-serif;
	width: 200px;
}
.modalhive_message th {
	line-height: 24px;
	vertical-align: middle;
	font-weight: 400;
	padding: 10px 5px;
	text-align: left;
	width: 8em;
}
.modalhive_message fieldset {
	border: none;
}
#aep_w2 input.universaltext {
	background: #FFF;
	border: 1px solid #7e9db8;
	font: normal normal normal 13px/normal 'Lucida Grande', Arial, sans-serif;
	padding: 2px 5px;
	width: 200px;
}
.A0 {
	-webkit-background-clip: border;
	-moz-background-clip: border;
	background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/img/gmail.png) no-repeat scroll -84px 50%;
	color: #777;
	height: 10px;
	overflow: hidden;
	padding: 1px;
	position: absolute;
	right: 10px;
	top: 1em;
	width: 7px;
	left: 163px;
}
.A1 {
	-webkit-background-clip: border;
	-moz-background-clip: border;
	background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: url(/img/open_arrow.png) no-repeat;
	color: #777;
	height: 8px;
	overflow: hidden;
	padding: 1px;
	margin-top: 5px;
	right: 2px;
	width: 14px;
}
.pbcatsel {
	width: 125px;
}

#ws_manage_resort li {
	border: 1px solid #ccc;
	cursor: move;
	height: 20px;
	margin: 5px;
	padding: 5px;
	width: 200px;
}
.display_settings input, .profile_email input {
	width: 14px;
}
.inputfile {
	border: none !important;
	background: none !important;
}
.setup_rad_box input {
	width: 5px;
}
#shortsccnotes {
	width: 35px !important;
}
.questionsettings input, .radioinput {
	width: 12px !important;
}
.questionsettings {
	padding: 10px;
}
.graytext {
	color: #bfbfbf;
}
#promo_msg {
	float: left;
	background-color: #ffc;
	margin-left: 30px;
	margin-top: 23px;
}
.action_list, .table_list {
	width: 98%;
	padding: 5px;
	margin: 5px;
}
.table_list2 {
	width: 96%;
	padding: 5px;
	margin: 5px;
}
.action_list th, .table_list th {
	font-weight: 700;
	padding: 5px;
	text-align: left;
}
#new_actions {
	position: absolute;
	right: 5px;
	top: 45px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.descript {
	display: inline-block;
	width: 260px;
	color: #979797;
	margin-top: 5px;
}
.emailhelp {
	font-size: 13px;
}
#usrinfo {
	font-size: 14px;
	padding: 10px;
}
#usrinfo label {
	display: inline-block;
	width: 110px;
	font-weight: 600;
}
.calendar_view a {
	display: inline-block;
	margin-right: 5px;
}
#personals td {
	padding: 2px !important;
}
.table_list label {
	font-weight: 400 !important;
}
.active_action {
	text-decoration: underline;
	font-weight: 700;
}
.smart_task_response td {
	padding: 0 5px;
	text-align: center;
}
.smart_task_response td a {
	width: 150px;
	padding: 5px;
	border: thin solid #CCC;
	background-color: #EEE;
	text-decoration: none;
}
.da {
	background: url("/img/gmail.png") no-repeat scroll -36px 50% transparent;
	font-size: 0;
	display: inline-block;
	height: 6px;
	margin-left: 3px;
	vertical-align: middle;
	width: 7px;
}
#taghelp {
	display: inline-block;
}
.modalhive_content td {
	vertical-align: top !important;
}
.newaction td {
	padding-bottom: 10px !important;
}
#workflow .usecoltr td {
	text-align: left;
        padding:5px;
}
#workflow th {
    border: 2px solid #FFFFFF;
}
#workflow tr.disabled {
    color: #111;
}
.usecoltr:hover {
    background-color: #ff9;
}
.usecoltr {
    line-height:20px;
}
#tablehead {
	background: #bfbfbf;
	width: 569px;
}
#tablehead .titletab {
	padding-left: 10px;
	font-weight: 700;
	display: inline-block;
	width: 175px;
}
.pagegrprow {
	position: relative;
	padding: 5px;
	list-style-type: none;
}
.recur_option {
	padding: 5px 8px;
	border: 1px solid #2A5DB0;
}
#patt_file_list {
	background-color: #FFF;
	border: 1px solid #666;
	width: 400px;
	padding-right: 8px;
}
.highlightfilelist {
	border-bottom: 15px solid #ff9;
}
.dragger {
	cursor: move;
	width: 6px;
	height: 14px;
	float: left;
	border: 0;
	background-image: url('/img/grippy.png');
	margin: 3px 5px 0 0;
}
.autocomplete {
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 99999;
	text-align: left;
	max-height:300px;
	overflow:auto;
}
.autocomplete ul.li {
	list-style-type: none;
}
.filelink {
	display: inline-block;
	min-width: 400px;
}
#paging a {
	background: #DFEDF7;
	border: 1px solid #90C2E1;
	border-bottom-left-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	padding: 1px 5px;
	text-decoration: none;
}
#paging {
	margin-top: 10px;
	margin-bottom: 20px;
}
#paging a.active {
	font-weight: 700;
	color: #000;
}
div.autoshow {
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 300px;
	overflow: auto;
	position: absolute;
	width: 250px;
	z-index: 1;
}
div.autohelp {
	background-color: #fcc;
	padding: 7px;
}

#ddtarget {
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	position: absolute;
	z-index: 100;
}
#upload-progress {
	top: 10px;
	left: 50%;
	margin: -10px 0 0 -100px;
	position: absolute;
	z-index: 101;
}
#upload-progress li {
	margin: 0 10px 10px 0;
	list-style: none;
	position: relative;
	z-index: 2;
}
#upload-progress li .progressBar {
	width: 200px;
	height: 20px;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px #fff;
	-moz-box-shadow: 1px 1px 2px #fff;
	box-shadow: 1px 1px 2px #fff;
}
#upload-progress li .progressBar p {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #1E528C;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	opacity: 1px;
}
.ddhover {
	background-color: #0F0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	opacity: 0.3px;
	height: 300px;
	padding: 10px;
}
#ddtarget h1 {
	font-size: 18px;
	margin-bottom: 13px;
}
#ddtarget p {
	font-size: 16px;
	margin: 0;
}
#ddtarget input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	opacity: 0;
}
#pl_table {
	margin: 10px 14px 0;
	border-spacing: 2px;
	border-collapse: separate;
}
#pl_table th {
	padding: 3px;
}
#pl_table td, #pl_table a {
}
.checkbox {
	width: 15px;
}
td.checkbox input {
	margin-left: 2px;
}
.sortcol {
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 20px;
}
#pl_table th.resize-handle-active {
}
div.resize-handle {
	-webkit-resize;
-moz-resize;
resize;
width: 10px;
	border-right: 1px dashed #1E90FF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
}
.editable-cell-form {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}
div.searchdetails {
	border: 1px solid #CCC;
	margin: 10px;
	padding: 7px;
}
div.sresdiv {
	margin: 5px;
}
#DashboardLeft {
	width: 38%;
	float: left;
	margin-right: 10px;
	min-height: 490px;
}
#DashboardRight {
	width: 60%;
	float: left;
	min-height: 490px;
}
.dashboard_box {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	padding-bottom: 10px;
	background-color: #FFD;
}
.tasks_searchresults, .cart_searchresults {
	position: absolute;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #333;
	z-index: 100;
}
#__tooltip___content {
	-ms-overflow-y: auto !important;
	overflow-y: auto !important;
}
#more_ws_search {
	border-bottom: 1px solid #666;
	padding: 3px 2px 3px 3px;
	width: 146px;
}
.searchli {
	border-bottom: 1px solid #666;
	padding: 3px 2px 3px 3px;
}
ul.jqSearchUl {
	min-width: 193px !important;
	max-height: 300px;
	-ms-overflow-y: auto !important;
	overflow-y: auto !important;
}
div.dialog .activity {
	float: none !important;
}
.afile a:link, a:visited {
	color: #0B5D8C;
	font-weight: 400;
	outline: medium none;
	text-decoration: none;
}
.setuptitle, #dropdowntext {
	font-size: 140%;
}
.blue_button.drag, #coltopcontentbar div.tabsort, #minitabs div.tabsort, #dftable tr {
	cursor: move;
}
#post_box_menu a, #bookmarklet:hover, #moredaops:hover, #moreloops:hover, a.pagelinks:hover, #sidebartaglist .thetags a:hover, #promo_msg a, .template_list a:hover, a.addaction:hover {
	text-decoration: underline;
}
#post_ta, #sidebaricon {
	height: 200px;
}
#attach_file input, #subrightabs a.visited, #subrightabs a {
	color: #000;
}
select.sbcatsel {
	width: 130px;
}
table.sortable, #pftable {
	width: 100%;
	margin-top: 0;
}
span.move img.hov {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	opacity: 1px;
}
.actfile, .reply, div.task, div.post, div.question, div.dm, div.file, div.rev, div.filever, div.link, .inputsearch, .tagnodemenu2 a, #layopsclose, #moretabslist span, #patt_file_list span {
	display: block;
}
.actfile span a, .reply span a, div.task span a, div.post span a, div.question span a, div.dm span a, div.file span a, div.filever span a, div.link span a, #extendedtabmenu a, #main_content_status a, .newpage a, .newpagegroup a, .newlist a, .newdatafield a, .newwizeapp a, .action_choose, .template_list a, a.addaction, #taglist a {
	text-decoration: none;
}
div.task, div.file, div.task, div.post, div.reply, span.pimg2 {
	position: relative;
}
div.post, div.link, div.filever, #coltopcontentbar, #colmain_content_status, #revftactive {
	background-color: #fff;
}
span.hov, span.hov a {
	color: #0B5D8C;
}
.table_list tr td, #user_profile .table_list tr td {
	padding: 5px 10px;
	vertical-align: top;
}
#topcont, #colbod {
	background-color: #000;
}
.editor_field_tab, th.select_ths {
	width: 60px;
}
span.llink, span.llink5b {
	text-decoration: underline;
	cursor: pointer;
}
#wizard_span h3, #prof_img a {
	margin-bottom: 10px;
}
#imgviewtoggle, #quessettings, #printlink, #filetoggle, #reviewlink, #exportlink {
	float: right;
	margin-right: 10px;
}
#tagToggle, #pageToggle, #workToggle, div.nopeep, .tafelTreecontent img {
	cursor: pointer;
}
.addlink img, h3 img.expandable {
	float: left;
}
#rss, #rss2, #attach_link, #attach_link2, .pge_view .pgsels {
	margin-left: 10px;
}
.highlight, .highlight .fldiv a {
	background-color: #ff9;
}
table.profwbs, #aep_text2, .smart_task_response {
	width: 100%;
}
div.yespeep, tr.appselected {
	background-color: #9CF;
}
#maincontent .table_list td {
	padding: 5px;
}
.setupmenops {
	font-size: 12px;
}
a.setupmenops {
	margin: 2px;
	text-decoration: underline !important;
}
#all_todo_forms, span.hidden, #upload-progress li.loaded {
	display: none;
}
span.sbmanage a:hover, .modalhive_content a, .usecolstab2 a, .sortable a,  {
	text-decoration: underline !important;
}
table.usecolstab div, #tabbox {
	overflow: hidden;
}
#CalendarTable a.prevnext:link, #CalendarTable a.prevnext:visited, #CalendarTable a.prevnext:active, #CalendarTable a.event:link, #CalendarTable a.event:visited, #CalendarTable a.event:active {
	color: #0b5d8c;
	font-size: 12px;
	text-decoration: underline;
}
#CalendarTable a.prevnext:hover, #CalendarTable a.event:hover {
	color: #024972;
	font-size: 12px;
	text-decoration: underline;
}
#wsuse td.right, .yesno {
	text-align: center;
}
#sidebartaglist h4, .formRow {
	margin-bottom: 5px;
}
.autocomp ul, ul.fields {
	list-style: none;
}

#todo_settings_short, #setup_ft_box input, .wizeappslist input, .colorscheme input, .settingsinput input {
	width: 15px !important;
}
div.review_bottom {
	line-height: 70%;
	margin-top: 15px;
}
div.review_mid {
	float: right;
	text-align: right;
}
div.review_mid a {
	text-decoration: none;
	margin-right: 5px;
}
span.review_left {
	float: left;
}
#searchup {
	margin-left: 5px;
}
.mceMenu, .mceListBoxMenu, .mce_forecolor, .mce_backcolor, .clearlooks2 {
	z-index: 100000000 !important;
}
tr.rowodd {
	background-color: #FFF;
}
tr.roweven {
	background-color: #F2F2F2;
}
th.resize-handle-active {
}
div.resize-handle {
	-webkit-resize;
-moz-resize;
resize;
width: 2px;
	border-right: 1px dashed #1E90FF;
	position: absolute;
	top: 0;
	left: 0;
}
table.actionstab td {
	line-height: 25px;
}
div.canvasshort {
	background: transparent;
}
span#reviewlink a.prev, span#reviewlink a.next {
	background-color: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #bbb;
	color: #333 !important;
	cursor: pointer;
	font: normal normal normal 90%/normal arial, sans-serif;
	text-shadow: #FFF 0 1px 1px;
	margin: 0;
	outline: none;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	}
	span#reviewlink a.next {
		margin-left: -10px;
		}
	span#reviewlink a.prev {
		margin-left: 12px;
		}
span#reviewlink a.prev:hover, span#reviewlink a.next:hover {
	background: #fff;
	color: #333;
	border: 1px solid #666;
	-webkit-box-shadow: 0 1px 1px #999;
	-moz-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
}


	
	
	

table.sortable {
	background-color: #ffffff;
}
#recommendationslist {
	border-right-width: 3px;
	border-color: #fcfcfc;
	border-style: solid;
	border-top-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
}
div.threeColumnLeft.floatLeft h1 {
	border-color: #ffffff;
}
div.review_bottom {
	line-height: 14px;
	border-style: none;
	border-color: #e0e0e0;
}
div.rev {
	border-color: #dbdbdb;
	border-bottom-width: 1px;
	border-style: solid;
	margin-left: 3px;
	margin-right: 3px;
	padding: 10px 0;
}
#texttab_show {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.print h3 {
	line-height: 10px;
}
li.linone {
	padding-top: 2px;
}
span.tabmenu a {
/*	text-decoration: underline !important;*/
	padding-left: 10px;
	font-size: 12px;
}
div.status_bar {
	height: 4pt;
	display: none;
}
#aep_t2 {
	padding-top: 10px;
	line-height: 12px;
}
td.cal {
	color: #f2f5f7;
	border-style: solid;
	border-color: #e4e4e4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
div.header-block div a {
	text-decoration: underline;
	padding-left: 5px;
}
tr td a {
	text-decoration: underline;
}
div.event-block {
	line-height: 14px;
}
tfoot.cal tr td {
	display: none;
}
div.dialog {
	background-color: #FFFFFF;
	color: transparent;
	height: auto !important;
	padding: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 0 7px #333;
	-moz-box-shadow: 0 0 7px #333;
	box-shadow: 0 0 7px #333;
	border: 5px solid #999999;
}
#Name {
	margin-left: 10px;
}
span.post-user {
	font-size: 12px;
}
div.dashboard_box {
	font-size: 10px;
}
div.post {
	margin-top: 5px;
}
li.active a {
	font-size: 13px;
}
#reply_ta {
	font-family: Helvetica, Arial, sans-serif;
}
#add_page_formt5 a {
	text-decoration: underline;
}
div.fldiv.afile a {
	font-variant: normal;
	font-size: 12px;
	border-color: #d1d1d1;
	border-style: none;
	border-bottom-width: 1px;
}
div.post.postfile {
	border-style: solid;
	border-bottom-width: 1px;
	border-color: #d9d9d9;
	padding-bottom: 12px;
}
#moretoptions {
	border-color: #ccc;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #fff;
	padding: 20px;
}
#moretoptions2 {
	border-color: #ccc;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #fff;
	padding: 20px;
}
}
#dataopsclose {
	text-decoration: underline;
}
#layopsclose {
	text-decoration: underline;
}
li.pageLi {
	border-style: none;
	border-color: #c4c4c4;
}
div.activity {
	background-color: #ffffff;
	margin-top: 0px;
}
#UserPagingTop a {
	text-decoration: underline;
}
#UserPagingBottom a {
	text-decoration: underline;
}
#spostbox {
	margin-left: 19px;
	margin-right: 2px;
	border-color: #dbdbdb;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-top: 0;
	padding-top: 0;
}
a.pbsave {
	text-decoration: underline;
}
a.pbsave span {
	color: #fff !important;
	}
a.pbcancel {
	text-decoration: underline;
}
a.pbcancel span {
	color: #fff !important;
	}
div.activity {
	width: 100%;
}
#setup_in_box_note, #notes_box {
	font-family: Arial,Sans-serif;
	font-size: 13px;
	height: 100px;
	padding: 5px;
	width: 440px;
}
#ws_create_form a {
	text-decoration: underline;
}
#setup_in_box_note {
	width: 440px;
	height: 100px;
}
#notes_box {
	height: 50px;
}
/* end Mike L changes */
.wsDelRight {
	float: right;
}
.sideBarPages {
	padding: 2px 8px 8px 8px;
	overflow: hidden;
}
#prof_stuff {
	height: 405px;
	overflow: auto;
}
#topNotice {
	font-size: 10pt;
	position: absolute;
	top: 15px;
	left: 45%;
}
#topNotice a {
	color: #fff;
	text-decoration: underline;
}
#setuphelptop {
	font-size: 10pt;
}
#modify-colors-table {
	margin-top: -75px;
	margin-left: 15px;
}
#customcolorbox {
	height: 150px;
	padding-left: 5px;
	border: 1px solid #ccc;
	width: 200px;
}
#customcolorbox td {
	padding: 5px;
}
.add-people-menu-item, .add-workspace-menu-item {
	margin: 10px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.add-people-menu-item:hover, .add-workspace-menu-item:hover {
	background-color: #FEFEE0;
}
.add-people-header, .add-workspace-header {
	font-weight: bold;
	font-size: 14px;
}
.add-people-header2, .add-workspace-header2 {
	font-weight: bold;
}
.add-workspace-icon {
	float: left;
	height: 55px;
	width: 55px;
	padding: 5px;
}
.add-workspace h1 {
	font-size: 12pt;
	font-weight: bold;
}
.add-workspace-description, .add-workspace-header-text {
	padding: 10px;
	color: gray;
}
.add-workspace-menu-item {
	float: left;
	width: 248px;
	height: 88px;
}
.add-workspace-item-focused {
	width: 345px;
	height: 75px;
}
.add-workspace-buttons {
	float: right;
	margin-top: 15px;
}
.workspace-info-menu-item {
	border-top: 1px solid #ccc;
}
.workspace-info-menu td {
	padding: 5px !important;
}
.dashboard-search {
	float: right;
	position: absolute;
	text-align: right;
	width: 95%;
}
.dashboard-search input {
	font-size: 10pt;
}
#dashboard-search-input {
	height: 20px;
	width: 182px;
}
.add-workspace-item-focused .add-workspace-header {
	margin-bottom: 5px;
}
.workspaceType img {
	margin-bottom: -5px;
	margin-top: 10px;
	width: 26px;
}
#filevmenu {
	width: 88px !important;
}
#moretoptions2 a {
	text-decoration: underline;
}
#pgstmenu2 {
	width: 250px;
	line-height: 20px;
	padding: 5px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 10pt;
}
#pgstmenu2 a {
	display: block;
	font-size: 8pt;
	text-decoration: none;
}
#after_setup_title, #after_setup_name {
	color: #666666;
	display: block;
	font-size: 11px !important;
	width: 290px;
}
.setup-table {
	margin-left: -10px;
}
.setup-table td {
	padding: 5px !important;
}
a.link {
	border-bottom: 1px solid #BDE5FC;
}
#linklist img {
	max-width: 25px;
	max-height: 25px;
}
div.jqTransformSelectWrapper, #jqselectspan {
    min-width:150px;
}

.subtabsManage {
    padding: 7px;
    width: 100%;
    height: 500px;
    vertical-align: top;
}

.subtabsManageDiv {
    padding:10px; 
    height:525px;
    overflow:auto;
}

fieldset.subtabsManageFieldset {
    border: 1px solid #ccc;
    margin-top: 8px;
}

.subtabsScrollDiv {
    height:380px;
    overflow:auto;
    position:relative
}

.subtabType {
    float: left;
    left: 200px;
    color: #666;
    position: absolute;
    margin-top: 2px;
}
ul.subtabsInactive .subtabType {
	 left: 208px;
    position: absolute;
}
ul.subtabsInactive a.subtabOnOffDisabled {
	color: #666;
	background: none;
	border: 0;
}
#setup_stuff .subtabType {
	color: #666666;
	font-size: 11px;
}
.subtabOnOff, .subtabOnOffDisabled {
	background-color: #E8E8E8;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: 0 5px 0;
	padding: 1px 3px;
	text-decoration: none;
	text-transform: uppercase;
	background: #E8E8E8;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#ccc));
    background: -moz-linear-gradient(top, #E8E8E8, #ccc);
        border: 1px solid #ccc;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.subtabOnOff:hover, .subtabOnOffDisabled:hover {
	border: 1px solid #666;
	}
.subtabOnOff:active, .subtabOnOffDisabled:active {
	border: 1px solid #666;
	    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#E8E8E8));
    background: -moz-linear-gradient(top, #ccc, #E8E8E8);
	}
.subtabOnOffDisabled {
	cursor: text;
	border: none;
}
li.subtabUnused {
	border-left: 3px solid #c5c705;
	background-color: #fff;
}
li.subtabDisabled {
	border-left: 3px solid red;
	background-color: #e4e4e4;
}
span.subtabName {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.subtabOnOff:hover {
	background-color: #ff9;
}
#ws_manage_resort li, .subtabUnused {
	border: 1px solid #ccc;
	cursor: move;
	height: 20px;
	margin: 5px;
	padding: 10px 5px 5px;
	width: 95%;
}
#ws_manage_resort li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	margin-bottom: 7px;
	border: 1px solid #ccc;
	border-left: 3px solid green;
}
#ws_manage_resort li:hover {
	background-color: #e8e8e8;
	border: 1px solid #000;
	border-left: 3px solid green;
}
#subtabsInactivet li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subtabUnused {
	cursor: auto;
	background-color: #e8e8e8;
}
.subtabUnused span.subtabName {
	color: #666;
}

.subtabEdit {
    background:url("/imgs/managePagesIconbg.png") no-repeat scroll left top transparent;
    display:block;
    height:15px;
    padding:0;
    width:16px;
    float:right;
}

.subtabDel {
    display:block;
    height:15px;
    padding:0;
    width:16px;
    float:right;
    color: red !important;
    margin-left:5px;
}

.wizeappsButtons {
    margin-top: 25px;
    position: relative;
}

.wizeAppIcon img {
    border:0;
}

.wizeAppIcon {
    float:left;
}


.wizeAppName a {
    font-weight:bold !important;
}

.wizeAppTypes li {
    height:65px;
    overflow:hidden;
    margin:5px;
}

.required {
    color: #FF0000;
}

.wizeappsLabel {
    display:block;
    float:left;
    width:135px;
    margin-top:4px;
}

.wizeappsRow {
    padding-bottom:6px;
    clear: both;
}

form#NewWizeApp {
	padding: 0px 30px;
	}
.wizeappsRow span.wizeappsInput {
	}
	
.wizeappsInput .defaultSimpleSkin table.mceLayout {
    clear: both;
    width: 467px !important;
	}
	.wizeappsInput .defaultSimpleSkin {
		float: left;
		margin-bottom: 30px;
		}
.wizeappsInput img {
    clear: right;
    display: inline-block;
    vertical-align: top;
	}
.wizeappsRow a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #bbb;
	border-bottom: 1px solid #bbb !important;
	color: #333 !important;
	cursor: pointer;
	font: bold 10px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	text-shadow: #FFF 0 1px 1px;
	margin: 0;
	outline: none;
	padding: 2px 3px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	 background: #ddd url(/img/button.png) repeat-x;
 	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
 	 background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
	}

.wizeappsRowHeader {
    background-color: #EFEFEF;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    margin: 11px 0 7px -6px;
    padding: 7px 0 7px 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    clear: both;
}

.wizeAppTypes li:hover {
	background-color: #ffff99;
	cursor:pointer;
}

.wizeAppCopy {
    float:left;
    margin-top:-15px;
	min-width: 150px;
	text-decoration: underline !important;
}

.timezone-info {
	clear: left;
	padding-left: 135px;
	width: 135px;
	color: #777;
	font-size: smaller;
}

#filterFields {
    width: 200px;
    margin: 2px 5px; 
}
#FilterList input {
    margin:2px 5px 2px 0;
    width:200px; 
}
#workflowActionPopulate {
    margin-left:20px;
}
#trigger_form select {
    width:190px;
    margin-right:5px;
}

span.collapseAll {
    margin-left:5px;
}

.EditTextTextarea {
    width: 100%;
    height: 75px;
}

table.EditText {
    width:100%;
}

table.EditText td {
    padding: 5px !important;
}

table.EditText td.label {
    width:100px;
}

table.EditText input {
    width: 100%;
}

fieldset.EditTextFieldSet legend {
    margin:5px;
    padding:5px
}

fieldset.EditTextFieldSet {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.scheduleSelect {
    width:149px;
}

.noBackground {
    background:0 !important;
}

.recSettingsLabel {
    float:left;
    width:180px;
}
.recSettingsColumns {
	width: 50%;
	}

.recSettingsRow {
    padding: 10px;
}

.recSettingsRow textarea {
    height: 100px;
    width: 275px;
}
form#CopyApplicants table.top {
	font-size: 14px;
	width: 700px;
	margin: 20px auto;
	}
form#CopyApplicants table td select {
	font-size: 13px !important;
	font-family: Arial,sans-serif;
	}
form#GroupPrint {
	width: 800px;
    margin: 0 auto;
	}
div#last-printed {
	width: 800px;
    margin: 0 auto;
	}
div#last-printed {
    margin: 0 auto 80px;
    padding-left: 60px;
    width: 800px;
}
div#last-printed h3 {
    margin: 0 30px 10px -10px;
}
div#last-printed .pending {
    margin: 0 0 4px 30px;
    display:block;
    font-size: 13px;
}	
div#last-printed p.refresh {
	margin: 10px 30px;
	}
div#last-printed p.refresh a.refresh {
    margin: 0 auto;
  background: #ddd url(/img/contests/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #bbb;
	border-bottom: 1px solid #bbb !important;
	color: #333 !important;
	cursor: pointer;
	font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	text-shadow: #FFF 0 1px 1px;
	margin: 0 8px 0 0;
	outline: none;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap
}	
form#GroupPrint p.actions, div#last-printed p.actions {
    color: #333333;
    font-size: 14px;
    line-height: 1.4em;
    margin: 24px auto;
    padding: 0 30px;
}
form#CopyApplicants input[type="submit"],form#GroupPrint input[type="submit"] {
	text-decoration: none !important;
    background: url("/img/glass-light.png") repeat-x scroll 0 50% #308f00;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold !important;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #333;
    }
p.actions select {
	width: 225px;
}
p.actions .modal_save {
	font-size: 14px;
	width: 225px;
	margin-left: 5px;
}


form#GroupPrint h4 {
	 border-bottom: 1px solid #E8E8E8;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin: 0 20px;
    padding: 13px 10px;
    text-transform: uppercase;
}
div#last-printed h4 {
    border-bottom: 1px solid #E8E8E8;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    margin: 0 20px 0 -12px;
    padding: 13px 10px;
    text-transform: uppercase;
}

form#GroupPrint .wrapper {
	width: 400px;
	font-size: 15px;
	margin: 0 auto;
	}
form#GroupPrint .wrapper .left {
    float: left;
    padding-right: 6px;
    text-align: right;
    width: 150px;
}
form#GroupPrint .wrapper .right {
    float: left;
    padding-bottom: 20px;
    width: 200px;
}
form#GroupPrint .wrapper .right select {
    font-size: 14px;
}
form#GroupPrint .wrapper p input {
    margin-bottom: 30px;
    margin-left: 154px;
	}
form#CopyApplicants {
	width: 900px;
	margin: 0 auto 150px auto;
	}
form#CopyApplicants h4 {
	margin: 0 0 0 0 !important;
	}
form#CopyApplicants div.CopyApplicants-from {
    background: url("/img/actions-move.png") no-repeat scroll 300px 7px transparent;
    float: left;
    margin-left: 93px;
    margin-top: 30px;
    overflow: visible;
    padding-right: 58px;
    text-align: right;
    width: 278px;
}
form#CopyApplicants div.CopyApplicants-to {
    float: right;
    margin-right: 153px;
    margin-top: 30px;
    width: 300px;
}
form#CopyApplicants div.CopyApplicants-copy {
    clear: both;
    margin: 0 0 30px 84px;
    text-align: right;
    width: 300px;
}
form#CopyApplicants div.CopyApplicants-copy div {
	padding-bottom: 10px;
	}
form#CopyApplicants .wrap {
    display: block;
    height: 50px;
    width: 100%;
}
form#CopyApplicants .left {
    clear: both;
    display: inline;
}
form#CopyApplicants .right {
	display: inline;
	}		
form#CopyApplicants div.CopyApplicants-from select, form#CopyApplicants div.CopyApplicants-to select {
	width: 190px !important;
	}
a#savetempl, a#deltempl, a#newtemplate {
	margin-left: 10px;
	border-bottom: 1px solid #ccc;
	}
a.show-hide {
	border-bottom: 1px solid #ccc;
	}
table.editlinkbox {
    width:350px;
    margin:10px 0 0 10px;
}
table.editlinkbox td {
    padding: 2px !important;
}
div.searchResultsSubmissions, div.searchResultsPages, div.searchResultsActivities {
    padding:10px;
}
table.usecolstab a.taskReplies, table.usecolstab a.taskAttachments {
    display: inline-block;
    margin-left: 4px;
    background-color: #e8e8e8;
    padding: 0px 6px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 11px;
	color: #333;
	}
table.usecolstab a.taskReplies:hover, table.usecolstab a.taskAttachments:hover {
    background-color: #333;
    	color: #efefef;
	}
form#bulkcform td, form#rectemplform td {
	line-height: 1.8em;
	}

form#bulkcform a.tags, form#rectemplform a.tags {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	    line-height: 1.8em;
	background-color: #e8e8e8;
	    color: #0B5D8C;
    display: inline-block;
    font-size: 11px;
    padding: 0 8px;	
    }
form#bulkcform a.tags:hover, form#rectemplform a.tags:hover {
	color: #333;
	}
form#bulkcform textarea, form#rectemplform textarea {
    color: #333333;
    font-family: arial,sans-serif;
    font-size: 13px;
    padding: 4px;
}
select.required {
	color: #333;
	}

div.beta-signup {
	margin: 0 auto;
	padding-top: 50px;
	width: 600px;
}

div.beta-signup h2 {
	padding: 10px;
    text-align: center;
}

.wizehTitle {
	background-image: url(/images/whlogosmall2.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 42px;
	text-indent: -9000px;
	display: inline-block;
	float: left;
	background-position: 100px 0px;
}
.wizehTitle a {
	width: 300px;
	height: 42px;
	text-indent: -8000px;
	display: block;
}

.wizeshTitle {
	width: 500px;
	height: 42px;
	float: left;
	padding: 10px 0px 20px 0px;
}
.wizeshTitle a {
	width: 500px;
	height: 42px;
	text-decoration:none;	
}
.loginScreenBlogEntryDate {
	padding:3px 0px 3px 0px;
}
.loginScreenBlogEntryTitle {
	padding:3px 0px 3px 0px;
}
.loginScreenBlogEntryTitle a {
	font-weight:bold;
	text-decoration:none;
}
.loginScreenBlogEntryText {
	padding:3px 0px 20px 0px;	
}
.loginScreenParentContainer {
	margin: 4% auto;
	position: relative;
	width: 900px;
}
.loginScreenLeftContainer {
	float: left;
}
.loginScreenRightContainer {
	float: right;
	padding-left:50px;
	border-left: 1px solid #ccc;
}
.failed-conversion {
	color: red;
	padding-left: 10px;
}
.approval-warning {
	background-color: #f2dede;
    color: #b94a48;
    font-size: 10pt;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
	border-radius: 4px;
	border: 1px solid #eed3d7;
}