a.PathViewer_1
{
	color: Red;
}

a.PathViewer_2
{
	color: Black;
}

.ConsoleTable
{
	width: 195px;
	margin: 0px;
	border-collapse: collapse;
}

.Console_Title
{
	background-image: url(title_bg.gif);
	background-repeat: repeat;
	border-right: lightgrey 0px solid;
	border-top: lightgrey 0px solid;
	border-left: lightgrey 0px solid;
	border-bottom: lightgrey 0px solid;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	height: 32px;
}
.Console_SubTitle
{
	background-color: #D2E6BD;
	border-right: lightgrey 2px solid;
	border-top: lightgrey 0px solid;
	border-left: lightgrey 2px solid;
	border-bottom: lightgrey 0px solid;
	height: 25px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.PathViewer
{
	background-color: #D2E6BD;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	height: 20px;
}

.Console_Style1
{

	padding-left: 10px;
	background: whitesmoke;
	padding-right: 10px;
	border-right: lightgrey 2px solid;
	border-top: lightgrey 2px solid;
	border-left: lightgrey 2px solid;
	border-bottom: lightgrey 2px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

.Console_Style2
{

	padding-left: 10px;
	background: lavender;
	padding-right: 10px;
	border-right: lightgrey 2px solid;
	border-top: lightgrey 2px solid;
	border-left: lightgrey 2px solid;
	border-bottom: lightgrey 2px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}


.ConsolePage_Title
{
	background-image: url(title_bg.gif);
	background-repeat: repeat-x;
	border-right: #999999 1px solid;
	border-top: #999999 0px solid;
	border-left: #999999 0px solid;
	border-bottom: #999999 0px solid;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	height: 32px;
}

.ConsolePage_SubTitle
{
	background: gainsboro;
	font-weight: bold;
	font-size: 10px;
	color: Red;
	font-family: Verdana;
}

.ConsolePage_Body
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.ConsolePage_Button
{
	background: gainsboro;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	width: 100px;
}

A.ConsolePage_TabLink, .ConsolePage_Tab
{
	width: 151px;
	color: Black;
	background-image: url(title_bg_small.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
}

.ConsolePage_SelectedTab A.ConsolePage_SelectedTabLink, A.ConsolePage_TabLink:active, A.ConsolePage_TabLink:hover
{
	width: 151px;
	color: Black;
	background-image: url(title_bg_small_selected.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	vertical-align: middle;
	font-weight: bold;
}

