.orangeballs
{
	font-size: 11pt;
}

.orangeballs .Head
{
	color: Black;
	font-size: 26pt;
	font-weight: bold;
}

.orangeballs .SubHead
{
	color: Black;
}

.orangeballs .Normal
{
	color: Black;
	font-size: 11pt;
}

.orangeballs .NormalBold
{
	color: Black;
	font-size: 11pt;
}

.orangeballs .DataGrid_Container .SubHead
{
	color: Black;
}

.orangeballs .FileManagerTreeNode
{
	color: Black;
}

.orangeballs .FileManager_Item, .orangeballs .FileManager_Item .Normal, .orangeballs .FileManager_StatusBar .NormalBold
{
	color: Black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.orangeballs .CommandButton     
{
	color: #1E3445;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
.orangeballs A.CommandButton:link 
{
	color: #1E3445;
}

.orangeballs A.CommandButton:visited  
{
	color: #1E3445;
}

.orangeballs A.CommandButton:hover    
{
	color: #FFA44B;
}
    
.orangeballs A.CommandButton:active   
{
	color: #1E3445;
}