/*
	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: 800;
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 {

}