/*** style-uri generale header ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size:12px;
	font-family:  Arial;
	min-height: 100%;
	text-align:center;
	background: #E6E6E6;
}

#container, .container {
	margin:0 auto;
	width:971px;
	height: auto;
	border:1px solid #FFFFFF;
	background:#FFFFFF;
}

.t {
	background: transparent url(../library/images/top-container.png) repeat-x 0 0;
}

.r {
	background: transparent url(../library/images/right-container.png) repeat-y 100% 0;
}

.b {
	background: transparent url(../library/images/bottom-container.png) repeat-x 0 100%;
}

.l {
	background: transparent url(../library/images/left-container.png) repeat-y 0 0;
}

.tr {
	background: transparent url(../library/images/tr-container.png) no-repeat 100% 0;
}

.br {
	background: transparent url(../library/images/br-container.png) no-repeat 100% 100%;
}

.bl {
	background: transparent url(../library/images/bl-container.png) no-repeat 0 100%;
}

.tl {
	background: transparent url(../library/images/tl-container.png) no-repeat 0 0;
}

#topArea {
	margin:0;
	background: transparent url(../library/images/top-background.png) repeat-x 0 0;
	text-align:left;
	min-height: 162px;
	width: 100%;
}
#topCenterArea {
	margin:0 auto;
	width:971px;
	height:123px;
}
a, a:link, a:visited{
	color:#666;

	text-decoration:none;
	font-family: Arial;
	outline:none;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color: #333;
	outline:none;
}

ul {
	list-style-type: none;
}

ol {
	margin: 5px 0;
	margin-left: 22px;
}

ol li {
	line-height: 1.4;
}

ul li {
	padding:3px 0;
}

#logo {
	float:left;
	padding-top:20px;
	padding-left:12px;
}

#logo h1 {
	line-height: normal;
	padding: 0;
	margin: 0;
}

#logo a {
	display: block;
	background: transparent url(../library/images/logo.png) no-repeat 0 0;
	height: 98px;
	width: 368px;
	text-indent: -9999px;
}

#login, #logout {
	float:right;
	min-height: 15px;
	padding-top:45px;
	padding-right:25px;
}

#login a {
	color:#000;
	background: transparent url(../library/images/arrow-top.png) no-repeat 0 0;
	padding-left:18px;
}

#logout a {
	color:#000;
	background: transparent url(../library/images/arrow-top_out.png) no-repeat 0 0;
	padding-left:18px;
}

#topMenuArea {
	background:transparent url(../library/images/menu-background.png) repeat-x 0 0;
	width:100%;
	height:39px;
}

#menu{
	position:relative;
	margin:0 auto;
	padding:0;
	padding-top:5px;
	width:971px;
}

#nav {
	display: block;
	margin: 0;
	padding: 0;
	padding-left:19px;
	width: 100%;
}

#nav li { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	padding-left: 12px;
	background: transparent url(../library/images/pipe.png) no-repeat 1px 3px;
	text-transform: lowercase; 
}

#nav li#id_0 {
	padding-left: 0px;
	background: none;
}

#nav a { 
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 1000;
	width: 253px;
	border-bottom: none;
	padding-bottom:8px;
	background: transparent url("../library/images/bottom-round.png") -1px 100% no-repeat;
	margin-left: -1px;
}
* html #nav ul { 
	line-height: 0; 
} /* IE6 "fix" */
#nav ul a { 
	zoom: 1; font-weight:normal;
} /* IE6/7 fix */
#nav ul li {
	float: none; 
	background: #fff url(../library/images/quart.png) no-repeat 6px 12px;
	padding-left:15px; 
	text-transform: none;
	border-left: 1px solid #C40000;
	border-right: 1px solid #C40000;
}
#nav ul ul {
	top: 0; 
	left: 211px;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	color: white;
	font-size: 15px;
	padding: 6px 6px;
	line-height: 1;
	font-weight:bolder;
}
#nav a:hover, a#activ, .hover_li a {
	background-color: #fff;
	color: #C40000;
}
#nav ul a {
	text-align: left;
	color: #C40000;
	line-height: 1.2;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav ul a:hover {
	text-decoration: underline;
}

#nav li.hover_li ul {
	display: block;
}

#nav li.hover_li a {
	color: #C40000;
}

#nav li.hover_li ul a {
	background-color: transparent;
}

#subTopArea {
	background:transparent url(../library/images/main-background.png) repeat-x 0 0;
	width: 100%;
	min-height:305px;
	padding-top:25px;
}

#bodyArea, .bodyArea{
	text-align:left;
	padding:25px;
	padding-top:0;
}
#col_1{
	float:left;
	text-align:left;
	width:185px;
	padding:0 15px 0 0;
}
#col_1 li a {
	line-height:17px;
}
#col_2{ 
	float:right;
	text-align:justify;
	width:704px;
	padding:0 0 0 15px;
	border-left:1px solid #D1D0CB;
	line-height:1.5;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
