/* 
===============================
===Container Styles for PSCA===
===============================
*/   

.containermaster_blank
 {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
 }

.containerrow1_blank
 {
	background-color: #ffffff;
 }

.containerrow2_blank
 {
	background-color: #ffffff;
 }

.Head
 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
 }
 
 .containermaster_no_background
 {
	width: 100%;
	background-color: transparent;
	border: none;
/*	border-right: #F59F9F 1px solid; 
	border-top: #F59F9F 1px solid; 
	border-left: #F59F9F 1px solid; 
	border-bottom: #F59F9F 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
 }

.containerrow1_no_background
 {
	background-color: transparent;
 }

.containerrow2__no_background
 {
	background-color: transparent;
 }