/* CSS file */

@import "DivContainerControls.css";

.HeaderlessContainer
{
    background-color:transparent;
    width:auto;
    margin: 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: Verdana, Arial, Tahoma, Helvetica;
    font-size:  1.0em; /*small;*/
    color: #666; /*#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;
}
*/