/* CSS Document */

/* Tags */

html, body
{
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #f8f8f8;
    background-image: url(Layout/bodyBg.gif);
    background-repeat: repeat-x;    
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center; /* Center on IE5 PC */
}

td
{
    text-align: left;
}

form
{
    height: 100%;
}

p
{
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

p a:link, p a:visited
{
    color: #333;
    text-decoration: underline;
}

p a:hover
{
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

h1
{
	margin: 8px 0 8px 0;
	color: #00468a;/*#13365e;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 24px;
}

h1 a:link, h1 a:visited
{
    margin: 8px 0 8px 0;    
    color: #00468a;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}

h1 a:hover
{
    
	color: #00468a;
    text-decoration: underline;
}

h2
{
    margin: 4px 0 16px 0;    
    color: #00468a;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;    
    font-size: 14px;
    line-height: 18px;
}

h2.contentRight
{
    margin: 4px 0 16px 0;    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;    
    color: #00468a;
    font-size: 14px;
    line-height: 18px;
}

em
{
    color: #fff;
}

hr
{
    border: 0;
    color: #fff;
    height: 1px;
}


/* IDs */

#topHeader
{
    margin: 0 auto 0 auto; 
    width: 968px;
    text-align: left;
    vertical-align: middle;
    height: 64px;
}

#header
{
    margin: 0 auto 0 auto; 
    width: 988px;
    height: 200px;
    background-image: url(Layout/mainContainerBg.png);
    background-repeat: repeat-y;   
}

#headerIn
{
    margin: 0 auto 0 auto;
    width: 968px;
    height: 198px;
    background: transparent;
}

#headerLeft
{
    z-index: 1010;
    position: relative;
    margin: -152px 0 0 52px;
    width: 256px;
    height: 96px;
    float: left;
    text-align: left;
}

#headerRight
{
    float: right;
    z-index: 1010;
    position: relative;
    margin: -200px 16px 0 0;
    padding: 0 8px 0 8px;
    width: 124px;
    height: 32px;
}


#mainContainer
{
    margin: 0 auto 0 auto;
    width: 988px;
    background-image: url(Layout/mainContainerBg.png);
    background-repeat: repeat-y;
}

#main
{ 
    margin: 0 auto 0 auto;
    width: 972px;
}

#container
{
    margin: 0 auto 0 auto;    
    width: 968px;
}

#containerLeft
{
    float: left; 
    width: 160px;
    text-align: left;
    background: #fff;
    background-image: url(Layout/mainBg.png);
    background-repeat: repeat-x;
}

#containerLeftIn
{
    margin: 0 auto 0 auto;
    width: 159px;
    font-family: Helvetica, Arial, sans-serif;	
}

#containerRight
{
    float: right;  
    width: 808px;
    text-align: left;
    background: #fff;
    background-image: url(Layout/mainBg.png);
    background-repeat: repeat-x;

}

* #containerRight
{
    margin: 0 0 0 -1%;
}

#content
{
    margin: 0 auto 0 auto;    
    text-align: left;
    width: 782px;
}

#contentBox
{
    width: 782px;
    height:148px;
}

#contentLeft
{
    float: left;
    margin: 0 0 0 0;
    width: 592px;
}

#contentRight
{
    float: right;
    margin: 0 0 0 0;
    width: 178px;
}

#inContentRight
{
    margin: 0 auto 0 auto;
    width: 164px;
}

#footer
{
    clear: both;
    margin: 0 auto 0 auto;
    width: 988px;
    height: 56px;
    background-image: url(Layout/footerBg.png);
    background-repeat: no-repeat;
}

#footerLeft
{
    width: 624px;
    float: left;
    text-align: left;
}


#footerRight
{
    width: 256px;
    text-align: right;
    float: right;
}

/* pop up */

.modalBg
{
    background-color: #969696;
    filter: alpha(opacity=70);
    opacity: 0,7;
}

.modalPopup
{
    z-index: 1000;
    background-color: #f3f3f3;
    width: 832px;
}

.imgpopup{
    width: 816px;
    height: 616px;
    overflow: scroll;
} 

.popT 
{
    margin: 0 0 0 0;
    float: right;
    width: 832px;
    height: 44px;
    text-align: right;
    background-image: url(Layout/popUpBg.png);
    background-repeat: no-repeat;
}

.popTIn
{
    margin: 8px 8px 0 0;
}

.popM
{
    clear:both;
    width: 832px;
    height: 648px;
    margin: 0 auto 0 auto; 
}

.popMIn
{
    width: 816px;
    height: 616px;
    margin: 0 auto 0 auto; 
}

.popBtnR
{
    width: 832px; 
    margin: 0 0 0 0; 
}

.popFoo
{
    clear: both;
    height: 8px; 
}
/* classes */

.spacer
{
    height: 8px;
}

.padder
{
    padding: 4px;
}

.sep
{
    border-bottom: solid 1px #d1e1f8; 
    height: 8px;
}

.box
{
    border: solid 1px #333;  
    background-color: #fff;
}

.boxRight
{
    margin: 0 auto 0 auto;
    width: 100%;
    border-top: solid 1px #d1e1f8; 
}

.button 
{
    color: #00468a;
    margin: 0;
}

.comments
{
    padding: 4px;
    border: solid 1px #d1e1f8;
    width: 612px;
    background-color: #f7faff;
}

.commentTxt
{
    color: #00468a;
}

.feedTxt
{
    color: #00468a;
}

.serviceTxt
{
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    color: #00468a;
    font-size: 9px;
}

a.feedTxt:link, a.feedTxt:visited
{
    /*color: #00468a;*/
    color: #fff;
    text-decoration: underline;
}

a.feedTxt:hover
{
    color: #fff;
    background-color: #00468a;
    text-decoration: none;
}

.toolTxt
{
    color: #f3f3f3;
    font-size: 10px;
}

.whiteTxt
{
    color: #fff;
}

.smallTxt
{
    color: #00468a;
    font-size: 9px;
}

.koTxt
{
   color: #F60000; 
}

.okTxt
{
   color: #76d80d; 
}

.moreTxt
{
    color: #00468a;
}

a.moreTxt:link, a.moreTxt:visited
{
    text-decoration: underline;
}

a.moreTxt:hover
{
    color: #00468a;
    background-color: #fff;
    text-decoration: none;
}

.footerTxt
{
    font-size: 9px;
    color: #00468a;
}

a.wLnk:link, a.wLnk:visited
{
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;

}

a.wLnk:hover
{
    color: #fff;
    text-decoration: underline;
}

a.lnk:link, a.lnk:visited
{
    color: #00468a;
    text-decoration: underline;
}

a.lnk:hover
{
    color: #00468a;
    background-color: #fff;
    text-decoration: none;
}

.hidden
{
    color: #fff;
    font-size: 1px;
}


/* Navigation */

#navigationContainer
{
    margin: 0 auto 0 auto;
    width: 988px;
    height: 36px;
    background-image: url(Layout/mainContainerBg.png);
    background-repeat: repeat-y;
}

/* Set up the default font and ovrall size to include image */
#navigation {
    margin: 0 auto 0 auto;
    width:968px;
    height:36px;
    background:url(Layout/navigationBg.png);
    background-repeat: repeat-x;
    position:relative; 
}

/* get rid of the default padding - margin and bullets */
#navigation ul {
    padding:0; 
    margin:0;
    list-style-type: none;
}

/* make navigation horizontal */
#navigation ul li {
    float:left;
    position:relative;
}

