#wiki { 
	font-size: 12px;
	margin-top: 0px; 
	position: relative; 
	width: 100%; 
	height: 100%;
}
#wiki h1, #wiki h2, #wiki h3, #wiki h4, #wiki h5, #wiki h6 {
	color: black;
	background: none;
	font-weight: bold;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
#wiki h1 { font-size: 188%; }
#wiki h2 { font-size: 130%; width: 75%; }
#wiki h3, #wiki h4, #wiki h5, #wiki h6 {
	border-bottom: none;
	font-weight: bold;
}
#wiki h3 { font-size: 132%; }
#wiki h4 { font-size: 116%; }
#wiki h5 { font-size: 100%; }
#wiki h6 { font-size: 80%;  }

#wiki ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
#wiki ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
#wiki li {
	margin-bottom: 0.1em;
}

#wiki p {
	color: black;
	font-size: 107%;
	line-height: 1.5em;
	margin: 0.4em 0 0.5em;
	padding: 10px;
}

/* emulate center */
#wiki .center {
	width: 100%;
	text-align: center;
}
#wiki *.center * {
	margin-left: auto;
	margin-right: auto;
}
#wiki a {
	text-decoration: none;
	background: transparent none repeat scroll 0 0;
	color: #002BB8;
}
#wiki a:hover {
	text-decoration: underline;
}


/* title */
#wiki h1.wiki {
	font-size:188%;
}
#wiki #Title {
	line-height:1.2em;
	margin-bottom:0.1em;
	padding-bottom:0;
}
#wiki span.editsection {
	margin-left: 5px;
	font-weight: normal;
	float: right;
}

/* paragraf */
#wiki #p_title {
	float: left;
}

/* cuprins */
#cuprins,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#cuprins h2,
.Cuprins h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#cuprins #cuprins_title,
.Cuprins #cuprins_title,
table.Cuprins  {
	text-align: center;
	margin: 10px 0 0 10px;
}
#cuprins ul,
.Cuprins ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#cuprins ul ul,
.Cuprins ul ul {
	margin: 0 0 0 2em;
}
#cuprins .CuprinsToggle,
.Cuprins .CuprinsToggle {
	font-size: 94%;
}

#wiki .PTitle {
	display: inline;
}