.mootabs_panel {
	padding-top: 10px;
}

.mootabs_title li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

#candidateInfo .mootabs_title, #MACSM .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	color: #FFFFFF;
}

#candidateInfo .mootabs_title li, #MACSM .mootabs_title li {
	float: left;
	background-color: #006600;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	font-size: 14px;
}

#candidateInfo .mootabs_title li.active, #MACSM .mootabs_title li.active {
	background-color: #003300;
}

#candidateInfo .mootabs_panel, #MACSM .mootabs_panel {
	display: none;
	background-color: #003300;
	position: relative;
	top: -1px;
	clear: both;
	overflow: auto;
	color: #FFFFFF;
	
}

#MACSM .courses {
	width: 550px;
	color: #ff9966;
	margin:0px auto; /* center*/
}

#ASC .courses {
	width: 550px;
	color: #ffffff;
	margin:0px auto; /* center*/
}

.courses .Fright {
	text-align:right;
}

#candidateInfo .mootabs_panel.active, #MACSM .mootabs_panel.active {
	background-color: #003300;
	display: block;
}

#parentInfo .mootabs_title, #ASC .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

#parentInfo .mootabs_title li, #ASC .mootabs_title li {
	float: left;
	background-color: #FF9966;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 18px;
	font-size: 14px;
}

#parentInfo .mootabs_title li.active, #ASC .mootabs_title li.active {
	background-color: #FF9933;
}

#parentInfo .mootabs_panel, #ASC .mootabs_panel {
	display: none;
	background-color: #FF9933;
	position: relative;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

#parentInfo .mootabs_panel.active, #ASC .mootabs_panel.active {
	background-color: #FF9933;
	display: block;
}

#application .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

#application .mootabs_title li {
	float: left;
	background-color: #999999;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 18px;
	font-size: 14px;
}

#application .mootabs_title li.active {
	background-color: #CCCCCC;
}

#application .mootabs_panel {
	display: none;
	background-color: #CCCCCC;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

#application .mootabs_panel.active {
	background-color: #CCCCCC;
	display: block;
}
