@CHARSET "UTF-8";

.printfooter
{
	display: none;
}

.firstHeading
	{
	text-align:center;
	}
/* scale back up to a sane default */
#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.visualClear {
	clear: both;
}

/* general styles */

table {
	font-size: 100%;
	color: black;
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background-color: white;
}
fieldset table {
	/* but keep table layouts in forms clean... */
	background: none;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

img {
	border: none;
	vertical-align: middle;
}
p {
	
	line-height: 1.5em;
}
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
fieldset.nested {
	margin: 0 0 0.5em 0;
	padding: 0 0.5em 0.5em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
select {
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

/*
** the personal toolbar
*/
/* @media screen, projection { */
	#p-personal {
		position: relative;
	}
	#p-personal {
		width: 100%;
		white-space: nowrap;
		padding: 0;
		margin: 0;
		border: none;
		background: none;
		overflow: visible;
		line-height: 1.2em;
	}
	#p-personal h5 {
		display: none;
	}
	#p-personal .portlet,
	#p-personal .pBody {
		z-index: 0;
		padding: 0;
		margin: 0;
		border: none;
		overflow: visible;
		background: none;
	}
/* this is the ul contained in the portlet */
	#p-personal ul {
		border: none;
		line-height: 1.4em;
		color: #2f6fab;
		padding: 0 2em 0 3em;
		margin: 0;
		text-align: right;
		list-style: none;
		z-index: 0;
		background: none;
		cursor: default;
	}
	#p-personal li {
		z-index: 0;
		border: none;
		padding: 0;
		display: inline;
		color: #2f6fab;
		margin-left: 1em;
		line-height: 1.2em;
		background: none;
	}
	#p-personal li a {
		text-decoration: none;
		color: #005896;
		padding-bottom: .2em;
		background: none;
	}
	#p-personal li a:hover {
		background-color: white;
		padding-bottom: .2em;
		text-decoration: none;
	}
	#p-personal li.active a:hover {
		background-color: transparent;
	}
	/* the icon in front of the user name, single quotes
	in bg url to hide it from iemac */
	li#pt-userpage,
	li#pt-anonuserpage,
	li#pt-login {
		background: url(user.gif) top left no-repeat;
		padding-left: 20px;
		text-transform: none;
	}
/* } */
#p-personal ul {
	text-transform: lowercase;
}
#p-personal li.active {
	font-weight: bold;
}
/*
** the page-related actions- page/talk, edit etc
*/
/* @media screen, projection { */
	#p-cactions {
		position: relative;
		margin: 0;
		white-space: nowrap;
		width: 75%;
		line-height: 1.1em;
		overflow: visible;
		background: none;
		border-collapse: collapse;
		padding-left: 1em;
		list-style: none;
		font-size: 95%;
		text-align:center;
	}
	#p-cactions ul {
		list-style: none;
	}
	#p-cactions li {
		display: inline;
		
	}
	#p-cactions li.selected {
		border-color: #fabd23;
		padding: 0 0 .2em 0;
		font-weight: bold;
	}
	#p-cactions li a {
		background-color: #fbfbfb;
		color: #002bb8;
		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;
	}
	#p-cactions .new a {
		color: #ba0000;
	}
	#p-cactions li a:hover {
		z-index: 3;
		text-decoration: none;
		background-color: white;
	}
	#p-cactions h5 {
		display: none;
	}
	#p-cactions li.istalk {
		margin-right: 0;
	}
	#p-cactions li.istalk a {
		padding-right: .5em;
	}
	#p-cactions #ca-addsection a {
		padding-left: .4em;
		padding-right: .4em;
	}
	/* offsets to distinguish the tab groups */
	li#ca-talk {
		margin-right: 1.6em;
	}
	li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
		margin-left: 1.6em;
	}
	#p-cactions .pBody {
		font-size: 1em;
		background-color: transparent;
		color: inherit;
		border-collapse: inherit;
		border: 0;
		padding: 0;
	}
/* } */
#p-cactions .hiddenStructure {
	display: none;
}
#p-cactions li a {
	text-transform: lowercase;
}

/*
** the remaining portlets
*/
/* @media screen, projection { */
	#p-tbx,
	#p-lang {
		position: relative;
		z-index: 3;
	}
/* } */


#wiki-content h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: bold;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
#wiki-content h1 { font-size: 175%; }
#wiki-content h2 { font-size: 150%; }
#wiki-content h3 { font-size: 125%; }
#wiki-content h4 { font-size: 110%; }
#wiki-content h5 { font-size: 105%; }
#wiki-content h6 { font-size: 100%; }
#wiki-content p{
	
	margin:0;
	padding:0;
	
	}
#toc
	{
	background-color:#f9f9ff;
	border:1px solid #aaa;
	width:100%;
	margin-bottom:1em;
	}
#wiki-content{
	width:100%;
	}

#wiki-body{
	
	background-color:#ffffff;
	border:1px solid #aaa;
	width:100%;
	padding:1em;
	
	}
	
#wiki-body ul{
	list-style-type:square;
	list-style-image:url("../img/bullet.png");
	padding-left:1em;
	line-height:1.5em;
	}
	
#wiki-body ol{
	list-style-type: decimal;
	display:block;
	padding-left:1em;
	margin-left:1em;
	line-height:1.5em;
}

#toc ul {
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	margin-left: 4em;
	padding-left: 0;
	padding-bottom:0.5em;
	text-align: left;
}


#toc ul ul {
	margin: 0 0 0 2em;
}

.editsection{
font-size:10px;
}
