.ZenCSS2Container {
	width: 100%;
	margin-bottom: 10px;
}

.ZenCSS2Container h1.BigTitle {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
.ZenCSS2Container h1.SmallTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
.ZenCSS2Container .RoundTitlePane h1 {
	margin-top: 0px;
}
.ZenCSS2Container .BlackTitlePane h1 {
	color: #222222;
}
.FooterPart .NoBorderCont .BlackTitlePane h1 {
	color: #ababab;
}
.ZenCSS2Container .RoundTitlePane {
	padding: 0px 5px;
}
.ZenCSS2Container .RoundContent {
	padding: 0px 10px;
}
.ZenCSS2Container .SmallContent {
	font-size: 88%;
}
.ZenCSS2Container .SmallContent .Normal {
	font-size: 100%;
}
.ZenCSS2Container .SmallContent h1 {
	font-size: 18px;
}
.ZenCSS2Container .SmallContent h2 {
	font-size: 15px;
	font-weight: bold;
}
.ZenCSS2Container .SmallContent h3 {
	font-size: 13px;
	font-weight: bold;
}
.ZenCSS2Container .SmallContent h4 {
	font-size: 12px;
	font-weight: bold;
}
.ZenCSS2Container .BlackTitlePane img, 
.ZenCSS2Container .NormalTitlePane img, 
.ZenCSS2Container .RoundTitlePane img {
	vertical-align: middle;
	margin-right: 6px;
	float:left;
}
.ZenCSS2Container .EmptyContent .ZC2Content {
	padding: 5px;
}
.ZenCSS2Container .BottomActions {
	text-align: right;
	padding-top: 5px;
}
.ZenCSS2Container .Visibility {
	float: right;
	padding:2px 0 0;
}
.ZenCSS2Container .Visibility img {
	margin-right: 0px;
}
.ZenCSS2Container span.HTitle {
	float: left;
}
/* ****************** ===== ROUND WHITE ===== ****************** */
.RoundWhite_TL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundWhite_TL.png);
}
.RoundWhite_T {
	height: 5px;
	background-image: url(Images/RoundWhite_T.png);
}
.RoundWhite_TR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundWhite_TR.png);
}
.RoundWhite_L {
	width: 5px;
	background-image: url(Images/RoundWhite_L.png);
}
.RoundWhite_M {
	background-color: #ffffff;
}
.RoundWhite_R {
	width: 5px;
	background-image: url(Images/RoundWhite_R.png);
}
.RoundWhite_BL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundWhite_BL.png);
}
.RoundWhite_B {
	height: 5px;
	background-image: url(Images/RoundWhite_B.png);
}
.RoundWhite_BR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundWhite_BR.png);
}

/* ****************** ===== ROUND GREY ===== ****************** */
.RoundGrey_TL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundGrey_TL.png);
}
.RoundGrey_T {
	height: 5px;
	background-image: url(Images/RoundGrey_T.png);
}
.RoundGrey_TR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundGrey_TR.png);
}
.RoundGrey_L {
	width: 5px;
	background-image: url(Images/RoundGrey_L.png);
}
.RoundGrey_M {
	background-color: #eaeaea;
}
.RoundGrey_R {
	width: 5px;
	background-image: url(Images/RoundGrey_R.png);
}
.RoundGrey_BL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundGrey_BL.png);
}
.RoundGrey_B {
	height: 5px;
	background-image: url(Images/RoundGrey_B.png);
}
.RoundGrey_BR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundGrey_BR.png);
}

/* ****************** ===== ROUND BLACK ===== ****************** */
.RoundBlack_TL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlack_TL.png);
}
.RoundBlack_T {
	height: 5px;
	background-image: url(Images/RoundBlack_T.png);
}
.RoundBlack_TR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlack_TR.png);
}
.RoundBlack_L {
	width: 5px;
	background-image: url(Images/RoundBlack_L.png);
}
.RoundBlack_M {
	background-color: #323232;
}
.RoundBlack_R {
	width: 5px;
	background-image: url(Images/RoundBlack_R.png);
}
.RoundBlack_BL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlack_BL.png);
}
.RoundBlack_B {
	height: 5px;
	background-image: url(Images/RoundBlack_B.png);
}
.RoundBlack_BR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlack_BR.png);
}
.RoundBlack_M, .RoundBlack_M .Normal, .RoundBlack_M td {
	color: #bababa;
}
.RoundBlack_M .BlackTitlePane h1, 
.RoundBlack_M .BlackTitlePane h2, 
.RoundBlack_M .BlackTitlePane h3, 
.RoundBlack_M .BlackTitlePane h4 {
	color: #999999;
}
.RoundBlack_M a:link, 
.RoundBlack_M a:active, 
.RoundBlack_M a:visited {
    color: #ffffff;
	text-decoration: underline;
}
.RoundBlack_M a:hover {
    color: #2199ff;
	text-decoration: none;
}
/* ****************** ===== ROUND BLUE ===== ****************** */
.RoundBlue_TL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlue_TL.png);
}
.RoundBlue_T {
	height: 5px;
	background-image: url(Images/RoundBlue_T.png);
}
.RoundBlue_TR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlue_TR.png);
}
.RoundBlue_L {
	width: 5px;
	background-image: url(Images/RoundBlue_L.png);
}
.RoundBlue_M {
	background-color: #2199ff;
}
.RoundBlue_R {
	width: 5px;
	background-image: url(Images/RoundBlue_R.png);
}
.RoundBlue_BL {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlue_BL.png);
}
.RoundBlue_B {
	height: 5px;
	background-image: url(Images/RoundBlue_B.png);
}
.RoundBlue_BR {
	width: 5px;
	height: 5px;
	background-image: url(Images/RoundBlue_BR.png);
}
.RoundBlue_M, .RoundBlue_M .Normal {
	color: #010101;
}
.RoundBlue_M h1, .RoundBlue_M h2, .RoundBlue_M h3, .RoundBlue_M h4 {
	color: #ffc66d;
}
.RoundBlue_M a:link, .RoundBlue_M a:active, .RoundBlue_M a:visited {
    color: #c9e4f4;
	text-decoration: underline;
}
.RoundBlue_M a:hover {
    color: #ffffff;
	text-decoration: none;
}