@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #E0E0E0;
	margin: 0px;
}

.report {
	font-size: 10px;	
	
}

td {
	text-align: left;
}

.warning {
	color: red;
	font-weight: bold;
}

#container {
	width: 975px;
	position: relative;
	margin-left: -487px;
	left: 50%;
	background-image: url(/public/resources/images/sfondo.jpg);

}

#container #top {
	position: relative;
	height: 198px; 
	width: 975px;
	background-image: url(/public/resources/images/header.jpg);
}

#container #top #sidebar{
	position: relative;
	width: 630px;
	left: 270px;
	top: 150px;
	color: white;
}

#container #top #sidebar a{
	color: white;
	font-weight: bold;

}

#container #body {
	position: relative;
	width: 975px;
	background-image: url(/public/resources/images/sfondoterra.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container #body #testo {
	width: 650px;
	left: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

a.pulsante{
	border: solid 1px #B8C0C4;
	background-color: #C4CCD6;
	margin: 2px;
	font-weight: bold;
	color: #000055;
}

a.pulsantegreen{
	border: solid 1px #B8C0C4;
	background-color: #9F9;
	margin: 2px;
	font-weight: bold;
	color: #000055;
}


a.pulsante:hover{
	background-color: #B5BDC9;
}


#container #footer {
	width: 975;
	height: 86px;
	background-image: url(/public/resources/images/footer.jpg);
}

#box {
	position:absolute;
	width:176px;
	left: 55px;
	top: 85px;
	height: auto;
	background-color: #dae2ea;
}
#box_header {
	color: white;
	text-align: right;
	padding-right: 10px;
	font-size: 15px;
	padding-top: 5px;
	position:relative;
	width:166px;
	height:27px;
	background-image: url(/public/resources/images/box_header.jpg);
}
#box_corpo {
	position:relative;
	width:144px;
	height:auto;
	font-size: 14px;
	color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B8C0C4;
	border-bottom-color: #B8C0C4;
	border-left-color: #B8C0C4;
	padding: 15px;
}


#box_corpo a{
	font-size:11px;
	color: #010D3C;
	font-weight: bold;
	text-decoration: underline;
}


#box_corpo a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#box_footer {
	position:relative;
	width:176px;
	height:3px;
	background-image: url(/public/resources/images/box_footer.jpg);
}

td.table_candidato{
  	border: solid 1px #B8C0C4;
}

table.action_candidato{
  	border: solid 1px #B8C0C4;
}

table.action_candidato tr td{
  	border-left: solid 1px #B8C0C4;
}

table.list_candidati{
  	border: solid 1px #B8C0C4;
}

table.list_candidati td{
  	border-left: solid 1px #B8C0C4;
  	border-right: solid 1px #B8C0C4;
}

table.list_candidati tr.odd{
    background : #C4CCD6;
}

.fieldcell, .odd {
    background :  #cbd9e3;
    padding : 2px 0px 0px 2px;
    margin : 0 0px 0 0;
    color : #000000;
  }
  
  .detail {
  	border: solid 1px #B8C0C4;
  }  
  .titolo {
  	font-size: 20px;
  	font-weight: bold;
  }
  
  table.list th, table.forms th {
    background : #527AAC;
    font : normal bold 12pt;
    color : #ffffff;
    text-transform : capitalize;
  }

table.list th a {
    font : normal bold 12pt;
    color : #ffffff;
    text-decoration : none;
    text-transform : capitalize;
    padding-right:0px;
  }

.little {
  	font-size: 10px;
}

td.even {
    background : #e4e4e4;
  }

td.odd {
    background : #d2d2d2;
  }
  
.tabella_agenda td {
	vertical-align: top;
	text-align: center;	
	height:3px;
	border: 1px solid black;
}

#tabelladettagioprogetto td
{
  	border-bottom: solid 1px #B8C0C4;
}

.sottotitolo_tabella
{
    background : #004080;
    color : #ffffff;
}

.titolo_tabella
{
    background : #010D3C;
    color : #ffffff;
}
.tab
{
	padding-top: 5px;
	background-image: url(/public/resources/images/bordo-tab.gif);
	width: 100px;
	height: 18px;
}

.tablittle
{
	padding-top: 5px;
	font-size: 10px;
	background-image: url(/public/resources/images/bordo-tab-little2.gif);
	width: 70px;
	height: 30px;
}

.tabfinale
{
  	border-bottom: solid 1px #000055;
	padding-top: 5px;
	width: 150px;
	height: 18px;
}

.tabfinalelittle
{
  	border-bottom: solid 1px #000055;
	padding-top: 5px;
	width:2000px;
	height: 18px;
}

.tabfinale_general
{
  	border-bottom: solid 1px #000055;
	padding-top: 5px;
	width: 450px;

	height: 18px;
}
.tabon {
	width: 100px;
	margin: 0px;
	background: #ECF2F6;
}

.tabon a
{
	font-weight: bold;
	color: #000055;
	text-decoration: none;
}
.taboff a {
	text-decoration: underline;
	font-weight: bold;
	color: #000055;
}
.taboff a:hover {
	text-decoration: none;
}
.taboff {
	margin: 0px;
	width: 100px;
  	border-bottom: solid 1px #000055;

	background: #e4e4e0;
}

.tabonlittle {
	width: 60px;
	margin: 0px;
	background: #ECF2F6;
}

.tabonlittle a
{
	font-weight: bold;
	color: #000055;
	text-decoration: none;
}
.tabofflittle a {
	text-decoration: underline;
	font-weight: bold;
	color: #000055;
}
.tabofflittle a:hover {
	text-decoration: none;
}
.tabofflittle {
	margin: 0px;
	width: 10px;
  	border-bottom: solid 1px #000055;
	background: #e4e4e0;
}


#tab_progetto_td
{
	padding-left: 5px;
	padding-right: 5px;
	background: #ECF2F6;
  	border-left: solid 1px #000055;
  	border-bottom: solid 1px #000055;
  	border-right: solid 1px #000055;
}

.hide {
	display: none;
}

.show {
	display: inline;
}


#route {
  	font-size: 10px;
	width: 270px;
	height: 280px;
	overflow: auto;
}

#num_task {
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter:alpha(opacity=55);
	position:fixed;
	right: 0px;
	top: 0px;
	height: auto;
	background-color: #dae2ea;
	border: solid 1px #000055;
}
 #tasktesto { 	
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

#cal{
  	border: solid 1px #000055;
}
#cal td{
  	border: solid 1px #B8C0C4;
}

#cal td.now{
	background-color: #B8C0C4;
}


/* ToolTip */

a.css_tooltip{
position:relative;
_display:inline-block; /*richiesto per la posizione assoluta bottom per Internet Explorer 6*/
text-decoration:none;
    color : #000;
}

a.css_tooltip span{
display:none;
}

a.css_tooltip:hover{
}

a.css_tooltip:hover span{
display:block;
position:absolute;
z-index:20;
bottom:10px;
left:-20px;
width:200px;
color:#000;

}

a.css_tooltip span b{
display:block;
height:10px;
background:url(/public/resources/images/css_tooltip_top.gif) no-repeat bottom;
}

a.css_tooltip span em{
display:block;
height:32px;
background:url(/public/resources/images/css_tooltip_bot.gif) no-repeat;
}

a.css_tooltip span i{
display:block;
background-color:#fff;
border-left:1px solid #112a84;
border-right:1px solid #112a84;
padding:0 5px;
}
