html {
	height: 100%;
}

body {
	height: 100%;
}

textarea {
	width: 100%;
	height: 10em;
}

.app_testata {
	background-image: url(../images/interface/application/logo_ps.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	height: 25px;
	margin-bottom: 10px;
}

.app_nav_container {
	padding: 4px;
	border: 1px solid #CCC;
	width: 100%;
	background-color: #006699;
	margin-bottom: 0px;
}

.app_nav_container  ul {
	list-style-type: none;
	margin-left: 6px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}

.app_nav_container  li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.app_nav_container  li#active {
	background-color: Navy;
	font-weight: bold;
}

.app_nav_container  a {
	text-decoration: none;
	font-size: 90%;
	color: white;
	margin-right: 5px;
	margin-left: 5px;
}

.app_nav_container  a:hover {
	text-decoration: underline
}

.app_subnav_container {
	background-color: #EDEDED;
	margin-top: 0px;
	padding: 2px;
}

.app_subnav_container  ul {
	list-style-type: none;
	margin-left: 6px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}

.app_subnav_container  li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.app_subnav_container  li#active {
	background-color: Navy;
	font-weight: bold;
}

.app_subnav_container  a {
	text-decoration: none;
	font-size: 75%;
	color: black;
	margin-right: 5px;
	margin-left: 5px;
}

.app_subnav_container  a:hover {
	text-decoration: underline
}

.apps_body_container form {
	width: 95%;
}

.app_footer {
	background-color: #EDEDED;
	padding: 1px;
	font-size: 60%;
	width: 100%;
	text-align: right;
	font-weight: bold;
}

/* schede tecniche */
#form_checkbox {
	width: 1em;
	border: 0px;
}

H3 {
	margin-top: 0px;
	color: #000033;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/interface/li/palla.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 125%;
	font-weight: bolder;
}

#subnavlist li {
	padding-left: 10px;
}

#subnavlist a {
	text-decoration: none;
	font-weight: normal;
	background-color: white;
}

#left {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

#left_body {
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.listTable {
	padding: 5px;
}

.listTr {
	border-bottom-style: dotted;
	border-bottom-color: Gray;
	border-bottom-width: thin;
}

.listTable {
	width: 50%
}

.forum_header {
	background-color: ButtonFace;
	margin-bottom: 2px;
}

.forum_header h3 {
	font-size: 110%;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.forum_post_header {
	width: 100%;
	text-align: right;
	font-size: 80%;
	margin: 0px;
}

.forum_content {
	text-align: justify;
	font-size: 110%;
}

.forum_reply {
	
}

.forum_reply a {
	color: Black;
	text-decoration: none;
	font-weight: bolder;
	padding: 2px;
	border-color: InactiveBorder;
	border-style: outset;
	border-width: thin;
	background-color: ButtonFace;
	width: 130px;
	text-align: center;
	font-size: 90%
}

.forum_reply a:hover {
	background-color: Gray;
	color: white;
	border-style: inset;
}

.forum_reply_box {
	text-align: right;
	margin-bottom: 30px;
}

.row_listUser {
	font-size: 120%;
	font-weight: bolder;
	background-color: ThreedLightShadow;
	width: 100%;
	margin-bottom: 3px;
	padding: 3px;
}

.operations {
	text-align: right;
}

.NameUser {
	float: left;
	width: 300px;
}

#ciccio {
	width: 20px;
	border: 0px;
}

.operations img {
	border-width: 1px;
}

.listTbody {
	font-size: 80%;
}

.blocks_container {
	width: 251px;
	float: right;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

.blocks_container ul {
	margin-left: 0;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 2px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.blocks_container a {
	display: block;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	color: black;
	font-weight: bold;
	border-bottom: 3px solid #FFF;
	background-image: url(../images/interface/li/rosso.gif);
	background-repeat: no-repeat;
	background-position: 4px .7em;
	background-color: #F5F5F5;
}

.blocks_container a:link,.block_list a:visited {
	color: #000;
	text-decoration: none;
}

.blocks_container a:hover {
	background-color: #FFF;
	color: #000;
	background-image: url(../images/interface/li/over_rosso.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.blocks_container #active a {
	background-color: #F5F5F5;
	color: #000;
	background-image: url(../images/interface/li/over_rosso.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.block_header {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding-left: 5px;
	margin-right: 5px;
}

.apps_body_container input {
	width: 80%;
	border-style: groove;
	border-width: 1px;
	border-color: Gray;
}

.body_container input:hover {
	background-color: yellow;
	border-style: outset;
}

input [type="submit"] {
	background-color: #369;
	width: 10em;
}

input [type="submit"]:hover {
	background-color: #CC0000;
	width: 10em;
	color: white;
	text-decoration: underline;
}

#submitter {
	width: 10em;
}

.generic_row {
	width: 100%;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 8px;
	background-color: #F7F7F7;
	margin-bottom: 2px;
}

.app_separator {
	font-size: 1px;
	height: 10px;
}