/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
.normalpage
{
	background-image:url(/images/avantime/gradient_bg.gif);
	background-repeat:repeat-x;
}
.IFrameFriendlyPage
{
	text-align:left;
}
#IFrameFriendlyContent
{
	text-align:left;
	padding:10px;
}
/* --- Divs used for page structure ---*/
span.date
{
	padding-left:20px;
}
.OuterDiv
{
	margin:20px auto;
}
#PageContent
{
	
	background-color:White;
	float:left;
}
#TopMenyDiv
{
	background-repeat:no-repeat;
	width:767px;
	height:121px;
}
#TopMenyLinksDiv
{
	width:767px;
	text-align:left;
}
#TopMenuSpacerDiv
{
	height:33px;
}
#TopMenuMainMenuDiv
{
}
.BreadCrumbDiv
{
	text-align:left;
	padding:11px 0px 15px 12px;
	color:#486BA1;
}
#MainAreaDiv
{
	text-align:left;
}
.LeftContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;
}
.LeftContentAreaPaddingDiv
{
	padding:5px 0px 0px 0px;
}
.MainContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;

}
.MainContentAreaPaddingDiv
{
	padding:2px 10px 0px 17px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#DFDFDF;
}
.RightContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;
}
.RightContentAreaPaddingDiv
{
	padding:0px 10px 0px 10px;
}
#FooterDiv
{
	color:#D98D39;
	padding-top:40px;
	font-size:0.9em;
}

.LeftAreaSpacerDiv
{
	height:20px;
}

.RightBannerDiv
{
	margin-top:160px;
	width:200px;	
	float:right;
	text-align:left;
}

/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

