@charset "utf-8";
/* CSS Document */

.tabframe {
	border:#000000 solid 1px;
	display:none;
	position:absolute;
	left:2px;
	top:17px;
	width:99%;
	background-color:#FFFFFF;
}

.tabbutton {
	background-color:#FFFFFF;
	background-image:url(images/tabbutton.GIF);
	border-top:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	z-index:1;
	position:relative;
}

.tabbuttonleft {

	width:3px;
}

.tabbuttonright {

	width:3px;
}

.tabbutton:hover {
	background-image:url(images/tabbuttonover.GIF);
}

.mlcseltab .tabbutton {
	border-top:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:none;
	background-image:url(images/tabbuttondown.GIF);
}

.mlcseltab .tabframe {
	display:inline;
}

.tabcomments {
	border:#FFCC00 dashed 1px;
}
.comment1 {
	background-color:#FFE0CC;
	border:#FFFF33 dashed thin;
	padding:5px;
	margin:5px;
}
.comment2 {
	background-color:#FFEECC;
	border:#FFFF33 dashed thin;
	padding:5px;
	margin:5px;
}


