body
{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(/BevegoCMS/images/bgPage.gif);
	background-repeat:repeat-x;
	
}

form
{
	margin:0px;
}

.pageAllContainer
{
	width:842px;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	margin-top:0px;
}

*html .pageAllContainer
{
	width:846px;
}

.pageContainer
{
	padding: 6px;
}



.TopContainer
{
	height:94px;
	margin-bottom:4px;
	background-color:#a51140;
}

.mainLogo
{
	background-image:url(/BevegoCMS/images/mainLogo.gif);
	background-repeat:no-repeat;
	width:172px;
	height:94px;
	float:left;
}

.logoLink
{
	top: 25px;
	left: 30px;
	position:relative;
	width:140px;
	height:50px;
	cursor:hand;
}

.formLoginContainer
{
	width:625px;
	text-align:right;
	padding-top:20px;
	float:left;
}

.formLogin
{
	text-align:left;
	float:right;
}

*html .contentTopRight
{
	padding-top:5px;
	width:564px;
}


/* Navigation */
.navContainer
{
	width: 126px;
	float: left;	
	text-align: right;
}

.navigation ul{
	list-style: none;
	padding:0;
	margin:0;
	padding-top:10px;
	padding-bottom: 30px;
	cursor:hand;
}

.navigation li 
{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #AFAFAF;
}

.navigation .rod
{
	color:#CC3366;
}

.navigation .rod:hover
{
	color:#CC3366;
}

.navigation .fet
{
	font-weight:bold;
}

.navigation .rod
{
	color:#CC3366;
}


.navigation li a
{
	color: #000000;
	text-decoration: none;
}

.navigation li a:hover
{
	color: #000000;
	text-decoration: underline;
}


.navigation ul li ul{
	list-style: none;
	padding:0;
	margin:0;
	cursor:hand;
}

.navigation ul li ul li
{
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:0px solid #AFAFAF;	
}

.navigation ul li ul li a
{
	color: #CC3366;
	text-decoration: none;
}

.navigation ul li ul li a:hover
{
	color: #CC3366;
	text-decoration: underline;
}

.navigation .navPilRight
{
	margin-right:5px;
	margin-bottom:1px;	
}


/* Page */
.contentContainer
{
	width: 400px;
	float: left;
	/*border: solid 1px blue;*/
	
}




.contentIntro
{
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}

.contentBody
{
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
}

.contentBody ul
{
	margin-top:5px;
	margin-left:-25px;
	list-style-type:square;
	list-style-image:url(/BevegoCMS/images/imgList.gif);
}

*html .contentBody ul
{
	margin-left:18px;
}


.link
{
	clear:both;
	float:left;
	margin-top:10px;
	margin-right:5px;
	background-position:right bottom;
}
.linkImgPil
{
	margin-top:12px;
	float:left;
	width:11px;
	height:11px;
	background-image:url(/BevegoCMS/images/imgLinkPil.gif);
	background-repeat:no-repeat;
}

.documentList
{
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
	float:left;	
}

.linkDocumentListImgPil
{
	margin-top:12px;
	width:11px;
	height:15px;
	background-image:url(/BevegoCMS/images/imgLinkPil.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

/*PageFooter*/
.PageFooter
{
	clear:both;
	height:22px;
	/*border:1px solid #A7A7A7;*/
	background-image:url(/BevegoCMS/images/bgFooter.gif);
	background-repeat:repeat-x;
}

.PageFooterLeft
{
	padding:5px 0px 0px 10px;
	height:22px;
	float:left;
}

.PageFooterRight
{
	padding:5px 10px 0px 0px;
	height:22px;
	float:right;
}

.PageFooterRight a
{
	float:left;
}


.linkSeparator
{
	float:left;
	margin-left: 5px;
	margin-right: 5px;
}