html,body {
	margin:0;
	background-color: #6B0008;
  font-family: Verdana;
  font-size:11px;  
}
#page_container{
	position: absolute; 
	margin-top: -200px;
	top: 50%;
  height: 500px;
  width: 100%;
  z-index: 10;
}
#page_containertop{
	position: absolute;
	margin-top: -200px;
	top: 50%;
  height: 400px;
  width: 900px;
  z-index: 11;
	margin-left: -450px;
  left: 50%;
}
#page_container #page_menu {
	margin:0;
  border:0;
  background-color: #fff;
  color: #000;
  height: 34px;
  width: 100%;
}
#page_container #page_content {
	top: 60px;
	margin:0;
  border:0;
	background-color: #fff;
  color: #fff;
  height: 270px;
  width: 100%;
}
.red_line{
	font-size: 6px;
  height: 9px;
  width: 100%;  
	background-color: #6B0008;
  clear:left;  
}
.menured {
	margin:0;
  border:0;
  background-color: #9B1018;
  color: #fff;
  font-weight: bold;
  font-size:13px;
  height: 34px;
  width: 450px;
  float:left;
}
.menured a {
	text-decoration: none;
  font-weight: bold;
  font-size:10px;
  color: #fff;
  margin-left: 12px;
}
.menuwhite {
	margin:0;
  border:0;
  background-color: #fff;
  color: #000;
  height: 34px;
  width: 440px;
  float:left;
}
.menuwhite a {
	text-decoration: none;
  font-weight: bold;
  color: #000;
}
.textarea {
	margin:0;
  border:0;
  background-color: #ddd;
  color: #6B0008;
  height: 350px;
  width: 450px;
  float:left;
	padding: 10px;
	overflow:auto; 
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;  
}
/* !IE browsers */
html > body .textarea {
  width: 430px;
	padding: 10px;
}
.naz {
	margin:0;
  border:0;
  color: #6B0008;
  height: 250px;
  width: 200px;
  float:left;
}
.italia {
	margin:0;
  border:0;
  color: #6B0008;
  height: 270px;
  width: 250px;
  float:left;
}
a {
	text-decoration: none;
  font-weight: bold;
  color: #6B0008;
}
#footer {
	clar:left;
	font-size: 9px;
  font-family: Verdana;
  color:#A2000C;
}
#footer a{
	font-size: 9px;
  font-family: Verdana;
  color:#A2000C;
  font-weight: normal;
}


/* ECM */
.ecm_maintext_title{
}
.ecm_maintext_content{
	font-size: 9px;
}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/res/js/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/res/js/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/res/js/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
