﻿.ContainerMaster {
	margin: 5px;
	display: inline;
	height: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
.EmptyMaster {
	display: inline;
}
.EmptyTitleMaster {
	width: 100%;
}
.LightTitle {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}
.DarkTitle {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	color: #232323;
	white-space: nowrap;
}
.ContainerContent {
	padding: 2px 12px 12px 12px;
	vertical-align: top;
}
.ModuleTitle_MenuContainer {
	display: inline;
	width: 20px;
}

/* **************************** ROUND BLACK TITLE *************************** */
.RoundBlackTitle_TL {
	width: 5px;
	height: 4px;
	background-image: url(images/RoundBlackTitle_TL.gif);
	background-repeat: no-repeat;
}
.RoundBlackTitle_T {
	height: 4px;
	background-color: #232323;
}
.RoundBlackTitle_TR {
	width: 5px;
	height: 4px;
	background-image: url(images/RoundBlackTitle_TR.gif);
	background-repeat: no-repeat;
}
.RoundBlackTitle_L {
	width: 5px;
	background-color: #232323;
}
.RoundBlackTitle {
	height: 10px;
	background-color: #232323;
	padding-left: 12px;
	padding-bottom: 2px;
	white-space: no-wrap;
}
.RoundBlackTitle_R {
	width: 5px;
	background-color: #232323;
}
.RoundBlackActions_L {
	width: 5px;
	height: 1px;
	background-image: url(images/RoundBlackTitle_CL.gif);
	background-repeat: repeat-y;
}
.RoundBlackActions {
	height: 1px;
	background-color: #ffffff;
}
.RoundBlackActions_R {
	width: 5px;
	height: 1px;
	background-image: url(images/RoundBlackTitle_CR.gif);
	background-repeat: repeat-y;
}
.RoundBlack_ContL {
	vertical-align: bottom;
	width: 5px;
	background-image: url(images/RoundBlackTitle_CL.gif);
	background-repeat: repeat-y;
}
.RoundBlack_Cont {
	background-color: #ffffff;
	background-image: url(images/RoundBlackTitle_CGrad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.RoundBlack_ContR {
	vertical-align: bottom;
	width: 5px;
	background-image: url(images/RoundBlackTitle_CR.gif);
	background-repeat: repeat-y;
}
.ContGradPic {
	position: static;
	margin: 0px;
	border: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.RoundBlack_BL {
	width: 5px;
	height: 5px;
	background-image: url(images/RoundBlackTitle_BL.gif);
	background-repeat: no-repeat;
}
.RoundBlack_B {
	height: 5px;
	background-image: url(images/RoundBlackTitle_B.gif);
	background-repeat: repeat-x;
}
.RoundBlack_BR {
	width: 5px;
	height: 5px;
	background-image: url(images/RoundBlackTitle_BR.gif);
	background-repeat: no-repeat;
}

/* **************************** ROUND TITLE *************************** */
.RoundTitle_TL {
	width: 5px;
	height: 5px;
	background-image: url(images/RoundTitle_TL.gif);
	background-repeat: no-repeat;
}
.RoundTitle_T {
	height: 5px;
	background-image: url(images/RoundTitle_T.gif);
	background-repeat: repeat-x;
}
.RoundTitle_TR {
	width: 5px;
	height: 5px;
	background-image: url(images/RoundTitle_TR.gif);
	background-repeat: no-repeat;
}
.RoundTitle_L {
	width: 5px;
	background-image: url(images/RoundBlackTitle_CL.gif);
	background-repeat: repeat-y;
}
.RoundTitle {
	height: 10px;
	background-color: #ffffff;
	padding-left: 12px;
	padding-bottom: 2px;
	white-space: no-wrap;
}
.RoundTitle_R {
	width: 5px;
	background-image: url(images/RoundBlackTitle_CR.gif);
	background-repeat: repeat-y;
}

/* **************************** EMPTY TITLE *************************** */
.EmptyTitle {
	height: 10px;
	padding-left: 12px;
	padding-bottom: 2px;
	
	white-space: no-wrap;
}
.EmptyActions {
	height: 1px;
}
.EmptyCont .Normal {
	color: #d8d8d8;
}
.EmptyCont h1, .EmptyCont h2, .EmptyCont h3, .EmptyCont h4 {
	color: #ffffff;
}
