#footer, #supplementary {
	display: none;
}
#main {
	border-bottom: 1px solid #ddd;
}
.survey-title {
	border-bottom: 2px dotted #999;
	line-height: 1.1em;
	margin-bottom: 0;
}
h3 {
	margin: 4px 0;
}
#subnav h3 {
	margin: 0;
}
.intro {
	margin-top: 18px;
}
.instructions p, .instructions ul, .instructions ol {
	font-size: 1.2em;
}
.statusbox {
	border: 1px solid #ccc;
	background: #f3f1ee url(images/bg-mybell-lines.png) repeat top left;
	padding: 5px 15px;
	margin: 12px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#primary.my-bell .entry-content table table { 
	/* width: auto; */
}
table.pad > tbody > tr > td {
	padding: 2px 4px !important;
	vertical-align: middle;
}
table.pad > thead > tr > td {
	padding: 2px 4px !important;
	vertical-align: middle;
}
table.pad-extra > tbody > tr > td {
	padding: 8px 10px !important;
	vertical-align: middle;
}
table.pad-extra > thead > tr > td {
	padding: 8px 10px !important;
	vertical-align: middle;
}
table.inner {
	padding: 0 !important;
}
table.inner > tbody > tr > td {
	padding: 2px;
	vertical-align: middle;
}
thead > tr > td {
	font-weight: bold;
	background-color: #cccccc;
	line-height: 1.4em;
}
tr[valign=bottom] > td {
	vertical-align: bottom;
}
tr[valign=middle] > td {
	vertical-align: middle;
}
tr[valign=top] > td {
	vertical-align: top !important;
}
tr[align=center] > td {
	text-align: center;
}
tr[align=right] > td {
	text-align: right;
}
td[align=left] {
	text-align: left !important;
}
td[align=right] {
	text-align: right !important;
}
td[valign=bottom] {
	vertical-align: bottom !important;
}
td[valign=middle] {
	vertical-align: middle !important;
}
td[valign=top] {
	vertical-align: top !important;
}
td.border-bottom, tr.border-bottom > td {
	border-bottom: 1px solid #999999;
	padding-bottom: 2px !important;
}
td.border-top, tr.border-top > td {
	border-top: 1px solid #999999;
}
td.field {
	background-color: #eeeeee;
	min-width: 150px;
}
td.note {
	font-size: 0.8em;
	color: #369;
	padding-left: 0.5em;
}
.box {
	border: solid 1px #cccccc;
	margin-bottom: 4px;
}
.box.alert {
	border: solid 1px #ffcc99;
	background: #ffffcc;
}
input.date {
	width: 100px !important;
	background-image: url(images/date.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding: 3px 2px 2px 25px;
	font-size: 12px;
	cursor: pointer;
}
#question-area > table {
	border-collapse: collapse;
}
#question-area > table > tbody > tr > td {
	padding: 4px 2px !important;
}
#question-area td.radio {
	width: 25px;
	min-width: 25px;
	text-align: center;
}
#question-area td.number {
	text-align: right;
	padding-left: 4px;
	vertical-align: top;
}
#question-area td.question {
	vertical-align: top;
	width: 100%;
}
#question-area p, #surveyform p {
	margin-bottom: 1em;
}
.statusbox td {
	vertical-align: middle;
}
.statusbox button {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ui-button {
	font-size: 14px;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.ui-tooltip-content {
	text-align: center;
	font-weight: bold;
	font-family: Verdana,Arial;
	font-size: 1.2em;
}
.ui-slider {
	cursor: pointer;
}
.ui-slider .ui-slider-handle {
	cursor: move;
	outline: none;
}
.ui-progressbar {
	line-height: 0px;
	text-indent: -1000em;
}
.ui-dialog {
	max-width: 640px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.ui-datepicker {
	font-size: 12px;
}
#question-area {
	position: relative;
	left: 0px;
	top: 0px;
}
.copyright-overlay {
	display: none;
}
label.error {
	display: none !important;
}
input.error, select.error {
	border: 1px solid red;
	background: #fed;
}
@page {
  size: 8.5in 11in;
}
@media (print) {
	.copyright-overlay {
		display: block;
		position: absolute;
		top: 200px;
		font-size: 64px;
		color: #333333;
		text-align: center;
		background-color: #ffffff;
		padding: 20px;
		width: 95%;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
}
div.error, p.error {
	color: #900;
	font-weight: bold;
}


/* All Forms */
form.my-bell {
	position: relative;
	padding: 0.5em 4px;
	border-bottom: 2px dotted #999;
	margin-bottom: 2em;
}
.tabset form.my-bell {
	border-top: none;
	border-bottom: none;
	margin-bottom: 0px;
}
form.my-bell p {
	position: relative;
	margin: 0.2em 0;
}
form.my-bell button {
	font-size: 1.0em;
	margin-top: 5px;
}
form.my-bell label {
	display: inline-block;
	min-width: 115px;
	text-align: left;
}
form.my-bell input[type=text],
form.my-bell input[type=email],
form.my-bell input[type=number],
form.my-bell input[type=phone],
form.my-bell input[type=password] {
	width: 190px;
	margin: 3px 0;
}
form.my-bell .no-input {
	display: inline-block;
	width: 190px;
	padding: 3px;
	margin: 3px 0;
	text-align: left;
	border: 1px solid #ddd;
	color: #888;
}
form.my-bell .radio-set {
	display: inline-block;
	width: 190px;
	padding: 3px;
	margin: 3px 0;
	text-align: left;
	border: 1px solid #fff;
}
form.my-bell label.radio {
	min-width: 10px !important;
	margin-right: 0.5em;
}
form.my-bell label.error {
	display: block;
	position: absolute;
	left: 390px;
	top: 6px;
	width: 300px;
	color: #900;
	font-weight: bold;
	text-align: left;
}
form.my-bell input.error {
	border-color: #fad42e;
	background: #fce396 url(../js/jquery-ui-bell/images/ui-bg_diagonals-medium_55_fce396_40x40.png) 50% 50% repeat;
}


/* Surveys */
table.survey-list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-left: 10px;
}
table.survey-list th {
	font-weight: bold;
	color: #369;
	padding: 0 6px 4px 6px;
}
table.survey-list td {
	padding: 0 6px;
}
table.survey-list .seminar-name,
table.survey-list .survey-name,
table.survey-list .location {
	width: 30%;
}
table.survey-list .seminar-date,
table.survey-list .deadline {
	width: 22%;
	cursor: pointer;
}
table.survey-list .status {
	text-align: center;
	width: 18%;
}
table.survey-list .ui-icon {
	display: inline-block;
	position: relative;
	top: 2px;
}
table.survey-list .thank {
	width: 115px;
}
table.survey-list .thank:empty {
	display: none;
}
table.legend {
	width: 100% !important;
}
tr.even > td {
	background-color: #eee;
}
tr.missed > td {
	background-color: #fc9;
}
tr.hilite > td {
	background-color: #3277AC;
	color: #fff;
}
.alphabeta {
	width: 250px;
	height: 76px;
	margin: 0 0 0 40px;
	background: url(images/alpha-beta-table.gif) no-repeat left top;
	position: relative;
}
.alphabeta1 {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 125px;
	text-align: center;
}
.alphabeta2 {
	position: absolute;
	top: 40px;
	left: 125px;
	width: 125px;
	text-align: center;
}
.slider10plusminus {
	margin: 10px 0 0 50px;
	width: 580px;
	min-height: 31px;
	padding: 50px 16px 0 10px;
	background: url(images/10-scale-wide.gif) no-repeat left top;
}
.slider100fromzero {
	margin: 10px 0 0 50px;
	width: 314px;
	min-height: 54px;
	padding: 28px 15px 0 10px;
	background: url(images/100-scale-from-zero.gif) no-repeat left top;
}
.slider200from100 {
	margin: 10px 0 0 50px;
	width: 314px;
	min-height: 54px;
	padding: 28px 15px 0 10px;
	background: url(images/200-scale-from-100.gif) no-repeat left top;
}
.slider100plusminus {
	margin: 10px 0 0 50px;
	width: 410px;
	min-height: 31px;
	padding: 30px 16px 0 10px;
	background: url(images/100-scale-short.gif) no-repeat left top;
}
.slider100plusminusdoing {
	margin: 10px 0 0 50px;
	width: 580px;
	min-height: 31px;
	padding: 50px 16px 0 10px;
	background: url(images/100-scale-doing.gif) no-repeat left top;
}
.slider100plusminusright {
	margin: 0px 10px 0 20px;
	width: 200px;
	min-height: 15px;
}
.slider100plusminusrighttop {
	margin: 0px 4px 5px 10px;
	width: 216px;
	height: 42px;
	background: url(images/100-scale-short-top.gif) no-repeat left top;
}
.dropdown100plusminus {
	margin: 10px 0 0 50px;
	width: 410px;
	min-height: 19px;
	padding: 42px 0 0 0;
	background: url(images/100-scale.gif) no-repeat left top;
	text-align: center;
}
.ui-slider-handle { border-color: #3277ac !important; }
.radio-shim {
	width: 25px;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.oneten-shim {
	width: 6px;
	height: 6px;
	position: relative;
}
.clear-response {
	position: absolute;
	left: 15px;
	top: -3px;
	width: 10px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	color: #ccc;
}
.clear-response:hover {
	color: #c66;
}
.clear-response.hide {
	display: none;
}
.progressBar.show-value {
	height: 22px;
}
.progressBar.show-value .ui-progressbar-value,
.progressBar.show-value .ui-progressbar-label {
	font-size: 13px;
	line-height: 13px;
	text-indent: 0;
	text-align: center;
	padding-top: 3px;
}


/* Associates */
.associate-form {
	float: right;
	width: 40%;
}
.associate-form p, .associate-form hr {
	margin: 0.5em 0;
}
.associate-form .note {
	font-size: 0.9em;
	color: #666;
}
.associate-form ul {
	margin: 0;
}
.associate-invite, .associate-reminder {
	padding: 0 !important;
}
.associate-invite input[type=text],
.associate-invite input[type=email],
.associate-invite input[type=number],
.associate-invite input[type=phone],
.associate-invite textarea,
.associate-reminder input[type=text],
.associate-reminder input[type=email],
.associate-reminder input[type=number],
.associate-reminder input[type=phone],
.associate-reminder textarea {
	width: 450px;
}
.associate-invite .note, .associate-reminder .note {
	font-size: 0.8em;
	color: #369;
	padding-bottom: 0.5em;
}
.associate-invite td.field, .associate-reminder td.field {
	text-align: right;
	padding: 6px 4px;
}
.back-to-survey {
	float: right;
	font-size: 0.9em;
	margin-top: -0.7em;
}
#launchReminder {
	font-size: 0.8em;
	margin: 0.7em auto;
}
#associateSelector {
	position: absolute;
	left: 50px;
	top: 72px;
	width: 500px;
	height: 150px;
	background: #f8f8f8;
	padding: 5px;
	border: 2px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	overflow: auto;	
}
#restoreDefaultInvitation,
#restoreDefaultReminder {
	margin-top: 18px;
}


/* Achiever's Forum */
.forum-description {
	margin-bottom: 1em;
}
.nextpostdate {
	font-weight: bold;
	font-style: italic;
	color: #666;
}
#ForumFiles {
	margin-top: 16px;
	border-top: solid 1px #cccccc;
}
.ForumFile {
	border-bottom: solid 1px #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ForumFileIcon {
	padding-right: 5px;
}
.ForumFileName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
}
a.ForumFileLink {
	text-decoration: none;
}
a.ForumFileLink:hover {
	border-bottom: dotted 1px #000000;
}
a.ForumFileLink:link, a.ForumFileLink:visited {
	color: #000000;
}


