.CDAC.Container, .container { margin: 15px auto; position: relative; }

/* -------------------------------------------------------------------------------------------- */

.CDAC.Container.Colored { margin: 10px 0; padding: 5px; } 
.CDAC.Container.Colored .Normal { color: #fff; font-size: 12px; line-height: 18px; }
.CDAC.Container.Colored a:link, .Container.Colored a:active, .Container.Colored a:visited { color: #fff; text-decoration:underline; } 

.CDAC.Container.Brown { background: #b3740b; }
.CDAC.Container.Purple { background: #4e0f2a; }
.CDAC.Container.Blue { background: #1b4c6d; }
.CDAC.Container.Green { background: #2f8758; }

/* -------------------------------------------------------------------------------------------- */

.Tab { padding-bottom: 30px; }
.Tab .TitleWrapper1 {
	background: #387e9f url('images/tab/title-bg.png') left top no-repeat;
	padding-left: 15px;
}
.Tab .TitleWrapper2 {
	background:url('images/tab/title-bg.png') right top no-repeat;
	padding-right: 15px;
}
.Tab .TitleWrapper1 h2 { margin: 5px 0; }
.Tab .TitleWrapper2 img { margin: -6px 7px -6px 0; position: relative; z-index: 10; }
.Tab .Title { color: #fff; font-size: 18px; font-weight: normal; line-height: 20px; }
.Tab .ContainerContentPane {
	background: #f6f6f6;
	border: solid 1px #1f497d;
	padding: 5px;
}
.Tab .Float { float: left; }
.Tab .Clear { clear: both; }

/* -------------------------------------------------------------------------------------------- */

/* Mark was Here */
.titleTD {
	border: #004783 solid;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
    width: 100%;
}
table.off {
	background: url(images/fade-box-bg.jpg) repeat-x;
	height: 65px;
	margin-bottom: 10px;
	width: 100%
}

table.on {
	background: url(images/fade-box-bg-on.jpg) repeat-x;
	height: 65px;
	margin-bottom: 10px;
	width: 100%
}
.Title
{
	font-family:"Times New Roman", Times, serif;
    font-size: 22px;
	line-height: 23px;
    color: #004B80;
}

