/*
	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='15');
}

.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;
	font-size: 20pt;
}
.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 { }

/*
TOOLBAR CONSOLE
*/
TABLE.consoleToolbar 
{
	border: solid 2px gray;
	margin: 0  5px 5px 5px;
	background-color: gainsboro;
	width: 98%;
}

.consoleToolbar DIV
{
	float:left;
	padding: 0 5px 0 2px;
	border-right: solid 1px gray;
}
.buttonPreview A
{
	background-image: url(../images/console/preview.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.buttonEdit A {	background-image: url(../images/console/edit.gif);
	background-repeat:no-repeat;
	padding-left:20px;}
.buttonStatus {}
.buttonDelete A {	background-image: url(../images/console/delete.gif);
	background-repeat:no-repeat;
	padding-left:20px;}
.buttonSubmit A {	background-image: url(../images/console/submit.gif);
	background-repeat:no-repeat;
	padding-left:20px;}
.buttonCopy{}
.buttonApprove{}
.buttonDecline{}
.buttonPageProperties A {	background-image: url(../images/console/properties.gif);
	background-repeat:no-repeat;
	padding-left:20px;}
.buttonSave A {	background-image: url(../images/console/save.gif);
	background-repeat:no-repeat;
	padding-left:20px;}
.buttonSaveAndExit A {	background-image: url(../images/console/save.gif);
	background-repeat:no-repeat;
	padding-left:20px;}
.buttonExit{}
