/* CSS file */

@import "CommonContainer.css";
@import "DivContainerControls.css";

.HeaderlessContainer
{
    background-color:transparent;
    width:auto;
    /*padding: 0px 15px 0px 15px;*/
}
.HeaderlessContainer p
{
    margin:0em 0em 1em 0em;
}
/*.HeaderlessContainer hr
{
	color: #fedd58;
	/* the next 4 lines are for Firefox *//*
	background-color: #fedd58;
	border:0;
	margin-left:0;
    margin-right:0;	
}*/

.HeaderlessContainerContentPane .Normal 
{
	/*font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  0.8em; /*small;*//*
    line-height:1.4em;
    color: #888; /*#000000; *//*
    background-color:transparent; */
}
/*.HeaderlessContainerContentPane ul ul
{
	margin:0;
	padding:0;
} 
.HeaderlessContainerContentPane ul li 
{
	list-style-image:url(button_blue.gif);
    list-style-type: disc;
}
.HeaderlessContainerContentPane ul ul li
{
	list-style-image:url(button_yellow.gif);
    list-style-type: circle;
}
.HeaderlessContainerContentPane ul ul ul li
{
	list-style-image:url(button_green.gif);
    list-style-type: square;
}
.HeaderlessContainerContentPane ul ul ul ul li
{
	list-style-image:url(button_red.gif);
    list-style-type: disc;
}*/

