/* CSS globale */

body, html{	
	margin:0px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	background-image:url(/design/watson_webcontent/images/body_background_tile.jpg);
	background-repeat:repeat-x;
}

#main_content{	
	width: 990px;	
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/design/watson_webcontent/images/main_container_background_tile.jpg);
	background-repeat:repeat-y;
}

#content{
	width:990px;
	min-height:618px;
	background-image:url(/design/watson_webcontent/images/main_container_background.jpg);
	background-repeat:no-repeat;
	padding-top:11px;
}

/* menu */
#menu{
	float:left;
	width:175px;
	margin-left:12px;
}

#menu img{
	border:0px;	
}

#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu li{	
	padding-top:1px;	
	width:175px;
	height:26px;	
}

.sel{
	background-image:url(/design/watson_webcontent/images/menu/menu_background_rollover.png);
	background-repeat:no-repeat;
	background-position:2px 1px;
}

.marker{	
	margin-left:5px;
	margin-right:4px;
	padding-bottom:9px;
}

/* page content */
#right_content{
	float:left;
	width:639px;
	margin-left:164px;
}

#page_content{
	font-size:12px;
}

#page_content a{
	font-size:12px;
	font-weight:800;
	text-decoration:none;
	color:#040000;
}

#page_content a:hover{
	font-size:12px;
	font-weight:800;
	text-decoration:underline;
	color:#040000;
}

#title{
	width:637px;
	height:63px;
	background-image:url(/design/watson_webcontent/images/title.png);
	background-repeat:no-repeat;
}

#lang{
	margin-left:540px;
	padding-top:45px;
}

#right_content img{
	border:0px;
}

#page_full{
	padding:22px;
}

/* page content - login - user register */
#login_content{
	width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#data_entry{
	width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

label{
	width:115px;
	display:block;
	float:left;		
}

input[type="text"].insert_error{
	border:1px dotted #C00;
}

input[type="password"].insert_error{
	border:1px dotted #C00;
}

.insert_error{
	border:1px dotted #C00;
}

input[type="text"]{
	width:200px;
	float:left;
	border:1px solid #697F1D;
	font-size:12px;
	margin-bottom:8px;
	background-color:#F8FECE;
}

input[type="password"]{
	width:200px;
	float:left;
	border:1px solid #697F1D;
	font-size:12px;
	margin-bottom:8px;
	background-color:#F8FECE;
}

input[type="submit"]{	
	border:2px solid #697F1D;	
	background-color:#F8FECE;
}

select{
	width:200px;
	float:left;
	border:1px solid #697F1D;
	font-size:12px;
	margin-bottom:8px;
	background-color:#F8FECE;
}

.bottone_invia{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	margin-top:20px;
	margin-left:100px;
}

#error{
	margin-bottom:30px;
}

#register{
	margin-top:30px;
}

#login_title{
	font-weight:bold;
	margin-bottom:20px;
}

#link{
	margin-top:25px;
}

/* contatti */
.contatti_data label{
	width:140px;
	display:block;
	float:left;		
}
.contatti_data input[type="text"]{
	width:150px;
	float:left;
	border:1px solid #697F1D;
	font-size:12px;
	margin-bottom:8px;
	background-color:#F8FECE;
}
.contatti_data input[type="text"].insert_error{
	border:1px dotted #C00;
}

textarea{
	width:150px;
	height:140px;
	float:left;
	border:1px solid #697F1D;
	font-size:11px;
	margin-bottom:8px;
	background-color:#F8FECE;
}

/* glossary */
.glossary_title{
	font-weight:bold;
	margin-bottom:30px;
	text-align:right;
}

#glossary_content{
	width:100%;
}

#glossary_result{
	float:left;
	width:365px;	
	border-right:1px dotted #68780D;
}

#glossary_form{
	float:left;
	width:210px;
	margin-left:14px;
	text-align:right;
}

.glossary_search input[type="text"]{
	width:100px;
	float:none;
	border:1px solid #697F1D;
	font-size:12px;
	margin-bottom:8px;
	background-color:#F8FECE;
}

.glossary_search button{	
	float:none;
	border:1px solid #697F1D;
	font-size:12px;	
	margin-bottom:8px;
	background-color:#F8FECE;
}

#note{
	margin-top:0px;
	font-size:10px;
	width:80%;
}

#note a{	
	font-size:10px;	
}

#note a:hover{	
	font-size:10px;	
}

#result_left, #result_right{
	float:left;
	width:48%;
	padding-top:8px;
	padding-bottom:8px;
}

#result_right{
	margin-left:5px;
}

#result_left{
	padding-left:5px;
}

.result_bg{
	background-color:#F8FECE;	
}

/* the overlayed element */
.result_overlay {	
	/* must be initially hidden */
	display:none;	
	/* place overlay on top of other elements */
	z-index:10000;	
	/* styling */
	background-color:#fff;	
	width:350px;	
	min-height:200px;
	border:1px solid #333;	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
/* close button positioned on upper right corner */
.result_overlay .close {
	background-image:url(/design/watson_webcontent/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#result_item{
	padding:20px;	
}

#result_item strong{
	margin-bottom:5px;	
}

#result_item div{
	margin-bottom:15px;
	font-style:oblique;
}

#result_item a{
	font-weight:100;
}

#result_item a:hover{
	font-weight:100;
}




/* footer */
#footer{
	width:990px;
	height:16px;
	background-image:url(/design/watson_webcontent/images/footer_background.jpg);
	background-repeat:no-repeat;
	font-size:10px;
}

#footer_left{
	float:left;
	width:490px;
	padding-left:5px;
	padding-top:2px;
}

#footer_right{
	float:left;
	width:485px;
	padding-right:10px;
	padding-top:2px;
	text-align:right;
}

#footer a{
	font-size:10px;
	text-decoration:none;
	color:#040000;
}

#footer a:hover{
	font-size:10px;
	text-decoration:underline;
	color:#040000;
}

.pipe{
	padding-left:10px;
	padding-right:10px;
}

/* Link overlay */
#overlay { 
    /*background-image:url(/design/watson_webcontent/images/white_close.png); */     
    height:450px; 
}  
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}

.apple_overlay {	
	/* initially overlay is hidden */
	display:none;		
	background-image:url(/design/watson_webcontent/images/white_close.png);
	color:#333;
	width:561px;	
	padding:45px;		
	font-size:11px;
}

.apple_overlay div.close {	
	position:absolute; 
	right:5px; 
	top:5px;
	background-image:url(/design/watson_webcontent/images/blank.gif);
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay_small {         
    height:350px; 
}  
.contentWrap_small { 
    height:341px; 
    overflow-y:auto; 
}

.apple_overlay_small {	
	/* initially overlay is hidden */
	display:none;		
	background-image:url(/design/watson_webcontent/images/white_close_small.png);
	color:#333;
	width:456px;	
	padding:35px;		
	font-size:11px;
}

.apple_overlay_small div.close {	
	position:absolute; 
	right:5px; 
	top:5px;
	background-image:url(/design/watson_webcontent/images/blank.gif);
	cursor:pointer;
	height:25px;
	width:25px;
}

/* credits */
#credits{
	width:100%;
}

#credits_text{
	
	width:50%;
	font-style:oblique;
}

#credits_images{
	float:right;
	width:50%;	
}

#credits_images img{
	border:0px;
	margin-bottom:20px;
}

	
	

