/* Container Styles for DotNetNuke */
#center p,
#center li,
#center td,
#center th{
	font-size:13px;
	line-height:17px;
}
#center a.eml{
	background-image: url(images/icons/email.gif);
	background-repeat: no-repeat;
	background-position:left 4px;
	padding-left: 12px;
}

/* DOCUMENT ICONS  */
#center .web{
	background-image: url(images/icons/external.gif);
	background-repeat: no-repeat;
	background-position:100% 100%;
	padding-right: 14px;
}

#center .doc,
#center .docx,
#center .pdf,
#center .pps,
#center .ppt,
#center .pptx,
#center .wmv,
#center .xls,
#center .mp3,
#center .zip{
	background-repeat: no-repeat;
	background-position:0% 0%;
	padding-left: 20px;
}
#center .doc,#center .docx{
	background-image: url(images/icons/doc.gif);
}
#center .pdf{
	background-image: url(images/icons/pdf.gif);
}
#center .pps, #center .ppt, #center .pptx{
	background-image: url(images/icons/ppt.gif);
}
#center .wmv{
	background-image: url(images/icons/wmv.gif);
}
#center .xls{
	background-image: url(images/icons/xls.gif);
}
#center .mp3{
	background-image: url(images/icons/mp3.gif);
}
#center .zip{
	background-image: url(images/icons/zip.gif);
}
#center .block{
    display:block;
}

/* NO ICON FOR LINKS IF ICON ASSIGNED TO PARENT */
#center .doc a.doc{
	background-image: none;
	padding-left: 0px;
}
#center .pdf a.pdf{
	background-image: none;
	padding-left: 0px;
}
#center .pps a.pps,#center .ppt a.ppt{
	background-image: none;
	padding-left: 0px;
}
#center .wmv a.wmv{
	background-image: none;
	padding-left: 0px;
}
#center .zip a.zip{
	background-image: none;
	padding-left: 0px;
}

#right .doc,
#right .pdf,
#right .pps,
#right .ppt,
#right .wmv,
#right .xls,
#right .zip
{
	background-image: url(/Portals/0/Skins/cimh02/images/icons/mini/document.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
}
#right .block{
    display:block;
}

#center.threecol{
	width:400px;
	margin: 0 0 0 0px;
}
#center.twocol{
	width:570px;
	margin: 0 0 0 0px;
}
#center.onecol{
	width:760px;
	margin: 0 0 0 10px;
}
#center h1{
	color: #1a5690; /* CiMH Blue */
	font-size: 18px;
	margin: 20px 0 0 0;
	line-height:normal;
}
#center h2{
	/*color: #9ebe1c;*/
	color:#669900; /* darker green */
	font-size: 16px;
	margin: 20px 0 0 0;
	line-height:normal;
}
#center h3, #center h4, #center h5, #center h6{
	color: #1a5690;
	font-size: 1.1em;
	line-height:normal;
}
#center span.Head{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#center div.title h1 span.head{
	/*color: #9ebe1c;*/ /* CiMH Green */
	color:#669900; /* darker green */
	font-size: 22px;
	line-height:24px;
}
#center div.title h1{
	padding: 0 0 10px 0;
	margin:0 0 0 0;
}
#center h1 span.head{
	color: #1a5690; /* CiMH Blue */
	font-size: 18px;
	padding: 0 0 10px 0;
}
#center h2 span.head{
	color:#669900; /* darker green */
	font-size: .7em;
	padding: 0pt;
}
#center h3 span.head{
	color: #1a5690; /* CiMH Blue */
	font-size: .7em;
	padding: 0pt;
}
#center td.subhead span{
	font-size:11px;
}
#center .Normal
{
	font-size:12px !important;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
#center .NormalTextBox
{
	font-size:12px !important;
}

#center .NormalRed
{
	font-size:12px !important;
}

#center .NormalBold
{
	font-size:12px !important;
}

#center ul,
#center ol{
	margin:0 0 1em 2.5em;
}
#center ul ul,
#center ol ol{
	margin:1em 0 1em 1.3em;
}
#center li{
	margin:0 0 .7em 0;
}
#center li li{
	list-style-type:circle;
}
#center li.MenuLevel0_Item {
	/* for menu items generated with CSS.SideMenu in #center */
	font-size:13px;
	line-height:17px;
}

#center table.standard{
	width:100%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:.9em;
	border-top:1px solid #C1CDDC;
	border-right:1px solid #C1CDDC;
	border-left:1px solid #C1CDDC;
	padding:0px;
	margin:10px 0;
	border-collapse:collapse;
}
#center table.standard th,
#center table.standard td{
	text-align:left;
	vertical-align:top;
	border:0px;
	padding:3px;
	margin:0px;
}
#center table.standard th{
	background-color:#C1CDDC;
}
#center table.standard td{
	border-bottom:1px solid #C1CDDC;
}

/* SPECIAL DIV STYLES */
#center .note,
#center .info{
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 5px 5px 0px 28px;
	margin: 3px 0 10px 0;
	/*display: block;*/
}
#center .note {
	background-image: url(images/icons/asterisk_orange.gif);
	background-color: #f7edd2;
	border: #ff5800 solid 1px;
}
#center .info {
	background-image: url(images/icons/info_blue.gif);
	background-color: #eaf0f7;
	border: #C1CDDC solid 1px;
}

