/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Helvetica, Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Helvetica, Arial, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Helvetica, Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Helvetica,Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Helvetica,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Helvetica,Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Helvetica,Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 135px;
	left: 2%;
	right: 2%;
	width:940px;
	background-color: #ffffff;
	height: 725px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Lucida Grande,Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Lucida Grande,Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	width:900px;
}

#pageName h2{
	font: bold 175% Helvetica,Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
	position: absolute;
	margin-top: 20px;
	margin-left: 2%;
	width:940px;
	height: 32px;
	color: #cccccc;
	background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 10px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 13px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

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

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


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

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Lucida Grande,Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


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

.feature{
	font-size: 80%;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	font: bold 175% Helvetica,Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


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

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

.story h3{
	font: bold 125% Helvetica,Arial,sans-serif;
	color: #000000;
}

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

.story a.capsule{
	font: bold 1em Helvetica,Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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


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

#sectionLinks{
	float:left;
	margin: 0px;
	padding: 0px;
	width: 98%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

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

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/


/********************* miei stili ***************/
.style3 {
	font-size: 9pt;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.style10 {font-family: Tahoma, Geneva, Verdana, sans-serif}


#descrizioni {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #000000;
	color: #000000;
}
.intestazioni {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width:199px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
	color: #000000;
}
.intestazionisr {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width:190px;
	float: left;
	color: #000000;
}

.intestazioni2 {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 129px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
	font-weight: normal;
}

.intestazioni2sr {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	width: 129px;
	float: left;
}

#leftleft{
	position:relative;
	float:left;
	width:128px;
	border-right:1px;
	border-right-style:solid;
}

#leftright{
	float:left;
	width:128px;
	border-left:1px;
	border-left-style:solid;
}

#left{
	float:left;
	border:1px;
	border-style:solid;
}

#middle{ 
	float:left;
	border:1px;
	border-style:solid;
	text-align:center
}

#right{
	float:left;
	border:1px;
	border-style:solid;
	text-align:center;
}

#left2{
	float:left;
	border:1px;
	border-style:solid;
}

#middle2{ 
	float:left;
	border:1px;
	border-style:solid;
	text-align:center;
}

#right2{
	float:left;
	border:1px;
	border-style:solid;
	text-align:center;
}

.style1 {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.style12 {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
}
.style15 {
	font-size: 20px;
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.style17 {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	display: block;
	padding-right: 20px;
}

.style19 {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.intestazioni3 {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	width: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
	font-weight: normal;
	text-align:center;
}

.intestazioni3sr {
	font-family: Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	height: 18px;
	width: 139px;
	float: left;
	text-align:center;
}

#leftleft2{
	position:relative;
	float:left;
	width:138px;
	border-right:1px;
	border-right-style:solid;
}

#leftright2{
	float:left;
	width:138px;
	border-left:1px;
	border-left-style:solid;
}

#banner {
	margin-top: 5px;
	margin-left: 2%;
	width: 940px;
}

/******* accordion menu css ********/

.glossymenu {
margin: 5px 0;
padding: 0;
width: 98%; /*width of menu*/
border: 0px solid #CCCCCC;
border-bottom-width: 0;
float: left;
}

.glossymenu a.menuitem{
/* background: black url(css/glossyback.gif) repeat-x bottom left; */
font: bold 14px Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
text-indent: 18px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 148px;
border: none;
}

.glossymenu a.menuitem:hover{
/* background-image: url(css/glossyback2.gif); */
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Lucida Grande,Verdana, Helvetica, Arial, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
text-indent: 18px;
}

.glossymenu div.submenu ul li a:hover{
background: #dddddd;
colorz: white;

/******* end **********/

