
/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif; }
div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px; }
table{
	border: 0px; }

/* MAIN styles
-------------------------------------------*/
body {
	background: #3e3e3e url(../images/bg_main.gif) center top repeat-y;
	font: normal normal 12px/1.5em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #262626; }
h1 {
	font: normal normal 29px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #262626;
	margin:0px 0px 0px 0px;
	padding: 0px;
	font-weight: normal; }
h2 {
	font:normal bold 13px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
	margin: 0px 0px 3px 0px; }
p {
	padding: 2px 0px;
	margin: 0px 0px 10px 0px; }
td {vertical-align: top;}
a:link {color: #0083B6; text-decoration: none;}
a:visited {color: #0083B6; text-decoration: none;}
a:hover {color: #0083B6; text-decoration: underline;}
a:active {color: #0083B6; text-decoration: underline;}
dt{	font-weight: bold; }
hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px; }
.clr {
	clear: both;
	height: 0px; }
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
	content:".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden; }
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {height: 1%; display:block;}
/* End hide from IE Mac */
.clear {clear: both; }

/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 950px;
	position:relative;
	margin: 0px auto;
	padding: 0 20px;
	background: #fff;}

/* HEADER styles
-------------------------------------------*/
#header{
	position: relative;
	height: 106px;
	border-bottom: 20px solid #004c7a;
	margin: 0 -20px 30px -20px; }
#header h1{
		position: absolute;
		top: 7px;
		left: 20px;
		margin: 0px;
		padding: 0px;
		height: 51px;
		width: 196px;
		background: transparent url(../images/logo_wingnut.gif) 0 0 no-repeat;
		z-index: 50; }
#header h1 a{
	display: block;
	height: 94px;
	width: 180px;
	letter-spacing : -1000em;
	text-indent: -1em; }
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

#header h2{
	position: absolute;
	top: 83px;
	left: 199px;
	width: 235px;
	height: 16px;
	z-index: 75;
	background: transparent url(../images/tagline.gif) 0 0 no-repeat;
	letter-spacing : -1000em;
	text-indent: -1em; }
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #header h2 { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */
	#header_nav, #header_nav li {
		margin: 0px;
		padding: 0px;
		list-style: none; }
		#header_nav{
			position: absolute;
			top: 66px;
			left: 0px;
			z-index: 100;
			background: #69ac33 url(../images/bg_nav.gif) 0 0 repeat-x;
			width: 990px;}
			#header_nav li {display: inline;}
				#header_nav li a{
					display: block;
					float: left;
					padding: 0px 15px;
					height: 2.857em;
					color: #fff;
					font: normal bold 14px/2.857em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: #69ac33 url(../images/bg_nav.gif) 0 0 repeat-x;
					border-right: 1px solid #4d8d1a;
					border-left: 1px solid #89c74e;}
				#header_nav li a:hover, #header_nav a.current{
					color: #fff;
					background: #004c7a url(../images/bg_nav.gif) 0 -5.714em repeat-x;
					border-right: 1px solid #004c7a;
					border-left: 1px solid #0767a1;}
				#header_nav li ul {
				  padding: 0;
				  margin: 0;
					position: absolute;
					top: 40px;
					left: 0px;
				  background-image: url(../images/bg_nav.gif);
				  background-position: 0 80px;
			    width: 990px;}
				#header_nav li ul li a {
					display: block;
					float: left;
					padding: 0px 15px;
					height: 2.4em;
					color: #fff;
					font: normal bold 14px/2.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: #004c7a url(../images/bg_nav.gif) 0 -5.714em repeat-x;
					border-right: 1px solid #004c7a;
					border-left: 1px solid #0767a1;}
				#header_nav li ul li a:hover, #header_nav li ul li a.current{
					color: #fff;
					background: #004c7a url(../images/bg_nav.gif) 0 0 repeat-x;
					border-right: 1px solid #4d8d1a;
					border-left: 1px solid #89c74e  ;}

			ul.header_navigation, ul.header_navigation li{
				margin: 0px;
				padding: 0px;
				list-style: none;}
				ul.header_navigation {position: absolute;top: 34px;right: 20px;}	
				ul.header_navigation li{
					display: inline;
					border-right: 1px solid #b3b3b3;
					margin-right: 10px;
					padding-right: 10px;}
					div.welcome{
						font: normal 11px/1.2em Arial, Helvetica, sans-serif;
						color: #666;
						float: right;
						margin: 12px 40px 0 0;
						border-right: 0px;}
					ul.header_navigation li.last{
						border-right: 0px;}
		
