
.container
{
	background-color:White;
}

.mhorizontal-border
{
	background-image:url(images/mhorizontal-border.gif);
	background-repeat:repeat-x;
	height:9;
	vertical-align:bottom;
}
.mright-border
{
	background-image:url(images/mright-border.gif);
	background-repeat:repeat-y;
	width:9;
	
}
.mleft-border
{
	background-image:url(images/mleft-border.gif);
	background-repeat:repeat-y;
	width:9;
	background-position:right;
	
}
.mbottom-horizontal-border
{
	background-image:url(images/mbottom-horizontal-border.gif);
	background-repeat:repeat-x;
	height:9;
	vertical-align:top;
}
.mDirection
{
	direction:rtl;
	text-align:right;
}
/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.ContainerTitle
{
	color:#990000;
	font-size:9pt;
}


.bottom_row {
	/*background-image: url(images/bottom-tile.gif);
	background-repeat:repeat-x;*/
	border-bottom:1px solid #ccccc;
}
.top_row 
{
	border-bottom:1px solid #ccccc;
	/*background-image: url(images/tile.gif);
	background-repeat:repeat-x;*/
	
}
.middle_row
{
  
  text-align:right;
	
}
.containerrow2_blue {
	background-color: #ffffff;
	text-align:right;
	direction:rtl;
}
.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;
}
.top_left

{
	border-left:1px solid #cccccc;
	/*background-image: url(images/top_left.gif);
	background-repeat:no-repeat;*/
	}
.top_right

{
	border-left:1px solid #cccccc;
	/*background-image: url(images/top_right.gif);
	background-repeat:no-repeat;*/
	}
.middle_left
{
	/*background-image:url(images/left-middle.gif);
	background-repeat:repeat-y;*/
	border-left:1px solid #cccccc;
	
	}
.middle_right
{
	/*background-image:url(images/right-middle.gif);
	background-repeat:repeat-y;*/
	border-right:1px solid #cccccc;
	}
.middle_row
{
	background-color:#ECECEC;
	}
.bottom_right
{background-image: url(images/bottom_right.gif);
	background-repeat:no-repeat;}
.bottom_left
{background-image: url(images/bottom_left.gif);
	background-repeat:no-repeat;}

