.PageContainer {
	width: 100%; 
	height: 100%; 	
	background-color: transparent;
	
}

.ContentContainer 
{
    width: 800px;
	height: 100%;
	background-color: transparent;
	
}

.MenuContainer
{ 
    background-color: #f1edd9;
    width: 40%;
    border-right: #C4E300 1px solid;
	border-left:  #C4E300 1px solid;
	border-top:   #C4E300 1px solid;
	border-bottom:#C4E300 1px solid;
	
}

.FooterContainer
{ 
    background-color: transparent;
    width: 100%;
    border-right: #202020 1px solid;
	border-left: #202020 1px solid;
	border-top: #202020 1px solid;
	border-bottom: #202020 1px solid;
}

.SkinObject
{
	font-weight: normal;
	font-size: 10pt;
	color: #F27200;
	font-family: calibri,Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #00B6D4;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #C4E300;
}

A.SkinObject:hover
{
	text-decoration:none;
	color: #8080e0;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #808080;
}

.Main_DNNMenu_ContainerSub 
{
    background-color:#202020;    
    border-right: solid 0px #00B6D4;
    border-bottom: solid 0px #00B6D4;
    border-top: solid 0px transparent;
    border-left: solid 0px #00B6D4;    
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;
}

.Main_DNNMenu_NodeRoot  { /* menu*/
	cursor: pointer; 
	cursor: hand; 
	color: #00B6D4; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: calibri,Tahoma, Arial, Helvetica; 
	background-color: Transparent;
    white-space: none ;      
    padding: 0px 10px 0px 5px;
    border-right: #00B6D4 0px solid;
	border-left: #00B6D4 0px solid;
	border-top: #00B6D4 0px solid;
	border-bottom: #202020 1px solid;  
}

.Main_DNNMenu_Node td /* sub menu*/
{ 
	cursor: pointer; 
	cursor: hand; 
	color: #00B6D4; 
	font-size: 12pt; 
	font-weight: normal; 
	font-style: normal; 
	font-family: calibri,Tahoma, Arial, Helvetica; 
	background-color: #f1edd9;
    white-space: nowrap;  
    padding: 1px 3px 3px 1px;	
}

.Main_DNNMenu_NodeHover /* menu marcado*/
{
    background-color: red;
    background:red;
    border-right:  #00B6D4 0px solid;
	border-left:   #00B6D4 0px solid;
	border-top:    #00B6D4 1px solid;
	border-bottom: #00B6D4 1px solid;
}

.Main_DNNMenu_NodeHover td
{
    background-color: transparent;
    background:url(none);

}
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #C4E300;
    background-color: transparent;
}
.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: transparent;
    BORDER-RIGHT: red 0px solid;
    BORDER-TOP: green 0px solid;
    BORDER-LEFT: blue 0px solid;
    BORDER-BOTTOM: orange 0px solid;
}
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: lighter;
    color: #00B6D4;
}

.LeftPane2
{
    width:100%; 
    background-color:transparent; 
    border-right:0px #dcdcde solid; 
    padding-left:0px; 
    padding-right:0px; 
    padding-top:0px; }

.RightPane
{
    width:100%; 
    background-color:transparent; 
    border-right:0px #dcdcde solid; 
    padding-left:0px; 
    padding-right:0px; 
    padding-top:0px; }