.header {
	background: #09315C;
	overflow: hidden;
	
}
.header h1 {
	font-size: 1.2em;
	color: #FFF;
	padding-top: 3px;
	margin: 0;
	float: left;
}
.header .details {
	float:right;
	padding-top: 3px;
}
.header a {
	margin-left: 5px;
	vertical-align:middle;
}
.Announce {
	position:absolute; 
	top: 15px; 
	left: 15px; 
	bottom: 15px; 
	right: 15px; 
	border: none; 
	padding: 0px;
}
.AnnounceContent {
	position:absolute; 
	top: 38px; 
	left: 15px; 
	bottom: 15px; 
	right: 15px; 
	padding: 2px; 
	border-left: 1px solid #09315C; 
	border-right: 1px solid #09315C; 
	border-bottom: 1px solid #09315C; 
	overflow-y: scroll;
}
.SiteIcon {
	width: 48px; 
    	height: 48px; 
    	margin: 5px 10px 0px 0px;
    	float: left;
}
.AnnouncementIcon {
	width: 48px; 
    	height: 48px; 
    	margin: 5px 10px 0px 0px;
    	float: left;
}
.AnnouncementItem {
    	border-bottom: 1px solid #CCCCCC;
    	clear: both;
    	padding-left: 10px;
    	padding-bottom: 10px;
    	min-height: 75px;
}
.AnnouncementItem h2 {
    	margin:10px 0px 10px 0px;
    	padding: 0px;
    	font-size: 18px;
    	display: inline-block;
}
.AnnouncementItem p {
    	margin-top: 0px;
    	padding: 0px 0px 0px 0px;
    	font-size: 13px;
}
.AnnouncementItem .edit {
	margin-bottom: 3px;
}
.Inactive {
	font-size: 12px;
    	font-weight: bold;
    	padding: 3px 0px;
    	min-height: 15px;
}
