﻿
/*container plain*/
.containermaster_plain{
	width: 100%;
	background-color: transparent;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_plain{
	background-image: url('callouttop.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 26px;
}
.containerrow_plain.Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.containercontent_plain
{
background:transparent;padding-left:10px;padding-right:10px;
}
.containerfooder_plain
{
	background-image: url('calloutbottom.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
}
.containermaster_plain.containercontent_plain.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/*container NOTICE*/

.containerrow_notice{
	background-image: url('notices-callouttop.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 97px;
}

