/*----------------------------------------------------*/
/*    Skin Styles for DotNetNuke - Flex by DrNuke     */
/*           http://www.DrNuke.co.uk/flex             */
/*       Copyright DrNuke - All rights reserved       */
/*----------------------------------------------------*/
/*.box { 
  background: #FFFFFF; 
}*/
.boxtop { 
  background: url(images/upper_right_corner.jpg) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/upper_left_corner.jpg) no-repeat top left; 
}
.boxbottom { 
  background: url(images/lower_right_corner.jpg) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/lower_left_corner.jpg) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

/* Menu height */ 
.MenuAreaNew { padding:0px 0px 0px 0px; }
.MenuHeight { height:31px; }

.SolidBorder
{
    border: 1px solid white;
 }
.TBBorder
{
    border-right: white 0px solid;
    border-top: white 1px solid;
    border-left: white 0px solid;
    border-bottom: white 1px solid;

 }
.LBorder
{
    border-right: white 0px solid;
    border-top: white 0px solid;
    border-left: white 1px solid;
    border-bottom: white 0px solid;
 }
.RBorder
{
    border-right: white 1px solid;
    border-top: white 0px solid;
    border-left: white 0px solid;
    border-bottom: white 0px solid;

 }
 .ContentAreaBorder
{
    border-right: white 1px solid;
    border-top: white 0px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
/* Main menu container */ 
.MainMenu_SubMenu { background:#ffffff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; border:1px solid #adadad; z-index:1000; cursor:pointer; cursor:hand; font-weight:normal; filter:Alpha(Opacity=95); -moz-opacity:.95; }
/* Submenu items idle */ 
.MainMenu_MenuItem { background:#ffffff; color:#777777; font-family:arial; font-size:8pt; font-weight:bold; font-style:normal; padding:5px 30px 5px 16px; height:20px; border-top:0px solid #ffffff; border-right:0px solid #ffffff; border-bottom:1px solid #d8dde3; border-left:0px solid #ffffff; }
/* Submenu items hover */ 
.MainMenu_MenuItemSel { background-color:transparent; }
/* Submenu items hover */
.SubMenu_MenuItemSel { background:#e4e4e4; color:#3c3a6c; font-family:arial; font-size:8pt; font-weight:bold; cursor:pointer; cursor:hand; padding:5px 30px 5px 16px; height:20px;  border-top:0px solid #e4e4e4; border-right:0px solid #e4e4e4; border-bottom:1px solid #d8dde3; border-left:0px solid #e4e4e4; }
/* Box that contains the menu */
.MainMenu_MenuContainer { height:31px; background:transparent; border:0px solid #adadad;}
/* Bar that contains the menu */
.MainMenu_MenuBar { height:31px; cursor:pointer; cursor:hand; background:transparent; }

.MainMenu_Idle TD IMG { display:none; }
.MainMenu_Idle TD{ line-height:0; height:31px; padding:0; margin:0; vertical-align:middle;}
.MainMenu_Idle TD DIV{ height:31px; background:url(images/spacer.gif) top right no-repeat; background-color: transparent; margin:0; padding:0; float:left; _float:none; }
.MainMenu_Idle TD DIV DIV{ height:31px; background:url(images/spacer.gif) top left no-repeat; margin:0; padding:0 7px 0 7px; float:right; _float:none; }
.MainMenu_Idle TD DIV DIV DIV{ height:31px; background:url(images/spacer.gif) center center repeat-x; padding:0px 10px 0px 10px; margin:0; font-size:8pt; font-weight:bold; color:White; line-height:20pt; }

.MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG { display:none; }
.MainMenu_Selected TD, .MainMenu_BreadcrumbActive TD{ height:31px; padding:0; margin:0; vertical-align:middle; line-height:0; }
.MainMenu_Selected TD DIV, .MainMenu_BreadcrumbActive TD DIV{ height:31px; background:#3b1f14; margin:0; padding:0; float:left; _float:none; }
.MainMenu_Selected TD DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV{ height:31px; background:#3b1f14; margin:0; padding:0 7px 0 7px; float:right; _float:none; }
.MainMenu_Selected TD DIV DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV DIV{ line-height:20pt; height:31px; color:gray; font-size:8pt; background:#3b1f14; font-weight:bold; padding:0px 10px 0px 10px; margin:0; }

/* Menuitem arrows */
.MainMenu_MenuArrow { border-top:0px solid #ffffff; border-right:0px solid #ffffff; border-bottom:1px solid #d8dde3; border-left:0px solid #ffffff; margin:0; padding:0; }									 
/* Menuitem root arrows */
.MainMenu_RootMenuArrow { display:none; }									 
/* Menuitem icons */
.MainMenu_MenuIcon { display:none; }									 
/* Menuitem separator */
.MainMenu_Separator { }
/* Menuitems separator borders */ 
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; background:transparent; vertical-align:top; }

/* Menu cell */ 
.MenuCell { width:100%; }


