/* CMS custom console */

.consoleContainer
{
	width: 630px;
	position: absolute;
	top: 10px;	
	height: 67px;
	z-index:10;
}

.errorConsoleContainer
{
	width: 400px;		
	height: 67px;
	z-index:10;
}

.consoleParent_edit
{
	background: white;
	filter: alpha(Opacity=10);
	z-index:1;
	width: 630px;
	position: absolute;
	top: 10px;
	height: 67px;
}
.consoleParent_live
{
	position: absolute;	
	top: 10px;
	z-index:10;
}

.cmsError
{			
	top: 10px;
	left:0px;
	width: 400px;	
	filter: alpha(Opacity=80);
	z-index: 1;
	background-color: #e2e8f8;
	padding: 10px 10px 10px 10px;		
		
}

.cmsError a
{		
	text-align: left;	
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 1px 10px 1px 0px;
	z-index:10;
}

.cmsError a:hover
{
	text-decoration: underline;
}

img.consolebutton_standard
{
	background-color: #cccccc;
	cursor: hand;
	margin: 1px;
	border: solid 1px #888888;
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.9);
}
img.consolebutton_mouseover
{
	background-color: #eeeeee;
	border: solid 1px #003366;
	cursor: hand;
	margin: 0px;
	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#999999,offx=2,offy=2);
}
img.consolebutton_mousedown
{
	background-color: #aaaaaa;
	border: solid 1px #666666;
	cursor: hand;
	margin: 1px;
}

span.buttonLabelContainer
{
	position:relative;
	top:10px;
	left:0;
	text-align: left;
	width:200px;
	z-index:10;
}
span.buttonLabelContainer span.buttonLabel
{
	font-weight: bold;
	font-size: 80%;
	color: black;
	z-index:10;
}
.pageStatusRow
{
	position:relative;

}
span.statusValue
{
	font-weight: normal;
	color: black;
	font-size: 60%;
	z-index:10;
	word-spacing: 2px;
}

span.errorMessage
{		
	font-weight: bold;
	color: red;
	font-size: 80%;
	z-index:10;
	word-spacing: 2px;
}

span.errorDetail
{
	font-weight: bold;
	color: black;
	font-size: 80%;
	z-index:10;
	word-spacing: 2px;
}

a.consoleModeSwitchToEdit, a.consoleModeSwitchToLive
{
	position: relative;
	top: -10px;
	left:15px;
	text-align: right;
	width: 116px;
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
	z-index:10;
}
a.consoleModeSwitchToEdit:hover, a.consoleModeSwitchToLive:hover
{
	text-decoration: underline;
}

/* End CMS custom console */
