@charset "UTF-8";
/* CSS Document */

html,  body {
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#topbar {	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#middle {
	padding-bottom:90px;	/* Height of the footer */
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#botbar {
	vertical-align: bottom;
	position:absolute;
	bottom:0;
	width:100%;
	height:90px;			/* Height of the footer */
	

}

.clearer {
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* HEADER AND FOOTER */


#header {
}

#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;

}

	
/* MESSAGES WHEN LOGGED IN */

h5.hiddenStructure,
ul.contentViews,
ul#content-views,
.contentActions {
	display: none;
}

dl.portalMessage {
	font-family: Verdana;
	font-size: 10px;
	
	background-image: url(/static/assets/fpo.png);
	background-position: center center;
	
	background-color: #EEE;
	
	margin-bottom: 20px;
	
	padding: 10px;
	
	border-style: solid;
	border-width: 2px;
	border-color: red;	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

dl.portalMessage dt {
	color: red;
}

dl.portalMessage dd {
	font-style: italic;
}

.managePortletsLink a {
	font-family: Verdana;
	font-size: 10px;
	
	background-image: url(/static/assets/fpo.png);
	background-position: center center;
	
	background-color: #EEE;
	
	margin-top: 20px;
	
	padding: 10px;
	
	border-style: solid;
	border-width: 2px;
	border-color: red;	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}




/* SHOWCASE BOX */

#flashframe {
	width: 1050px;
	height: 591px;
	margin-left: -28px;
	overflow: hidden;
	margin-top: -30px;

}

#flashiframe {
}

#cboxContent {
	overflow: hidden;
}
