/*.mceExternalToolbar { position: absolute; top: 0; left: 0; }*/

@charset "utf-8";

* {
	border: 0px;
}
body, html, table, h1 {
	margin:0px;
	padding:0px;
}

body {
	background: #FFFFFF;
	font: 75% Arial;
	color: #333333;
	padding: 0;
	margin: 0;
	width: 100%;
}

a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a.active {
}

h1 {
	font-family: Helvetica, Arial, sans_serif;
	font-size:2em;
	color:#333333;
	margin: 10px 0 5px 0;
	padding: 0;
}

h2 {
	font-family: Helvetica,Arial,sans_serif;
	font-size: 1.5em;
	color: #333333;
	margin: 10px 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #666666;
}

h3 {
	font-family: Helvetica,Arial,sans_serif;
	font-size: 1.3em;
	color: #333333;
	margin: 10px 0 5px 0;
	padding: 0;
}


#wrapper {
	text-align: center;
}

#header, #navigation, #picture, #body, #footer {
	width: 720px;
	text-align:left;
	margin: 5px auto 0 auto;
}



#navigation {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

#navigation UL {
	margin: 3px auto 3px auto;
	padding: 0;
}

#navigation LI {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0;
}

#navigation A {
	font-weight: bold;
	text-decoration: none;
}

#navigation A:hover {
	text-decoration: underline;
}


#picture {
	border: 1px solid #999999;
}

#picture DIV {
	margin: 0;
	padding: 0;
}

#picture DIV.caption {
	background-color: #999999;
	color: #FFFFFF;
	padding: 10px;
}

#body IMG {
	margin: 5px;
	padding: 0;
	border: 1px solid #666666;
}

#footer {
	margin-top: 40px;
	border-top: 1px solid #999999;
	font-size: .8em;
	color: #666666;
}

#footer p {
	margin-top: 3px;
	margin-bottom: 3px;
}


INPUT, TEXTAREA { font-size: 12px; background-color: #FFFFFF; border: solid 1px #000000; }

HR { border: 0px; height: 1px; background-color: #000000; color: #000000; }



#nav UL {
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#nav LI {
	padding: 1px;
}

#nav UL A {
	display: block;
	background-color: #e17e41;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 5px;
	text-decoration: none;
	border-left: 8px solid #b35e29;
}

#nav UL UL {
	margin-left: 10px;
	margin-bottom: 0px;
}


#nav .selected {
	background-color: #de5903;
}












#pages_page_navigation {
	width: 100%;
	border-bottom: 1px solid #000000;
	height: 24px;
	margin-bottom: 10px;
}

#pages_page_navigation UL {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#pages_page_navigation UL LI {
	display: inline;
}

#pages_page_navigation LI A {
	display: block;
	float: left;
	background-color: #666666;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-right: 2px;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
}

#pages_page_navigation LI A.active {
	background-color: #000000;
}


#pages_page_content {
	clear: both;
	display: block;
	width: 100%;
}



/* other/wiki */
DIV.alert, DIV.success, DIV.message { margin-bottom: 10px; }
DIV.alert P, DIV.success P, DIV.message P {
	background: #fff6bf url(exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom: 5px;
	}



/* scriptaculous */
div.autocomplete {
	position:absolute;
	width:150px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #ccc;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:1px;
	height:15px;
	cursor:pointer;
}

