#TopTabOut {
	padding-top: 40px;
}

#TopTabIn {
	margin-left			: 0;
	margin-top			: 1px;
	margin-bottom		: 0;
	list-style-type		: none;
}

#Folder {
	background-color	: #6D6D8D;
	padding				: 10px;
}

#BotTabOut{
}

#BotTabIn {
	padding				: 3px 0;
	margin-left			: 0;
	margin-top			: 1px;
	margin-bottom		: 0;
	list-style-type		: none;
}

#PageContent {
	border-left			: 1px solid black;
	border-right		: 1px solid black;
	border-bottom		: 1px solid black;
	background-color	: white;
	color				: black;

	min-height			: 500px; 			/* Modern browsers */
	height				: auto !important;	/* IE HACK */
	height				: 500px;			/* IE HACK */

	padding: 0 20px 60px 20px;
}


.Xclear {
	clear				: both;
	height				: 0;
    overflow: hidden;
}

