.module {
	position: relative;
	border-top: 5px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
}

#middleColumn .module {
	margin-bottom: 30px;
}

.module h1, .module input#title {
	margin-top: 25px;
}

.module>ul.links, #olderArticles>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.module>ul.links li, #olderArticles>ul li {
	border-bottom: 1px dotted #A3A3A3;
	padding-bottom: 7px;
	padding-top: 7px;
}

.module>ul.links li:last-child, .module>ul.links li.lastChild {
	border: none;
	padding-bottom: 0;
}

.module input.title {
	color: #7f7f7f;
	font-size: 18px;
}

.module img.fullwidth {
	margin-left: -3px;
}

.bannerModule {
	border: 1px solid #a3a3a3;
	padding: 10px;
}

.bannerModule .banner {
	height: 250px;
	width: 250px;
	background-color: grey;
}

.issueModule {
	padding: 0;
	padding-top: 5px;
	border-bottom: none;
}

.issueModule .issue, .issueModule .cover {
	height: 100%;
	width: 100%;
}

.issueModule .cover {
	display: block;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.issueModule img {
	width: 100%;
}

.searchModule, .loginModule, .newsletterModule {
	background-color: #527d97;
	border: none;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.searchModule h2, .loginModule h2, .newsletterModule h2 {
	margin-top: 4px;
	margin-bottom: 7px;
}

.searchModule div.input, .newsletterModule div.input {
	float: left;
	width: 230px;
	height: 22px;
	background-color: white;
}

.searchModule div.input input[type="text"], .newsletterModule div.input input[type="text"] {
	float: left;
	width: 206px;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	border: none;
}

.searchModule div.input input[type="submit"], .newsletterModule div.input input[type="submit"] {
	float: right;
	width: 15px;
	height: 22px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	background-image: url('/images/arrow_right.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.searchModule span.icon, .newsletterModule span.icon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.newsletterModule span.icon {
	background-image: url(/images/at.png);
}

.newsletterModule {
	background-color: black;
}

.newsletterModule .foldedCorner.color {
	border-bottom: 15px solid white;
}

.loginModule dd {
	width: 115px;
	float: left;
}

.loginModule dd#password-element {
	float: right;
	margin-right: 5px;
}

.loginModule input[type="text"], .loginModule input[type="password"] {
	width: 100%;
	background-color: white;
	border: none;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
}

.loginModule .controls {
	clear: both;
	height: 20px;
}

.loginModule input[type="submit"] {
	float: right;
}

.menuModule ul.links li {
	border-bottom-style: solid;
}

.menuModule ul.links a {
	color: black;
}

.menuModule a.selected {
	font-weight: bold;
	text-decoration: none;
}

.linksModule {
	border-bottom: 5px solid #d9d9d9;
}

.linksModule ul.links a {
	color: black;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	
	background-image: url(/images/big_blue_bullet.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.linksModule ul.links li {
	position: relative;
	margin-left: -3px;
	margin-right: -3px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #b2b2b2;
}

#articles.module, #olderArticles.module {
	border-bottom: none;
}

.foldedCorner {
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.foldedCorner.color {
	border-bottom: 15px solid #527d97;
	border-right: 15px solid white;
}

.foldedCorner.opacity {
	border-bottom: 15px solid black;
	border-right: 15px solid transparent;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.smartArticlesListModule .foldedCorner, .smartEventsListModule .foldedCorner, .menuModule .foldedCorner, .linksModule .foldedCorner {
	top: -5px;
	border-bottom: 15px solid #5f5f5f;
}

.smartArticlesListModule.withFoldedCorner .headerBackground,
.smartEventsListModule.withFoldedCorner .headerBackground,
.menuModule.withFoldedCorner .headerBackground,
.linksModule.withFoldedCorner .headerBackground {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 30px;
	background-color: #ededed;
	z-index: -1;
}

.smartArticlesListModule.withFoldedCorner .headerBackground h2,
.smartEventsListModule.withFoldedCorner .headerBackground h2,
.menuModule.withFoldedCorner .headerBackground h2,
.linksModule.withFoldedCorner .headerBackground h2 {
	margin-left: 5px;
}

.module.filter {
/*	background-color: #f7f7f7;*/
}

.module.filter.module h3 {
	color: #527d97;
}

.smartArticlesListModule.withFoldedCorner h2 {
	color: #5f5f5f;
}

.smartEventsListModule a {
	color: black;
	font-weight: bold;
}

.smartEventsListModule span.informal {
	color: #527d97;
}

.searchModule h2, .newsletterModule h2, .loginModule h2, .loginModule, .loginModule a {
	color: white;
}

.loginModule .controls {
	font-size: 11px;
}

.sidebar #module_authors h2 {
	margin-bottom: 15px;
}

.sidebar #module_links a {
	color: #575757;
}

.sidebar #module_links {
	padding-top: 10px;
}

.sidebar #module_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar #module_links ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.sidebar #module_links ul li.comment a {
	background-image: url(/images/comment.gif);
}

.sidebar #module_links ul li.print a {
	background-image: url(/images/print.gif);
}

.sidebar #module_links ul li.mail a {
	background-image: url(/images/mail.gif);
}

.sidebar #module_links ul li.facebook a {
	background-image: url(/images/facebook.gif);
}

.sidebar #module_issue .cover {
	float: left;
	margin-right: 5px;
}

.sidebar #module_images>ul#imagesList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -2px;
	margin-right: -2px;
}

.sidebar #module_images>ul#imagesList>li {
	float: left;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 2px;
}