/*
	SecureScopeWeb Header Style Sheet
	Matt Friedlander 2004
*/

td.header_top
{
	height:65px;
	background-image:url(../images/Header_Background.gif);
}

td.header_bottom
{
	height:20px;
	background-color:#990033;
}

td.header_logo
{
	padding-left:4px;
}

td.header_topRight
{
}

td.header_topRight_top
{
}

td.header_featureMenu
{
}

span.header_text
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

a.header_text
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

/*  ComponentMenu styles */
span.componentMenu_link
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFE0E0;
	cursor:hand;
}

/*  ComponentMenu styles */
span.componentMenu_linkOver
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: sandybrown;
	font-family: Arial;
	text-decoration: underline;
}

/*  ComponentMenu styles */
span.componentMenu_linkClicked
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFE0E0;
	cursor:hand;
	text-decoration: underline;
}

/*  FeatureMenu styles */
span.featureMenu_link
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: #003366;
	font-family: Arial;
}

/*  FeatureMenu styles */
span.featureMenu_linkClicked
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: #003366;
	font-family: Arial;
	text-decoration: underline;
}

/*  FeatureMenu styles */
span.featureMenu_linkOver
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: maroon;
	font-family: Arial;
	text-decoration: underline;
}