/*========================================================*/
/*  10. Containers                                         */
/*========================================================*/

.ContainerTopLeft {
	width: 10px;
	height: 25px;
	background-color: #d8cfc0;
	font-size: 1px;
}

.ContainerTopTitle {
	height: 25px;
	background-color: #d8cfc0;
	white-space: nowrap;
}

.ContainerTopActions {
	height: 25px;
	width: 1px;
	background-color: #d8cfc0;
	white-space: nowrap;
}

.ContainerContent {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FFF;
}

