A:link{color:#003399}
A:visited{color:#800080}
A:hover{color:#FF3300}

.RootMenuItem TD
{ 


	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
cursor:hand; 
color: #EBE3D6; /* This sets the text color of the root menu items when not selected */ 
font-family:Verdana, Tahoma, Arial, Helvetica; /* Sets the font order of the root menu items when not selected */ 
font-size:11pt; /* Sets the font size of the root menu items when not selected */ 
font-weight:bold; /* Sets the font style of the root menu items when not selected */ 
height: 30px; /* Sets the height of the root menu items when not selected*/ 
width: 175px; /* Sets the width of the root menu items when not selected*/ 
text-align: center; /* Sets the text alignment of the root menu items when not selected */ 
background: #2D4B39;

} 


/* Root Menu options added to ASCX in SolPart tag
The TD is important for root menu items because Root Items have their css applied at the TR level
rootmenuitemselectedcssclass="rootmenuitemselected" */
.RootMenuItemSelected TD{ 
background-color: #EBE3D6; 
 width: 175px;  /* Sets the width of the root menu items when selected */
color: #2D4B39;  /* CCCCCC is gray -Sets the text color of the root menu items when selected */
 height: 30px;  /* Sets the height of the root menu items when not selected*/
font-family:Verdana, Tahoma, Arial, Helvetica; /* Sets the font order of the root menu items when selected */
font-size:11pt; /* Sets the font size of the root menu items when selected */
font-weight:bold; /* Sets the font style of the root menu items when selected */
border-top: #ffffff 0px solid;  /* Sets the top border size and color around the selected menu item */
border-bottom: #ffffff 0px solid;  /* Sets the bottom border size and color around the selected menu item */
/* Can use a bottom border to emulate an underline of the selected item */
/* May not work well with sub menus, but if only root it is OK */
border-left: #ffffff 0px solid; /* Sets the left border size and color around the selected menu item */
border-right: #ffffff 0px solid;  /* Sets the right border size and color around the selected menu item */
text-align: center; /* Sets the text alignment of the root menu items when selected */

}


A.MenuLink
{
	display: block;
	border: solid 1px #F1F1F1;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	background: #FFFFFF;
	white-space: nowrap;
	color:#000000;
	text-decoration:Underline;
}
A.MenuLink:visited
{
	display: block;
	border: solid 1px #F1F1F1;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	background: #FFFFFF;
	white-space: nowrap;
	color:#000000;
	text-decoration:none;
}
A.MenuLink:hover
{
	display: block;
	border: solid 1px #999;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	background: #CCC;
	color:#000000;
	text-decoration:none;
}

A.RedmondTopLinks
{
	text-decoration:none;
	color:White;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	color:#375D46;
  white-space:nowrap;
font-size: 10pt;

}
A.RedmondTopLinks:visited
{
	text-decoration:none;
	color:White;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	color:#375D46;
  white-space:nowrap;

}
A.RedmondTopLinks:hover
{
	
padding: 2px 6px 2px 6px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
  white-space:nowrap;
}

TD{font-family: Verdana,Arial,Helvetica; font-size: xx-small;}

Body
{
	font-size: xx-small;
	margin:0px;
}

Table
{
	font-size: xx-small;
}

.MenuSection
{
	font-weight:bold;
	font-size:110%;
}
#TopBar_mid
{
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B92D9', endColorStr='#CEDFF6', gradientType='1');
	background-color:#4B92D9;

}
#TopBar_right
{
	color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CEDFF6', endColorStr='#1E77D3', gradientType='1');
	background-color:#4B92D9;
}
#TopBar_left
{
	
	height:20px;
	background-color:#4B92D9;
}
.RedmondTopLinks
{
	color:White;
}

#LogoCell
{
	color:#FFFFFF;
	height:45px;
	background-color:#0A6CCE;
}
#LogoCell_mid
{
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0A6CCE', endColorStr='#FFFFFF', gradientType='1');
	background-color:#0A6CCE;
}
#TopMenu
{
	height:20px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color:#F1F1F1;
}
.LeftPaneStyle
{
	width:200px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color:#F1F1F1;
}

#Footer
{
	color:#ffffff;
	background-color:#3F8CDA;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#3F8CDA', gradientType='1')
}
.RedmondFooterText
{
	text-decoration:none;
	color:White;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	color:#ffffff;
  white-space:nowrap;
font-size: 8pt;
}

A.RedmondFooterText
{
	text-decoration:none;
	color:White;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	color:#ffffff;
  white-space:nowrap;
font-size: 8pt;

}

A.RedmondFooterText:visited
{
	text-decoration:none;
	color:White;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	color:#ffffff;
  white-space:nowrap;

}
A.RedmondFooterText:hover
{
	
padding: 2px 6px 2px 6px;
	margin: 0px;
	color: Gray;
	text-decoration: none;
  white-space:nowrap;
}


/*SolPart Menu Style*/
.MainMenu_MenuContainer {
    border-left: #F1F1F1; 0px solid; 
    border-right: #F1F1F1; 0px solid;  
    border-top: #F1F1F1; 0px solid; 
    border-bottom: #000000; 1px solid; 

}
.MainMenu_MenuBar
{
	
        font-size: 10pt;
	cursor: hand;
	color: #000099;
	background-color: #cccccc;
        height:18px;
        width:175px;

}
.MainMenu_MenuItem
{
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	cursor: hand;
	color: #000000;
	height: 18px;
        width:175px;
}
.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: #FFFFFF; 
    border-left: #ffffff 1px solid;
    border-right: #ffffff 0px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	width:16px;
	height:18px;
    text-align: center; 
}
.MainMenu_MenuArrow {

    border-right: #ffffff 1px solid; 
    border-left: #ffffff 0px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
    font-family: webdings; 
    font-size: 10px;
color: #000000;
    cursor: pointer; 
    cursor: hand;     
}
.MainMenu_MenuItemSel
{
	border-color: #000099;
	background-color: #CCC;
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
 
	height: 18px;
	cursor: hand;
	color: #000000;

}
.MainMenu_SubMenu
{
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family:Verdana, Tahoma, Arial, Helvetica;
font-size:10pt;

}



