html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        text-align: justify;
        background-image: none;
        height: 100%;
        width: 100%;
        min-height: 100%;
}

table {
	border-collapse: collapse;
}

#mainTable {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/bgslice.jpg);
        background-repeat: repeat-x;
        background-position: top left;
        min-width: 100%;
        height: 100%;
        min-height: 100%;
}
	#mainTable td {
		vertical-align: top;
	}
	
	#mainTable #constructionTable {
		width: 640px;
		margin: auto;
		margin-top: 120px;
	}
	
		#mainTable #constructionTable #contactTable {
			margin: 10px 0 0 0;
		}
			#mainTable #constructionTable #contactTable td {
				vertical-align: top;
				padding: 0 20px 10px 20px;
			}
			#mainTable #constructionTable #contactTable th {
				vertical-align: top;
				font-weight: bold;
			}

h1 {
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 14pt;
        color: #444444;
        font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 12pt;
        color: #444444;
        font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 12pt;
        color: #444444;
        font-weight: normal;
}

td {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        color: #444444;
        text-align: justify;
}

p {
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        color: #444444;
        text-align: justify;
        margin: 0;
        padding: 0;
}

.copyrightFont {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        color: #666;
}

a:link {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: none;
        color: #444444;
}

a:active {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: none;
        color: #444444;
}

a:visited {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: none;
        color: #444444;
}

a:hover {
        font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: underline;
        color: #444444;
}

.loginHeader {
	color: #ffffff;
	background-color: #555555;
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
        font-size: 8pt;
        font-weight: bold;
        padding: 5px;
}

.input {
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
	font-size: 8pt;
	color: #333333;
	border: 1px solid #777;
	padding: 3px;
	width: 350px;
}

.button {
	font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	/*border: 1px solid #2b3346;
	background-color: #48526a;*/
	border: 1px solid #444;
	background-color: #777;
	padding: 3px;
	width: 80px;
}

#staticLoginForm {
	margin: 20px 0 0 0;
}
	#loginTable {
		margin: auto;
	}
	#staticLoginForm td {
		padding: 0 20px 10px 0;
		vertical-align: middle;
	}
	
	#staticLoginForm label {
		font-weight: bold;
	}
	
	#staticLoginForm .input {
		font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
		font-size: 8pt;
		color: #333333;
		border: 1px solid #777;
		padding: 3px;
		width: 200px;
	}

#registerForm {
	margin: 20px 0 0 0;
}
	#registerTable {
		margin: auto;
	}
	#registerForm td {
		padding: 0 20px 10px 0;
		vertical-align: top;
		min-width: 120px;
	}
	
	#registerForm label {
		font-weight: bold;
	}
	
	#registerForm .input, #registerForm select {
		font-family: Arial, Helvetica, FreeSans, Tahoma, Verdana;
		font-size: 8pt;
		color: #333333;
		border: 1px solid #777;
		padding: 3px;
		width: 200px;
	}
	
	#registerForm select {
		width: auto;
	}
	
	#registerForm span.hint {
		font-size: 7pt;
		font-weight: normal;
		color: #777;
	}
	
	#registerForm .field {
		display: none;
		visibility: hidden;
	}

.required {
	color: #a00;
	font-weight: bold;
}

