/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for MyFirstSkin DotNetNuke Containers by ThinkofDesign.com */
/*--------------------------------------------------------------------------------------------------------------*/
.ccommon{
}
.ccommon
.ccontent{
	padding: 0 10px 10px 10px;
}
.ccontent table{
	background: #fff;
	border: none !important;
	border-color: transparent !important;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ccontent table p{
	padding: 15px;
	background-color: #fff;
	border: 2px solid #005696;
	margin-bottom: 20px;
	display: block;
	font-family: sans-serif;
	color: #7c7c7c;
	font-size: 12px;
	line-height: 17px;
}

.ccontent table div.DCM, 
.ccontent table div.LEM, 
.ccontent table div.SEM, 
.ccontent table div.RM, 
.ccontent table div.IML{
	background-color: #fff;
	border: 2px solid #005696;
	margin-bottom: 20px;
	margin-top: -5px;
	padding: 0;
}
.ccontent table div.DCM p, 
.ccontent table div.LEM p, 
.ccontent table div.SEM p, 
.ccontent table div.RM p, 
.ccontent table div.IML p{
	padding: 0 15px 15px 40px;
	display: block;
	border: none;
	background: transparent;
	margin: 45px 0 0 0;
}

.ccontent div h3{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	display: block;
	margin: 10px 0 0 8px;
}

.ccontent table div.DCM h3{
	background: url('images/DCM.gif') no-repeat top left;
	width: 239px;
	height: 27px;
}

.ccontent table div.LEM h3{
	background: url('images/LEM.gif') no-repeat top left;
	width: 279px;
	height: 28px;
}
.ccontent table div.SEM h3{
	background: url('images/SEM.gif') no-repeat top left;
	width: 262px;
	height: 27px;
}
.ccontent table div.RM h3{
	background: url('images/RM.gif') no-repeat top left;
	width: 200px;
	height: 27px;
}
.ccontent table div.IML h3{
	background: url('images/IE.gif') no-repeat top left;
	width: 143px;
	height: 26px;
}

.ccontent div strong{
	float: left;
	color: #0083a9;
	font-family: sans-serif;
	font-size: 14px;
	font-style: italic;
	margin: 17px 0 0 20px;
	font-weight: normal;
}

span.sup{
	font-family: sans-serif;
	color: #7c7c7c;
	font-size: 8px;
	position: relative;
	bottom: 5px;
}


.ccommon p{margin-top:0;}
.ccommon .actionbuttons{
	text-align:right;
	padding: 5px 20px 5px 0;
	margin: 0;
	background: #fff;
}
.actionbuttons img{}


.ccontent .LoginPanel{
	width: 740px;
	background-color: #fff;
	padding: 20px;
	position: relative;
	top: -5px;	
}


