﻿/*
 * This stylesheet contains styles that define the basic layout of this paradigm.
 * The properties in this file should rarely be changed.
 *
 */
 
.Container
{
	float:right;
	display:none;
	position:absolute;
	right:0;
}
.PageContainer a.Tab
{
	float:left;
	clear:left;
	display:block;
}