body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, tahoma, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

table.container {
	height: 100%;
	width: 100%;
}

a.main, a.main:visited {
        font-size: 12px;
        color: #6f8da7;
        text-decoration: none;
}

a.main:hover {
        color: #000000;
}

a.red, a.red:visited {
        font-size: 12px;
        color: #FF0000;
        text-decoration: none;
}

a.red:hover {
        font-size: 12px;
        color: #000000;
        text-decoration: none;
}

#left {
	margin: 8px;
	padding: 5px 5px 5px 8px;
	background-color: #bababa;
	border-left: 5px solid #a0a0a0;
	width: 100%;
	font-family: Verdana, tahoma, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

#right {
	margin: 8px;
	margin-left: 35px;
	padding: 4px;
	font-family: Verdana, tahoma, Sans-Serif;
	font-size: 12px;
	color:#000000;
}

div.menu {
	width: 100%;
        margin-bottom: 10px;
}

a.menu, a.menu:visited {
	font-family: Verdana, tahoma, Sans-Serif;
	font-size: 11px;
	color:#000000;
	margin-left: 10px;
	display: block;
	text-decoration: none;
	border-right: 12px solid #a0a0a0;
}

a.menu:hover {
	color: #6f8da7;
	border-right: 12px solid #6f8da7;
}

div.lefttitle {
	font-weight: bold;
	margin-bottom: 2px;
}

#loginform {
	width: 60%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	text-align: center;
}

#loginform input.text {
	background: url(../images/input.gif) repeat-x white;
	font-size: 12px;
	border: 1px solid #a0a0a0;
	font-family: Verdana, tahoma, Sans-Serif;
}

#loginform input.button {
	background: url(../images/submit.gif) repeat-x white;
	font-size: 12px;
	border: 1px solid #a0a0a0;
}

div.formitem {
	margin: 4px;
}

#formtitle {
	margin-bottom: 20px;
}

#formfooter a, #formfooter a:visited {
	color: #a0a0a0;
	font-family: Verdana, tahoma, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

#formfooter a:hover {
	color: #6f8da7;
	text-decoration: none;
}

#userbar {
	font-size: 12px;
	font-family: Verdana, tahoma, Sans-Serif;
}

#userbar a, #userbar a:visited {
	color: #6f8da7;
	font-weight: bold;
	text-decoration: none;
}

#userbar a:hover {
	color: #a0a0a0;
}

table.userbar {
	font-size: 11px;
	font-family: Verdana, tahoma, Sans-Serif;
}

#main {
	font-size: 12px;
	font-family: Verdana, tahoma, Sans-Serif;
	margin-top: 15px;
	padding-left: 2px;
}

div.sezione {
	font-size: 12px;
	font-family: Verdana, tahoma, Sans-Serif;
	margin-bottom: 7px;
}

div.sezionetitle {
	font-size: 12px;
	font-family: Verdana, tahoma, Sans-Serif;
	font-weight: bold;
	padding-left: 12px;
	border-left: 12px solid #6f8da7;
	margin-bottom: 4px;
}

div.sezioneitem {
	padding-left: 8px;
}

table.maintable {
	font-size: 12px;
	font-family: Verdana, tahoma, Sans-Serif;
}

td.mainrow {
        font-size: 11px;
        padding: 2px;
        border-bottom: 1px solid #c3c3c3;
}

td.titlerow {
        padding: 2px;
        border-bottom: 1px solid #c3c3c3;
        font-size: 12px;
}

input.textbox {
        border: 1px solid #a0a0a0;
        background: url(../images/input.gif) repeat-x white;
}

input.submit {
        border: 1px solid #a0a0a0;
        background: url(../images/submit.gif) repeat-x white;
}

textarea.text {
        border: 1px solid #a0a0a0;
        background: url(../images/input.gif) repeat-x white;
}

select.select {
        border: 1px solid #a0a0a0;
        background: url(../images/input.gif) repeat-x white;
}

#istruzioni {
        display: none;
        margin-top: 8px;
        border-left: 3px solid #6f8da7;
        padding-left: 4px;
}

div.statusok {
        border-left: 3px solid #4ec736; 
        background-color: #d8fcd1; 
        padding: 2px; 
        padding-left: 5px;
}

div.statusno {
	background-color: #fcd1d1;
	padding: 2px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
}