@CHARSET "UTF-8";

div.CmsWorkflow_bar {
	height:					20px;
	background-color:		#2786C2;
	margin:					3px;
	border:					1px solid #2C5975;
	float:					left;
	margin-left:			7px;
	margin-right:			0;
	margin-left:			0;
}

div.CmsWorkflow_bar_new {
	height:					20px;
	background-color:		#88ABC2;
	margin:					3px;
	border:					1px solid #2C5975;
	float:					left;
	margin-left:			0;
	border-left:			none;
}

table div.CmsWorkflow_bar_succes {
	background-color:		#10C62F;
	border:					1px solid #328540;
}

table div.CmsWorkflow_bar_new_succes {
	background-color:		#A7E3B1;
	border:					1px solid #328540;
	border-left:			none;
}

td.CmsWorkflow_header_bar {
	line-height:			26px;
	color:					#888;
}

#CmsWorkflow_header_table {
	margin-top:				20px;
	margin-bottom:			30px;
}

td.CmsWorkflow_header_label {
	padding-right:			15px;
}

td.CmsWorkflow_header_percentage {
	font-weight:			bold;
	padding-right:			7px;
}

span.CmsWorkflow_recommendation_score {
	width:					65px;
	float:					left;
	display:				block;
}

span.CmsWorkflow_details_more {
	color:					green;
	font-weight:			bold;
}

span.CmsWorkflow_details_less {
	color:					red;
	font-weight:			bold;
}

span.CmsWorkflow_detail_button {
	background-color:		#DDDDDD;
	border:					1px solid #888888;
	border-radius:			3px 3px 3px 3px;
	cursor:					pointer;
	font-size:				0.8em;
	margin-left:			10px;
	padding:				2px 5px;
	vertical-align:			middle;
}

span.CmsWorkflow_detail_button_pos {
	color:					green;
}

span.CmsWorkflow_detail_button_neg {
	color:					red;
}

div.CmsWorkflow_details {
	border-bottom:			1px solid #CCCCCC;
	margin-bottom:			15px;
	padding-top:			3px;
	display:				none;
	padding-left:			10px;
}

#CmsWorkflow_checkcomputer {
	border:					1px solid #CCC;
	background:				#EEE;
	color:					#888;
	padding:				4px;
	font-size:				11px;
	margin-bottom:			10px;
	margin-top:				40px;
}

#CmsWorkflow_checkcomputer p {
	margin-bottom:			0;
	padding-bottom:			0;
}

#CmsWorkflow_gathering_bar {
	border:					1px solid #888;
	min-height:				20px;
	min-width:				400px;
	float:					left;
	position:				relative;
}

#CmsWorkflow_gathering_bar_inner {
	background-color:		#10C62F;
	height:					20px;
}

#CmsWorkflow_gathering_bar_percentage {
	line-height:			20px;
	font-weight:			bold;
	color:					#888;
	float:					left;
	padding-left:			10px;
	font-size:				14px;
}

.MySiteWorklow_inList a.button-grey {
	min-width:				361px;
	line-height:			30px;
}

.MySiteWorklow_inList i {
	padding-right:			6px;
}

.MySiteWorklow_inList i.MySiteWorklow_inList_arrow {
	float:					right;
	font-size:				20px;
	padding-top:			3px;
	padding-left:			6px;
	padding-right:			0;
}

.only_mobile_screen #CmsWorkflow_gathering_bar {
	min-width:				190px;
	margin-top:				25px;
	margin-bottom:			15px;
}

.only_mobile_screen #CmsWorkflow_gathering_bar_percentage {
	padding-top:			25px;
}

.only_mobile_screen div.CmsWorkflow_bar {
	margin-bottom:			20px;
}

.only_mobile_screen div.CmsWorkflow_recommendation {
	margin-bottom:			25px;
}

.only_mobile_screen div.CmsWorkflow_recommendation h3 {
	line-height:			1.3em;
}

#GoalFlow_menu {
	margin-bottom:			30px;
}

#GoalFlow_menu a.GoalFlow_menu_item, #GoalFlow_menu span {
	padding:				10px;
	margin-right:			20px;
	line-heiht:				2em;
	text-decoration:		none;
	color:					#555555;
	display:				block;
	float:					left;
	border:					1px solid #555555;
	border-radius:			3px;
	background:				#CFCFCF;
	cursor:					pointer;
}

#GoalFlow_menu a.GoalFlow_menu_item:hover, div #GoalFlow_menu a.GoalFlow_menu_selected {
	background:				white;
}

#GoalFlow_menu span.GoalFlow_specialbutton {
	float:					right;
	position:				relative;
}

#GoalFlow_menu span.GoalFlow_specialbutton div {
	display:				none;
	background: 			none repeat scroll 0 0 #CFCFCF;
	border: 				1px solid #555555;
	padding: 				10px;
	position: 				absolute;
	right: 					0;
	border-radius:			3px;
	top:					40px;
}

#GoalFlow_menu span.GoalFlow_specialbutton div a {
	white-space:			nowrap;
	color:					#555555;
	text-decoration:		none;
	line-height:			1.5em;
}