#Console { 
	position: absolute;
	font-size: 11px;
	left: 10px; 
	top: 10px; 
	padding: 0px; 
	z-index: 902; 
	width: 250px;
	cursor: move; 
	text-align: left;
}

#Console * {
	font-size: 11px;
	color: black;
}

#Console ul
{
	line-height: 15px;
	margin: 5px 0px 5px 20px;
}

#Console hr
{
	width: 100%;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Console a
{
	text-decoration: none;
}

#Console a:hover 
{
	text-decoration: underline;
}

#Console .consoleSeperator #consoleMinimize
{
	position: absolute;
	right: 5px;
	top: 2px;
	background-image: url(/WebAuthor/Console/Images/min.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: hand;
	width: 10px;
}

#Console #ConsoleOptions {
	width: 238px;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	cursor: hand;
}

#Console .consoleSeperator 
{
	height: 16px;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
	background-color: #c6dfff;
	background-image: url(/WebAuthor/Console/Images/toolbg.gif); 
	border: 1px solid black;
}

#Console .consoleMargin
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#Console .errorContainer
{
	border: 2px solid red;
	padding: 5px;
}

#Console .errorMessageTitle
{
	color: Red;
	font-weight: bold;
}

#Console .errorMessage
{
	color: Red;
}
