
body {
	/*background-image: url("sfondo.png");*/
	/*background-image: url("site-under-construction.gif.png");*/
	background-repeat: repeat-x;
	background-color: white;
	padding-top: 0px;
	border-top: 0px;
	margin-top: 20px;
	/*width: 800px;*/
}

div.container {
	background-color: #dedede;
	width: 960px;
	/*height: 700px;*/
	margin-left: auto; /* Necessary in order to have che conteiner centered in the body */
	margin-right: auto;
	/*padding-left: 100px;*/
}

div.time_container {
	padding-left: 50px;
	padding-bottom: 20px;
	/*border: dashed red 2px;*/
}

h4.temp_message {
	color: darkorange;
}

td.id {
	width: 350px;
}


#dot {
	background-image: url("prova.png");
	background-repeat: no-repeat;
	/*padding-top: 5px;*/
	width: 17px;
}

#name {
/*	background-color: white;*/
	/*display: block;*/
	background-image: url("specchio_r.png");
	width: 100%;
	height: 135px;
	background-position: right top;
	background-color: white;
/*	background-repeat: no-repeat;*/
/*	border: 1px groove red;*/
}

#name span {
	display: block;
	background-color: white;
	background-image: url("specchio_l.png");
	width: 550px;
	height: 135px;
}

div.menu {
/*	border: groove 1px red;*/
	padding-left: 0;
	background-color: green;
	background-image: url("button.png");
	height: 43px;
}

.menu ul{
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0 0 0 0;
	padding-left: 35px;
	width: 100%;
}

.menu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	/*text-transform: uppercase;*/
}


.menu a {
	float: left;
	display: block;
	background: transparent url("button.png") repeat-x right top; /*right corner image*/
	padding: 10px 19px 3px 16px;
	cursor: pointer;
	color: orange;
	height: 30px;
	font: 20px sans-serif;
	/*float: none;*/
}

.menu a {
	text-decoration: none;
}

.menu a:hover {
	background-color: silver;
	background-image: none;
}

span.menu_item {
	background-color: red;
	background-image: url("button.png");
	width: 100px;
	height: 62px;
}



.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ubercolortabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #804000 url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

</style>
*/

