body {
	background: white;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin: 0;
	height: 100%;
}
	
/*
Layout
---------------------------------------------------------------------------- */
#page {
	width: 960px;
	text-align: left;
	background: #ffffff;
	margin: 0 auto;
	}

#page_header {
	border-bottom: 4px solid #5d9eff;
	}
	
div#page_content {
	padding: 10px 10px 0 10px;
	background: white;
	font-size: 12px;
	line-height: 150%;
	clear: both;
	height: 750px;      /* per IE5.x e IE6 */
	min-height: 750px;  /* per i browser moderni */
	height: auto !important;  /* per i browser moderni */
	}
div#page_content ul li,
#page_content ol li {
	margin-bottom: 1em;
	}
div#page_content ul li ul li,
#page_content ol li ol li {
	margin-bottom: 0.2em;
	}
	
div#wikitext ul li img {
	vertical-align: bottom;
	}
	
#page_footer {
	border-top: 4px solid #5d9eff;
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 10px 15px 5px;
	font-size: 11px;
	}
#page_footer div.by {
	padding-bottom: 10px;
	}

	
body, p, td {
	font-family: Arial;
	font-size: 13px;
}

h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
	}	
	
h1 { 
	margin-top: 5px;
	font-size: 24px; 
	}	
h2 { 
	font-size: 18px;
	font-weight: bold; 
	}
h3,h4 { 
	font-size: 16px; 
	font-weight: bold;
	letter-spacing: 1px;
	}
h4 { 
	border: none;
	margin-bottom: 5px;
	}

p, td, li {
	line-height: 1.5;
	}	
	
a { color: #0066ff; }
a.footerlink { color: #666666; }	
a.link_url { 
	text-decoration: none; 
	border-bottom: 1px dotted #0066ff;
	}
	
#main_menu {
	background: #eeeeee;
	padding: 7px 0 7px 0;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	}	
#main_menu a {
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-size: 16px;
	color: black;
	}	
#main_menu a:hover{
	background: #cccccc;
	}
#main_menu a.nohl:hover{
	background: #eeeeee;
	}
#main_menu a.active { 
	background: #0066ff; color: white; 
	}

#group_menu_dtree2 {
	border-left: 5px solid #5d9eff;
	background: #eeeeee;
	margin-left: -10px;
	margin-right: 10px;
	padding: 10px 5px 20px 5px;
	}
	
#group_menu {
	border-left: 5px solid #5d9eff;
	background: #eeeeee;
	margin-left: -10px;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 200px;
	}
#group_menu a {
	text-decoration: none;
	color: black;
	}
#group_menu a.mi {
	color: black;
	text-decoration: none;
	display: block;
	}
#group_menu a.mi:hover {
	background: #cccccc;
	}
#group_menu a.mi.active,
#group_menu a.mi.active:hover {
	background: #0066ff;
	color: white;
	}

#group_menu .ml1 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0 0 5px;
	}
#group_menu .ml2 a.mi {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 14px;
	text-indent: -10px;
	margin-left: 0px;
	padding: 2px 0 2px 25px; 
	}
#group_menu .ml2 a.mil1 { 
	}
#group_menu .ml2 a.mil2 { 
	_background-image: url('/pub/images/dtree/nolines_minus.gif');
	_background-repeat: no-repeat;
	padding: 2px 0 2px 35px; 
	}
#group_menu .ml2 a.mil3 { padding: 2px 0 2px 45px; }

span.shadow img {
	border: 1px solid #777777;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	}

	
.editbar, 
.editbutton { 
	font-size: 12px; 
	color: #ff0000; 
	background: #ff9900; 
	padding: 3px 10px 3px 10px; 
	text-align: left;
	border-radius: 0px 0px 10px 10px;	
	}
.editbutton { 
	border-radius: 10px 10px 10px 10px;	
	}
.editbar a,
.editbutton a { 
	font-size: 12px; 
	font-weight: normal; 
	color: white; 
	padding: 0 10px 0 10px;
	text-decoration: none;
	}
.editbar a:hover {
	text-decoration: underline;
	}
.editbutton:hover { 
	background: #ffb56c;
	}
.editbutton a:hover { 
	color: #000000;
	}

	
span.note {
	display: block;
	background: #f8ffa6;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 5px 5px 5px 5px ;
	border-radius: 5px 5px 5px 5px ;	
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 5px;
	}
	
span.hl {
	background: #f4ff41;
	}
	
	
.button {
	border: 0;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	background: #0066ff;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;	
	}	
.button:hover {
	background: #5d9eff;
	color: black;
	}

ol.compact li, 
ul.compact li { 
	line-height: 1em;
	}

	

td.update { padding: 0 15 0 15; }
img.wmargin { margin: 10 10 10 10; }
.error { color: #ff0000; font-weight: bold; }

.warning {
	border: 1px dotted red;
	background: #fcc;
	margin: 0px;
	padding: 10px;
	color: red;
	font-weight: bold;
	font-size: 16px;
	}

span._autoscale img {
	width: 650px;
	}
span._autoscale:hover img {
	width: 200%;
	}



a.createlink, a.createlink:hover { 
	font-size: 12px; 
	margin: 5 5 5 5; 
	padding: 0 3 0 0; 
	border: 1px dashed #aaaaaa; 
	text-decoration: none;
	background: red; 
	color: white; 
	}

a.createlink:hover { 
	background: white; 
	color: red; 
	}

a img {
	border: 0;
	}
	
#search_icon {
	border: 0;
	margin-top: -7px; 
	margin-right: 3px;
	}

span.dida {
	display: block;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	color: #666;
	}
span.dida_center {
	display: block;
	text-align: center;
	font-size: 10px;
	padding-right: 10px;
	color: #666;
	}
	
.col_width img {
	width: 700px;
}	

.slide_only {
	display: none;
}
	