/* CSS file */

@import "DivContainerControls.css";

.Standard100Container
{
    background-color:transparent;
    width:100%;
    clear:both;
    /*padding: 0px 15px 0px 15px;*/
}
.Standard100Container p
{
    margin:0em 0em 1em 0em;
}

.Standard100ContainerContentPane .Normal
{
	/*font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  0.9em; /*small;*/
    /*color: #666; /*#000000; */
    /*background-color:transparent; */
}
.Standard100ContainerFooter 
{
}

.Standard100ContainerHeader
{
}
.Standard100ContainerTitle
{
	/*font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 1.1em;
    color:#0066cc;*/
}
.Standard100ContainerHeader img {
    float:right;
    width: inherit;
    height: inherit;
    margin:0px 0px 10px 10px;
}
.Standard100ContainerContentPane hr
{
    color: #8DC0E2;
	/* the next 4 lines are for Firefox */
	background-color: #8DC0E2;
	border:0;
	margin-left:0;
    margin-right:0;	
}
Standard100ContainerHeaderRule
{
    display:none;
	/*color: #fedd58;
	/* the next 4 lines are for Firefox *//*
	background-color: #fedd58;
	border:0;
	margin-left:0;
    margin-right:0;	*/
}


