﻿@import "fundamentals.css";
@import "menus.css";

body {
	background:url('../images/texture.jpg');
	background-repeat: repeat;
	/*
	background-image: url('../images/TEST_2.jpg');
	background-repeat: repeat-x;
	background-color: #8cd3ff;
	background-attachment: fixed;
	background-position: center bottom;
	*/
	font-size: normal 12px;
	height: 100%;
}

li {
	cursor: pointer;
}

li a:link, li a:visited {
	color: #666666;
	text-decoration: none;
}

li a:hover {
	color: #cccccc;
}

/* GENERAL CONTENT ******** */

/* Title style */
h1 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}

/* Subtitle style */
h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	display: inline;
}

/* Note style */
h4 {
	color: #666666;
	font-size: small;
	display: inline;
}

/* Sub-subtitle style */
h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal;
	font-style: normal;
	display: inline;
}

/* Left menu versions of the same styles */
#leftHandPanel h1 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

/* Subtitle style */
#leftHandPanel h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	display: inline;
}

/* Note style */
#leftHandPanel h4 {
	color: #666666;
	font-size: x-small;
	display: inline;
}

/* Sub-subtitle style */
#leftHandPanel h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	display: inline;
}


/* GENERAL ELEMENTS *************/

.titleBox {
	height: 36px;
	margin: 10px 0px 10px 0px;
	
	background-color: #D4BFA4;
	
	color: white;
	text-align: left;
	
	/* Trick to vertically center the text */
	line-height: 36px;
	vertical-align: middle;
	
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}

.newsElement {
	width: 95%;
	border-left: 2px solid #cccccc;
	margin: 30px 0px 0px 0px;
	padding: 5px;
	clear:both;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.newsElement div {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pacchetto {
	padding: 5px;
	background-color: #F5F1E5;
}

.simplePanelElement {
	position: relative;
	top: 5px;
}
/* ***************/
