/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* ================================
    CSS STYLES FOR BLOOD
   ================================
*/   
/* COLOR SPECIFIC */
.toppane {
	background-image: url(X.ContentTile.R1_C1.jpg);
}
.leftpane {
	width: 268px;
	background-image: url(X.Left_Panel_Tile.R1_C1.jpg);
}
.contentpane {
	background-image: url(X.ContentTile.R1_C1.jpg);
}
.rightpane {
	width: 220px;
	background-image: url(X.Right_Panel_Tile.R1_C1.jpg);
}
.bottompane {
	background-image: url(X.ContentTile.R1_C1.jpg);
}
/* style for Body */
.Body   {
    font-family: Tahoma, Verdana, Helvetica;
    font-size:  11px;
    font-weight:  normal;
    color:white;
}
/* style for Paragraphs */
.P   {
    font-family: Tahoma, Verdana, Helvetica;
    font-size:  11px;
    font-weight:  normal;
    color:white;
}
/* .Head  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles */
.Head 
{
    font-family: Verdana, Helvetica, Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF0000,Strength=2);
}
/* .SubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Item Titles and Admin Pages*/
.SubHead 
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 11px;    
    font-weight: bold;
    color: #FF0000; 
}
/* .SubSubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles for compact renderings - Quiklinks/Sign-ins*/
.SubSubHead 
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 8.5pt;    
    font-weight: bold;
    color: #FF9999;
}
/* Blue .Normal  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for most text rendered by modules*/
.Normal 
{
    font-family: Tahoma, Arial, Helvetica;	
    font-size: 11px;    
    font-weight: normal;
    color: #FFFFFF;
}
.NormalBold
{
    font-family: Tahoma;	
    font-size: 11px;    
	font-weight: bold;
    color: #FFBBBB;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;	
    font-size: 11px;    
	font-weight: bold;
	color: #FF0000;
}
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;	
    font-size: 11px;    
	font-weight: normal;
    color: #660000;
}
/* text style for the unselected tabs */
.OtherTabs 
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 8.5pt;    
    font-weight: bold;
    color: #CC9999;
}
/*  .ItemTitle  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for ItemTitles rendered by Announcements and Events Modules*/
.ItemTitle 
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 11px;    
    font-weight: bold;
    color:#990000;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF9999,Strength=2);
}
/* Link style for Module Item Titles and Admin Pages /////////////////////////////////////////////////////////////*/    
a:link.SubHead    
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 11px;    
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#CC9999,Strength=2);
}
a:visited.SubHead  
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;    
    color: #330000;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#CC9999,Strength=2);
}
a:active.SubHead   
{
    font-family: Tahoma, Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: none;
    color:white;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#CCCCFF,Strength=2);
}
a:hover.SubHead    
{
    font-family: Tahoma, Verdana, Helvetica;	
    font-size: 11px;   
    font-weight: bold;
    text-decoration: underline overline;
    color: #FFFFFF;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF3333,Strength=2);
}
/* Link style for Links  /////////////////////////////////////////////////////////////*/    
A:link    
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;    
    font-weight: normal;
    text-decoration: none;
    color:#FF3333;    
}
A:visited  
{
    font-family: Verdana, Tahoma, Helvetica;	
    font-size: 11px;   
    font-weight: normal;
    text-decoration: none;    
    color: #CC6666;
}
A:active   
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;   
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}
A:hover    
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;   
    font-weight: normal;
    text-decoration:  underline overline;
    color: #FFCCCC;
}
/* Link style for Normal Links  /////////////////////////////////////////////////////////////*/    
a:link.Normal    
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;    
    font-weight: normal;
    text-decoration: none;
    color:#FFCCCC;    
}
a:visited.Normal  
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;   
    font-weight: normal;
    text-decoration: none;    
    color: #CC9999;
}
a:active.Normal   
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;   
    font-weight: normal;
    text-decoration: normal;
    color: #FFFFFF;
}
a:hover.Normal    
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;   
    font-weight: normal;
    text-decoration:  underline overline;
    color: #FF6666;
}
/*  .Privacy  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* text style for Privacy */
.Privacy {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FF9999;
    font-family: Tahoma, Verdana, Helvetica;
    text-decoration: none;
}
/*  .CurrentDate  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* text style for CurrentDate */
.CurrentDate {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FF9999;
    font-family: Tahoma, Verdana, Helvetica;
}
/*  .Copyright  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Copyright */
.Copyright {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FF9999;
    font-family: Tahoma, Verdana, Helvetica;	
    text-decoration: none;
}
/*  .DotNetNuke  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for DotNetNuke */
.Dotnetnuke {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FF9999;
    font-family: Tahoma, Verdana, Helvetica;	
    text-decoration: none;
}
/*  .User  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* hyperlink style for the User */
a:link.User 
{
    font-family: Tahoma, Verdana, Helvetica;	
    font-size: 8.5pt;
    font-weight: bold;   
    text-decoration:    none;
    color: #FFCCCC;
}
a:visited.User  
{
    font-family: Tahoma, Verdana, Helvetica;	
    font-size: 8.5pt;    
    font-weight: bold;    
    text-decoration:    none;
    color: #FFCCCC;
}
a:active.User   
{
    font-family: Tahoma, Verdana, Helvetica;	
    font-size: 8.5pt;    
    font-weight: bold;   
    text-decoration:    none;
    color:white;
}
a:hover.User    
{
    font-family: Tahoma, Verdana, Helvetica;	
    font-size: 8.5pt;   
    font-weight: bold;     
    text-decoration:    underline;
    color: #FFFFFF;
}
/*  .Login  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Login */
a:link.Login {
    text-decoration:    none;
    color: #FF6666;
    font-family: Tahoma, Verdana, Helvetica;	
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#663333,Strength=3);
}
a:visited.Login  {
    text-decoration:    none;
    color: #CC6666;
    font-family: Tahoma, Verdana, Helvetica;	
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#663333,Strength=3);
}
a:active.Login   {
    text-decoration:    none;
    color:white;
    font-family: Tahoma, Verdana, Helvetica;	
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#00CCCC,Strength=3);
}
a:hover.Login    {
    text-decoration: underline overline;
    color: #FF0000;
    font-family: Tahoma, Verdana, Helvetica;	
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFCCCC,Strength=3);
} 
/*  .Breadcrumb  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Breadcrumb */
a:link.Breadcrumb {
    text-decoration:    none;
    color: #FFFFFF;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}
a:visited.Breadcrumb  {
    text-decoration:    none;
    color: #FFCCCC;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}
a:active.Breadcrumb   {
    text-decoration:    none;
    color: #FFFF00;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}
a:hover.Breadcrumb    {
    text-decoration:  underline;
    color: #000000;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
}
/*  .Hostname  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Hostname */
a:link.Hostname {
    text-decoration:    none;
    color: #CC0000;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFCCCC,Strength=2);
}
a:visited.Hostname  {
    text-decoration:    none;
    color: #990000;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFCCCC,Strength=2);
}
a:active.Hostname   {
    text-decoration:    none;
    color:white;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#00FFFF,Strength=2);
}
a:hover.Hostname    {
    text-decoration: underline overline;
    color: #FFFFFF;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    font-size: 8.5pt;
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF3333,Strength=2);
}
/* Main Menu ////////////////////////////////////////////////////////////////////////////////////////////////////*/
.MainMenu_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(X.Menu.BLACK.jpg);
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
	background-repeat: repeat-x;
}
.MainMenu_MenuBar {
	cursor: hand; 
	height:16;
}
.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 9pt;
	background-image: url(X.Menu.BLACK.jpg);
	border-left: #000000 0px solid;
	cursor: hand;
	color: white;
	border-bottom: #000000 0px solid;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: black;
}
.MainMenu_MenuIcon
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	background-image: url(X.Menu.BROWN.jpg);
	border-left: #000000 0px solid;
	width: 20px;
	cursor: hand;
	border-bottom: #000000 0px solid;
	background-repeat: repeat-x;
	height: 21px;
	background-color: #000000;
	text-align: center;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#330000', Direction=135, Strength=10) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}
