/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.OrangeHeadLeft{
	background:url(images/OrangeHeadLeftCor.jpg) no-repeat left top;
	width:7px;
	height:52px;
}
.OrangeHeadRight{
	background:url(images/OrangeHeadRightCor.jpg) no-repeat right top;
	width:6px;
	height:52px;
}
.OrangeHeadBG{
	background:url(images/OrangeHeadBG.jpg) repeat-x top;
	height:52px;
	vertical-align:top;
	padding-top:10px;
}

.OrangeLeftCor{
	background:url(images/OrangeLeftCor.jpg) no-repeat left top;
	width:5px;
	height:6px;
}
.OrangeRightCor{
	background:url(images/OrangeRightCor.jpg) no-repeat top right;
	width:6px;
	height:6px;
}
.OrangeTopBG{
	background:url(images/OrangeTopBG.jpg) repeat-x;
	height:6px;
}
.OrangeLeftBG{
	background:url(images/OrangeLeftBG.jpg) repeat-y left top;
	width:5px;
}
.OrangeRightBG{
	background:url(images/OrangeRightBG.jpg) repeat-y right top;
	width:6px;
}
.OrangeBottomLeft{
	background:url(images/OrangeBottomLeftCor.jpg) no-repeat left top;
	width:5px;
	height:6px;
}
.OrangeBottomRight{
	background:url(images/OrangeBottomRightCor.jpg) no-repeat right top;
	width:6px;
	height:6px;
}
.OrangeBottomBG{
	background:url(images/OrangeBottomBG.jpg) repeat-x;
	height:6px;
}
.OrangeTitleTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding:0px 3px 0px 5px;
}

.OrangeTitleWidth {
	font-family:Arial;
	font-size:  8pt;
	font-weight: normal;
	background:url(images/OrangeHead.jpg) no-repeat top left;
	width:328px;
	height:48px;
	color: #000000;
}


.OrangeTitleContentpane {
	text-align: left;	
	vertical-align: top;
	padding: 0px 6px 0px 10px;
	font-family:Arial;
	font-size:12px;
	background:#e8e7e7;
	font-weight: normal;
	color: #7d7d7d;
}


.OrangeTitleActionscell {
	text-align: left;
	vertical-align: middle;
	font-family:Arial;
	font-size: 1pt;
	font-weight: normal;
	color: #000000;
}

.OrangeTitleVisibilitycell {
	text-align: right;
	vertical-align: middle;
	font-family:Arial;
	font-size:  1pt;
	font-weight: normal;
	color: #000000;
	padding-right:5px;
}


.OrangeTitleBottomAction{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
	padding:0px;
}


