.DRC_containermaster {
	width: 100%;
	background-color:Transparent;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	_padding-left:0px;
	_padding-right:0px;
	_padding-bottom:0px;
}
.DRC_containerrow 
{
	background-color: Transparent; /*#EDEDED */
    height:20px;	
}
.DRC_TopLeft
{
   background: url('images/MRI_C1_TopLeft.jpg') no-repeat top left transparent;
   height:20px;
   width:20px;
}
.DRC_TopCenter
{
   background: url('images/MRI_C1_CenterTile.jpg') repeat-x top left transparent;
   height:20px;
   vertical-align:bottom;
   text-align:left;
}
.DRC_TopCenter Span
{
   display:inline-block;
   color:#FFFFFF;
   font-family: Verdana; tahoma;
   font-weight:bold;
   font-size:14px;
   padding-bottom:0px;
}
.DRC_TopRight
{
   background: url('images/MRI_C1_TopRight.jpg') no-repeat top left transparent;
   height:20px;
   width:25px;
}
.DRC_SimpleBack 
{
   background-color:#CCCC98;
}
.DRC_ContentLeft
{
   background: url('images/MRI_C1_ContentLeftTile.jpg') repeat-y top left transparent;
   width:9px;
}
.DRC_ContentClass
{
  padding-left:10px;
  padding-right:5px;
}
.DRC_ContentRight
{
   background: url('images/MRI_C1_ContentRightTile.jpg') repeat-y top right transparent;
   width:25px;
}
.DRC_BottomLeft
{
   background: url('images/MRI_C1_BottomLeft.jpg') no-repeat top left transparent;
   width:20px;
   height:22px;
}
.DRC_BottomRunner
{
   background: url('images/MRI_C1_BottomTile.jpg') repeat-x top center transparent;
   height:22px;
}
.DRC_BottomRight
{
   background: url('images/MRI_C1_BottomRight.jpg') no-repeat top left transparent;
   width:25px;
   height:22px;
}


.LRC_containermaster {
	width: 100%;
	background-color:Transparent;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	_padding-left:0px;
	_padding-right:0px;
	_padding-bottom:0px;
}
.LRC_containerrow 
{
	background-color: Transparent; /*#EDEDED */
    height:20px;	
}
.LRC_TopLeft
{
   background: url('images/MRI_C2_TopLeft.jpg') no-repeat top left transparent;
   height:20px;
   width:20px;
}
.LRC_TopCenter
{
   background: url('images/MRI_C2_CenterTile.jpg') repeat-x top left transparent;
   height:20px;
   vertical-align:bottom;
   text-align:left;
}
.LRC_TopCenter Span
{
   display:inline-block;
   color:#FFFFFF;
   font-family: Verdana, tahoma;
   font-weight:bold;
   font-size:14px;
   padding-bottom:0px;
}
.LRC_TopRight
{
   background: url('images/MRI_C2_TopRight.jpg') no-repeat top left transparent;
   height:20px;
   width:25px;
}
.LRC_SimpleBack 
{
   background-color:#FDE8CD;
}
.LRC_ContentLeft
{
   background: url('images/MRI_C2_ContentLeftTile.jpg') repeat-y top left transparent;
   width:9px;
}
.LRC_ContentClass
{
  padding-left:10px;
  padding-right:5px;
}
.LRC_ContentRight
{
   background: url('images/MRI_C2_ContentRightTile.jpg') repeat-y top right transparent;
   width:25px;
}
.LRC_BottomLeft
{
   background: url('images/MRI_C2_BottomLeft.jpg') no-repeat top left transparent;
   width:20px;
   height:22px;
}
.LRC_BottomRunner
{
   background: url('images/MRI_C2_BottomTile.jpg') repeat-x top center transparent;
   height:22px;
}
.LRC_BottomRight
{
   background: url('images/MRI_C2_BottomRight.jpg') no-repeat top left transparent;
   width:25px;
   height:22px;
}
.Head
{
  font-family : Verdana, Arial;
}

.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: Verdana. 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: #DDDDDD;
}

a.link: visited
{
	font-color: #000000;
}
