/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:url(../images/body_bg.gif) repeat;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	/*font-family:Arial,Verdana,Helvetica,sans-serif;*/
	list-style:none;
}
a {
	outline:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:20px auto;
	width:1000px;
}
#Header {
	background:url(../images/alz_headerBackground.jpg) bottom left repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	clear:left;
	height: 130px;
}
	#Header h1 {
		color:#fff;
		font-size:3em;
		
		line-height:4.3em;
		padding-left:25px;
		float:left;
	}
	#Header form {
		//margin-top: 10px;
		float: right;
		font-size: 0.7em;
	}
		#Menu1 {
			padding:10px 50px 0;
			margin: 0 137px;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				background:url(../images/alz_menu1_right.gif) no-repeat right top;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/alz_menu1_right_on.gif) no-repeat right top;
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 15px;
					background:url(../images/alz_menu1_left.gif) no-repeat left top;
				}
					#Menu1 li a:hover {
						color:#d2ebff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/alz_menu1_left_on.gif) no-repeat left top;
						color:#FFAEFF;
					}

#ContentContainer {
	background:#f5f5f5 url(../images/ss_watermark.gif) bottom left no-repeat;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	overflow: auto;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 0;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	font-family:Georgia, sans-serif;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#664073;
	}

#Content {
	float: left;
	margin: 0px 3px;
	padding: 10px;
	width:70%;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px;
}

#HContent {
	float: left;
	margin: 0px 3px;
	width:99%;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 2px;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background:#015581;
	clear:both;
	text-align:right;
	padding-right:20px;
	/*border:1px solid #ccc;*/
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	/*margin-top: 5px;*/
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		/*margin-bottom:20px;*/
	}
		#NewsList li.newsDateTitle a.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsDateTitle a.newsSummary {
			color:#0083C8;
			font-size:1.1em;
			font-weight:normal;
			background: none;
			text-decoration:none;
		}
			#NewsList li.newsDateTitle a.newsSummary:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

/* Custom CSS */

#HNews ul li{
	list-style: none;
}

.HboxMare {
	height: 204px;
	/*height: auto;*/
	margin: 19px;
	padding-left: 10px;
	/*padding-top: 10px;*/
	border:1px solid #CCCCCC;
}

.HboxMare h1 {
	margin-top: 15px;
}

.HboxMare img {
	padding-left: 15px;
}

.HboxMare2 {
	height: 140px;
	margin: 19px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border:1px solid #CCCCCC;
}

.HboxMic {
 	float: left;
	height: 405px;
	width: 439px;
	/*background-color: white;*/
	border:1px solid #CCCCCC;
	margin-left: 19px;
	margin-bottom: 19px;
	/*margin-top: 20px;*/
}

#NewsList {
	margin-bottom: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	line-height: 0em;
}

#NewsList ul {
	margin-bottom: 0;
	margin-top: 2px;
	line-height: 0em;
}	

#NewsList ul li {
	list-style: none;
	display: inline;
	line-height: 0.9em;
}

#NewsList ul li a {
	margin-top: 0;
	line-height: 0;
}	

.HboxMic ul.ArticleClass li {
	list-style: none;
}

.ArticleClass li.title {
	color: purple;
	font-weight: bold;
	font-size: 1.5em;
}

.ArticleClass li.newsSummary a{
	color: red;
}


#parteneri {
	margin-left: 19px ;
	margin-right: 18px ;
	padding-left: 10px;
	/*width: 800px;*/
	height: 100px;
	border:1px solid #CCCCCC;
	margin-bottom: 19px ;
}

#parteneriIn, #afilieri {
    float: left;
}

#parteneriIn ul li,  #afilieri ul li {
        float: left;
	list-style: none;
	display: inline;
        
	heeight: 30px;
	wiidth: 40px;
	/*background-color: purple;*/
	/*background:url(../images/alz_headerBackground.jpg) bottom left repeat-x;*/
	margin-right: 20px; 
	margin-left: 20px; 
	boorder-right:5px solid #CCCCCC;
}

#Footer {
	height: 10px;
	background-color: #674074;
}

#BigFooter {
	margin-top: 0;
	height: 300px;
	/*background-color: #674074;*/
	
	/*background:url(../images/alz_headerBackground.jpg) bottom left repeat-x repeat-y;*/
}

#BigFooter div {
	padding-right: 20px;	
	display: inline;
	float: left;
	text-align: justify;
	width: 292px;
	height: 300px;
	
	padding-left: 20px;
	font-size: 1.0em;
	font-weight: normal;
	color: white;
}

#leftFooter {
	background-color: #a270ae;
	border-right: 2px solid #674074;
}

#centerFooter {
	background-color: #674074;
	border-right: 2px solid #674074;
}

#rightFooter {
	background-color: #a270ae;
	border-right: 0px solid #a270ae;
}

.footerH1 {
	font-size: 1.2em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#Link {
	color: red;
}

#Link a.hover {
	border-bottom:1px dotted #0083C8;
}

#thisform ul
{
	list-style: none;
}

#name, #password {
	background-color: #DDDDDD;
}

#thisform ul li{
	text-align: right;
}

#Alz
{
	width:10%;
}

#Header img 
{
	float:left; 
}

#Header a {
	float: right;
}