/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.whitebackgroundroundedTitle {
	color:#000;
	font-family:  Verdana;
	font-size: 16px;
	font-weight: bold;	
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space:nowrap;
}

.whitebackgroundroundedTopLeftBorder, 
.whitebackgroundroundedTopRightBorder, 
.whitebackgroundroundedBottomLeftBorder, 
.whitebackgroundroundedBottomRightBorder{
width:11px;
height:11px;
}

.whitebackgroundroundedTopLeftBorder, 
.whitebackgroundroundedTopRightBorder{
vertical-align:top;}
.whitebackgroundroundedBottomLeftBorder, 
.whitebackgroundroundedBottomRightBorder{
vertical-align:bottom;
}

.whitebackgroundroundedWidth {
	width: 100%;
	background-color:#fff;
	font-family: Verdana;
	font-size:  12px;
	font-weight: normal;
	color: #000000;
}


.whitebackgroundroundedContentpane {
	text-align: left;	
	vertical-align: top;
	padding: 0px;
	font-family: Verdana;
	font-size:  12px;
	font-weight: normal;
	color: #000000;
}
.whitebackgroundroundedContentpane p{padding:0px;}

.whitebackgroundroundedActionscell {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.whitebackgroundroundedVisibilitycell {
	height: 20px;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	padding-right:0px;
}

.whitebackgroundroundedContentbkgrd {
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}
.whitebackgroundroundedContentTable {
	width: 100%;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.whitebackgroundroundedSpacertable {
	height: 4px;
	width: 100%;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.whitebackgroundroundedTitleTable {
	height: 20px;
	width: 100%;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}
/*
		.whitebackgroundroundedTopLeftCorner {
			height: 20px;
			width: 20px;
			font-family: Verdana;
			font-size:  8pt;
			font-weight: normal;
			color: #000000;
		}
*/
.whitebackgroundroundedTopMIddle {
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}
.whitebackgroundroundedTopMIddleBorder {
border-top:1px solid #041d17;
height:11px;
line-height:.5;}
.whitebackgroundroundedBottomMIddle{
line-height:.5;
height:11px;
border-bottom:1px solid #041d17;}
.whitebackgroundroundedLeftMiddle{
border-left:1px solid #041d17;}
.whitebackgroundroundedRightMiddle{
border-right:1px solid #041d17;
}

.whitebackgroundroundedBottomAction {
	text-align: right;
	vertical-align: top;
	font-family: Verdana;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	padding:5px;
}


