@import url("/common/css/wrapper.css");
@import url("/common/css/tables.css");

/*HOMEPAGE*/
#bdyHome div#pageHeader, #bdyHome div#view {
	display: none !important;
}
#bdyHome div#pageContent {
	margin-top: 20px;
}
#bdyHome div#heading {
	position: relative;
	float: left;
	padding-left: 30px;
	margin-right: 60px;
}
#bdyHome h2 {
	display: block;
	width: 296px;
	height: 152px;
	margin-top: 20px;
	margin-bottom: 40px;
	background: url(/common/images/library_296x152.gif) no-repeat top right;
}
#bdyHome h2 span {
	display: none;
}
#bdyHome h3 {
	font-size: 150%;
	border-top: dotted 1px #999;
	margin-top: 30px;
	padding-top: 10px;
}
#bdyHome h3.first {
	margin-top: 0;
}
#bdyHome h3 span span {
	font-weight: normal;
}
#bdyHome h4 {
	font-size: 120%;
	color: #999;
	margin-bottom: 0;
}
#bdyHome div.links {
	position: relative;
	float: left;
	margin-bottom: 50px;
}
#bdyHome ul {
	list-style: none;
	margin-left: -40px;
	-margin-left: 0;
	margin-top: 10px;
}
#bdyHome li {
	margin-bottom: 5px;
}
#bdyHome #lblSelLang, #bdyHome #selLang {
	float: left;
	clear: both;
	margin-bottom: 3px;
}
