/* Matt Stempel */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{ margin: 0px 0px 0px 0px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, td
{ font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
line-height:18px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color:#c41a84;
text-decoration:underline
}

A:visited   {
color:#b5177a;
text-decoration:
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}
a.login:link, a.login:visited {
color:#FFFFFF;
text-decoration:none;
font-size:9pt}
a.login:hover {
color:#666666}

a.ToFlexCopyright:link, a.ToFlexCopyright:visited {
text-decoration:none;
font-size:9pt;}

/* 2NavigateTree START ***************************************************************************************************************************/    


#ToNavForToFlex { padding-left:0px; margin-top:3px; /*margin-top:0px;*/}
.ToNavigateNavContainer DIV { 	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; text-decoration:none; width:170px;}
.ToNavigateNavContainer A, .ToNavigateNavContainer A:visited, .ToNavigateNavContainer A:hover { text-decoration:none  }
#LinkSelected {   }
#LinkInPath {}  


/* NavLevel 2 **********************************************************************************************************************************/ 
 DIV.NavLevel1 							{  margin-top:0px;
										}
a.NavLevel1:link, a.NavLevel1:visited 	{
									width: 170px;
									line-height:25px;
									Color:#000000;
									padding-left:5px;
									display:block;
									background-color:#eeeeee;
									font-size:11px;
									letter-spacing:1px
									}
a.NavLevel1:hover 					{
									background-color:#E8E8E8; 
									color: #000000;
									}
#Selected a.NavLevel1  				{
									background-color:#CCCCCC;
									Color: #c41a84;
									} 
#InPath a.NavLevel1  				{
									background-color:#E8E8E8;
									color: #000000;
									}

/* NavLevel 2 **********************************************************************************************************************************/ 
a.NavLevel2:link, a.NavLevel2:visited 	{
									width: 170px;
									line-height:18px;
									Color:#000000;
									display:block;
									background-color:#f7f7f7;
									padding-left:10px;
									margin-left:0px;
									font-size:11px;
									}
a.NavLevel2:hover 					{ 
									background-color:#CCCCCC; 
									color: #000000;									}
#Selected a.NavLevel2 				{
									background-color:#CCCCCC;
									Color: #c41a84;
									
									} 
#InPath a.NavLevel2  				{
									color: #36398A;
									background-image:url(Assets/NavigationLeft/NavLevel2LinkInPath.gif);
									}
#InPath a.NavLevel2:hover
									{
										background-image:url(Assets/NavigationLeft/NavLevel2MouseOver.gif);
										color: #36398A;
									}
/* NavLevel 3 **********************************************************************************************************************************/ 
a.NavLevel3:link, a.NavLevel3:visited 	{
										width: 150px;
										line-height:20px;
										padding-left:22px;
										display:block;
										background-image:url(Assets/NavigationLeft/NavLevel3Default.gif);
										background-repeat:no-repeat;
										letter-spacing:1px;
										text-decoration:none; /*addtional*/
										color: #36398A;
										/*Border*/
										border-top: 0px;
										border-right: 1px;
										border-bottom: 1px;
										border-left: 1px;
										border-color:#FFFFFF;
										border-style:solid;
										}
a.NavLevel3:hover 						{ 
										background-image:url(Assets/NavigationLeft/NavLevel3MouseOver.gif);
										color: #36398A;

										}
#Selected a.NavLevel3					{
										Color: #FF00FF;
										background-image:url(Assets/NavigationLeft/NavLevel3LinkSelected.gif);
										} 
#InPath a.NavLevel3  					{
										color: #36398A;
										background-image:url(Assets/NavigationLeft/NavLevel3LinkInPath.gif);
										}
#InPath a.NavLevel3:hover
										{
										background-image:url(Assets/NavigationLeft/NavLevel3MouseOver.gif);
										color: #36398A;
										}

/* NavLevel 4 **********************************************************************************************************************************/ 
a.NavLevel4:link, a.NavLevel4:visited 	{
										width: 150px;
										line-height:20px;
										padding-left:22px;
										display:block;
										background-image:url(Assets/NavigationLeft/NavLevel4Default.gif);
										background-repeat:no-repeat;
										letter-spacing:1px;
										text-decoration:none; /*addtional*/
										color: #36398A;
										/*Border*/
										border-top: 0px;
										border-right: 1px;
										border-bottom: 1px;
										border-left: 1px;
										border-color:#FFFFFF;
										border-style:solid;
										}
a.NavLevel4:hover 						{ 
										background-image:url(Assets/NavigationLeft/NavLevel4MouseOver.gif);
										color: #36398A;

										}
#Selected a.NavLevel4					{
										color: #36398A;
										background-image:url(Assets/NavigationLeft/NavLevel3LinkSelected.gif);
										} 
#InPath a.NavLevel4  					{
										color: #36398A;
										background-image:url(Assets/NavigationLeft/NavLevel4LinkInPath.gif);
										}
#InPath a.NavLevel4:hover
										{
										background-image:url(Assets/NavigationLeft/NavLevel4MouseOver.gif);
										color: #36398A;
										}

/* 2NavigateTree END ******************************************************************************************************************************/ 

