/*
	ConsoleStyles.css
	----------
	This stylesheet controls colors and borders of the Console.  This stylesheet can be altered to the Client's Branding.
*/


/*-------- Invisible Layer needed to move the Console around the screen ---------*/

div.Console
{
	visibility:hidden;
	width:150px;
	position:absolute;
	height:251px;
}

div.Console table
{
	width:100%;
}						

/*-------- Console Header Area ---------*/

td.Consolelefttopheader
{
	background-image: url(/Images/Console/lefttopheader.gif);
	background-repeat:no-repeat;
	width:4px;
}
td.Consolehorizontalbordertop
{
	background-image: url(/Images/Console/Consolehorizontalbordertop.gif);
	background-repeat:repeat-x;
	font-size:5px;
}

td.ConsoleHeader
{
	background-image: url(/Images/Console/ConsoleHeader.gif);
	background-repeat: no-repeat;
	width:91px;
	cursor:move;
	height:18px;
}

/*-------- Console Content Area ---------*/

td.ConsoleLeftBorder
{
	background-image: url(/Images/Console/ConsoleLeftBorder.gif);
	background-repeat: repeat-y;
	width:4px;
}

td.ConsoleItemSeperator
{
	width:100%;
	background-color:#eeeeee;
	border-top:solid 1px black;
	height:1px;
}

td.ConsoleItem
{
}

td.ConsoleItem a
{
	font-size:11px;
	font-family:Verdana;
	color: #333333;
	background-color:#eeeeee;
	text-decoration:none;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:4px;
	width:100%;
}

td.ConsoleItem a:visited
{
	font-size:11px;
	font-family:Verdana;
	color: #333333;
	background-color:#eeeeee;
	text-decoration:none;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:4px;
	width:100%;
}

td.ConsoleItem a:active
{
	font-size:11px;
	font-family:Verdana;
	color: #333333;
	background-color:#eeeeee;
	text-decoration:none;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:4px;
	width:100%;
}


td.ConsoleItem a:hover
{
	color:#F8E600;
	background-color:#000000;
	cursor: hand;
	font-size:11px;
	text-decoration:none;
}

td.ConsoleRightBorder
{
	background-image: url(/Images/Console/ConsoleRightBorder.gif);
	background-repeat: repeat-y;
	width:4px;
}

/*-------- Console Footer Area ---------*/

td.ConsoleFooter
{
	background-image: url(/Images/Console/ConsoleFooter.gif);
	background-repeat: no-repeat;
	width:98px;
	height:19px;
}

td.Consolehorizontalborder
{
	background-image: url(/Images/Console/Consolehorizontalborder.gif);
	background-repeat:repeat-x;
}

td.Consolerightbottomfooter
{
	background-image: url(/Images/Console/rightbottomfooter.gif);
	background-repeat:no-repeat;
	width:4px;
}