/* CSS Document */
.halfmoon{
	font: bold 12px Verdana;
	margin-bottom: 4px;
	caption-side:top;
	color:#FF0000;
	width:100%;
}

/*     Headings     */
.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #98CE82; /*BFDFFE*/
}

/*     Display the menu items hortizontally     */
.halfmoon li{
	display:inline;
	margin: 0;
}

/*     Add the tab image to the menu     */
.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 0; /*distance between each tab*/
	border-left: 2px solid #DDD;
	color: black;
	font: bold 12px Tahoma;
	background: #ECEEEC url(http://70.40.210.91/moodle/images/tab_off.jpg) top right no-repeat;
	cursor:pointer;
}

.halfmoon li a:visited{
	color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
	background-color: #CDDADA;
	background: #ECEEEC url(http://70.40.210.91/moodle/images/tab_over.jpg) top right no-repeat;
	color: black;
}

#tabcontentcontainer{
	width:100%; /*width of 2nd level content*/
	/*height:1.5em; height of 2nd level content. Set to largest's content height to avoid jittering.*/
	/* height:275px; */
}

.tabcontent{
	display:none;
}
