/* Editor styles */
a.on {
	/* color : #333333; */
	font-weight: bold;
}
a.on:link, a.on:visited {
	text-decoration : underline;
}
a.on:hover, a.on:active {
	/* color : #000000; */
	text-decoration : underline;
}

a.deleted {
	color : Gray;
	font-weight: bold;
	text-decoration: line-through;
}
a.deleted:link, a.deleted:visited {
	text-decoration: line-through;
}
a.deleted:hover, a.deleted:active {
	/* color : #000000; */
	text-decoration: line-through;
}

td.editorbar {
	padding: 4px;
}


ul#menu, ul#menu li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#menu li { /* all list items */
	float: left;
	position: relative;
	width: 11px;
	background-color: #EEEEEE;
	
}

ul#menu li ul li {
	float: left;
	position: relative;
	width: 10em;
	background-color: #EEEEEE;
	text-align: left;
}

ul#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

ul#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#menu li:hover ul, ul#menu li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 10;
}

ul#menu a {
	color : #666666;
	font-style: normal;
	font-weight: normal;
}
ul#menu a:link, ul#menu a:visited {
	color : #666666;
	font-weight: normal;
	text-decoration : none;
}
ul#menu a:hover, ul#menu a:active {
	color : #000000;
	font-weight: normal;
	text-decoration : underline;
}

/* Pipe */
#h-contain {
	padding-top: 2px;
	padding-bottom: 3px;
	border: 1px solid #000;
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #F3F3F3;
}

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#pipe a {
	color : #666666;
	font-style: normal;
	font-weight: bold;
}
#pipe a:link, #pipe a:visited {
	color : #666666;
	text-decoration : none;
}
#pipe a:hover, #pipe a:active {
	color : #000000;
	text-decoration : underline;
}

/* Edit Menu */
#button {
	width: 15em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

#button p {
	color: White;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin: 4px;
}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		text-align: left;
	}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		text-align: left;
	}
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		font-weight: normal;
	}

	html>body #button li a {
		width: auto;
	}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
	}

/* Online / Offline buttons */
.offlinebutton, .onlinebutton {
	background-color: White;
	border: 1px solid Black;
	padding: 2px 5px 2px 5px;
}

.offlinebutton {
	color : Maroon;
	font-weight: bold;
} 

.onlinebutton {
	color : Green;
	font-weight: bold;
} 
	