/* set up the default top level links */
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    display:block; 
    color:#fff;
    height:auto;
    font-weight:bold;  
    background: url(Layout/nav_sep.png);
    background-repeat: no-repeat; 
    font-size: 12px;
    line-height:3em;
    vertical-align: middle;
    padding: 0 1em 0 1em;
}

#navigation ul li.first {
    background-image: none;
}

#navigation ul li.selected, #navigation ul li.selected a
{   
    color:#00468a;
    background: url(Layout/nav_hover.png);
    background-repeat: repeat-x;
}

#navigation ul li.last {
    background: url(Layout/nav_sep.png);
    background-repeat: no-repeat;
    height:auto;
    font-size: 12px;
    line-height:3em;
    color: #00468a;
}

/* hack for IE5.5 to correct the faulty box model */
* html #navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    padding: 0 1em 0 1em;
}

/* fixes for IE/win \*/
* html #navigation ul li a {
	cursor:hand;
}

/* hide the drop down navigation */
#navigation ul li ul {
    display: none;
}

/* remove all table style so that it does not interfere with the navigation */
#navigation table {
    margin:-1px;
    padding: 0;
    border-collapse:collapse;
    font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
#navigation ul li:hover a,
#navigation ul li a:hover { 
    background: url(Layout/nav_hover.png);
    background-repeat: repeat-x; 
    color:#00468a;    
}