/* Train-the-Trainer */
#primary.my-bell .entry-content .tttseminarform tr.item > td {
	padding: 2px 10px !important;
}
#primary.my-bell .entry-content .tttseminarform tr.item > td:first-child {
	text-indent: -20px;
	padding-left: 30px !important;
}
#primary.my-bell .entry-content .tttseminarform tr.item input.qty {
	width: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


/* Idle Timeout */
.ui-dialog {
	font-size: 14px;
}
.ui-dialog .ui-dialog-buttonset .ui-button {
	font-size: 14px;
}
#timeout-dialog p {
	margin-bottom: 1.0em;
}
.legend-container img {
	max-width: initial;
}
.progeval table.oneten {
	display: table !important;
	width: 100% !important;
}
.progeval table.oneten tbody {
	display: table-row-group !important;
}
.progeval table.oneten tr {
	display: table-row !important;
}
.progeval table.oneten td {
	display: table-cell !important;
}

/* =Responsive
----------------------------------------------- */

@media screen and ( max-width: 980px ) {
	.statusbox .progressbar,
	.statusbox .progressbar table,
	.statusbox .progressbar td { width: 100px !important; }
}

@media screen and ( max-width: 640px ) {
	table.survey-list .ui-icon { display: none; }
	table.survey-list .survey-name, table.survey-list .deadline { width: 100%; }
	table.survey-list .status { text-align: left; width: 100%; }
	.associate-form { float: none; width: auto; }
	table.survey-progress { background: #eee; padding: 4px 0; }
	table.survey-progress td { padding: 2px 0 !important; text-align: center; width: 50% !important; margin: 0 auto; }
	.statusbox .progressbar, .statusbox .progressBar { margin: 0 auto; }
	.statusbox td { text-align: center !important; }
	.statusbox button { margin: .4em auto; padding-top: 1px; padding-bottom: 1px; }
	#question-area table.legend td { text-align: left !important; }
	#fixed-legend { position: fixed; top: 0; left: 0; width: 100%; padding-left: 22px; background: #fff; border-bottom: 1px solid #000; z-index: 9999; }
	#question-area tr { clear: both; }
	#question-area tr.even > td, #question-area tr.hilite > td { background: none; }
	#question-area tr.hilite { background: #3277AC; }
	#question-area td.radio { display: inline-block; padding: 0; }
	#question-area td.radio input[type=radio] { margin: 0; }
	#question-area td.radio.first { margin-left: 28px; }
	#question-area td.number { display: block; width: auto; text-align: left; float: left; }
	#question-area td.question { display: block; width: auto; clear: right; }
	#question-area .radio-clear { display: none; }
	#question-area textarea { width: 98% !important; }
	table.radio-rows tr { border: none; }
	table.radio-rows td { display: inline-block; }
	table.survey-nav button { font-size: 12px; }
	table.survey-nav .previous-page { width: auto; float: left }
	table.survey-nav .jump-to { display: none; }
	tr[align=center] > td { text-align: left; }
	td.field { margin-top: -5px; }
	tr:first-child > td.field { margin-top: 0; }
	.ui-dialog .note.empty { display: none; }
	.ui-dialog table, .ui-dialog tr, .ui-dialog td { width: auto; }
	.ui-dialog .field { background: inherit; text-align: left !important; }
	.ui-dialog input[type=text], .ui-dialog input[type=email] { width: 94%; }
	.ui-dialog .mce-btn-group.mce-last { display: none; }
	.progeval textarea { max-width: 100% !important; }
	.progeval td.cb { float: left; clear: left; min-height: 24px; }
	.progeval td.cb + td.surveysubquestion { padding: 5px 0 !important; min-height: 24px; }
	.progeval td.spacer { display: none; }
}

@media screen and ( max-width: 560px ) {
	form.my-bell.login, form.my-bell.profile { width: auto; text-align: left; }
	form.my-bell label { display: block; }
	form.my-bell.login input[type=text],
	form.my-bell.login input[type=email],
	form.my-bell.login input[type=number],
	form.my-bell.login input[type=phone],
	form.my-bell.login input[type=password] { width: 100%; }
	form.my-bell.login .radio-set label,
	form.my-bell.profile .radio-set label { display: inline-block; }
}

