.wholeContainer
{
    float:left;
}

.Container
{
    background-color:transparent;
    /*width:auto;
    *width:100%;*/
    padding: 0px 15px 0px 15px;/**/
    /*border:dashed 1px red; */
}

.ContainerContentPane, .Normal {
    /*font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  0.9em; small;*/
    /*color: #666; #000000; */
    background-color:transparent; 
}
.ContainerContentPane ul li {
    list-style-type: disc;
}
.ContainerFooter {
    background-repeat: no-repeat;
    background-color:transparent; /*#ffffff;*/
    border:none;
}

.ContainerHeader,
.ContainerTitle
{
    /*font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 1.0em; larger;*/
    font-weight:bold;
    /*color:#006599; #990134; /*#007ac3; /*#3366cc;*/
    padding-bottom:2px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-color:transparent; /*#ffffff;*/
    border:none;
    display:block;
}
.ContainerHeader img {
    float:left;
    width: inherit;
    height: inherit;
    margin-right:50px;
}

.ContainerControlTop
{
    height:auto;
    background-color:transparent;
    /*width:auto;
    border:dotted 1px #00c000; none;
    clear:right;*/
    
}
.ContainerControls
{
    /*float:right; float container to allow it to expand with floated content */
    width:100%;
    text-align:right;/**/
    display:block;
    /*border:dashed 1px green; */
}
.ContainerControlsLeft
{
    width:50%;
    text-align:left;
    display:inline;/**/
    /*border:dashed 1px blue;*/ 
}
.ContainerControlsRight
{
    width:50%;
    text-align:right;
    display:inline;/**/
    /*border:dashed 1px blue;*/ 
}

.ActionControl1 
{
    /*float:left;*/
    display:inline;
}
.ActionControl2, .ActionControl3, .ActionControl4
{
    /*float:right;*/
    display:inline;
}

