@charset "utf-8";
/* CSS Document */

#container {
	height: auto;
	width: auto;
	position: fixed;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: scroll;
	background-color: #FFF;
}

#container #header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	padding: 0px;
	height: 250px;
	width: 1090px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container #menu {
	background-image: url('../images/menu.png');
	padding: 0px;
	height: 69px;
	width: 1090px;
	margin-top: 250px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

#container #menu #buttonDespreNoi{
	padding-top: 3px;
	margin-left: 110px;
	width: 100px;
	height: 30px;
	position: absolute;
	float: left;
}

#container #menu #buttonUtile{
	margin-left: 370px;
	padding-top: 3px;
	width: 100px;
	height: 30px;
	position: absolute;
	float: left;
}
	
#container #menu #buttonAnalize{	
	margin-left: 240px;
	padding-top: 3px;
	width: 100px;
	height: 30px;
	position: absolute;
	float: left;
}
	
#container #menu #buttonCertificari{
	margin-left: 500px;
	padding-top: 3px;
	width: 100px;
	height: 30px;
	position: absolute;
	float: left;
}
	
#container #menu #buttonChestionar{
	margin-left: 630px;
	padding-top: 3px;
	width: 100px;
	height: 30px;
	position: absolute;
	float: left;
}

#container #allContent {
	height: 581px;
	width: 1090px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 318px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container #allContent #content {
	background-image: url('../images/content_slice.png');
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container #allContent #content h1{
	width: 600px;
	margin-left: 120px;
	font-size: 19px;
}

#container #allContent #content #table{
	width: 600px;
	margin-left: 120px;
	height: 520px;
}

.scroll
{	
	overflow-y: scroll;
	overflow-x: hidden;
}

#container #allContent #content #table #analize{
	border:1px solid black;
	border-collapse:collapse;
	width: 580px;
}

#container #allContent #content #table #analize tr{
	height: 20px;
	text-align: center;
}

#container #allContent #content #table #analize td{
	border:1px solid black;
}

#container #allContent #content #table #analize #head{
	background-color: #717172;
	color: white;
	font-style: italic;
}

#container #allContent #content #table #analize #categorie{
	background-color: #e0e2e3;
	font-weight: bold;
}

#container #allContent #content #table #chestionar{
	border-spacing: 10px;
	width: 580px;
	font-style: italic;
}

#container #allContent #content #table #chestionar #bold{
	font-weight: bold;
}

#container #allContent #content #table #chestionar textarea{
	resize: none;
	width: 320px;
	height: 150px;
}

#container #allContent #content #topBox {
	position: absolute;
	height: 170px;
	margin-left: 110px;
	width: 620px;
	border-top-color: #bfbf8e;
	border-right-color: #bfbf8e;
	border-bottom-color: #bfbf8e;
	border-left-color: #bfbf8e;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#container #allContent #content #middleBox {
	position: absolute;
	height: 355px;
	margin-left: 110px;
	margin-top: 180px;
	width: 620px;
	border-top-color: #bfbf8e;
	border-right-color: #bfbf8e;
	border-bottom-color: #bfbf8e;
	border-left-color: #bfbf8e;
	overflow: auto;
}

#container #allContent #rightSidebar {
	background-image: url('../images/rightSidebar.png');
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	top: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 744px;
}

#container #allContent #rightSidebar #map {
	margin-top: 300px;
	margin-left: 10px;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
	
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	top: -700px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

#image
{
    margin: 15px;
	width: auto;
	height: auto;
	float:  left;
}
	
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
	
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -600px;
	left: -700px; /*position where enlarged image should offset horizontally */	
}

.thumbnail:hover #first{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 100px; /*position where enlarged image should offset horizontally */	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: justify;
}

.highlight
{
	color: red;
}