.GrayContainer {
	margin-bottom: 5px;
}
.GrayContainer .TopLeft{
	width:8px; height: 23px;
	background: #5B5B5B url(img/graycontainer_topleft.png) top left no-repeat;
	border-bottom: solid 2px #5E5E5E;
}
.GrayContainer .Top {  
	color: white;
	background: #5B5B5B url(img/graycontainer_topgradient.png) repeat-x;
	border-bottom: solid 2px #5E5E5E;
}
.GrayContainer .TopRight { 
	width:8px; height: 23px;
	background: #5B5B5B url(img/graycontainer_topright.png) top right no-repeat;
	border-bottom: solid 2px #5E5E5E;
}
.GrayContainer .ContentLeft {
	border-left: solid 2px #5E5E5E;
	background: white url(img/graycontainer_contentgradient.png) bottom repeat-x;
}
.GrayContainer .ContentPane { 
	background: white url(img/graycontainer_contentgradient.png) bottom repeat-x;
	height: auto;
}
.GrayContainer .ContentRight { 
	border-right: solid 2px #5E5E5E;
	background: white url(img/graycontainer_contentgradient.png) bottom repeat-x;
}
.GrayContainer .BottomLeft { 
	width:8px; height: 10px;
	background: #C1C2C6 url(img/graycontainer_bottomleft.png) bottom left no-repeat;
}
.GrayContainer .Bottom { 
	background: #C1C2C6 url(img/graycontainer_bottomgradient.png) repeat-x;
}
.GrayContainer .BottomRight { 
	width:8px; height: 10px;
	background: #C1C2C6 url(img/graycontainer_bottomright.png) bottom right no-repeat;
}
.GrayContainer .Head {
	font-family: sans-serif;
	color: white;
	text-transform: uppercase;
	line-height:12px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.GrayContainer .FooterLeft { 
	background-color: #C1C2C6;
	border-left: solid 2px #3F3F41;
}
.GrayContainer .Footer { 
	background-color: #C1C2C6;
}
.GrayContainer .FooterRight { 
	background-color: #C1C2C6;
	border-right: solid 2px #3F3F41;
}
