@charset "utf-8";
/* CSS Document */


.cke_wysiwyg_frame HTML,
#cke_1_contents {background-color: #ffffff;}

/* Meeting Minutes */
table.dnnGrid {border:0;}
.dnnGridItem, .dnnGridAltItem {
    min-height:40px;
    padding: 5px;
    max-width: 360px;
    background-color: #ffffff !important;
    border-top:1px solid #ddd;
}
.title-cell {
    width: 270px!important;
}
.title-cell a {
    line-height: 27px;
    font-size: 1.4em;
    word-wrap: normal;
}
.r7-docs td.size-cell {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: .9em;
	font-weight:normal;
	line-height: 1;
	color: #777;
	text-align: center;
	white-space: nowrap;
	background-color:#fff;
	background-image: url("../images/PDF-Icon.png");
    background-size: 12px;
	background-position: center right 7px;
	background-repeat: no-repeat;
	border-radius: 0px;
	padding: 4px 22px 4px 7px;
	float: right;
}

/* EVENTS */

/*#rptTRHeader {display: none;}*/

.eventRepeater {
    display: inline-block;
    background-color: #ffffff;
    border-top:1px solid #ddd;
    min-height: 44px;
    width:340px;
    padding:8px 10px;
}
.eventDate {
    min-height:44px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color:#ffffff;
    width:50px;
    float:left;
    background-color:#2357AD;
    border-radius: 6px;
    margin:3px 7px 0 0;
    padding:5px 0 0 0;
}
.eventTitle {
    min-height:30px;
    line-height: 20px;
    font-size: 1.2em;
    width:280px;
    float:left; 
}
.eventDesc {
    font-size: .9em;
}


/* NEWS */
.NewsArticles .Normal {display:none;}
.articleHeadline {
    padding: 8px 5px 8px 18px;
    line-height: 20px;
    font-size: 1.4em;
    background-color: #ffffff;
    border-top:1px solid #ddd;
}
.article {
    margin-bottom:0!important;
}
.DNNContainer_Title_h3 h3 .TitleH3 {margin-bottom:0;}
h3 {margin-bottom: 0;}