﻿/* 
================================
 Orange Container Styles
================================
*/   
.containermaster_orange {
	width: 100%;
	background-color: #FFCC9A;
	border-right: #FF9900 1px solid; 
	border-top: #FF9900 1px solid; 
	border-left: #FF9900 1px solid; 
	border-bottom: #FF9900 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_orange {
	background-color: #FF9900;
}
.containerrow2_orange {
	background-color: white;
}
.Head{
	color:white;
}
.Normal{
	vertical-align:top;
}
a{
}
a:link{
}
a:hover{
}
a:active{
}
a:visited{
}
/* 
================================
 Purple Container Styles
================================
*/   
.containermaster_purple {
	width: 100%;
	background-color: #DFE5F2;
	border-right: #5C2C90 1px solid; 
	border-top: #5C2C90 1px solid; 
	border-left: #5C2C90 1px solid; 
	border-bottom: #5C2C90 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_purple {
	background-color: #5C2C90;
}
.containerrow2_purple {
	background-color: white;
}
/* 
================================
 White Container Styles
================================
*/   
.containermaster_white {
	width: 100%;
	background-color: white;
	border-right: #FF9900 1px solid; 
	border-top: #FF9900 1px solid; 
	border-left: #FF9900 1px solid; 
	border-bottom: #FF9900 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_white {
	background-color: #FF9900;
}
.containerrow2_white {
	background-color: white;
}
/* 
================================
 News Articles Latest Module - Hack
================================
*/
/* Press Releases */
#dnn_ctr631_ModuleContent table{
	height:225px;
}
#dnn_ctr631_ModuleContent td{
	height:10px;
	vertical-align:top;
}
/* Success Stories */
#dnn_ctr632_ModuleContent table{
	height:225px;
}
#dnn_ctr632_ModuleContent td{
	height:10px;
	vertical-align:top;
}
/* Industry Events */
#dnn_ctr640_ModuleContent table{
	height:225px;
}
#dnn_ctr640_ModuleContent td{
	height:10px;
	vertical-align:top;
}
/* 
================================
 News Articles Module
================================
*/
.FeaturedItem {
	height:225px;
}
.FeaturedItem td{
	vertical-align:top;
}
/* Industry Events */
#dnn_ctr641_ContentPane{
	/* background-color: white; */
}
/* Press Releases */
#dnn_ctr486_ContentPane{
	/* background-color: white; */
}
/* Success Stories */
#dnn_ctr501_ContentPane{
	/* background-color: white; */
}
/* National Awards */
#dnn_ctr524_ContentPane{
	/* background-color: white; */
}
/* Resources */
#dnn_ctr519_ContentPane{
	/* background-color: white; */
}
/* 
================================
 DNN Container Styles
================================
*/   
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black;
	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: #EEEEEE; 
	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: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}