/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* COLOR SPECIFIC */

/* .BlackGlass.Head  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles */


	
.BlackGlass .Head
{
	font-weight: bold;
	font-size: 16px;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#0000FF,Strength=3);
	color: lightcyan;
	font-family: Verdana, Helvetica;
	height: 0px;
}

/* .BlackGlass.SubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Item Titles and Admin Pages*/
.BlackGlass .SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: lightsteelblue;
	font-family:  Verdana, Helvetica;

}

/* .BlackGlass.SubSubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles for compact renderings - Quiklinks/Sign-ins*/
.BlackGlass .SubSubHead
{
	font-family:  Verdana, Helvetica;
	font-size: 8pt;	
	font-weight: bold;
	color: #000066;
}

/* .BlackGlass .Normal  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for most text rendered by modules*/
.BlackGlass .Normal
{
	font-weight: normal;
	font-size: 11px;
	color: #9999FF;
	font-family:  Verdana, Helvetica;
}

.BlackGlass .NormalBold
{
	font-weight: bold;
	font-size: 11px;
	color: #9999FF;
	font-family:  Verdana, Helvetica;
}

.BlackGlass .NormalRed
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family:  Verdana, Helvetica;
}


/*  .ItemTitle  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for ItemTitles rendered by Announcements and Events Modules*/
.BlackGlass .ItemTitle 
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;    
    font-weight: bold;
	color: #000066; 
    filter:progid:DXImageTransform.Microsoft.Glow(Color=blue,Strength=1);
}

/* Link style for Module Item Titles and Admin Pages /////////////////////////////////////////////////////////////*/    
.BlackGlass A.SubHead:link    
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;    
    font-weight: bold;
    text-decoration: none;
    color: #003399;    
}

.BlackGlass A.SubHead:visited  
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;    
    color: #333366;
}

.BlackGlass A.SubHead:active   
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;
    color:red;
}

.BlackGlass A.SubHead:hover
{
	font-family:  Verdana, Helvetica;	
	font-size: 11px;	
	font-weight: bold;
	text-decoration: underline overline;
	color: #00cc99;
}


/* Link style for SelectedTab  /////////////////////////////////////////////////////////////*/    
.BlackGlass A.SelectedTab:link    
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;    
    font-weight: bold;
    text-decoration: none;
    color: #003399;
}

.BlackGlass A.SelectedTab:visited  
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;    
    color: #333366;
}

.BlackGlass A.SelectedTab:active   
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;
    color:red;
}

.BlackGlass A.SelectedTab:hover    
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
	text-decoration: underline overline;
	color: #00cc99;
}

/* Link style for OtherTabs  /////////////////////////////////////////////////////////////*/    
.BlackGlass A.OtherTabs:link    
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;    
    font-weight: bold;
    text-decoration: none;
    color: #003399;    
}

.BlackGlass A.OtherTabs:visited  
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;    
    color: #333366;
}

.BlackGlass A.OtherTabs:active   
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;
    color:red;
}

.BlackGlass A.OtherTabs:hover    
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
	text-decoration: underline overline;
	color: #00cc99;
}


.BlackGlass td
{
	color: #99cccc;
	font-family:  Verdana, Helvetica;	
    font-size: 11px;   
}

/* Link style for Normal Links  /////////////////////////////////////////////////////////////*/    
.BlackGlass A:link
{
	font-weight: normal;
	font-size: 11px;
	color: #cc6633;
	font-family: Verdana, Helvetica;
	text-decoration: underline;
}

.BlackGlass A:visited  
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: normal;
	text-decoration: underline;
    color: #cc6633;
}

.BlackGlass A:active   
{
    font-family:  Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: normal;
	text-decoration: underline;
    color: #cc6633;
}

.BlackGlass A:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #00ffff;
	font-family: Verdana, Helvetica;
	text-decoration: underline overline;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.BlackGlass .NormalTextBox
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family:  Verdana, Helvetica;
}
/* Link style for CommandButton Links  /////////////////////////////////////////////////////////////*/    
.BlackGlass A.CommandButton:link
{
	border-right: slateblue 2px outset;
	padding-right: 5px;
	border-top: slateblue 2px outset;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: slateblue 2px outset;
	color: black;
	padding-top: 2px;
	border-bottom: slateblue 2px outset;
	font-family: Verdana, Helvetica;
	background-color: lightsteelblue;
	text-decoration: none;
	background-image: url(/Portals/10/Containers/Stars - Glass/cyanbutton.jpg);

}

.BlackGlass A.CommandButton:visited
{
	border-right: slateblue 2px outset;
	padding-right: 5px;
	border-top: slateblue 2px outset;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: slateblue 2px outset;
	color: black;
	padding-top: 2px;
	border-bottom: slateblue 2px outset;
	font-family: Verdana, Helvetica;
	background-color: lightsteelblue;
	text-decoration: none;
	background-image: url(/Portals/10/Containers/Stars - Glass/cyanbutton.jpg);

}

.BlackGlass A.CommandButton:active   
{
	border-right: slateblue 2px outset;
	padding-right: 5px;
	border-top: slateblue 2px outset;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: slateblue 2px outset;
	color: black;
	padding-top: 2px;
	border-bottom: slateblue 2px outset;
	font-family: Verdana, Helvetica;
	background-color: lightsteelblue;
	text-decoration: none;
	background-image: url(/Portals/10/Containers/Stars - Glass/cyanbutton.jpg);

}

.BlackGlass A.CommandButton:hover
{
	border-right: #cc6633 2px outset;
	padding-right: 5px;
	border-top: #cc6633 2px outset;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #cc6633 2px outset;
	color: black;
	padding-top: 2px;
	border-bottom: #cc6633 2px outset;
	font-family: Verdana, Helvetica;
	background-color: #cc6633;
	text-decoration: none;
	background-image: url(/Portals/10/Containers/Stars - Glass/orangebutton.jpg);
}

