/* 
=================
 Container Styles
=================
*/

.headertext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}


.containermaster {
	width: 100%;
	
}   

.containerheading_middle 
{
    
	
	background: url(header_middle.gif) bottom repeat-x;
	padding: 0;
	
}
.containerheading_left 
{
  width: 11px;
	background: url(header_left.gif) bottom right no-repeat;
	padding-left: 7;
	
}
.containerheading_right 
{
	
	width: 11px;
	background: url(header_right.gif) bottom left no-repeat;
	padding-right: 7;
	
	
}

.containerheading_bottom_middle 
{
    height:13px;
	background-image: url(header_bottom_middle.gif);
	background-repeat:repeat-x;
}


.containerheading_bottom_left 
{
    width: 11px;
	background: url(header_bottom_left.gif) top right no-repeat;
	padding: 0;
	font-size: 20px;	
}
.containerheading_bottom_right 
{
	
	width: 11px;
	background: url(header_bottom_right.gif) top left no-repeat;
	padding: 0;
	font-size: 20px;
	
}
.container_middle_right
{
    width: 11px;
	
	background: url(middle_right.gif) left repeat-y;
	padding: 0;
	
}
.container_middle_left
{
    width: 11px;
	
	background: url(middle_left.gif) right repeat-y;
	padding: 0;
	
}

.ContainerHeading
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.ContainerContent
{
    padding: 6px 5px 5px 5px;
    width: 100%;
}




