/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

#column-content {
	width: 100%;
	height: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
	z-index: 10;
}

#content {
	margin: 20px 15px 10px 10px;
	padding: 0 1em 1em 1em;
	position: relative;
	background: white;
	color: black;
	border: 1px solid #aaa;
	line-height: 1.5em;
}

#content div p {
 	margin-bottom: 0cm; 
	line-height: 150%;
	text-align: justify;
}

#globalWrapper {
	font-size: 14px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#p-cactions {
	position: absolute;
	left: 0px;
	margin: 0;
	white-space: nowrap;
	width: 76%;
	line-height: 1.1em;
	overflow: visible;
	background: none;
	border-collapse: collapse;
	padding-left: 1em;
	list-style: none;
	font-size: 95%;
}

#p-cactions ul {
	list-style: none;
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}

#p-cactions li {
	display: inline;
	border: 1px solid #aaa;
	border-bottom: none;
	padding: 0 0 .1em 0;
	margin: 0 .3em 0 0;
	overflow: visible;
	background: white;
}

#p-cactions li.selected {
	border-color: #fabd23;
	padding: 0 0 .2em 0;
	font-weight: bold;
}

#p-cactions li a {
	background-color: #fbfbfb;
	color: #000000;
	border: none;
	padding: 0 .8em .3em;
	position: relative;
	z-index: 0;
	margin: 0;
	text-decoration: none;
}

#p-cactions li.selected a {
	z-index: 3;
	padding: 0 1em .2em!important;
	background-color: white;
	color: #2988AB;
}

#p-cactions li a:hover {
	color: #EB7C00;
}