html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0px; 
	margin: 0px; 
}
 
html>body {
	height: auto;
}
 
* html, body {
	overflow: auto;
}

body {
	border: 0;
	background-color: #000000;
	  
	color: #af2100;
	font-family: Verdana;
	font-size: 14px;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #af2100;
	font-size: 1em;
	font-weight: bold;
}

a:link, a:visited { text-decoration: underline; }
a:hover { text-decoration: none; color: white; }

.mainPure, .mainGreen, .mainWhite, .mainBlack, .mainBlue, .mainRed {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 804px;
	text-align: justify;
	background-repeat: no-repeat; 
}

.mainPure { background-image: url(../images/perkament.jpg); }
.mainGreen { background-image: url(../images/perkament_green.jpg); }
.mainWhite { background-image: url(../images/perkament_white.jpg); }
.mainBlack { background-image: url(../images/perkament_black.jpg); }
.mainBlue { background-image: url(../images/perkament_blue.jpg); }
.mainRed { background-image: url(../images/perkament_red.jpg); }

.menu {
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -120px;
	width: 540px;
	height: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 2;
}

.contentHolder {
	position: absolute;
	top: 128px;
	left: 380px;
	width: 580px;
	height: 620px;
	padding: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.contentWeeklyReport {
	position: absolute;
	top: 128px;
	left: 120px;
	width: 1000px;
	height: 620px;
	padding: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.contentWeeklyReport .content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	color: #000000;
	margin-bottom: 80px;
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	color: #000000;
	margin-bottom: 80px;
}

h1 {
	font-size: 14px;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

h1:first-child {
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

h3 {
	color: red;
	font-size: 14px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

p {
	margin: 10px 0px 10px;
}

.button_link:link, .button_link:visited, .button_link:hover {
	float: right;
	width: 200px;
	height: 30px;
	margin-right: 190px;
	margin-bottom: 5px;
	padding-right: 35px;
	line-height: 30px;
	text-align: right;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	
	background-image: url(../images/button_next.png);
	background-repeat: no-repeat;
	background-position: center right;
	
	clear: right;
}

.button_link:link, .button_link:visited { text-decoration: underline; }
.button_link:hover { text-decoration: none; }


input {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 11px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
}

input[type=text], input[type=button], input[type=submit] {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 14px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 2px;
}

input[type=checkbox] {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 14px;
	color: #000000;
	margin-right: 5px;
	margin-top: 2px;
	padding: 0px;
}

textarea {
	width: 290px;
	height: 50px;
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 14px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 2px;
}

select {
	border: 1px solid #b22907;
	background-color: #fffad5;
	font-size: 14px;
	color: #000000;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 2px;
}

label {
	font-size: 11px;
	color: #000000;
	float: left;
	clear: left;
	width: 225px;
	margin: 0px;
}

.field_spacer {
	clear: left;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.superscript {
	vertical-align: top;
	font-size: 0.75em;
}

table {
	border: 1px dotted #e7d2a4;
	margin: 5px auto 5px auto;
	padding: 0px;
}

th {
	padding: 5px;
	border-left: 1px dotted #e7d2a4;
	border-bottom: 1px dotted #e7d2a4;
	background-image: url(/../images/th_bg.png);
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}


tr td {
	padding: 5px;
	border-left: 1px dotted #e7d2a4;
	border-bottom: 1px dotted #e7d2a4;
	font-family: Verdana;
	font-size: 14px;
	color: black;
}

th:first-child {
	border-left: none;
}

tr td:first-child {
	border-left: none;
}

tr:last-child td {
	border-bottom: none;
}

td input {
	float: none;
	border: none;
	background: transparent;
}

.wizards
{
	position: absolute;
	left: 108px;
	top: 690px;
	height: 91px;
	width: 136px;
}
.magic_the_gathering {
	position: absolute;
	left: 755px;
	top: 4px;
	height: 57px;
	width: 200px;
}
.magic_the_gathering_new {
	position: absolute;
	left: 757px;
	top: 690px;
	height: 91px;
	width: 185px;
	z-index: 99;
}
.it-logo {
	position: absolute;
	left: 478px;
	top: 0px;
	height: 72px;
	width: 269px;
	z-index: 99;
}

.checkbox {
	width: 20px;
	height: 60px;
	float: left;
}