body {
    font-family: Arial,Helvetica,sans-serif;
}

h1{
	margin-top:10px; 
	margin-bottom:30px;
	color:#00FF00;
	font-size: 19px;
	font-weight:bold;
}

.bold {
	font-weight: bold;
}

.error {
	text-align: center;
	color: #FF0000;
}

a:link, a:visited {
	color: #5D5;
	border-bottom: 1px dashed #5D5;
	text-decoration: none;
}

a:hover {
	border-bottom-style: solid;
}

.text {
	margin: 20px;
	line-height: 20px;
}

/**********************
*		a -k
***********************/

a.none_menu
{
	text-decoration: none;
	color: #DAA583;
}

a.none, a.none:link, a.none:visited, a.none:hover
{
	border: none;
	text-decoration: none;
}

/**********************
*		table -k
***********************/

table.table
{
	border: 0 none;
	margin: auto;
}

table.table td
{
	border: 0 none;
}

table.tabella {
	border-collapse: collapse;
}

table.tabella tr.head td {
	padding-bottom: 10px;
}

table.tabella td {
	text-align: center;
	padding: 4px;
}


table.tabella tr.first {
	border-top: 0.1em solid black;
	background-color: #f4ea24;
}
table.tabella tr { border-bottom: 0.1em solid black; border-bottom: 0.1em solid black; }
table.tabella tr.eliminate { border-top: 0.2em solid black; }
table.tabella tr.second { background-color: #c5c6b3; }
table.tabella tr.third { background-color: #9f312b; }
table.tabella tr.last { border-bottom: 0.1em solid black; }

table.tipp thead td { text-align: center; }
table.tipp td { vertical-align: middle; padding: 5px 10px; }

hr {
	border-left: medium none;
	border-right: medium none;
	border-style: none none dashed;
	border-top: medium none;
	color: #5C5C5C;
	margin-right: 10px;
	margin-top: 30px;
	clear: both;
}

.input-text{
	width:290px; 
	border:1px solid #000000; 
	color:#FFFFFF;
	font-size:1em; 
	padding:8px 8px 8px 8px;
	background: #000000 none repeat scroll 0 0;
	opacity:0.3;
	filter: alpha(opacity = 30);
}

textarea {
	height: 200px;
	width: 400px;
	margin: 5px 0;
}

.textarea{
	width:450px;
	height:250px;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:1em; 
	font-family:Arial;
	padding:8px 8px 8px 8px;
	background: #0F0 none repeat scroll 0 0;
	opacity:0.3;
	filter: alpha(opacity = 30);
	line-height: 1.5em
}


form div{
	margin: 0.2em 0;
}

.select{
	color:#FFFFFF; 
	background-color: transparent; 
	border:1px outset -moz-fieldtext; 
	opacity:0.7;
	filter: alpha(opacity=70);	
	width:130px;
	font-size:12px;
	width:130px;
	padding:3px;
}

option{
	color:windowframe;
}

/*
button, input, option, select, textarea {
	border: 1px outset;
	/* margin, padding: NEEDED 
}*/

/**********************
*	formok
***********************/
/**********************
*	form
***********************/

form.form {
	padding: 1em;
	line-height: 1.8em;
	font: 10px arial;
}

form.form div.left {
	float: left;
	clear: left;
	line-height: 1.8em;
	margin: 3px;
}

form.form div.right {
	float: right;
	clear: right;
	line-height: 1.5em;
	margin: 3px;
}

form.form div.date {
	position: relative;
	clear: both;
}

form.form div.date input {
	width: 5.5em;
}

/**********************
*	basic
***********************/

.basic input, .basic textarea {
	border: 1px solid #a0a0a0;
	background-color: #f5f5dc;
}

/**********************
*	form general
***********************/

.form_15 {
	border: 1px solid #3DC549;
	width: 15px;
	font: 10px arial;
	background-color: transparent;
}

.form_20 {
	border: 1px solid #3DC549;
	width: 20px;
	font: 10px arial;
	background-color: transparent;
}

.form_50 {
	border: 1px solid #3DC549;
	width: 50px;
	font: 10px arial;
	background-color: transparent;
}

.form_60 {
	border: 1px solid #3DC549;
	width: 60px;
	font: 10px arial;
	background-color: transparent;
}

.form_80 {
	border: 1px solid #3DC549;
	width: 80px;
	font: 10px arial;
	background-color: transparent;
}

.form_100 {
	border: 1px solid #3DC549;
	width: 100px;
	font: 10px arial;
	background-color: transparent;
}

.form_120 {
	border: 1px solid #3DC549;
	width: 120px;
	font: 10px arial;
	background-color: transparent;
}

.form_150 {
	border: 1px solid #3DC549;
	width: 150px;
	font: 10px arial;
	background-color: transparent;
}

.form_200 {
	border: 1px solid #3DC549;
	width: 200px;
	font: 10px arial;
	background-color: transparent;
}

.form_width {
	border: 1px solid #3DC549;
	font: 10px arial;
	background-color: transparent;
}

form.form .submit {
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	/*text-shadow: 0 -1px 1px #222;*/
	border-bottom: 1px solid #222;
}


form.form .sort {
	cursor: pointer;
	border: 0px solid #222;
	color: white;
}

.form input[type='submit'], .form input[type='button'] {
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	/*text-shadow: 0 -1px 1px #222;*/
	border-bottom: 1px solid #222;
	border-right: 2px solid #848484;
	padding: 1px 10px;
	background-color: #F0F0F0;
}

form.form .textarea {
	border: 1px solid #3DC549;
	width: 350px;
	height: 200px;
}

