/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 80%;
	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: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 80%;
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}

.white_topleft {
	background-image: url('c1topleft.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.white_topright {
	background-image: url('c1topright.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.white_botleft {
	background-image: url('c1botleft.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.white_botright {
	background-image: url('c1botright.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.white_top {
	background-image: url('c1top.jpg');
	background-repeat: repeat-x;
	height: 10px;
}
.white_right {
	background-image: url('c1right.jpg');
	background-repeat: repeat-y;
	width: 10px;
}
.white_bottom {
	background-image: url('c1bottom.jpg');
	background-repeat: repeat-x;
	height: 10px;
}
.white_left {
	background-image: url('c1left.jpg');
	background-repeat: repeat-y;
	width: 10px;
}
.white_main{
	background: #FFFFFF;
}

.purple_topleft {
	background-image: url('c2topleft.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.purple_topright {
	background-image: url('c2topright.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.purple_botleft {
	background-image: url('c2botleft.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.purple_botright {
	background-image: url('c2botright.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.purple_top {
	background-image: url('c2top.jpg');
	background-repeat: repeat-x;
	height: 10px;
}
.purple_right {
	background-image: url('c2right.jpg');
	background-repeat: repeat-y;
	width: 10px;
}
.purple_bottom {
	background-image: url('c2bottom.jpg');
	background-repeat: repeat-x;
	height: 10px;
}
.purple_left {
	background-image: url('c2left.jpg');
	background-repeat: repeat-y;
	width: 10px;
}
.purple_main {
	background: #550C5B;
	color: #FFFFFF;
}

div#whitecontainer .conthead {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
div#whitecontainer .normal {
	font-size: 80%;
	color: #000000;
}
div#whitecontainer td {
	font-size: 80%;
	color: #000000;
}
div#whitecontainer a:link {
	color: #657890;
	text-decoration: underline;
}
div#whitecontainer a:visited {
	color: #657890;
	text-decoration: underline;
}
div#whitecontainer a:active {
	color: #657890;
	text-decoration: underline;
}
div#whitecontainer a:hover {
	color: red;
	text-decoration: underline;
}

div#purplecontainer .conthead {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
div#purplecontainer .normal {
	font-size: 80%;
	color: #FFFFFF;
}
div#purplecontainer td {
	font-size: 80%;
	color: #FFFFFF;
}
div#purplecontainer a:link {
	color: white;
	text-decoration: underline;
}
div#purplecontainer a:visited {
	color: white;
	text-decoration: underline;
}
div#purplecontainer a:active {
	color: white;
	text-decoration: underline;
}
div#purplecontainer a:hover {
	color: red;
	text-decoration: underline;
}

