.contentBox1-img {
	display: block;
}

.contentBox1-shadow {
	background-color: white;
}

.contentBox1 {
	border: 1px solid #92AAC5;
	border-right: 2px solid #92AAC5;
	border-bottom: 2px solid #92AAC5;
	background-color: white;
	width: 100%;
	/*height: 100%*/;
}
.contentBox1-titleBarContainer {
	height: 21px; 
}
.contentBox1-titleBarTable {
	height: 100%;
}

.contentBox1-titleContainer {
	background-color: #7999BB;
	background-image: url('../../images/contentBox1/titleBG.gif'); 
	background-repeat: repeat-y; 
	background-position: top right;
	
	vertical-align: top;
}

.contentBox1-topLeftCornerContainer {
	vertical-align: top; 
}
.contentBox1-topLeftCorner {
	position: relative; 
	left: -1px; 
	top: -1px; 
	z-index: 1;
}

.contentBox1-title {
	padding: 3px;
	padding-right: 6px;
	
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica, sans-serif; 
	color: white; 
	white-space: nowrap;
	letter-spacing: 0px;
}

.contentBox1-titleBGContainer {
	background-color: #F7F9FC;
	background-image: url('../../images/contentBox1/titleBarBG.gif'); 
	background-repeat: repeat-y; 
	background-position: top right;
}

.contentBox1-topRightCornerContainer {
	vertical-align: top; 
	background-color: #DEE7F2;
}
.contentBox1-topRightCorner {
	position: relative; 
	right: -2px; 
	top: -2px; 
	z-index: 1;
}

.contentBox1-titleBGFade {
	height: 4px; 
	background-color: #E7EDF3;
	background-image: url('../../images/contentBox1/titleBarFade.gif'); 
	background-repeat: repeat-y; 
	background-position: top left;
}

.contentBox1-titleBG {
	height: 4px; 
	background-color: #9FB6CE;
	/*
	background-color: #E7EDF3;
	background-image: url('../../images/contentBox1/titleBarFade.gif'); 
	background-repeat: repeat-y; 
	background-position: top left;
	*/
}

.contentBox1-contentArea {
	vertical-align: top;
	background-color: white;
}

.contentBox1-bottomContainer {
	height: 1px;
	vertical-align: bottom;
}

.contentBox1-bottomLeftCornerContainer {
	width: 100%;
	vertical-align: bottom;
}

.contentBox1-bottomLeftCorner {
	z-index: 1;
	position: relative;
	bottom: -2px;
	left: -2px;
}

.contentBox1-bottomRightCorner {
	z-index: 1; 
	position: relative; 
	bottom: -2px; 
	right: -2px;
}

.contentBox1-rightShadow {
	vertical-align: top;
	background-image: url('../../images/contentBox1/rightShadowBG.gif');
	background-repeat: repeat-y;
	background-position: top left;
}
.contentBox1-bottomShadowContainer {
	vertical-align: top;
	background-image: url('../../images/contentBox1/bottomShadowBG.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.contentBox1-bottomRightShadow {
	z-index: 1;
	position: relative;
	left: -3px;
}