/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		CoolWater
   TEMPLATE CODE: 	S-0019
   VERSION:          1.0
	DATE:					November-07-2007
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #caced1;
//	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	font: 83%/1.5em arial, helvetica, sans-serif;
	color: #777;
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233;
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;
/*	font-weight: normal; */
	color: #555;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;
	color: #666666;
}

/* images */
img {
	background: #fff;
	border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}
div.main {
	margin: 10px 15px;
	padding: 0;
}
ul.default, ol.default {
	margin: 5px 15px;
	padding: 0 25px;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  border: 1px solid #E5F0FB;
  background: #F4F8FD;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  margin: 10px 15px;
  padding: 0 0 0 25px;
  font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;
  color: #2361BA;
  border: 1px solid #E5F0FB;
  background: #F4F8FD url(/images/quote.jpg) no-repeat 8px 6px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;
}
th strong {
	color: #fff;
}
th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
tr.bgheader {
	background: #306bc1 url(/images/button-bg.jpg) repeat-x 0 0;
}
th.bgheader {
	border: 0px;
}
tr {
	height: 32px;
	background: #fff;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #E5F0FB;
}
/* end - table */

/* form elements */
form.padded {
	margin:10px 15px;
	padding: 10px 0;
	border: 1px solid #E5F0FB;
	background: #F4F8FD;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input {
	padding:3px;
	border: 1px solid #E5F0FB;
	font: normal 1em Verdana, sans-serif;
	background: #F4F8E0;
	color:#777;
}
select {
	padding:3px;
	border: 1px solid #E5F0FB;
	font: normal 1em Verdana, sans-serif;
	background: #F4F8E0;
	color:#777;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB;
	background: #F4F8E0;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #306bc1 url(/images/button-bg.jpg) repeat-x 0 0;
	border: 1px solid #306bc1;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 180px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 110px;
	color: #777;
	height: 20px;
	padding: 2px;
	border: 1px solid #D2E8F7;
	vertical-align: top;
}
.searchform input.button {
	width: 55px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	width: 790px;
	background: #CCC url(/images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	margin: 5px auto;
	padding: 0;
}
#header {
	position: relative;
	height: 131px;
	background: #caced1 url(/images/header.png) no-repeat center top;
	padding: 0;
	color: #fff;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;

	/* change the values of top and left to adjust the position of the logo*/
	top: 18px; left: 35px;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 50px;
}

/* header links */
#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 20px; right: 20px;
}
#header #header-links a {
	color: #fff;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #D4FF55;
}

/* navigation */
#menu {
	clear: both;
	margin: 0 auto; padding: 0;
	background: #81C524 url(/images/menu.jpg) no-repeat;
	font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 790px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
	background: url(/images/sep.jpg) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #3b5e0b;
}
#menu ul li#current a {
	color: #3b5e0b;
}

/* Main Column */
#main {
	float: left;
	width: 555px;
	margin: 0; padding: 20px 0 0 0;
	display: inline;
	background: url(/images/box.jpg) no-repeat;
}
#main h2 {
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0;
	margin-bottom: 0;
	color: #2666c3;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;
}

#main p, #main h1, #main h2, #main h3, #main ol.default, #main ul.default,
#main blockquote, #main table, #main form, .marge {
	margin-left: 20px;
	margin-right: 25px;
}
#main ul.default li.default {
	list-style-image: url(/images/bullet.gif);
}

/* Sidebar */
#sidebar {
	float: right;
	width: 195px;
	padding: 0; margin: 10px 0 0 0;
	color: #777;
}
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}
#sidebar p {
	margin-left: 5px;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;
	border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #D2E8F7;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #1773BC;
}
#sidebar ul.sidemenu li a:hover {
	color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* Footer */
#footer {
	color: #C6DDEE;
	background: #caced1 url(/images/footer.jpg) no-repeat center top;
	clear: both;
	width: 790px;
	height: 57px;
	text-align: center;
	font-size: 90%;
}
#footer p {
	padding: 10px 0;
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB;
	font-size: 95%;
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/****************** TAGS ******************/
.tagszone {
	text-align: center;
}

.tagszone .tag {
	float: left;
	cursor: pointer;
	margin: 2px;
	padding: 3px;
	border:1px solid #E8F0A0;
}

.tagszone .size1 {
	font-size: 100%;
}
.tagszone .size2 {
	font-size: 110%;
}
.tagszone .size3 {
	font-size: 120%;
}
.tagszone .size4 {
	font-size: 140%;
	font-weight: bold;
}
.tagszone .size5 {
	font-size: 150%;
	font-weight: bold;
}

.tagszone .finish {
	clear: left;
}

.tagszone .unselected {
	background:#E8F0A0;
}

.tagszone .selected {
	background:#00FF00;
}

.tagszone .removed {
	background:#FF0000;
}

.tagszone .tag_hover {
	border:1px dashed #333333;
}


.tagreload {
	display: none;
}

/************ LISTS ***************/
.liststrip {
}
.list_even {
	background-color: #fafaff;
}
.list_odd {
}
.list_even_hover {
	background-color: #eeeeff;
}
.list_odd_hover {
	background-color: #eeeeff;
}

/*************** Misc **************/
.example {
	font-style: italic;
}

.error {
	display: none;
	color: #F00000;
	border: 2px solid #F00000;
	padding: 2px;
}

.success {
	display: none;
	color: #0000F0;
	border: 2px solid #0000F0;
	padding: 2px;
	font-weight: bold;
}

.delbutton {
	background: inherit;
	border: 0px;
}

.ntip {
}
.qtip {
}
.stip {
	display: none;
}

