/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.3;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	border-top: thin none #0066CC;
	border-right: thin none #0066CC;
	border-bottom: thin solid #0066CC;
	border-left: thin none #0066CC;
}

h2{
	font-size: 114%;
	color: #006699;
}

h3{
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
 font-size: 130%;
 color: #334d55;
 font-weight: bold;
}

h5{
 font-size: 80%;
 color: #334d55;
}




label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 2px 0px 2px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #5698e4;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 100%;}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 2px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 10px 10px 10px;
	font-size: 18px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	letter-spacing: 1px;
	color: #000000;
	word-spacing: 1px;
	background-color: #E8E9FF;
	list-style-type: disc;
}
.story a{
	clear: both;
	padding: 10px 0px 0px 10px;
	letter-spacing: 1px;
	color: #000000;
	word-spacing: 1px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	background-color: #FFFFFF;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {list-style: url(gif/button-hover.gif) disc;}
#navBar ul {list-style: url(gif/button-hover.gif) disc; margin: 3;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {list-style: url(gif/button-hover.gif) disc;border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {list-style: url(gif/button-hover.gif) disc;border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFCC;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFCC;
	padding: 2px 0px 2px 10px;	color: #FFFFFF;
	font-weight: bold;

}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
color: #5698e4;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	background-color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 20px;
	font-size: 100%;font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	/*border: thin dashed #0099FF;*/
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.blink {
	text-decoration: blink;
}
input {
	font-weight: bold;
	border: thin solid #CCCCCC;
	font-size: 14px;
}
select {
	font-weight: bold;
	border: thin solid #CCCCCC;
	font-size: 14px;

}
.bordosotto {
	border-top: thin dashed #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
.message_info{background: #EAEBF7 ;border-color: #8E9AFF}

.message_warning{
	background: #FFF0BA;
	border: thin solid #E87C29;
	right: 10px;
}


.message_question{
	background: #E4F6DE;
	border: thin solid #8FDC79;	right: 10px;

}

.message_error{
	background: #FFD8D6;
	border: thin dashed #FF0038;	right: 10px;

}
.bordotratt {
	border: thin dashed #CCCCCC;
}
.sottolineatura {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.colore_rosso {
	color: #FF0000;
}
.borodxtratt {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.reducer {
	font-size: 12px;
}

.red {
	color: #CC0000;
	background-color: #0066FF;
}
/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
	  border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/* the news box */
#news
{
	width:160px;
	border: thin ridge #E4E3DC;
}
#news a
{
	color:#0066FF;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:250px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
.bordoupdown {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.bordobluup {
	  border-top:1px solid #0066CC;
	border-right: thin none #2763A5;
	border-bottom: thin none #2763A5;
	border-left: thin none #2763A5;
}
.box {
	border: thin solid #0066CC;
}
.inpuntred {
	border: thin solid #FF0000;
}
p {
	margin-left: 5px;
	padding-left: 5px;

	margin-right: 5px;
	padding-right: 5px;
}
.blu {
	color: #0066FF;
}
.verde {
	color: #009900;
}
.loading
{
	position:absolute;
	width:600px;
	height:80px;
	left:20%;
	right:0%;
	top:50%;
	z-index:1;
	background-color:#cccccc;
	border-top-color:#FF0000;
	border-bottom-color:#FF0000;
	color:red;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	border-right-style: solid;
	border-left-style: solid;
}
	tr.row {
	color: #cc3333;
	background-color: white;
	border: thin solid #FFFF99;
}

td.col {
  border: thin solid #E6E6FF;
  padding: 5px;
}

table.test {
	border: thin solid #0066FF;
}
