@import "../AllianceCost/default.css";

/* differences between green and blue */

#FooterWrapper 
{
    width: 100%;
    background-color: #204D1D;
}

/* bellow this is the same for the blue one */
body {
    background-color: #FFF !important;
}

.Inside .MenuAdapter .AspNet-Menu-Vertical-Left ul.AspNet-Menu ul {
    left: 160px;
}

/* we move the inside levels of the menu to the same width (200) */
.Inside .MenuAdapter .AspNet-Menu-Vertical-Left ul.AspNet-Menu ul ul,
.Inside .MenuAdapter .AspNet-Menu-Vertical-Left ul.AspNet-Menu ul ul ul,  
.Inside .MenuAdapter .AspNet-Menu-Vertical-Left ul.AspNet-Menu ul ul ul ul
{
    left: 200px !important;
}

.Inside .HeaderPanelWrapper .EditorPanel {
    overflow: hidden;
}

#MenuWrapper 
{
    overflow: visible;  /* otherwise the menu doesn't show */
}


#BodyRgn 
{
    height: 200px;
    min-height: 200px;
}

#BaseWrapper
{
	background-image: url('img/topbg.gif') !important;
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

#BaseRegion 
{
    margin-top: 26px !important;
}

.Inside #HeaderRgn .HeaderPanelWrapper 
{
    padding: 0;
}

.Inside #BodyRgn.Homepage 
{
    border: 0px;
    border-top: 0px;
}

.Inside .MainPanelWrapper ,
.Inside #FooterRgn 
{
    background-color: transparent !important;
}

#HeaderWrapperRight,
#HeaderWrapperLeft 
{
    width: 50%;
}

#LogoRegion 
{
    width: 876px;
    margin: auto;   
    height: 65px;
    min-height: 65px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#MenuWrapper 
{
    width: 160px; 
}

.LeftSection  
{
    width: 148px !important;
    *width: 160px !important;
}

#HeaderWrapperRight 
{
    width: 250px !important;
    background-image: url('img/diamondbg.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

#HeaderWrapperLeft 
{
    width: 466px !important;   
}
#HeaderWrapperLeft .EditorPanel 
{
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.MiddleSection,
.LeftSection 
{
    padding: 0px;
}

 .MiddleSection 
 {
    padding: 0 10px 0 10px;
 }

.MiddleSection .EditorPanel 
{
    width: 100% !important;
    *width: 690px !important;
}

#BaseRegion.Inside {
    margin-top: 0px !important;
}