/* make the drop down navigation show and correctly position it */
#navigation ul li:hover ul,
#navigation ul li a:hover ul {
    display:block; 
    position:absolute;
    z-index: 1111;
    top:2.9em;
    height:auto;
    left:0; 
    width:156px;
    border-top:0;
    background:transparent;
    padding-bottom:1em; 
}


/* style the drop down links with no hover */
#navigation ul li:hover ul li a,
#navigation ul li a:hover ul li a {
    display:block;
    background:#00468a;
    color: #fff;    
    border:0;
    border-bottom: solid 1px #fff;
    margin:0;
    font-weight:normal; 
    font-size:11px;
    height:auto; 
    line-height:1.5em; 
    padding:5px 1.4em 5px 1.4em;
    width:146px
}

/* style the drop down navigation links when hovered */
#navigation ul li:hover ul li a:hover,
#navigation ul li a:hover ul li a:hover {
    background: #d1e1f8;
    color:#00468a;
    /*text-decoration: underline;*/
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
#navigation ul li ul {
    filter: alpha(opacity=95);
    opacity:0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}

#navigation ul li a:hover ul {
    margin-top:10px; /* for IE5.5 faulty box model */
    marg\in-top:11px; /* for IE6 */ 
}

/* IE5.5 hack for faulty box model in drop down navigation */
#navigation ul li a:hover ul li a {
    background:transparent;
    width:156px; /* for IE5.5 faulty box model */
    w\idth:146px; /* for IE6 */
}

#navigation a:link, #navigation a:visited
{
    text-decoration: none;
}
#navigation a:hover
{
    text-decoration: underline;
}

/* 

begins sideNavigation 

*/

#sideNavigation
{
    margin: 0 auto 0 auto;
    width: 157px;
}

#sideNavigation ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* opzionale! */

#sideNavigation a
{
    margin: 0;
    background: transparent;
    color: #fff;
    font: 12px/2.5em Arial, Helvetica, Sans-Serif;
    display: block;
    height: 2.5em;
    vertical-align: middle;
}

#sideNavigation ul li.lnk a
{
    margin: 0;
    padding: 0 0 0 1em;
    color: #00468a;
    font: 12px/2.5em Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
    display: block;
    background-image: url(Layout/sideNavBg.png);
    background-repeat: repeat-x;
}

#sideNavigation ul li.subLnk a
{
    margin: 0;
    padding: 0 0 0 1.2em;
    border-top: solid 1px #fff;   
    color: #00468a;
    font: 12px/2.5em Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    display: block;
}

#sideNavigation ul li.selected a
{
    margin: 0;
    padding: 0 0 0 1em;
    font: 12px/2.5em Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
    display: block;
    background: url(Layout/sideNav_sel.png);
    color: #fff;
}

#sideNavigation ul li.first a
{
    margin: 0;
    padding: 0 0 0 1em;
    font: 12px/2.5em Arial, Helvetica, Sans-Serif;
    font-weight: bold;    
    text-decoration: none;
    display: block;
    background: url(Layout/sideNav_home.png);
    color: #00468a;
}

#sideNavigation ul li.subselected a
{
    margin: 0;
    padding: 0 0 0 1.2em;
    border-top: solid 1px #fff;   
    background: #00468a;
    color: #fff;
    font: 12px/2.5em Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    display: block;
}


#sideNavigation ul li.lnk a:hover
{
    text-decoration: underline;
    background-image: url(Layout/sideNav_hover.png);
    color: #00468a;
}

#sideNavigation ul li.subLnk a:hover
{
    text-decoration: underline;
    border-top: solid 1px #fff;
    color: #fff;
    background: #00468a;
}

#sideNavigation ul li.selected a:hover
{
    text-decoration: underline;
}


#sideNavigation ul li.first a:hover
{
    text-decoration: underline;
}