﻿/* 
Styles necessary for Center IC/EX dynamic pages 
*/

 

/* begin CD CSS */

.contentarea {
	padding-bottom: 1.3em;
}

.content {
	/*background-color: #F6F4E9;  margin: 4px;*/
}

.BigGroupHead {

}
.SubGroupHead {
	text-align: left;
	padding:4px 6px;
	background-color:#E1EEFC;
	line-height:2em;
}

.shortdesc {
	font-size: 90%;
	line-height: 130%;
}

.listitem {
	margin-left: 8px;
	margin-bottom: 5px;
}
.eventtime {
	color: #101010;
	font-style: italic;
	font-size: smaller;
}
.eventdesc {
	font-size: 90%;
}

.sectiondivider /* for tds */ {
	padding-top: 6px;
	padding-bottom: 6px;
}

.footdisclaimer {
	font-size: xx-small;
}

.errordisplay {
	border: solid 1px red;
	margin: 4px;
	padding: 4px;
	color: Maroon;
}
.innerpanel {
	margin: 12px;
}
.tabs {
	text-align: center;
}

.secthead /* dashboard*/ {
	border: solid 1px Gainsboro;
	background-color: #E8E8EE;
}
.survSection {
	border-bottom: solid 1px silver;
}
.survcapt {
	padding: 4px;
	background-color: #E1EEFC;
}
.R1 {
	background-color: #F0F8FF;
}
.R2 {
	background-color: #F5F5F5;
}

.contentedit {
	border: solid 1px red;
	color: red;
	font-size: xx-small;
}
a.contentedit:visited {
	color: red;
	text-decoration: none;
}
a.contentedit:link {
	color: red;
	text-decoration: none;
}
a.contentedit:hover {
	background-color: red;
	color: white;
}

.smallhead {
	font-size: small;
	letter-spacing: -1px;
	color: #505050;
}
.smallwarn {
	font-size: x-small;
	color: Black;
	font-style: italic;
}
.smallinfo {
	font-size: 0.7em;
	padding-top: 2em;
	color: Silver;
}

ul.cdlib {
	padding: 0px;
	margin: 0px;
}

.cdlib li {
	list-style-type: none;
}

.cdlibrow a {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 18px;
}
li.cdlibrow {
	list-style: none;
	padding-bottom: 1em;
}

.cdlibfldcust {
	font-size: 0.7em;
	background-color: black;
	color: white;
}
.cdlibfldint {
	font-size: 0.7em;
	background-color: red;
	color: white;
}
.cdlibpubdate {
	font-size: 0.7em;
	color: #828282;
}

.cdlibfoldermenu ul {
	padding:0 0 10px;
}


li.cdlibfoldermenu {
	list-style: none;
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;
	padding-left:0;
}

li.cdlibfoldermenu a {
	background:#FBFDFE none repeat scroll 0 0;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
	padding-bottom:16px;
	padding-left:12px;
	padding-top:12px;
	text-decoration:none;
	width:203px;
}
li.cdlibfoldermenu a:hover {
	background: #B8DBF1;
}

li.cdlibfoldermenuhorz {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-bottom: 1em;
}
li.cdselecteddoc a {
	background:#C5E5F9 none repeat scroll 0 0;
	border-top: 2px solid #EAF6FD;
	border-bottom: 2px solid #EAF6FD;
}

 


/* CD jquery event listing */
.cdel_wrapper {
	height:200px;
	overflow:hidden;
	position:relative;
}
.cdel_scroller {
	position:relative;
}
.cdel_event {
	clear:both;
	margin-bottom:0.5em;
	display:none;
}
.date {
	width: 40px;
	height: 50px;
	background: #293e6b;
	color: #fff;
	font-weight: 700;
	float: left;
	overflow: hidden;
	margin: 0 8px 0 0;
}

.date .cdel_month {
	width: 100%;
	text-align: center;
	/*position: relative;*/
	top: 3px;
}

.date .cdel_day {
	width: 100%;
	text-align: center;
	/*position: relative;*/
	top: 3px;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.cdel_shortdesc{
	font-size: .9em;
}

.cdeventreg {/* new 2.8 */
	padding: 4px 2px 4px 20px;  
	background: url(sysimg/okgreen.png) no-repeat left center;  
}
.cdrfc {/* new 2.8 */
	padding: 4px 2px 4px 20px;  
	background: url(sysimg/okblue.png) no-repeat left center;  
}