ul.bullet {
	margin:5px 0;
}
ul.bullet li {
	list-style-type: disc;
	margin-left:14px;
	padding-left:5px;
}
h1{
	color: #333;
	font-size:18px;
	font-weight: bolder;
	margin:0 0 20px 0;
	text-align:left;
}
h2{
	COLOR: #333333;
	font-size:16px;
	FONT-weight: bolder;
	margin:20px 0 5px 0;
}
h3{
	font-size:15px;
	font-weight: bolder;
	margin:15px 0 0 0;
}
h4{
	font-weight: bolder;
	margin-top: 12px;
}
h5 {
	font-weight: bolder;
	font-style: italic;
}

sup{
	color: #000000;
	font-size:11px;
}

p {
	margin-bottom: 7px;
	line-height:1.7;
}

.bottom{
	clear:both;
	margin-left: auto;
	margin-right: auto; 
	margin-top:0px;
	width:971px;
	text-align:left;
	border:1px solid #EFEFEF;
	FONT-SIZE: 10px;
	height:30px;
	COLOR: #666666;
	BACKGROUND: #FFFFFF;
}
#copyright{
	padding: 5px 15px 6px 25px;
}
#copyright a:link, #copyright a:hover, #copyright a:visited{
	font-weight:normal;
}
.bottom a:link, #bottom a:hover, #bottom a:visited {
	font-weight:normal;
}

.break{
	clear:both;
	width:971px;
	text-align:left;
}
#lang {
	position:relative;
	float:right;
	margin:0;
	padding:5px 10px;
}

ul#map {
	font-size:15px;
}

ul#map ul {
	padding-left:20px;
	font-size:13px;
}

.new_member, .new_right {
	margin:0 0 20px 0;
}

.position_member, .main_title, .right_title{
	background: transparent url(../library/images/h-arrow.png) 0px 5px no-repeat;
	padding-left: 25px;
	font-size:20px;
	color:#333;
}

.picture_member {
	float:left;
	background: transparent url(../library/images/back_member.gif) no-repeat 1px 1px;
	margin-right: 15px;
	padding:1px;
	border: 1px solid #CDCCC8;
	min-height: 148px;
	min-width: 126px;
}

.desc_member{
	text-align: left;
	margin-top: -1px;
}

.name_member {
	font-size: 17px;
	margin-top: 0;
}

.age_member{
	font-size: 11px;
}

.detail_member{
	font-size:13px;
	margin-top: 10px;
	text-align: justify;
}
.info_important{
	font-size:14px;
	margin-top: 10px;
	text-align: justify;
}
div .hr {
  height: 35px;
  width:973px;
  margin-left:-26px;
  background: #fff url("../library/home/hr-spacer.jpg") no-repeat;
}
div .hr hr {
  display: none;
}
.detail_member_pict{
	font-size:13px;
	margin-top: 10px;
	text-align: justify;
	margin-left:146px;
}
.desc_left {
	text-align: left;
	
}

ul.pdf li {
	font-size: 12px;
	background: url(../library/images/icon_pdf.gif) no-repeat 0px 0px;
	height: 30px;
	list-style: none;
	margin-left: 0px;
	padding: 5px 40px 5px 30px;
}

ul.ul_content .li_pdf {
	background: url(../library/images/icon_pdf.gif) no-repeat 0px 2px;
	padding: 5px 0px 5px 30px;
	margin-left: -5px;
}

.detail_right {
    font-size:13px;
	margin-top: 10px;
	text-align: justify;
}

#page_title {
	color: #D60309;
	font-size: 21px;
}

#prebottom, #bottomArea {
	margin:0 auto;
	margin-top:25px;
	width:971px;
}

.cube {
	float: left;
	border: 1px solid #FDFDFC;
	min-height:118px;
	width: 305px;
	margin-right:25px;
	background: #fff;
}

.cube .br_c, .cube .bl_c, .cube .tl_c, .cube .tr_c, .cube .t_c, .cube .b_c, .cube .l_c, .cube .r_c {
	min-height:118px;
}

.cube_content {
	position:relative;
	min-height:88px;
	padding:15px 25px 15px 25px;
}

.cube_content h3 {
	position:absolute;
	top:48%;
	left:110px;
	right:25px;
	margin-top:-10px;
	font-size:19px;
	font-weight: normal; 
}

.cube_content h3 a {
	font-weight: inherit;
}

.cube_content img {
	float:left;
	margin-right:10px;
}

.t_c {
	background: transparent url(../library/images/top-cube.png) repeat-x 0 0;
}

.b_c {
	background: transparent url(../library/images/bottom-cube.png) repeat-x 0 100%;
}

