﻿
/***** Framework ***********************************/
form 
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 50px 0px 0px 0px;
	background: transparent url(/Campaign/images/bg_body.gif) repeat-x left top;
}
#PageContainer 
{	 
	position: relative; 
	height: auto !important; 
	height: 50%; 
	min-height: 50%; 
	width: 100%; 
	top: 0; 
	left: 0;
}
#PageContainerTopPadding 
{ 
	position: relative; 
	width: 100%; 
	height: 253px; 
}
#Page 
{ 
	
	top: 100%; 
	left: 0; 
	height: 10px; 
	width: 100%;
}
#PageContent 
{
	text-align: left;
	overflow: hidden;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	margin-top: -253px;
	width: 663px; 
	height: 506px; 
	background: #fff url(/Campaign/images/bg_page.jpg) no-repeat left top;
}

#Logo 
{
	position: absolute;
	right: 36px;
	bottom: 0px;
	padding: 0;
	margin: 0;
}
#Logo img 
{
	vertical-align: bottom;
	margin: 0;
}

#Content 
{
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#ebebeb;
	scrollbar-track-color:#ebebeb;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#d6d3ce;
	scrollbar-darkshadow-Color:#999999;

	position: absolute;
	left: 58px;
	top: 62px;
	width: 577px;
	height: 392px;
	overflow: auto;
	font-size: 1.1em;

}

#Ribbon 
{
	position: absolute;
	left: 20px;
	bottom: 36px;
	padding: 0;
	margin: 0;
}
#Ribbon img 
{
	vertical-align: bottom;
	margin: 0;
}

/***** Menus ***********************************/
#Menu 
{
	position: absolute;
	left: 75px;
	top: 10px;
	padding: 0px;
	margin: 0px;
}
#MainMenu 
{
	list-style: none none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	overflow: hidden;
	height: 26px;
}
#MainMenu li 
{
	display: inline;
}
#MainMenu a 
{
	display: inline;
	float: left;
	margin-right: 8px;
}