.web2 {
	font-size: 125%;
}

#site_loading {
	border:0px;
	padding: 0px;
	float: right;
	margin-right: 4px;
	display: none;
}

/***************** Impromptu *************/
 .jqiwarning .jqi{
      background-color: #206e96;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #307Ea6;
      padding: 10px;
      width: 300px;
}
div.jqi .jqiclose{
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
}
div.jqi .jqicontainer{
      background-color: #208Ec6;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #207Ea6;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.id6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#00A;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	height: 				40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}
/** Main day styles **/
.calendar_text {
}

.calendar_text .events {
	text-align:left;
	vertical-align:top;
}

.calendar_text .event_line {
	text-align:left;
	vertical-align:top;
}

.calendar_text .header {
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

.calendar_text .header2 {
	font-weight: bold;
	text-align:center;
}

.calendar_text .event_time {
	width: 9%;
	text-align:center;
	cursor: pointer;
}

.calendar_text .event_desc {
	width: 91%;
	text-align:left;
	cursor: pointer;
	border-right: 0px;
}

.calendar_text .event_del {
	border-left: 0px;
	text-align:left;
	background: inherit;
}

/** Main calendar styles **/
.calendar {
	/** configure the width **/
	width: 189px;
	background-color: #D6E8FF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar .header2 {
	background-color: #FFFFCC;
	font-weight: bold;
/*	height: 20px; */
}
.calendar .header {
	background-color: #5670B3;
	font-weight: bold;
/*	height: 24px; */
	color: #FFFFFF;
}
.calendar .footer {
	clear: left;
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
}

.calendar .cel {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 24px;
	text-align: center;
	border:1px solid #D6E8FF;
	cursor: pointer;
	color: #000;
}

.calendar .cel1 {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 27px;
	text-align: center;
}
.calendar .cel3 {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 81px;
	text-align: center;
}

.calendar .last, .calendar_text .last  {
	clear: left;
}

.calendar .today {
	border:1px solid #a4c8cb;
}

.calendar .birthday {
	background-color: #b8d2ef;
	border:1px solid #b8d2ef;
}
.calendar .link {
	background-color: #D4C9EF;
	border:1px solid #D4C9EF;
}
.calendar .link2 {
	background-color: #c8b8ef;
	border:1px solid #c8b8ef;
}
.calendar .link3 {
	background-color: #baa5ef;
	border:1px solid #baa5ef;
}
.calendar .link4 {
	background-color: #a88bef;
	border:1px solid #a88bef;
}

.calendar .othermonth {
	font-style: italic;
	color: #777;
}

.calendar .selday {
	border:1px solid #2483ed;
}

.calendar .cel_hover {
	border:1px dashed #333333;
}

.calendar .cal_control {
}
.calendar .cal_control_hover {
	background-color: #a88bef;
}

.calendar a, .calendar_text a, .calendar a:link, .calendar_text a:link, .calendar a:hover, .calendar_text a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar_text a.headerNav, .calendar a:link.headerNav, .calendar_text a:link.headerNav, .calendar a:hover.headerNav, .calendar_text a:hover.headerNav {
	color: #ffffff;
}

.calendar a.footerNav, .calendar_text a.footerNav, .calendar a:link.footerNav, .calendar_text a:link.footerNav, .calendar a:hover.footerNav, .calendar_text a:hover.footerNav {
	color: #ffffff;
}

.event_edit div
{
	display: none;
}


/** Event editor **/
.calendar_event
{
	width: 94%;
	text-align:left;
	vertical-align:text-top;
}

.calendar_event .item {
	font-weight: bold;
}
.calendar_event .value {
}
.calendar_event .header {
	text-align: center;
	font-weight: bold;
}

.calendar_event .value_edit
{
	display: none;
}
.ctt_menu {
	font-size: 150%;
	cursor: pointer;
}

/** Main class for contacts **/
.contact_main {
}

.contact_main .contact_list_container {
	float: left;
	text-align:left;
	vertical-align:text-top;
}

.contact_main .contact_detail_container {
	float: left;
	clear: both;
	text-align:left;
	vertical-align:text-top;
}

/** Contact editor **/
.contact_editor
{
	width: 92%;
	background-color: #D6E8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:text-top;
	border: 1px solid #000000;
}

.contact_editor .info
{
	width: 20%;
	font-weight: bold;
/*	background-color: #D6FFFF; */
}
.contact_editor .info_meta
{
	width: 20%;
	font-weight: bold;
	font-style: italic;
/*	background-color: #D6FFFF; */
}

.contact_editor .value_edit
{
	display: none;
}

/** contacts list **/
.contact_list {
}
.contact_list th, .contact_list_text th {
	font-weight: bold;
}
.contact_list .header, .contact_editor .header , .contact_tags .header {
	font-weight: bold;
}
.contact_list td, .contact_list_text td {
	text-align: left;
	font-size:0.9em;
	padding: 2px;
}
.contact_list a, .contact_list_text a, .contact_list a:link, .contact_list_text a:link, .contact_list a:hover, .contact_list_text a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.contact_list .cttlist {
	cursor: pointer;
}

/* Contacts menu */
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
border: 1px dotted;
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:0.9em;height:2.0em; margin:0 padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; color:#000; float:left; padding-right:0.8em; height:2.5em; color:#909;
}
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
}
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
#wikiPane {
	margin-left: 20px;
	margin-right: 25px;
	text-align: right;
}
#wikiTextPane {
	margin-left: 20px;
	margin-right: 25px;
}
#wikiTextPane ul, #wikiTextPane ol {
	margin-left: 30px;
	margin-right: 25px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	line-height:	0.1;
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

