@charset "utf-8";
/* CSS Document */

/* default tab classes */
.mooTabs{
	border: 0px solid #ccc;
	width: 400px;
}
.mooTabs .tabs{
}
.mooTabs .tab{
	display: block;
	float: left;
	margin-left: 5px;
	margin-bottom: -1px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.mooTabs .firstTab{
	margin-left: 15px;
}
.mooTabs .lastTab{
}
.mooTabs .selectedTab{
	background: #ccc;
}
.mooTabs .disabledTab{
	cursor: not-allowed;
	color: #ccc;
}
.mooTabs .panels{
	position: relative;
	display: block;
	width: 100%;
	clear: both; 
}
.mooTabs .panel{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
}