.l_c {
	background: transparent url(../library/images/left-cube.png) repeat-y 0 0;
}

.r_c {
	background: transparent url(../library/images/right-cube.png) repeat-y 100% 0;
}

.tl_c {
	background: transparent url(../library/images/tl-cube.png) no-repeat 0 0;
}

.tr_c {
	background: transparent url(../library/images/tr-cube.png) no-repeat 100% 0;
}

.bl_c {
	background: transparent url(../library/images/bl-cube.png) no-repeat 0 100%;
}

.br_c {
	background: transparent url(../library/images/br-cube.png) no-repeat 100% 100%;
}

.br_c, .bl_c, .tl_c, .tr_c, .t_c, .b_c, .l_c, .r_c, #bottom_content {
	min-height:43px;
}

#bottom_content {
	position:relative;
	font-size:11px;
}

#bottomArea {
	min-height: 43px;
	background: #fff;
	margin-bottom: 25px;
	border: 1px solid #FDFDFC;
}

#title_page {
	width:971px;
	margin:0 auto;
	min-height:51px;
	background: transparent url(../library/images/title-background.png) repeat-x 0 0;
}

#title_page h1 {
	margin:0px;
	padding:0px;
	padding:12px 0 5px 25px;
	color: #fff;
	font-size:22px;
	font-family: Verdana;
	font-weight: normal;
}

.blank {
	float:left;
	width:25px;
	min-height:25px;
}

#cright {
	position:absolute;
	left:25px;
	top:35%;
	text-align: left;
}

#cright span.pipeline {
	font-size: 9px;
}

#powered {
	position:absolute;
	right:25px;
	top:35%;
}

ul.ul_content {
	
}

ul.ul_content li {
	background: transparent url("../library/images/quart.gif") no-repeat 0 10px;
	padding-left:15px;
}

.ul_content a {
	color:#000;
	font-weight:bolder;
	text-decoration: underline;
	color: #666;
}

.ul_content a:hover {
	text-decoration: none;
}

.ul_content ul a {
	font-weight: normal;
}

.red {
	color: #C40000;
	font-weight: bolder;
}
.clear {
	clear:both;
	height:1px;
}

ul.menu_left li {
	padding:2px 0;
	padding-left: 15px;
	background: transparent url(../library/images/arrow-left.png) no-repeat 0 6px;
}

ul.menu_left li#curent, ul.menu_left li:hover {
	background: transparent url(../library/images/arrow-left-red.png) no-repeat 0 6px;
}

ul.menu_left li.help, ul.menu_left li.help:hover {
	margin-left: -5px;
	padding-left: 20px;
	margin-top: 10px;
	background: url(../library/images/pdf-icon-mic.gif) 0 3px no-repeat;
}

ul.menu_left li:hover a { 
	color:#D70000;
}
ul.menu_left a {
	font-weight:normal;
}

ul.menu_left a {
	font-size:13px;
}


h1#main_title {
	color: #D70000;
	font-size: 22px;
	margin-bottom:15px;
}

h3#m_left, .m_left {
	font-size:16px;
	color: #333;
	margin-top:5px;
}

li#curent a {
	color: #D70000;
	font-weight: bolder;
}

ul.menu_left li a:hover {
	color: #D70000;
}

.picture_expl_sw{
	margin: -70px 0 5px 75px;
	font-size:10px;
	line-height:1.2;
	text-align:left;
}
.picture_expl_hw{
	margin: -60px 0 5px 75px;
	font-size:10px;
	line-height:1.2;
	text-align:left;
}


.popupDiv{
	BORDER: #333333 1px solid;
	Z-INDEX: 1000;
	LEFT: 50px;
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	BACKGROUND-COLOR: #fff;
	PADDING: 0px;
	width:800px;
}
#dragDiv{
	BORDER: #333333 1px solid;
	Z-INDEX: 1000;
	LEFT: 0px;
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	BACKGROUND-COLOR: #FFFFFF;
	PADDING: 0px;
	COLOR: #FFFFFF;
}
#handle{
	font-size: 12px;
	background: red url(../library/images/handle_bgnd.gif) repeat-x;
	width:800px;
	text-align: right;
	font-weight:bolder;
	color: #FFFFFF;
	padding:2px;
}
.handle{
	font-size: 12px;
	background: red url(../library/images/handle_bgnd.gif) repeat-x;
	text-align: right;
	font-weight:bolder;
	color: #FFFFFF;
	padding:2px;
}

.close{
	margin-right:5px;
	color:white;
}
.indent{
	margin-left:25px;
}

.right_title {
	margin-top: 40px;
}

a.doc {
	padding-left: 30px;
	padding-top: 4px;
	background: transparent url(../library/images/doc.gif) no-repeat 0 0;
}
