/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster1_1{
	width: 100%;
	background-color: #ffffff;
	border-right: #ad0014 1px solid; 
	border-top: #ad0014 1px solid; 
	border-left: #ad0014 1px solid; 
	border-bottom: #ad0014 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containermaster2_1 {
	width: 100%;
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containerrow1_1 {
	background-image: url(header.gif);
	color: #ffffff;
}
.containerrow2_1 {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #7a000e; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #ffffff; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #7a000e; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #fff0cc;
}

/* style for module titles */
.RedHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #7a000e;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #7a000e;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.CommandButton:visited  
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.CommandButton:hover    
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #cd0018;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.CommandButton:active   
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A:link 
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A:visited  
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A:hover    
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #cd0018;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A:active   
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #7a000e;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/
