/* Round Title Containers */
#ContainerMaster  {
	width: 100%;
	margin-bottom: 7px;
}
.DarkBackActions {
	text-align: right;
}

/* *************** WHITE *************** */
.WhiteTitle {
	padding: 0px 7px;
}
.WhiteTitle h1 {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8ffc9;
	white-space: no-wrap;
}
.WhiteContentPane .Normal {
	font-size: 80%;
	color: #f1f1f1;
	padding: 5px;
}
.WhiteContentPane .SubHead {
	color: #f1f1f1;
	padding-bottom: 2px;
}
.WhiteContentPane div table {
	width: 100%;
}
.LeftPane ul li {
	font-size: 10pt;
	color: #f1f1f1;
	padding: 5px;
}
.LFContentPane div table {
	width: 100%;
}
/* ********** LEFT FRAME ****************** */
.LFTitleL {
	width: 7px;
	height: 23px;
	background-image: url(images/LeftFrame_TitleL.gif);
	background-repeat: no-repeat;
}
.LFTitle {
	height: 23px;
	background-image: url(images/LeftFrame_TitleM.gif);
	background-repeat: repeat-x;
}
.LFActions {
	background-image: url(images/LeftFrame_TitleM.gif);
	background-repeat: repeat-x;
}
.LFTitleR {
	width: 7px;
	height: 23px;
	background-image: url(images/LeftFrame_TitleR.gif);
	background-repeat: no-repeat;
}
.LFL {
	width: 7px;
	background-image: url(images/LeftFrame_L.gif);
	background-repeat: repeat-y;
}
.LFM {
	background-color: #91bbe5;
}
.LFR {
	width: 7px;
	background-image: url(images/LeftFrame_R.gif);
	background-repeat: repeat-y;
}
.LFBL {
	width: 7px;
	height: 5px;
	background-image: url(images/LeftFrame_BL.gif);
	background-repeat: no-repeat;
}
.LFB {
	height: 5px;
	background-image: url(images/LeftFrame_B.gif);
	background-repeat: repeat-x;
}
.LFBR {
	width: 7px;
	height: 5px;
	background-image: url(images/LeftFrame_BR.gif);
	background-repeat: no-repeat;
}

.LFM .Normal {
	font-size: 80%;
	color: #24496d;
}
.LFTitle h1 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	color: #f1f1f1;
	white-space: no-wrap;
}
.LFM a:link {
	color: #24496d;
	text-decoration: none;
	font-weight: normal;
}
.LFM a:visited {
	color: #3d556d;
	text-decoration: none;
	font-weight: normal;
}
.LFM a:hover, .LFM a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}