/* CSS file */

@import "DivContainerControls.css";

.Headerless100Container
{
    background-color:transparent;
    width:100%;
    clear:both;
    /*padding: 0px 15px 0px 15px;*/
    /*border:1px dashed red;*/
}
.Headerless100Container p
{
    margin:0em 0em 1em 0em;
}
.Headerless100Container hr
{
	color: #fedd58;
	/* the next 4 lines are for Firefox */
	background-color: #fedd58;
	border:0;
	margin-left:0;
    margin-right:0;	
}
.Headerless100ContainerContentPane /*, .Normal */
{
	font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  0.9em; /*small;*/
    color: #666; /*#000000; */
    background-color:transparent; 
}
.Headerless100ContainerContentPane ul ul
{
	margin:0;
	padding:0;
} 
.Headerless100ContainerContentPane ul li 
{
	list-style-image:url(button_blue.gif);
    list-style-type: disc;
}
.Headerless100ContainerContentPane ul ul li
{
	list-style-image:url(button_yellow.gif);
    list-style-type: circle;
}
.Headerless100ContainerContentPane ul ul ul li
{
	list-style-image:url(button_green.gif);
    list-style-type: square;
}
.Headerless100ContainerContentPane ul ul ul ul li
{
	list-style-image:url(button_red.gif);
    list-style-type: disc;
}