.MainMenu_MenuBreak
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(/X.Menu.GREY.jpg);
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
	background-repeat: no-repeat;
	height: 0px;
	background-color: #000000;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url(X.Menu.BLOOD.jpg);
	cursor: hand;
	color: white;
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #FF0000;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	color: black;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	color: Red;
}
/* Link style for CommandButton Links  /////////////////////////////////////////////////////////////*/    
a:link.CommandButton
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
	color: #FFCCCC;	
	background-image: url(X.Menu.BLOOD.jpg);
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#330000,Strength=4);
    cursor: hand;
	display:table-cell;
}
a:visited.CommandButton
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
	color: #FFCCCC;	
	background-image: url(X.Menu.BROWN.jpg);
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#330000,Strength=4);
    cursor: hand;
	display:table-cell;
}
a:active.CommandButton   
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
	background-image: url(X.Menu.YELLOW.jpg);
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF9999,Strength=4);
    cursor: hand;
	display:table-cell;
}
a:hover.CommandButton
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
	background-image: url(X.Menu.RED.jpg);
    height: 0px;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#FF3333,Strength=4);
    cursor: hand;
	display:table-cell;
}
/*  /////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
/* CONTROL PANELS  //////////////////////////////////////////////////////////////////////////////////////////////*/    
/*  /////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 	
.ControlPanel {background-color: #000000 ; color: #FFFFFF ; padding-bottom: 10px; border-left-color: #FFFFFF; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;	border-top-color: #FFFFFF }		
.ControlPanel .head, .subhead, subsubhead {color: #FF3333 }

