/*
	console.css 

	Author: Stephen Huen

	Version Information 
	1.0		2003.12.22		Base version
	1.1		2004.01.23		Update styles for Error console

	The above comment must stay intact for use. Not for resale.
*/


.StyleConsoleLayer {
	font-size: 12px;
	background-color: #ffffcc;
	position: absolute;
	right: 10;
	top: 120;
	width: 15em;
	padding: 0;
	margin: 0;
	visibility: hidden;
	filter: alpha(opacity='85');}

.StyleConsoleLayer div#ConsoleLayerContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 1px;
	border: 1px solid #355a75;
	width: 100%;
	line-height: 100%;}

.StyleConsoleLayer p#ConsoleState {
	font-size: 100%;
	background-color: #355a75;
	color: #ffffcc;
	text-align: center;
	margin: 0;
	padding: 0.167em;
	line-height: 100%;}

.StyleConsoleLayer span#LockedByUser {
	font-style: italic;}

.StyleConsoleLayer ul {
	font-size: 100%;
	margin: 0.4em, 0, 0.4em, 1.67em;}

.StyleConsoleLayer li {
	font-size: 100%;
	list-style-type: circle;
	line-height: 120%;
	white-space: nowrap;}

.StyleConsoleCommandDivider {}

.StyleConsoleCommandDivider hr {
	background-color: #355a75;
	color: #355a75;
	height: 1px;}

.StyleConsoleLayer li a {
	color: #003399;
	text-decoration : none;}

.StyleConsoleLayer li a:visited {
	color: #003399;}

.StyleConsoleLayer li a:hover {
	color: #804040;
	text-decoration : none;}

.StyleConsoleLayer p#ConsoleErrorTitle {
	color: Red;
	font-size: 100%;
	font-weight: bold;
	padding: 0.167em;
	margin: 0;
	line-height: 100%;}

.StyleConsoleLayer p#ConsoleErrorMessage {
	color: Red;
	font-size: 100%;
	padding: 0.167em;
	margin: 0;
	line-height: 100%;}

.StyleConsoleTrigger img {
	margin: 0;
	vertical-align: middle;
	border: 0;
	padding: 0, 2px, 0, 2px;}

.StyleModeLink {}


.StyleModeLink a {}

.StyleModeLink a:hover {}


/* Rich's styles ------------------------------------------------------------ */

.adminCommandPanel {
	position: absolute;
	z-index: 100;
	top: 0px;
	left:15px;
	width:100%;}

.adminCommandPanel A {
	color: #FFF;
	text-decoration: none;
	font-size: 0.85em;}

DIV#Header_Defaultconsole1_consoleSubstitute {
	position:relative;
	width: 747px;
	width: 120px;
	text-align: right;
	height: 28px;
	float:left;
}
	

DIV#Defaultconsole1_consoleSubstitute A,
DIV#Defaultconsole1_consoleSubstitute A:visited {
	padding: 1em;
	line-height: 28px;}

DIV#Defaultconsole1_consoleSubstitute A:hover {
	background-color: #369;}

DIV#consoleBanner {
	width: 100%;
	height: 30px;
	background-color: #000;
}

DIV#webAuthorConsole {
	position:relative;
	top: 0px;
	padding: 0;
	margin: 0;
	float:right;	
	}

DIV#webAuthorConsole DIV.posting {
	background-color: #369;
	color: #FFF;
	padding: 0.25em 0.5em;}
	
DIV#webAuthorConsole A {
	background-color: #CCC;
	text-decoration: none;
	color: #333;
	padding: 0.25em 0.5em;
	display: block;}

DIV#webAuthorConsole A:hover {
	background-color: #369;
	color: #FFF;}

DIV.hr {
	border-bottom: 1px solid #999;}

#header_HeaderLoginLogoff {
	position: absolute;
	top: 0px;
	left: 700px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	font-size: 0.8em;}

DIV.switchBar {
	background-color: #000;}

DIV#webAuthorConsole A.switchLink {
	color: #FFF;
	display: inline;
	height: 28px;
	background-color: #000;}
	


