@import "layout.css";
@import "navi.css";
@import "tables.css";
@import "typo.css";

/* CSS Liquid Round Corners */
/* http://www.search-this.com/2007/02/12/css-liquid-round-corners/ */

#containerNavSecondary #rounded {
	width: inherit;
	margin:0px auto;
	background: #FFFFFF url(../images/navsecondary/ml.gif) repeat-y left top;
}
#containerNavSecondary #rounded .top {
	width: inherit;
	height: 10px;
	background: transparent url(../images/navsecondary/tl.gif) no-repeat left top;
	font-size: 0; /* Fix "explosion" in IE */
}
#containerNavSecondary #rounded .top span {
	display: block;
	position: relative;
	height: 10px;
	background: transparent url(../images/navsecondary/tr.gif) no-repeat right top;
}
#containerNavSecondary #rounded .center-content {
	width: inherit;
	padding: 20px 0;
	margin: 0;
	position: relative;
	background: transparent url(../images/navsecondary/mr.gif) repeat-y right top;
	min-height: 300px;
}

* html #containerNavSecondary #rounded .center-content {
	height: 300px; 
}

#containerNavSecondary #rounded .bottom {
	width: inherit;
	height: 10px;
	background: transparent url(../images/navsecondary/bl.gif) no-repeat left bottom;
	font-size: 0; /* Fix "explosion" in IE */
}
#containerNavSecondary #rounded .bottom span {
	display: block;
	position: relative;
	height: 10px;
	background: transparent url(../images/navsecondary/br.gif) no-repeat right top;
}
#containerNavSecondary #rounded .content {
/*
	padding-bottom: 32767px;
	margin-bottom: -32767px;
*/
}

.sidenote { margin-top: 1em; font-size: 0.875em; line-height: 1.33em; color:#666666;}
.sidenote .header { font-weight: bold; font-size: 1.05em; line-height: 1.5em; }
.small { font-size: 0.9em; }
.ucap { margin-top: -1em; }
.clear { clear: both; margin: 0; padding: 0; height: 0; font-size: 0; }

.center-content a.selected {background-image:url(../images/navsecondary/selected.gif);}