/* 
=================
 Container Styles
=================
*/

.ContainerActionSections_White
{
	background-color: #ffffff;
	padding-bottom:4px
}



.ContainerContent_White
{
	
	width: 100%;
	background-color: #ffffff;
}

.ContainerActionSections_Black
{
	background-color: #000000;
	padding-bottom:4px
}



.ContainerContent_Black
{
	
	width: 100%;
	background-color: #000000;
}


.ContainerActionSections_Transparent
{
	background-color: Transparent;
	padding-bottom:4px
}



.ContainerContent_Transparent
{
	
	width: 100%;
	background-color: Transparent;
}

.containermaster
{
	width: 100%;
}

.spacing
{
	font-size: 6px;
}




.white_top_left
{
	width: 4px;
	height: 4px;
	background: url(white_top_left.gif) bottom right no-repeat;
}


.white_top_right
{
	width: 4px;
	height: 4px;
	background: url(white_top_right.gif) bottom left no-repeat;
}


.white_margin_top
{
	height: 4px;
	background: url(white_margin_top.gif);
	background-repeat: repeat-x;
}



.white_bottom_left
{
	width: 4px;
	height: 4px;
	background: url(white_bottom_left.gif) top right no-repeat;
}
.white_bottom_right
{
	width: 4px;
	height: 4px;
	background: url(white_bottom_right.gif) top left no-repeat;
}
.white_margin_bottom
{
	height: 4px;
	background: url(white_margin_bottom.gif);
	background-repeat: repeat-x;
	font-size:3px;
}

.white_margin_right
{
	width: 4px;
	background: url(white_margin_right.gif);
	background-repeat: repeat-y;
}
.white_margin_left
{
	width: 4px;
	background: url(white_margin_left.gif);
	background-repeat: repeat-y;
}





.box185 {

	background-image: url(box_bg185x185.gif);
	height: 185px;
	width: 185px;
	padding: 5px;
	background-repeat: no-repeat;
	
	float: left;
}


.black_top_left
{
	width: 4px;
	height: 4px;
	background: url(black_top_left.gif) bottom right no-repeat;
}


.black_top_right
{
	width: 4px;
	height: 4px;
	background: url(black_top_right.gif) bottom left no-repeat;
}


.black_margin_top
{
	height: 4px;
	background: url(black_margin_top.gif);
	background-repeat: repeat-x;
}



.black_bottom_left
{
	width: 4px;
	height: 4px;
	background: url(black_bottom_left.gif) top right no-repeat;
}
.black_bottom_right
{
	width: 4px;
	height: 4px;
	background: url(black_bottom_right.gif) top left no-repeat;
}
.black_margin_bottom
{
	height: 4px;
	background: url(black_margin_bottom.gif);
	background-repeat: repeat-x;
	font-size:3px;
}

.black_margin_right
{
	width: 4px;
	background: url(black_margin_right.gif);
	background-repeat: repeat-y;
}
.black_margin_left
{
	width: 4px;
	background: url(black_margin_left.gif);
	background-repeat: repeat-y;
}






