body {
	margin: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #444444;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 23px;
	color: #046b89;
	background: url(images/header.png) no-repeat 0px 50%;
	padding-left: 20px;
	font-weight: normal;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #046b89;
	font-weight: normal;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #046b89;
}
h4 {
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #6f9c20;
}
h5 {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #6f9c20;
}
h6 {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #6f9c20;
}
p, div, td, li {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #050505;
}
a {
	text-decoration: none;
	color: #6f9c20;
	outline: 0px;
}
a:hover {
	text-decoration: none;
}
pre {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #046b89;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.mainTable {
	width: 100%;
	height: 100%;
	margin: auto;
}
.top {
	width: 999px;
	height: 269px;
	background: url(images/top.png) no-repeat;
	position: relative;
}
.logo {
	display: block; 
	position: absolute; 
	top: 140px; 
	left: 82px; 
	width: 145px; 
	height: 30px;
}
#searchBox {
	position: absolute;
	left: 23px;
	top: 228px;
	width: 240px;
	height: 48px;
	background: url(images/search.png) no-repeat;
}
#flashContainer {
	position: absolute;
	left: 460px;
	top: 0px;
	width: 533px;
	height: 277px;
}
.leftCell {
	width: 285px; 
	height: 100%; 
	vertical-align: top;
}
.menuContainer {
	margin: 0px 0px 0px 6px;
	padding-top: 10px;
	border-left: white 4px solid;
	background-color: #f2f6f1;
	height: 100%;
}
.menuItem {
	background: url(images/menu.png) no-repeat 0px 50%;
	margin-left: 13px;
	margin-right: 10px;
}
.menuItem a {
	padding: 3px 5px 3px 15px;
	font-size: 18px;
	color: #222222;
	display: block;
	text-decoration: none;
	border-bottom: #222222 1px dotted;
}
.menuItem a:hover {
	text-decoration: none;
	color: #046b89;
}
.menuItemActive {
	background: url(images/menu.png) no-repeat 0px 50%;
	margin-left: 13px;
	margin-right: 10px;
	padding: 3px 5px 3px 15px;
	font-size: 18px;
	color: #046b89;
	border-bottom: #222222 1px dotted;
}
.subMenuItem {
	background: url(images/menu.png) no-repeat 0px 50%;
	margin-left: 20px;
	margin-right: 10px;
}
.subMenuItem a {
	padding: 3px 5px 3px 15px;
	font-size: 14px;
	color: #222222;
	display: block;
	text-decoration: none;
	border-bottom: #222222 1px dotted;
}
.subMenuItem a:hover {
	text-decoration: none;
	color: #046b89;
}
.subMenuItemActive {
	background: url(images/menu.png) no-repeat 0px 50%;
	margin-left: 20px;
	margin-right: 10px;
	padding: 3px 5px 3px 15px;
	font-size: 14px;
	color: #046b89;
	border-bottom: #222222 1px dotted;
}
.subSubMenuItem {
	background: url(images/menu.png) no-repeat 0px 50%;
	margin-left: 20px;
	margin-right: 10px;
}
.subSubMenuItem a {
	padding: 3px 5px 3px 15px;
	font-size: 12px;
	color: #222222;
	display: block;
	text-decoration: none;
	border-bottom: #222222 1px dotted;
}
.subSubMenuItem a:hover {
	text-decoration: none;
	color: #046b89;
}
.subSubMenuItemActive {
	background: url(images/menu.png) no-repeat 0px 50%;
	margin-left: 20px;
	margin-right: 10px;
	padding: 3px 5px 3px 25px;
	font-size: 12px;
	color: #046b89;
	border-bottom: #222222 1px dotted;
}
#tuv {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 113px;
	background: url(images/tuv.png) no-repeat 50% 50%;
}
.contentCell {
	width: 724px; 
	height: 100%;
	vertical-align: top;
}
.content {
	background-color: white;
	height: 100%;
	padding: 5px 20px 10px 20px;
	margin-right: 23px;
}
.content p, .content div, content li {
	line-height: 18px;
}
.content li {
	margin-bottom: 10px;
}
.content td {
	padding: 5px;
}
.inputBoxSearch {
	position: absolute;
	top: 15px;
	left: 50px;
	border: white 1px solid;
	background-color: white;
	color: #050505;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 22px;
	width: 160px;
	text-align: center;
}
.submitSearch {
	position: absolute;
	top: 20px;
	left: 220px;
}
.inputBoxContainer {
	width: 427px;
	height: 25px;
	background: url(images/inputbox.png) no-repeat;
	margin: 3px 0px 8px 0px;
}
.textareaContainer {
	width: 427px;
	height: 182px;
	background: url(images/textareabox.png);
	margin: 3px 0px 10px 0px;
}
.inputBox {
	border: white 1px solid;
	background-color: white;
	color: #050505;
	font-family: Trebuchet MS;
	font-size: 13px;
	height: 22px;
	width: 420px;
	margin-left: 3px;
}
.textareaBox {
	border: white 1px solid;
	background-color: white;
	color: #050505;
	font-family: Trebuchet MS;
	font-size: 13px;
	height: 175px;
	width: 420px;
	margin-top: 2px;
	margin-left: 4px;
}
.bottomCell {
	height: 129px;
	background-color: #172504;
	text-align: center;
}
.bottom {
	margin: auto;
	width: 999px;
	height: 129px;
	text-align: left;
	background: url(images/bottom.png) no-repeat;
}
.bottomLeft {
	position: absolute;
	left: 70px;
	top: 15px;
}
.bottomLeft a {
	color: #616161;
	font-size: 11px;
}
.bottomRight {
	position: absolute;
	left: 470px;
	top: 15px;
}
.bottomRight ul {
	margin: 0px;
	padding: 0px;
}
.bottomRight li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.bottomRight li a {
	color: #616161;
	font-size: 11px;
}
.loginForm {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.error {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	color: red;
	font-weight: bold;
	font-size: 11px;
}
.regError {
	color: red;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px !important;
}
.forumTop {
	width: 251px;
	height: 38px;
	background-image: url(images/forum_top.gif);
	background-repeat: no-repeat;
}
.forumTop a {
	width: 251px;
	height: 38px;
	display: block;
}
.voteTop {
	width: 251px;
	height: 33px;
	background-image: url(images/vote_top.gif);
	background-repeat: no-repeat;
}
.partnersTop {
	width: 251px;
	height: 33px;
	background-image: url(images/partners_top.gif);
	background-repeat: no-repeat;
}
.partners ul {
	margin: 0px;
	padding: 0px;
}
.partners li {
	list-style-type: none;
	margin: 10px;
}
.formTable {
	width: 430px;
}
.smallText {
	font-size: 9px;
	line-height: 12px !important;
}
.button {
	height: 25px;
	background: url(images/button.png) repeat-x;
	border: none;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	outline: 0px;
}
.buttonLoggedIn {
	height: 22px;
	width: 100px;
	text-align: center;
	margin: 5px;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	background-color: #8eb11c;
	border: #d9e7b0 1px solid;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.codeField {
	text-align: right;
	width: 115px;
	vertical-align: middle !important;
}
.codeImg {
	margin: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.pager {
	border-top: #aaaaaa 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pagerTitle, .pagerComment {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pagerItem {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
}
.pagerItemNumber {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
}
.pagerItem a {
	text-decoration: none;
	color: black;
}
.pagerItem a:hover {
	text-decoration: none;
	color: #444444;
}
#informaciosHirlevel {
	background: url(images/informacios_hirlevel.png) no-repeat;
	width: 259px;
	height: 74px;
	margin-top: 15px;
	margin-left: 5px;
	position: relative;
}
#informaciosHirlevel a {
	position: absolute;
	display: block;
	left: 10px;
	top: 64px;
	width: 242px;
	height: 10px;
}
.formContainer {
	border: #e6eee4 1px solid;
	width: 490px;
	padding: 15px 0px 15px 30px;
	font-weight: bold;
	background-color: #fcfcfc;
}
