﻿/* =============== GHBBCont Containers  =============== */

.Container {
    margin-right: 10px;
    margin-bottom: 10px;
    _margin-top: 5px;
	width: 100%;
}
.HTitle {
    margin: 0px;
    padding: 4px;
}

.ContainerContent {
    padding: 10px;
}

/* *************** */
/* *****BLUE ***** */
/* *************** */

.Green_TL {
	width: 6px;
	height: 6px;
	background-image: url(images/GHBBCont_TL.gif);
}
.Green_T {
	height: 6px;
	background-image: url(images/GHBBCont_T.gif);
}
.Green_TR {
	width: 6px;
	height: 6px;
	background-image: url(images/GHBBCont_TR.gif);
}
.Green_L {
	width: 6px;
	background-image: url(images/GHBBCont_L.gif);
}
.Green_M {
	vertical-align: top;
	background-color: #9fc897;
}
.Green_M .Normal {
	color: #111111;
}
.Green_R {
	width: 6px;
	background-image: url(images/GHBBCont_R.gif);
}
.Green_BL {
	width: 6px;
	height: 6px;
	background-image: url(images/GHBBCont_BL.gif);
}
.Green_B {
	height: 6px;
	background-image: url(images/GHBBCont_B.gif);
}
.Green_BR {
	width: 6px;
	height: 6px;
	background-image: url(images/GHBBCont_BR.gif);
}

