/*Diagnostics tab system*/
#diagnostics_tabs {
 margin-top:35px;
 height:100%;
}

#diagnostics_tabs .mootabs_title {
	margin: 0 0 0 0;
	display: inline-block;
}

#diagnostics_tabs ul {
	list-style:none;
}

#mootabs_container {
	text-align: center;
}

#diagnostics_tabs .mootabs_title li {
	float: left;
	font-size:1.2em;
	font-weight:bold;
	color:#cddeec;
	text-decoration:none;
	background-color: #000;
	margin:0 4px 0 0;
	padding:20px 20px 10px;
	cursor: pointer;
	height:25px;
}

#diagnostics_tabs .mootabs_title li.active {
	background-color: #1f1f1f;
	color:#fff;
	background-repeat:repeat-x;
	text-decoration:none;
}

#diagnostics_tabs .mootabs_title li.over {
	background-color: #1f1f1f;
	color:#fff;
	text-decoration:none;
}

#diagnostics_tabs .mootabs_panel {
	display: none;
	background-color: #1f1f1f;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	padding-bottom:25px;
	/*overflow: auto;*/
}

/* original setting
.diagnostic_list_wrapper_left {
	float:left;
	margin:10px;
	height:100%;
}
*/

.diagnostic_list_wrapper_left {
	float:left;
	margin:1px;
	height:100%;
}

.diagnostic_list_wrapper_right {
	float:left;
	margin:10px 10px 10px 60px;
}

#diagnostics_tabs .mootabs_panel.active {
	background-color: #1f1f1f;
	display: block;
}

.mootabs_panel.active p {
	color:#a6daff;
	font-family:"calluna-sans-n4","calluna-sans",sans-serif;
	font-size:24px;
}

.diagnostic_list_wrapper_left ul {
	list-style:outside;
	padding:0 0 10px 0;
}

.diagnostic_list_wrapper_left ul ul {
	list-style:outside;
	padding:0 0 10px 0;
	color:#cccccc;
}

.diagnostic_list_wrapper_left li {
	list-style:disc;
	margin:0 0 2px 0;
	font-size:14px;
}

.diagnostic_list_wrapper_left li.rewritten {
	/*color:#FFFF00;*/
}

.diagnostic_list_wrapper_left li.new {
	background-image:url(../images/new_test.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:31px;
}

.diagnostic_list_wrapper_left li div.new {
	float:left;
	margin-top:2px;
	padding:0 2px 0 0;
	background-image:url(../images/new_test.gif);
	background-repeat:no-repeat;
	width:30px;
	height:12px;
}
/*Diagnostics tab system*/