a, p
{
	font-family: Verdana;
	font-size:11px;
}

.PageContainer
{
	height: 100%;
	/*
	Below: Uncomment to get center alignment part 1 of 2.
	*/	
	/*
	margin: 0px auto;
	text-align: center;
	*/
}

.SkinContainer
{
	width: 900px;
	height: 100%;
	/*
	Below: Uncomment to get center alignment part 2 of 2.
	*/	
	/*
	margin:0px auto;
	text-align: left;
	*/
}

.ControlPanel
{
	height: 1px;
}

.Login 
{
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666 !important;
	display: block;
	position: absolute;
	top: 8px;
	right: 6px;
	outline: none;
}

.Login:hover
{
	color: #FF9933 !important;
	text-decoration: none;
	border-bottom: solid 4px #FF9933;
}

.MenuCell
{
	padding-left: 10px;
	height: 18px;
}

.ContentPane
{
	padding-right: 20px;
}

.ContentPanePadded
{
	padding-right: 20px;
	padding-left:155px;	
	padding-top:30px;
}
.ContentPane table
{
	padding-left: 0px;
}

.ContentPane table table
{
	padding-left: 0px;
}

.TopPane p
{
	padding: 0px;
	margin: 0px;
}

.LeftPane
{
}

.RightPane
{
}

a:link,
a:visited,
a:hover,
a:active
{ 
	color:#ff9933; 
	text-decoration:none; 
}

a:hover             
{ 
	color:#D16400; 
	text-decoration:underline; 
}

/* Module Header and Content Styles */

.ModuleHeader
{
    font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
}

.ModuleContent
{
    font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.VerticalMenuContainer
{
	width: 224px;
	background-repeat: repeat-y;
}
.HomePageModules
{
	font-family:Verdana;
	font-size:10px;
	line-height: 15px; 
	letter-spacing: 0.03em; 
	font-weight: normal;	
	color:#666666;	
}
