body {
  margin:0px; 
  background-color: #40455B; 
  font-family: Arial,Helvetica,sans-serif; 
  font-size:11pt;
  margin-top: 0px;
  text-align: center;
}
input.openid_login {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
   width: 18em;
}

#page{
	width: 890px;
	margin: auto;
	text-align: left;
	overflow: auto;
}
#header, #footer{
	padding: 10px;
	clear: both;
}

#header{
	color: #AFADA0;
}
#header A{
	color: #65583D;
	font-weight: bold;
	margin: 0 2em;
	font-size: 80%;
	text-decoration: none;
}
#header A:hover{
	color: #312B1E;
	border-bottom: 1px dotted #796A4A;
}
#tline{

}

BODY #flowerblack{
	display: none;
}

BODY.HomePage #flowerblack{
	display: block;
}

#header h1{
	font-size: 1.8em;
	margin: 0;
	font-weight: bold;
}
#footer{
	border-top: 1px solid #D8D8D8;
}
#footer .copyright{
	color: gray;
	font-size: 8pt;
	font-weight: normal;
}
#content{
	overflow: auto;
}


#contentWrap{
	background-image: url('bg_green.png');
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footRound{
	background-image: url('bg_green.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow:auto;
	height: 20px;
	clear: both;
}

#sidebar{
	float: left;
	width: 195px;
	margin-right: 0px;
	color: gray;
	font-size: 9pt;
}
#wikitext IMG{
	padding: 4px;
	border: 1px solid silver;
}
#wikitext UL{
	list-style-position:inside;
}
#sidebar UL{

}
#sidebar UL, #sidebar LI, #wikicmds UL, #wikicmds LI{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}
#sidebar UL LI{
	height: 35px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	background-image: url(menu_bg.png);
	background-position: right top;
	background-repeat: no-repeat;

}
#sidebar UL{
	padding-bottom: 2em;
}
#sidebar UL LI A{
	display: block;
	color: #565656;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar UL LI A IMG{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#sidebar UL LI A:hover IMG{
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#sidebar UL LI A.createlink{
	display: none;
}
#wikitext{
	padding: 10px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-bottom: 1em;
	min-height: 400px;
}
#wikitext hr{
	clear: both;
	height:1px;
	border: 0px;
	border-bottom: 1px dotted #0D2F1C;
	padding-top: 1em;
}

#wikitext h1, h2, h3, h4{
	color: white;
	font-weight: normal;
}


#wikitext h1{font-size: 15pt;}
#wikitext h2{font-size: 14pt;}
#wikitext h3{font-size: 12pt;}
#wikitext h4{font-size: 11pt;}
#wikitext h5{font-size: 10pt;}


#wikitext h1{
	background-image: url('bg_h1.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif;
}

#wikitext h2, #wikitext h3{
	margin-bottom: 0.2em;
}
#wikitext A{
	color: white;
	font-weight: bold;
}
#wikitext A:hover{
	text-decoration: none;
}
#wikitext P{
	margin-left: 10px;
	line-height: 140%;
}

#wikitext DIV.titulninav UL{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}
#wikitext DIV.titulninav h3{
	color: black;
	font-size: 13pt;
}
#wikitext DIV.titulninav LI{
	background-image: url(bullet_orange.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	margin: 0px;
	margin-top: 4px;
}
#wikitext DIV.titulninav LI A{
	font-size: 13px;
	color: #FF5400;
	display: block;
}

TABLE.wikiformathelp{
	border: 1px solid gray;
	color: black;
	margin-top: 5px;
}

HR{
	clear: both;
}