* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #6183ad url("_img/layout/background_big.gif") center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}
a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #385585;
	border-top: 1px solid #385585;
	border-left: 1px solid #385585;
	border-right: 20px solid #385585;
	color: #385585;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0 10px 0;
	background: #d7e5ef;
	padding:5px;
}
h1:hover {
	border-bottom: 1px solid #7f9fc6;
	border-top: 1px solid #7f9fc6;
	background: #c9dcea;
}
input, select, textarea {
	border: 1px solid #385585;
}
#column2 ul {
	margin: 10px 0 10px 20px;
}
#column2 li {
	color: #616161;
	list-style: square outside;
	padding-bottom:10px;
}
/*.login {
	border: 1px solid #c9dcea;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}*/
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}

#wrap {
	background-image: url("_img/layout/arrow.gif");
	background-image: url("_img/layout/arrow_outline.gif");
	background-image: url("_img/layout/background.gif");
	background-image: url("_img/layout/header_big.jpg");
	background-image: url("_img/layout/selector.gif");
	background-image: url('_img/layout/selector_sub.gif');
	background-repeat: no-repeat;
	background-position:  -5000px;
	margin: 0 auto;
	text-align: left;
	width: 1004px
}
#header {
	background: url("_img/layout/header_big.jpg") center no-repeat;
	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 100px;
	line-height: 120px;
	text-indent: 190px;
}
#nav {
	padding-bottom: 40px;
	width: 179px;
}

#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a{
	border-bottom: 1px solid #c9dcea;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 171px;
	font-weight:bold;
}
#nav li a:hover {
	background: #c9dcea url("_img/layout/selector.gif") center right no-repeat;
	color: #000000;
}
#nav li.menu-separator {
	font-size: 1px;
	height: 5px;
	background-color: #212934;
	display: block;
	border-bottom: 1px solid #c9dcea;
	margin-right: -1px;
}
.nivel1Sel, #nav li a:link.nivel1Sel, #nav li a:visited.nivel1Sel, #nav li a:active.nivel1Sel, #nav li a:hover.nivel1Sel{
	background: #c9dcea url("_img/layout/selector.gif") center right no-repeat;
	cursor:default;
	color:#000000;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 20px;
}
#nav ul ul li a:hover {
	color: #000;
	background: #c9dcea url("_img/layout/selector_sub.gif") center right no-repeat;
}
.nivel2Sel, #nav ul ul li a:link.nivel2Sel, #nav ul ul li a:visited.nivel2Sel, #nav ul ul li a:active.nivel2Sel, #nav ul ul li a:hover.nivel2Sel{
	line-height: 10px;
	border-bottom: none;
	color: #000000;
	text-indent: 20px;
	background: #c9dcea url("_img/layout/selector_sub.gif") center right no-repeat;
	}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-indent: 40px;
}
#nav ul ul ul li a:hover {
	color: #000;
	background-image: url("_img/layout/selector_sub.gif");
}
.nivel3Sel, #nav ul ul li a:link.nivel3Sel, #nav ul ul li a:visited.nivel3Sel, #nav ul ul li a:active.nivel3Sel, #nav ul ul li a:hover.nivel3Sel{
	line-height: 10px;
	border-bottom: none;
	color: #000000;
	text-indent: 40px;
	background: #c9dcea url("_img/layout/selector_sub.gif") center right no-repeat;
	}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	text-indent: 40px;
}
#nav ul ul ul li a:hover {
	color: #000;
	background-image: url("_img/layout/selector_sub.gif");
}

#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 20px 30px 15px;
}
#column2 p, #column2 div.paragraph {
	line-height: 190%;
	text-align:justify;
}
#column2 .imgRight {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
	float:right;
	text-align:center;
	font:bold 9px verdana, sans-serif;
	color:#A3A3A3;
}
#column2 .imgLeft{
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
	float:left;
	text-align:center;
	font:bold 9px verdana, sans-serif;
	color:#A3A3A3;
}
#column2 .imagCenter {
	clear: both;
	text-align:center;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 0px;
}
#column2 .imagem {
	border: 1px solid #c9dcea;
	margin: 3px 3px;
	padding: 3px 3px;
}
#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url("_img/layout/arrow_outline.gif") left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url("_img/layout/arrow.gif");
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	text-align:center;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

/****************************************************************************************************/
/* PARTICULAR STILES*/

span.super {
	vertical-align: super;
	color: #385585;
}
/* data */
table.data {
	font-size:10px;
	margin: 0 auto;
	border: 1px solid #7f9fc6;
}
table.data th, table.data td {
	vertical-align: top;
}
table.data thead th {
	background-color: #C9DCEA;
}
table.data tfoot td {
	padding: 5px 10px;
}
table.data tfoot input {
	float: right;
}
table.data tbody td {
	font-size:10px; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:0
}


/* Login */
table.login {
	margin: 0 auto;
	border: 1px solid #7f9fc6;
}
table.login th, table.login td {
	vertical-align: top;
}
table.login thead th {
	background-color: #C9DCEA;
}
table.login tfoot td {
	padding: 5px 10px;
}
table.login tfoot input {
	float: right;
}
table.login tbody td {
	padding: 5px 10px 0;
}
.error {
	color: #b72222;
}

/* Mission Characteristics */
.misOver {
	border-width: 1px;
	border-style: solid;
	border-color: #395686;
	border-collapse: collapse;
	background-color: white;
	width:100%;
}
.misOver th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #395686;
	background-color: #395686;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
.misOver td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #395686;
	vertical-align:text-top;
}

.misOvercinza
{background-color:#F8F8F8;}

.misOverBold{font-weight:bold}

/**** DOCUMENTATION ****/
#listDocs li{
	list-style-type:none;
	}
	
#listDocs li li{
	list-style-type:square;
	margin-left:18px;
	}

#listDocs li li li{
	list-style-type:circle;
	}
	
/***** PROJECT ******/
.projectPrototype{margin-top:20px;}

.proDown {
	border-width: 1px;
	border-style: solid;
	border-color: #395686;
	border-collapse: collapse;
	background-color: white;
	width:100%;
}
.proDown th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #395686;
	background-color: #395686;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
.proDown td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #395686;
	vertical-align:text-middle;
}

.proDownBold{font-weight:bold; background-color:#D7E5EF; color:#385585;}
.proDownBg{background-color:#F8F8F8;}

/******** breadcrumb ******************/
.breadcrumb{
	border-bottom:2px solid #C9DCEA;
	margin-bottom:15px;
	padding-bottom:3px;
	font:bold 9px verdana, sans-serif;
	}
	
/******** SITEMAP ********/
.sitemap{text-align:center;}
.sitemap table{text-align:left;}

.sitemap ul ul li{
	padding-left:30px;
}

.smn1{
	background-color:#385585;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	}
 .smn1 a:link, .smn1 a:visited, .smn1 a:active{
 	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
 }
.smn1 a:hover{text-decoration:underline;}

.smn2{font-weight:bold; padding:5px 0px 20px 0px}
.smn2 li{font-weight:normal;}



