
body {
	font: 9pt sans-serif, Verdana;
	margin: 0px;
	background-color: #ccc;
	height: 100%;
}

header {
	height: 120px;
	width: 1000px;
	background: url(../images/sticker2.jpg) top left repeat-x;
	text-align: center;
}

header table {
	position: fixed;
	right: 2px;
	top: 4px;
	border-radius: 6px;
}

h1 {
	font: 24pt bookman, arial;
	text-shadow: 2px 2px 2px #ccc;
}

h2 {
	font-size: 18pt;
	text-shadow: 2px 2px 2px #ccc;
}

h2:first-letter {
	color: red;
}

fieldset {
	border-radius: 4px;
}

fieldset table {
	margin: auto;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: black;
}

a:active {
	text-decoration: underline;
	color: red;
}

a:hover {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

a img {
	border: 0px;
}

p {
	text-indent: 1cm;
}

input, textarea {
	border: 1px solid gray;
	border-radius: 4px;
	padding: 2px;
}

input:focus, textarea:focus {
	border: 1px solid black;
	box-shadow: 0px 0px 1px 1px #f93;
}

input[type=submit]:hover {
	background-color: #f93;
}

aside {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.FirstLetter {
	color: red;
}

.Menu {
	padding: 0px;
	margin: 0px;
	width: 270px;
}

.Menu li {
	list-style: none;
}

.Menu a, .Menu a:link, .Menu a:visited, .Menu a:active {
	text-decoration: none;
	color: black;
}

.Menu a:hover {
	color: blue;
	cursor: pointer;
}

.Menu img {
	vertical-align: middle;
}

.Level1 {
	margin-left: 16px;
}

.Level2 {
	margin-left: 32px;
}

.Page {
	margin: 6px;
	width: 1000px;
	height: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 5px 5px #888;
	border-radius: 4px;
}

#BodyTable {
	width: 100%;
}

#BodyTable td {
	vertical-align: top;
}

.webmaster:link {
	font: 7pt sans-serif;
	color: black;
	text-decoration: none;
	position: fixed;
	bottom: 4px;
	left: 4px;
}

.webmaster:hover {
	text-decoration: underline;
}

.show {
	display: inherit;
}

.hide {
	display: none;
}

.Image {
	width: 100%;
	height: 93%;
	overflow: auto;
}

.Table {
	width: 100%;
	border-collapse: collapse;
}

.Table tr td {
	vertical-align: top;
}

#Partner {
	height: 200px;
	overflow: hidden;
	text-align: center;
}

.MenuHeader {
	padding: 4px 4px 6px 26px;
	background: url(../images/menu_bg.png) center left no-repeat;
	font-weight: bold;
	text-shadow: 1px 1px 2px #ddd;
	text-transform: lowercase;
}

#Content {
	padding: 10px;
}

.Issues article {
	float: left;
	margin: 3px;
	padding: 8px;
	width: 110px;
	height: 150px;
	text-align: center;
	background-color: #ccc;
	border: 1px solid gray;
	border-radius: 4px;
	box-shadow: 1px 2px 3px gray;
}

.Issues article:hover {
	background-color: #aaa;
	cursor: pointer;
}

.Issues article:first-child {
	width: 330px;
	height: 450px;
	margin: 27px;
	box-shadow: 2px 4px 6px gray;
}

.Asterics {
	color: red;
	font-weight: bold;
}

.AnnouncementCell {
	vertical-align: top;
}

tbody tr:nth-child(odd) > .AnnouncementCell, .SearchResult tbody tr:nth-child(odd) {
	background-color: #ddd;
}

thead tr > .AnnouncementCell, .SearchResult thead tr {
	background-color: gray;
}

.SearchResult td {
	text-wrap: none;
}

.SearchResult td:first-child {
	font-weight: bold;
}

.Found {
	background-color: #f93;
	font-weight: bold;
	padding: 1px;
}

#FeaturesMenu {
	float: left;
	width: 260px;
	margin: 20px 20px 20px 20px;
}

#FeaturesMenu li {
	background: url(../images/menu_bg.png) top left no-repeat;
	font-weight: bold;
	padding: 4px 4px 4px 26px;
}

#IssueCover img {
	margin: 20px;
	box-shadow: 2px 2px 3px gray;
	clear: left;
}

.Features h2 {
	text-align: center;
}

.Feature {
	clear: left;
	text-align: justify;
	padding: 10px;
}

.Feature img {
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}