/* CONTENT styles
-------------------------------------------*/
#error, .error {color: red;font-weight: bold;}
#notice, .notice {color: green;font-weight: bold;}
#alert, .alert {
	color: #000;
	font-weight: bold;
	padding: 20px;
	background-color: #ffd;
	border: 1px solid #bb9;
	margin-bottom: 1em;	}
#alert .dismiss {float: right;}
.notice_box {
	padding: 10px;
	border: 1px dashed green;
	margin: 0 10px 10px 0;}
.error_box {
	padding: 10px;
	border: 1px dashed red;
	margin: 0 10px 10px 0;}
.auto_complete ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	background: #fff;
	z-index: 1000;}
.auto_complete ul li {
	padding: 0;
	margin: 0;
	display: block;}
.auto_complete ul li.selected {
	background: #88d7ff;}
  li.button a{
    display: block;
    font-weight: bold;
    text-decoration: none;}
    li.button a:hover{background-color: #cfcfcf;text-decoration: none;}
  li.add a{
    padding-left: 20px;
    background: url(../images/add.gif) no-repeat left center;}
	#login_form {margin-top: 20px;}

	#login_form #flash_content {
		float: left;
		margin-top: 5px;
		padding-right: 20px;}
	.content_pane{
		background: #cacaca url(../images/bg_content_pane_footer.gif) left bottom no-repeat;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		width: 950px;}
	.content_pane.smallest{
		background: #cacaca url(../images/bg_content_pane_footer_smallest.gif) left bottom no-repeat;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		width: 300px;}
	.content_pane.smallest .content_pane_inner{
		background: transparent url(../images/bg_content_pane_header_smallest.gif) 0 0 no-repeat;
		padding: 10px 15px 0 15px;}
		.content_pane.smallest .content_pane_inner h2{
			float: none;
			font: normal bold 18px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			margin: 15px 0 15px 0;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #999999;}
	.content_pane.small{
		background: #cacaca url(../images/bg_content_pane_footer_small.gif) left bottom no-repeat;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		width: 500px;}
		.content_pane.small .content_pane_inner{
			background: transparent url(../images/bg_content_pane_header_small.gif) 0 0 no-repeat;
			padding: 10px 15px 0 15px;}
		.content_pane_inner{
			background: transparent url(../images/bg_content_pane_header.gif) 0 0 no-repeat;
			padding: 10px 15px 0 15px;}
		.content_pane_inner h2{
			float: left;
			font: normal bold 18px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			margin: 15px 0 0 0;}
		.content_pane.small .content_pane_inner h2{
			float: none;
			font: normal bold 18px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			margin: 15px 0 25px 0;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #999999;}
		.content_pane_inner .pagination {clear: both;}
		.content_pane.small form input.textBox,
		.content_pane.small form select,
		.content_pane.small form textarea{width: 460px;border-width: 2px;}
		.content_pane.small form .date_dropdowns select{width: auto;border-width: 2px;}
		
		#job_req_survey_email_subject {width: 460px;}
		#job_req_survey_email_body {height: 500px;}
		.content_pane.small form table{
		width: 460px;
		margin: 0;
		padding: 0;
		border-spacing: 0;}
		.content_pane.small form table td{width: 50%;}
		.content_pane.small form td select{width: 100%;}
		.content_pane h3 {margin: 10px 0px;color:#3E3E3E;}
		.content_pane fieldset {margin: 0px;padding: 3px;}
		#form_submit_options {float: right;}
		#form_submit_options a {font-weight: bold;}
	#inline_search_form{float: right;}
		#inline_search_form table{margin: 0 0 0px 0;}
		#inline_search_form th, form b{
			text-align: left;
			text-transform: uppercase;
			font: normal bold 11px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			padding: 0px;}
		#inline_search_form td{
			vertical-align: middle;
			padding: 0px;
			padding-right: 10px;}
			#inline_search_form td.submit{padding-right: 0px;}
			#inline_search_form td input, #inline_search_form td img{vertical-align: middle;}
	table.recordset{
		width: 100%;
		border-collapse: collapse;
		clear: both;
		color: #333333;
		margin: 5px 0 0 0;}	
		table.recordset th{
			background: #aaaaaa;
			padding: 6px 0 6px 10px;
			text-align: left;
			font: normal bold 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			border-right: 1px solid #cacaca;}
			table.recordset th.l_edge{
				background: #aaaaaa url(../images/corner_name.gif) top left no-repeat;}
			table.recordset th.r_edge{
				background: #aaaaaa url(../images/corner_score.gif) top right no-repeat;}
			table.recordset th span.instructions{
				font: italic normal 12px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
		table.recordset td{padding: 4px 10px 4px;}
		table.recordset thead tr th{border-bottom: 3px solid #cacaca;}
		table.recordset tr td{border-top: 1px solid #cacaca;border-right: 1px solid #cacaca;}
			table.recordset tr.leader.ruled td{background-color: #ceebff;cursor: pointer;}
			table.recordset tr.leader.even.ruled{background-color: #ceebff;}				
		table.recordset tr.details td{
			border-right: 1px solid #cacaca;
			border-top: none;
			background: url(../images/dotted_line_horiz.gif) left top repeat-x;}
		table.recordset tr.odd td{
			background-color: #fff;}
		table.recordset tr.even td{
			background-color: #e6f5ff;}
			table.recordset tr td.score_1{
				background: #ffc1c1 url(../images/score_leader_one.gif) 11px 4px no-repeat !important;}
				table.recordset tr.details td.score_1{
					background: #ffc1c1 no-repeat 11px 4px!important;}
			table.recordset tr td.score_2{
				background: #feffc1 url(../images/score_leader_two.gif) 11px 4px no-repeat !important;}
				table.recordset tr.details td.score_2{
					background: #feffc1 no-repeat 11px 4px!important;}
			table.recordset tr td.score_3{
				background: #d7ffc1 url(../images/score_leader_three.gif) 11px 4px no-repeat !important;}
				table.recordset tr.details td.score_3{
					background: #d7ffc1 no-repeat 11px 4px!important;}
			table.recordset tr td.score_4{
				background: #c1dbff url(../images/score_leader_four.gif) 11px 4px no-repeat !important;}
				table.recordset tr.details td.score_4{
					background: #c1dbff no-repeat 11px 4px!important;}
			.name{}
			.score{width: 60px;}
			.completed{width: 21%;}
			.job_model{width: 35%;}
			.organization{width: 32%;}
			.methodology{width: 24%;}
			th.down a{
				background: transparent url(../images/column_sort_arrows.gif) 0 7px no-repeat;
				padding: 0 0 0 13px;
				color: #333;
				text-decoration: none;}
				th.up a{
					background: transparent url(../images/column_sort_arrows.gif) 0 -53px no-repeat;
					padding: 0 0 0 13px;
					color: #333;
					text-decoration: none;}
				th.down a:hover, th.up a:hover{
					color: #333;
					text-decoration: underline;}
			th.date_created a, th.date_created.down a{
				background: transparent url(../images/column_sort_arrows.gif) 0 7px no-repeat;
				padding: 0 0 0 13px;
				color: #333;
				text-decoration: none;}
				th.date_created.up a{
				background: transparent url(../images/column_sort_arrows.gif) 0 -53px no-repeat;}
				th.date_created a:hover{
					color: #333;
					text-decoration: underline;}
				td.triangle_closed span{
					background: transparent url(../images/expansion_arrows.gif) no-repeat 0 -57px;
					padding: 0 0 0 13px;
					color: #333;}
					td.triangle_open span{
						background: transparent url(../images/expansion_arrows.gif) no-repeat 0 6px;
						padding: 0 0 0 13px;
						color: #333;}
			td.score span{
				display: block;
				width: 26px;
				letter-spacing : -1000em;
				text-indent: -1em;
				text-align: left;}
			/* Just for Opera, but hide from MacIE */ 
			/*\*/html>body td.score span { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
			/* End of hack */
		.recordset dl{
			float: left;
			width: 203px;}
		.person dl{
			float: left;
			width: 203px;
			margin: 0 10px 10px 0;}
			body.job_models	.recordset dl{
				float: left;
				width: 217px;
				margin: 0 10px 10px 0;}
		.recordset dl.last{clear: left;}
		.person dl.last{clear: left;}
			.recordset dl dt{
				margin: 0px 0px 3px 0px;
				padding: 0px 0px 3px 15px;
				border-bottom: 1px solid #c2c2c2;}
			.person dl dt{
				margin: 0px 0px 3px 0px;
				padding: 0px 0px 3px 15px;}
			.content_pane dl dt {
				border-bottom: 1px solid #999;}
				body.job_models .recordset dl dt, dl.factors dt {padding: 0px 0px 3px 0px;}
			.recordset dl dd{margin: 0px 0px 3px 0px;padding: 0px 0px 0px 15px;}
			.person dl dd{margin: 0px 0px 3px 0px;padding: 0px 0px 0px 15px;}
				body.job_models .recordset dl dd, dl.factors dd {padding: 0;}
			.recordset dl span{display: none;}	
			.recordset dl .score_1{
				background: transparent url(../images/score_details_one.gif) 0 3px no-repeat;}	
			.recordset dl .score_2{
				background: transparent url(../images/score_details_two.gif) 0 3px no-repeat;}	
			.recordset dl .score_3{
				background: transparent url(../images/score_details_three.gif) 0 3px no-repeat;}	
			.recordset dl .score_4{
				background: transparent url(../images/score_details_four.gif) 0 3px no-repeat;}	
			.person dl span{display: none;}	
			.person dl .score_1{
				background: transparent url(../images/score_details_one.gif) 0 3px no-repeat;}	
			.person dl .score_2{
				background: transparent url(../images/score_details_two.gif) 0 3px no-repeat;}	
			.person dl .score_3{
				background: transparent url(../images/score_details_three.gif) 0 3px no-repeat;}	
			.person dl .score_4{
				background: transparent url(../images/score_details_four.gif) 0 3px no-repeat;}	

body.users_activity .recordset{background: #fff;}
ul.actions {list-style: none;margin: 1em 0 1em 0;padding: 0;}
ul.actions li {
	float: left;	
	margin: 0 1em 0 0;	
	padding: 0 1em 0 0;
	border-right: 1px solid #999;}
ul.actions li.last {border: none;}
ul.toolbar {list-style: none;padding: 0;margin: 0 0 15px 15px;}
	table.recordset ul.toolbar {list-style: none;padding: 0;margin: 0 0 10px 0;}
	table.recordset tr.details ul.toolbar {margin: 10px 0 10px 0px;}
	.person ul.toolbar {list-style: none;padding: 0;margin: 0 0 10px 0;}
	.person tr.details ul.toolbar {margin: 10px 0 10px 0px;}		
ul.toolbar li {padding: 0;margin: 0 10px 0 0;float: left;}
	table.recordset ul.toolbar li {
			margin: 0;
			padding: 0;
			display: inline;
			border-left: 1px solid #b3b3b3;
			margin-left: 10px;
			padding-left: 10px;}
		table.recordset ul.toolbar li.first {margin: 0;padding: 0;border: none;}
	.person ul.toolbar li {
			margin: 0;
			padding: 0;
			display: inline;
			border-left: 1px solid #999;
			margin-left: 10px;
			padding-left: 10px;}
		.person ul.toolbar li.first {margin: 0;padding: 0;border: none;}		
.person_subform { margin: 10px; }
.subform { 
  margin: 0 0 2em 0;
  padding: 10px 0 10px 0;
  border: 1px dashed #666;
  border-width: 1px 0 1px 0;
}


.red { color: #B00;}

/* FOOTER styles
-------------------------------------------*/
#footer{color: #666;border-top: 1px solid #CCC;padding-top: 0px;margin-top: 30px;text-align: center;}
		p.copyright{margin: 0px;padding: 0px;}

/* TREE styles
-------------------------------------------*/
body.tree h2{float: none;margin-bottom: .5em;}
body.tree h3{
	 background: #aaaaaa url(../images/corner_name.gif) top left no-repeat;
	 clear: left;
	 border-bottom: 3px solid #CACACA;
	 text-align: left;
	 font: normal bold 14px/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 margin: 0;}
body.tree h3 span{
	 display: block;
	 background: url(../images/corner_score.gif) top right no-repeat;
	 padding: 6px 0 6px 10px;}
ul.tree, ul.tree li, ul.tree ul{list-style: none;margin: 0;padding: 0;}
ul.tree li.leader{margin-bottom: 1px;background-color: #fff;cursor: pointer;}
ul.tree li.leader ul li.leader{margin-bottom: 0;}
ul.tree li span{margin: 0 0 0 10px;}
ul.tree ul li span{margin: 0 0 0 30px;}
ul.tree ul li div.details{
   padding: 10px 10px 10px 50px;
	 color: #666;
	 font-size:11px;
	 background: url(../images/dotted_line_horiz.gif) left top repeat-x;
	 cursor: auto;}
div.details dl,div.details dt,div.details dd{margin: 0;padding: 0;}
div.details dt{color: #444;font-weight: bold;border-bottom: 1px solid #cacaca;margin-bottom: 3px;}
div.details dl{float: left;min-width: 210px;margin-right: 15px;}
div.details dl.definition{float: none;margin: 0 0 10px 0;}
div.details dl.definition dt{border: none;margin: 0}
ul.tree li.leader span{padding: 4px 0 4px 13px; display: block;color: #333;}
ul.tree li span.open {background: transparent url(../images/expansion_arrows.gif) no-repeat 0 -53px;}
ul.tree li span.closed {background: transparent url(../images/expansion_arrows.gif) no-repeat 0 10px;}
ul.tree li.odd{background-color: #fff;}
ul.tree li.even{background-color: #e6f5ff;}
ul.tree li div div.aliases {float: left;}
ul.tree li div div.scales {float: left;}

/* Invites
-------------------------------------------*/
.tags {margin-bottom: 1em;}
.tags img {vertical-align: middle;cursor: pointer;}
.tags .inplaceeditor-form {display: inline;}
.inplaceeditor-form .editor_ok_button {margin: 0 .2em;}
.invite form {float: left;}
.invite .preview {float: left;margin-left: 1em; padding:10px; border: 1px solid #aaa; width:50%;background: #ccc;}
.invite .preview h3 {background: #AAA; padding: 5px; margin: -10px -10px 20px -10px;}
ul.legend {color: #666;list-style: none;margin: 0 0 .5em 0;padding: 0;}
ul.legend .replacement {color: #000;font-weight: bold;}

/* JRS
-------------------------------------------*/
.jrs_expert_fields {border-bottom: 1px solid #999;}
.jrs_expert_fields img {float: right;padding-top: 18px;padding-right: 5px;}
.description {color: #666;}

/*Job Builder
-------------------------------------------*/
.recordset.builder{font-size: 12px;color: #666 !important;}
.recordset.builder dl{float:none;width: 100%;}
.recordset.builder dt{font-size: 11px;margin: 0 0 3px 0;padding: 0 !important;color: #444;}
.recordset.builder dd{font-size:11px;margin:0;padding:0 !important;}
.recordset.builder ul, .recordset.builder li{margin: 0;padding: 0;ist-style: none;}
.recordset.builder li{margin-bottom: 10px;}
.recordset.builder li ul li{margin-bottom: 0;}
.job_model_builder_name img {vertical-align: top;}
.job_model_builder_name h2 {display: inline;}
.job_model_builder_name .inplaceeditor-form {margin-bottom: .5em;}
.job_model_builder_name .share_url {float: right;}
a.publish{
  float:right;
  margin-top:15px;
  font-weight:bold;
  font-size: 16px;
  font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;}
a.edit {
	padding: 1px 0 2px 20px;
	background: url(../images/edit.png) 0 0 no-repeat;}
.tools-right {
	float: right;
	background: #EEE;
	margin: 10px 5px;
	padding: 0px 10px;
	border: 1px solid #999;}

/*Job Application
-------------------------------------------*/
body.public #header{height:65px;}
#job-app label{width: 4em;float: left;text-align: right;margin-right: 0.5em;display: block}
#job-app .submit input{margin-left: 4.5em;}
#job-app input{color: #781351;background: #fee3ad;border: 1px solid #781351}
#job-app .submit input{color: #000;background: #ffa20f;border: 2px outset #d7b9c9}
#job-app fieldset{border: 1px solid #781351;width: 20em}
#job-app legend{color: #fff;background: #ffa20c;border: 1px solid #781351;padding: 2px 6px}

/*Legacy Login
-------------------------------------------*/
.legacy-login {float: left; margin-right: 50px; padding: 10px; 		
	background: #cacaca url(../images/bg_content_pane_footer.gif) left bottom no-repeat;}
	
.messages h4 {
	margin: 0;
	padding: 0;
}
	
.messages .new_message_link {
	float: right;
}

.messages #new_message_form textarea {
	width: 100%;
	height: 8em;
	margin-bottom: 5px;
}

.messages #new_message_form .buttons {
	float: right;
}

.messages .message {
	padding: 5px;
	border-bottom: 1px solid #fff;
}

.messages .message .metadata {
	display: block;
	text-align: right;
	font-style: italic;
	color: #666;
}

dl.quality_check_results {
  float: none;
  width: auto;
}

dl.quality_check_results dt {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}

dl.quality_check_results dt.success {
  color: green;
  background: url(../images/success.png) no-repeat;
}

dl.quality_check_results dt.failure {
  color: red;  
  background: url(../images/failure.png) no-repeat;
}

dl.quality_check_results dd {
  margin: 0;
  padding: 0 0 0 20px;
}

dl.quality_check_results dd.success {
  color: green;
}

dl.quality_check_results dd.failure {
  color: red;  
}

.scale_icon {
  width: 8px;
  margin-right: 3px;
  display: inline; 
}

.scale_group {
  padding-left: 10px; color: #666; display: inline;
}

.scale_add, .scale_remove {
  float: right;
}

.scale_needed {
  font-weight: bold;
  display: inline;
}

.factor {
  margin: 4px;
  border: 1px solid #AAA;
  background: #fff; 
  padding: 5px;
}

.factor dl {
  margin: 0;
}

.factor dl dd.inline {
  display: inline;
  margin-right: 10px;
}

.update_suggested_factors { 
  float: right;
  margin: 0 1em 0 0;
}

.update_suggested_factors label {
  cursor: pointer;
}

.dateBocksMessage {
  clear: both;
}

.dateBocksMessage div {
  font-size: 0.9em;
}

.dateBocksMessage div.error {
  color: red;
}

.dateBocks input.error {
  background-color: pink;
}
 
.dateBocks ul {
	list-style: none;
	padding: 0 5px 0 0;
	margin: 0;
}

.dateBocks ul li {
	display: inline;
}

.dateBocks ul li img {
	padding-left: 2px;
	vertical-align: middle;
}

.dateBocks ul a {
	padding: 5px;
	display: block;
	float: left;
}

.dateBocks input {
	width: 80px;
}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  z-index: 1000;
}

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(/images/dhtml_calendar/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

