html, body {
	height: 100%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
body {
	background-color: #e7e8e9;
	padding: 0;
	margin: 0;
	line-height: 15px;
	color: #333132;
}
*.clearer {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	margin: 0;
}

h1 {
	padding:  20px 10px 20px 0px;
/*	background: red url(../gfx/main-arrow.gif) no-repeat 0px 18px; */
	color: #75ac3f;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}
h1 a {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	float: right;
}
h2 {
	padding:  0px 10px 20px 0px;
	color: #787fc7;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
	h2 strong {
		color: #333132;
	}
h3 {
	padding:  14px 10px 15px 0px;
	color: #787fc7;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
	h3 a {
		color: #787fc7;
	}
	h3 strong,
	h2 span,
	h3 span {
		font-size: 11px;
		font-weight: normal;
		color: #333132;
	}
h4 {
	padding:  14px 10px 15px 0px;
	color: #565da5;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
p {
	padding: 0 0 14px 0;
	line-height: 15px;
	margin: 0;
}
a {
	color: #7688c4;
	text-decoration: none;
}

td.main-left-top  {
	background: transparent url(../gfx/bg-main-left.jpg) repeat-y right top;
	vertical-align: top;
	height: 197px;
}
	td.main-left-top div {
		height: 197px;
		background: transparent url(../gfx/bg-main-left-top.jpg) no-repeat right top;
	}

td.main-right-top {
	background: transparent url(../gfx/bg-main-right.jpg) repeat-y left top;
	vertical-align: top;
	height: 197px;
}
	td.main-right-top div {
		height: 197px;
		background: transparent url(../gfx/bg-main-right-top.jpg) no-repeat left top;
	}

td.main-left {
	background: transparent url(../gfx/bg-main-left.jpg) repeat-y right top;
	vertical-align: bottom;
}
	td.main-left div {
		background: transparent url(../gfx/bg-main-left-bottom.jpg) no-repeat right bottom;
		height: 614px;
	}

td.main-right {
	background: transparent url(../gfx/bg-main-right.jpg) repeat-y left top;
	vertical-align: bottom;
}
	td.main-right div {
		background: transparent url(../gfx/bg-main-right-bottom.jpg) no-repeat left bottom;
		height: 614px;
	}

td.main-center-bottom {
	background: #ffffff url(../gfx/bg-main-center-bottom.jpg) no-repeat left bottom;
	width: 980px;
}

div.main-container {
	background: transparent url(../gfx/bg-main-container.jpg) no-repeat left top;
	position: relative;	
	width: 980px;
}
	div.main-container-hu {
		background: transparent url(../gfx/hu/bg-main-container.jpg) no-repeat left top;
	}
	div.main-container-hr {
		background: transparent url(../gfx/hr/bg-main-container.jpg) no-repeat left top;
	}
	div.main-container div.main-container-arrow {
		position: absolute;
		background: transparent url(../gfx/bg-container-arrow.gif) no-repeat left top;
		width: 91px;
		height: 40px;
		top: 419px;
		left: 524px;
	}
	div.main-container div.main-header {
		height: 419px;
		position: relative;
	}
	div.main-header img.hu-hr-logo {
		top: 20px;
		left: 0px;
		position: absolute;
	}

	div.main-header div.main-menu {
		top: 161px;
		left: 30px;
		width: 920px;
		height: 34px;
		position: absolute;
	}
		div.main-header div.main-menu a.item {
			display: block;
			float: left;
			height: 20px;
			padding: 10px 11px 4px 11px;
			color: #5a595a;
			text-decoration: none;
			font-size: 15px;
			font-weight: bold;
			background: transparent url(../gfx/bg-main-menu-a.jpg) no-repeat left top;
		}
		div.main-header div.main-menu a.none {
			background-image: none;
		}
			div.main-header div.main-menu a.item:hover {
				background-color: #75ab41;
				background-image: none;
				color: #ffffff;
			}


	div.sub-menu {
		position: absolute;
		width: 220px;
		top: 26px;
		left: 0px;
		padding: 9px 0 0 0;
		display: none;
	}
	div.menuHeader {
		position: relative;
		float: left;
	}
	div.ShowItems div.sub-menu {
		display: block;
	}
		div.sub-menu a {
			color: #5467ad;
			background-color: #ffffff;
			width: 220px;
			float: left;
			font-weight: normal;
			font-size: 12px;
			padding: 4px 5px 4px 5px;
			border-left: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
		}
			div.sub-menu a:hover {
				background-color: #75ab41;
				color: #ffffff;
			}


		div.main-header div.main-languages {
			position: absolute;
			top: 19px;
			left: 489px;
			width: 400px;
			color: #7689c4;
		}

			div.main-header div.main-languages span {
				display: block;
				float: left;
				padding: 6px 2px 0 2px;
			}
			div.main-header div.main-languages a {
				display: block;
				float: left;
				height: 22px;
				padding: 6px 8px 0 8px;
				color: #7689c4;
				text-decoration: none;
				font-weight: bold;
			}
				div.main-header div.main-languages a:hover {
					background-color: #75ab41;
					color: #ffffff;
				}

	div.main-header form.search-form {
		position: absolute;
		z-index: 900;
		top: 54px;
		left: 650px;
		width: 270px;
		height: 20px;
		padding: 0px 0 0px 0px;
	}
		form.search-form input.text-160 {
			position: absolute;
			top: 15px;
			left: 15px;
		}	
	
		form.search-form input.submit {
			position: absolute;
			top: 15px;
			left: 180px;
			width: 90px;
			height: 21px;
		}	

		div.header-image {
			position: absolute;
			top: 196px;
			left: 30px;
			width: 920px;
			height: 223px;
		}
div.data-left {
	width: 529px;
	padding: 10px 30px 20px 30px;
	float: left;
}
div.data-right {
	width: 391px;
	float: left;
	background: transparent url(../gfx/bg-data-right.gif) repeat-y left top;
	padding: 0px 0 282px 0;
	margin: 10px 0 60px 0;
}
	div.right-item-last,
	div.right-item {
		clear: both;
		background: transparent url(../gfx/bg-right-item.gif) no-repeat center bottom;
		padding: 0 0 13px 0;
	}
		div.right-item-last {
			background-image: none;
		}
		div.right-item-last div.title,
		div.right-item div.title {
			padding:  15px 10px 2px 23px;
			color: #75ac3f;
			font-size: 16px;
			font-weight: bold;
		}
		div.right-item-last div.content,
		div.right-item div.content {
			padding:  13px 10px 0 24px;
		}

div.data-footer {
	clear: both;
	padding: 30px 0 0 0;
	height: 160px;
	position: relative;
}
	div.data-footer div.title {
		padding:  10px 10px 10px 60px;
		background: transparent url(../gfx/main-arrow.gif) no-repeat 30px 8px;
		color: #75ac3f;
		font-size: 16px;
		font-weight: bold;
	}
	div.data-footer img.across-logo {
		position: absolute;
		top: 141px;
		left: 24px;
	}
    div.data-footer img#vati-logo {
		position: absolute;
		top: 41px;
		left: 734px;        
    }
	div.data-footer div.footer-menu {
		position: absolute;
		top: 144px;
		left: 154px;
	}
	div.data-footer div.image-privacy {
		position: absolute;
		top: 163px;
		left: 30px;
		width: 980px;
		height: 30px;
		font-size: 10px;
		line-height: 12px;
		color: #a0a0a0;
	}
	
	div.data-footer div.footer-menu a {
		color: #333132;
	}

	div.data-footer a.footer-home {
		position: absolute;
		top: 141px;
		left: 784px;
		font-size: 18px;
		font-weight: bold;
		color: #586770;
	}
	
/* form elements */
label {
	cursor: pointer;
}
table.right-form td {
	padding: 4px 0 4px 0;
}

input, select, textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

input.text-160,
input.text160,
input.text235,
input.text216,
input.text210,
input.text250,
select.text100,
select.text250,
textarea.text290,
textarea.text250 {
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}

select.text100 {
	height: 20px;
	font-size: 11px;
}
select.text250 {
	height: 24px;
}
input.text210 {
	width: 180px;
}
input.text160 {
	width: 80px;
}
input.text216 {
	width: 190px;
}
input.text235 {
	width: 220px;
}
input.text250 {
	width: 250px;
}
textarea.text250 {
	width: 250px;
	height: 110px;
}
textarea.text290 {
	width: 290px;
	height: 120px;
}

input.text-160 {
	width: 154px;
}
input.text250 {
	width: 244px;
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
input.text40 {
	width: 44px;
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
input.text150 {
	width: 144px;
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
textarea.text250 {
	width: 244px;
	height: 86px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
optgroup {
	font-style: normal;

}

input.submit {
	background: #8a99cd url(../gfx/bg-submit.gif) no-repeat right top;
	border: 0;
	padding: 2px 28px 2px 10px;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
}

ul.error_list {
	border: 1px solid red;
	background-color: pink;
	padding: 10px;
	margin: 0 0 20px 0;
}
	ul.error_list li {
		list-style-type: none;
	}

table.two-cols {
	clear: both;
	margin: 20px 0 0 0;
}
table.two-cols h1 {
	padding:  4px 10px 8px 0px;
}
table.two-cols td {
	vertical-align: top;
	width: 250px;
	padding: 0 10px 0 0;
}
table.two-cols td.right {
	background: transparent url(../gfx/bg-data-right.gif) repeat-y left top;
	vertical-align: top;
	width: 248px;
	padding: 0 0 0 16px;
}

ul.downloads {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0px;
}

ul.downloads li {
	margin: 0px;
	padding: 0 0 10px 30px;
	background-repeat: no-repeat;
}
ul.downloads li div.date {
	float: right;
}


div.backoffice {
	
}
div.backoffice div {
	clear: both;
	padding: 0 10px 0 20px;
	margin: 0;
	display: none;
}

div.backoffice strong,
div.backoffice a {
	display: block;
	float: left;
	clear: both;
	height: 24px;
	padding: 2px 3px 2px 3px;
	margin: 1px 3px 1px 3px;
	color: #343434;
	cursor: pointer;
}



div.backoffice strong img,
div.backoffice a img {
	margin: 3px;	
	float: left;
	cursor: pointer;
	border: 0;
}
div.backoffice strong span,
div.backoffice a span {
	padding: 5px 3px 3px 3px;	
	display: block;
	float: left;
}

div.backoffice a span {

	cursor: pointer;
}

img.eu-logo {
	position: absolute;
	top: -13px;
	left: 20px;
}

table.small-table {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	width: 530px;
}
table.small-table td {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 5px 4px 5px 4px;
	vertical-align: top;
}
table.small-table th {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #c6e3f3;
	text-align: left;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
}

/***** PROJECTS *******/
table.search-form select
{
	border: 1px solid #bababa;
	padding: 2px;
}
div.projects-map {
	width: 530px;
	height: 240px;
	background: transparent url(../gfx/projects/huhr_map_default.jpg) no-repeat top left;
	position: relative;
}
	div.projects-map div {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 530px;
		height: 240px;
		display: none;
		
	}

	div.projects-map div.s_3 {
		background: transparent url(../gfx/projects/map3_on.png) no-repeat top left;
	}
	div.projects-map div.s_6 {
		background: transparent url(../gfx/projects/map6_on.png) no-repeat top left;
	}
	div.projects-map div.s_9 {
		background: transparent url(../gfx/projects/map9_on.png) no-repeat top left;
	}
	div.projects-map div.s_12 {
		background: transparent url(../gfx/projects/map12_on.png) no-repeat top left;
	}
	div.projects-map div.s_15 {
		background: transparent url(../gfx/projects/map15_on.png) no-repeat top left;
	}
	div.projects-map div.s_18 {
		background: transparent url(../gfx/projects/map18_on.png) no-repeat top left;
	}
	div.projects-map div.s_21 {
		background: transparent url(../gfx/projects/map21_on.png) no-repeat top left;
	}
	div.projects-map div.s_24 {
		background: transparent url(../gfx/projects/map24_on.png) no-repeat top left;
	}
	div.projects-map div.s_27 {
		background: transparent url(../gfx/projects/map27_on.png) no-repeat top left;
	}
	div.projects-map div.s_30 {
		background: transparent url(../gfx/projects/map30_on.png) no-repeat top left;
	}
	div.projects-map div.s_33 {
		background: transparent url(../gfx/projects/map33_on.png) no-repeat top left;
	}



	div.projects-map img {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 9000;
		border: 0px solid #f4f7f1 !important;
	}

area {
	outline: none;
}

table.search-form {
	background-color: #f4f7f1;
	border-bottom: 10px solid #ffffff;
}
	td.submit-holder {
		background-color: #dee5d5;
		padding: 10px 0px 10px 0px;
	}
	td.submit-holder input.search-submit {
		background: url("../gfx/right/login/bg-input-submit-long.gif") no-repeat scroll left top transparent;
		border:0 none;
		color:#FFFFFF;
		cursor:pointer;
		font-weight:bold;
		height:20px;
		margin:3px 6px 3px 0;
		padding:0;
		width:86px;
	}
	td.submit-holder input.search-submit:hover {
		background-color: transparent;
	}
	td.prior {
		background-color: #dee5d5;
		color: #666666;
		font-size: 11px;
		font-weight: bold;
		padding: 3px;
	}


	tr.headings span {
		display: block;
		padding: 0px 10px 0px 0px;
		font-size: 16px;
		color: #0f639d;
		font-weight: bold;
	}
	tr.headings span.padded {
		padding: 0px 10px 0px 5px;
	}
table.project-list {
	width: 555px;
	
}
table.project-list a {
	font-weight: bold;
	color: #ed1c24;
}
table.project-list td {
	padding: 7px 10px 7px 13px;
	border-bottom: 2px solid #ffffff;
	vertical-align: top;
	background-color: #f4f7f1;
}
	table.project-list tr.row1 td {
		background-color: #f4f7f1;
	}
	table.project-list tr.row2 td {
		background-color: #dde5d4;
	}
	table.project-list tr.header td {
		background-color: #7688C4;
		color: #ffffff;
		font-weight: bold;
		padding: 14px 10px 14px 13px;
		font-size: 13px;
	}
	table.project-list tr.sub-header td {
		background-color: #dee5d5;
		color: #0f639d;
		font-weight: bold;
		padding: 14px 10px 14px 13px;
		font-size: 13px;
	}
	table.project-list tr.partner td {
		border-bottom: 1px dashed #c6ccbe;
		background-color: #ffffff;
	}
	table.project-list strong.blue {
		color: #7688C4;
	}
	table.noborder td {
		border: 0px solid #ffffff;
	}

/* calendar */
div.calendar {
	padding: 10px 0 14px 0px;
}

tr.calendarhead td {
	background-color:#E7E8E9;
	padding:3px;
	font-weight:bold;
	color:#7688C4;
}

table.calendar td {
	/*background-color: #e9e9e9;*/
	background-color:#EFF9FF;
}
table.calendar span,
table.calendar  a {
	display: block;
	text-align: center;
	width: 16px;
	height: 16px;
	padding: 1px 4px 2px 4px;
	font-size: 11px;
}
table.calendar span {
	color: #ffffff;
	/*background-color: #0F639D;*/
	background-color:#7688C4;
}
table.calendar  a {
	/*background-color: #548dd0;*/
	background-color:#75AC3F;
	text-decoration: none;
	color: #ffffff;
}

div.calendar select,
div.calendar option {
	text-transform: lowercase !important;
}
div.event_item img {
	float:left;
	padding:0px 10px 5px 0px;
}

div.pager {
	clear: both;
	display: block;
	padding: 10px 0px 20px 0px;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 18px;
    height: 15px;
    text-align: center;
    margin: 2px;
}
div.pager a {
	background-color: #787FC7;
    border: 1px solid #787FC7;
    text-decoration: none;
	color: #ffffff;
}
div.pager a:hover {
	background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    text-decoration: none;
}
div.pager span {
    border: 1px solid #dedede;
    color: #dedede;
}


