﻿html, body {
    background: url(../../images/backgr_info.jpg) #5e3b8b repeat-x;
}

/** info specific elements **/
#divMenuMainFooter
{
	border-left: #0C0C0C 1px solid;
    border-bottom: #0C0C0C 1px solid;
    background-color: #9966FF;
}

/** left menu **/
.mnuSectionContainer
{
    background-color: #9966FF;
}
/* 
===================================================================== 
	Page Content
===================================================================== 
*/
.PageContent
{
	border-color: #9966FF;
}

/* 
===================================================================== 
	Page Titles
===================================================================== 
*/
.PageTitle
{
	background-color: #9966FF;
}

/* 
===================================================================== 
	Content CSS
===================================================================== 
*/
.ContentFooter {
	color: #9966FF;
}
.ContentFooter A {
	color: #9966FF;
}
.ContentFooterSelected {
	background-color: #9966FF;
}


A.button {
	color: #9966FF;
}

A.button:visited {
	color: #9966FF;
}

A.button:hover {
	color: #fff;
	background-color: #9966FF;
}
A.buttonOn 
{
	color: #fff;
	background-color: #9966FF;
}

.TabstripMenu a {
	background-color: #9966FF;
}
.TabstripMenu a:hover, .TabstripMenu a.active {
	/*color: #9966FF;*/
}
.TabstripContentContainer {
	border-top-color: #9966FF;
}
.TabstripMenu {
background-color: #9966FF;
}

.fontSection 
{
	color: #9966FF
}
.bgSection 
{
	background-color: #9966FF;
}

.PageTitle {
	background-color: #9966FF;
}

.CMSContentContainer {
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	float:left;
	overflow-x: hidden;
}
.CMSContent {
	border: solid 2px #9966FF;
	position: relative;
	background-color: #ffffff;
	padding: 0px 4px 4px 4px;
}
.CMSTreeContainer {
	overflow-x: auto; 
	overflow-y: visible;
	float: left
}

.padding {
	padding: 4px 4px 4px 4px;
}

/* 
===================================================================== 
	Info specific
===================================================================== 
*/






