body {
	margin-top: 8px;
	color: #000000;
	background-color: #FFFFFF;
}

body, table {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-style:italic;
	margin: 0;
	padding: 0;
}

a.internal-link:link, a.internal-link:visited {
	color: #DE0029;
	text-decoration: underline;
}

a:link {
	color: #00007B;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #DE0029;
	text-decoration: underline;
}



ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

li {
	padding-bottom: 0.2em;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

li.lang-cs {
	background-image: url('../img/flag-cs.png');
}

li.lang-sk {
	background-image: url('../img/flag-sk.png');
}

li.lang-en {
	background-image: url('../img/flag-en.png');
}

a.button {
	font-size: 0.9em;
	background-color: #FAFAFA;
	border: 1px solid #FF9FAE;
	color: #DE0029;
	padding: 0 1em;
	text-decoration: none;
}

a.button:hover {
	background-color: #FFE6EA;
	border: 1px solid #DE0029;
	color: #DE0029;
}


.publisher-domain {
	color: #AAAAAA;
}

.year {
	font-size: 1.5em;
	font-weight: bold;
}

ul.months {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

ul.months li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	padding: 0 0.5em;
}

ul.months li a {
	color: #888888;
	text-decoration: underline;
}

ul.months li a:hover {
	color: #DE0029;
	text-decoration: underline;
}

ul.months li.selected {
	text-decoration: none;
}
