	/*
	* @author DjWild
	* @copyright 2009
	*/

@import url("style_form.css");
@import url("style_menu.css");
/* Corpo */

body {
	background: url("clouds.jpg") no-repeat top;
	font-family: arial;
	margin: 0;
}

h1 {
	font-size: 12px;
	font-weight: normal;	
}

/* Testi e links */

td {
	font-size: 12px;
}

A:Link {
	color: red;
	text-decoration: none;
}

A:Visited {
	color: red;
	text-decoration: none;
}

A:Hover {
	color: green;
}

.title {
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

.desc {
	font-size: 10px;
}

.credits {
	font-size: 10px;
	color: gray;
}



/* Tabelle */

.tr_topmenu {
	background-image: url(c1/cb.png);
	border: solid;
	border-left: 1px  #000000;
	border-right: 1px  #000000;
}

.tr_botmenu {
	background-image: url(c1/cb.png);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.cat_top{
	background: url(cat_top.png) center no-repeat;	
}

.cat_center{
	background: url(cat_center.png) center repeat-y;
}

.cat_bottom{
	background: url(cat_bottom.png) center no-repeat;
}

.td_menucat {
	background-image: url(50.png);
}

.td_time {
	background-image: url(50.png) ;
}
.tablone{
	background-image: url(50.png);
	background-repeat: repeat;
	background-position: top;
}

.tablone_bot{
	background-image: url(prato.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.form {	
	height: 100%;
	width: 100%;
	border: 1px solid #000000;
}

.closer {
	color: #878787;
	background-color: #f5f5f5;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.userstable {	
	border: 1px solid #000000;
}

