/*========================================================*/
/*         CSS for DotNetNuke Skin - Clipped              */
/*                  by Brian Connor                       */
/*               http://bc.digidia.com                    */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0; background: url(main_bg.jpg) repeat-x top left #B5B5B5; margin: 10 15 20 15; }
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: tahoma; font-size: 11px; line-height: 1.4em; margin: 0;}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard      --*/ .OuterTable { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- outermost table of skin -Standard      --*/ .OuterTableTop { width: 85%; height: 100%; background: url(page_bg_l_top.gif) repeat-y top left #FFF; align: center; }
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- cell containing login and register - 2 --*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; }
/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { vertical-align: top; color: #777; padding: 10px 18px 0px 18px; text-align:left; }
/*-- cell containing search                 --*/ .SearchTD { text-align:right; vertical-align: top; padding: 6px 7px 0px 0px; height:20px; width:310px;}
/*-- cell containing date                   --*/ .DateTD { text-align:left; vertical-align: top; padding: 4px 0px 0px 228px; height:20px;}
/*-- cell containing date 2                 --*/ .DateTD2 { text-align:right; vertical-align: top; padding: 10px 13px 0px 228px; height:29px;}
/*-- cell containing menu                   --*/ .MenuTD { width: 199px; vertical-align: top; padding: 4px 0 0 0; }
/*-- cell containing panes                  --*/ .PanesTD { width:100%; vertical-align: top; padding: 0 0 0 12px; }
/*-- top header section                     --*/ .TopRow { background:  url(header_bg.jpg) repeat-x top left; height: 174px; padding: 0; }
/*-- topleft header section                 --*/ .TopRowLeft { background:  url(headerlogo.jpg) no-repeat top left; height: 174px; width:100%; padding: 0; }
/*-- topleft header section                 --*/ .TopRowLeft_Top { background:  url(headerlogo_Top.jpg) no-repeat top left; height: 174px; width:100%; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background:  url(header_bg_r2.jpg) no-repeat top right; height: 174px; width:100%; padding: 0;}
/*-- topright header section                --*/ .TopRowRight2 { background:  url(header_bg_r.jpg) no-repeat top right; height: 174px; width:100%; padding: 0;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top center #B5B5B5; height: 56px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 56px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft_Top { background:  url(footer_bg_l_Top.gif) no-repeat top left; height: 56px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 56px; text-align: right; vertical-align: top; padding: 27px 25px 0 25px; }
/*-- middle content section                 --*/ .MiddleRow { background:  url(page_bg_r.gif) repeat-y top right; padding: 0 8px 0 14px; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 7px; width: 33%; }
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 7px; }
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px;}
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 5px 5px 0 5px; }

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #ddd; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #FFF; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ddd; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #777; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #777; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #777; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFF; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFF; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#DDD; font-weight:bold; text-decoration:none;  }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 95%; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 95%; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 17px 4px 13px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 174px; color: #888; padding: 4px 0px 0px 8px; border: 0px solid #FFFFFF; cursor:text;}
/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 190px; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 190px; }
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #FFEAD5; padding: 0px; border: 1px solid #FFCE9B; font-weight: normal; filter: none; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #FFEAD5; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #FFCE9B; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #666; background:  url(nav_idle.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #222; background:  url(nav_over.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #666; background:  url(nav_active.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

.inventua_sidemenu
{
	width: 180px; 
}

.SideMenu_Header0
{
	width: 180px; 
	background:  url(nav_active.gif) no-repeat;
	text-decoration: none;
	font-style: normal; 
	cursor: pointer;
	cursor: hand;
	padding: 0px 5px 0px 16px;
	height: 20px;
	border: 1px solid #fff;
}
.SideMenu_Item0
{
	width: 180px; 
	background:  url(nav_idle.gif) no-repeat;
	text-decoration: none;
	font-style: normal; 
	cursor: pointer;
	cursor: hand;
	padding: 0px 5px 0px 16px;
	height: 20px;
	border: 1px solid #fff;
}
.SideMenu_Item1
{
	width: 170px; 
	background: #FFEAD5;
	cursor: pointer;
	cursor: hand; 
	height: 20px;
	padding: 0px 5px 0px 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 15px solid #fff;
}
.SideMenu_HeaderHeightlight0
{
	width: 180px; 
	background:  url(nav_over.gif) no-repeat;
	text-decoration: none;
	font-style: normal; 
	cursor: pointer;
	cursor: hand;
	padding: 0px 5px 0px 16px;
	height: 20px;
	border: 1px solid #fff;
}
.SideMenu_ItemHeighlight0
{
	width: 180px; 
	background:  url(nav_over.gif) no-repeat;
	text-decoration: none;
	font-style: normal; 
	cursor: pointer;
	cursor: hand;
	padding: 0px 5px 0px 16px;
	height: 20px;
	border: 1px solid #fff;
}
.SideMenu_ItemHeighlight1
{
	width: 170px; 
	background: #FFCE9B;
	cursor: pointer;
	cursor: hand; 
	height: 20px;
	padding: 0px 5px 0px 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 15px solid #fff;
}
.SideMenu_CurrentHeader0
{
	font-size:100%;
}
.SideMenu_CurrentItem0
{
	font-size:100%;
	text-decoration: underline;
}
.SideMenu_CurrentItem1
{
	font-size:100%;
	text-decoration: underline;
}

.OuterTable1 { width: 93%; align: center; cellpadding: 0; cellspacing: 0; margin: 0; border: 0; border-collapse: collapse; }
.OuterTable1TopLeft { width: 7px; height:17px; background: #FFFFFF url('OuterTable1TopLeft.jpg') no-repeat top left; }
.OuterTable1TopCenter { height:17px; background: #FFFFFF url('OuterTable1TopCenter.jpg') repeat-x top left; }
.OuterTable1TopRight { width: 7px; height:17px; background: #FFFFFF url('OuterTable1TopRight.jpg') no-repeat;}

.OuterTable1MiddleLeft { height:100%; background: #FFFFFF url('OuterTable1MiddleLeft.jpg') repeat-y top left; }
.OuterTable1MiddleCenter { height: 100%; background: #FFFFFF; vertical-align: top; align: left;}
.OuterTable1MiddleRight { height:100%; background: #FFFFFF url('OuterTable1MiddleRight.jpg') repeat-y top left; }

.OuterTable1BottomLeft { height:9px; background: #FFFFFF url('OuterTable1BottomLeft.jpg') no-repeat; }
.OuterTable1BottomCenter { height:9px; background: #FFFFFF url('OuterTable1BottomCenter.jpg') repeat-x top left; }
.OuterTable1BottomRight { height:9px; background: #FFFFFF url('OuterTable1BottomRight.jpg') no-repeat;}

.HeaderTable1 { width: 100%; align: center; cellpadding: 0; cellspacing: 0; margin: 0 0 20 0; border: 0; border-collapse: collapse; }
.HeaderTable1TopLeft { width: 7px; height: 7px; background: #FFFFFF url('HeaderTable1TopLeft.jpg') no-repeat top right; }
.HeaderTable1TopCenter { height:7px; background: #FFFFFF url('HeaderTable1TopCenter.jpg') repeat-x top left; }
.HeaderTable1TopRight { width: 7px; height:7px; background: #FFFFFF url('HeaderTable1TopRight.jpg') no-repeat;}

.HeaderTable1MiddleLeft { height:100%; background: #FFFFFF url('HeaderTable1MiddleLeft.jpg') repeat-y top right; }
.HeaderTable1MiddleCenter { height: 100%; background: #FFA137; vertical-align: top; align: left; position:relative; }
.HeaderTable1MiddleRight { height:100%; background: #FFFFFF url('HeaderTable1MiddleRight.jpg') repeat-y top left; }

.HeaderTable1BottomLeft { height: 7px; background: #FFFFFF url('HeaderTable1BottomLeft.jpg') no-repeat top right; }
.HeaderTable1BottomCenter { height: 7px; background: #FFFFFF url('HeaderTable1BottomCenter.jpg') repeat-x top left; }
.HeaderTable1BottomRight { height: 7px; background: #FFFFFF url('HeaderTable1BottomRight.jpg') no-repeat;}

.HeaderMiddleTable1 { width: 100%; align: center; cellpadding: 0; cellspacing: 0; margin: 0; border: 0; border-collapse: collapse; }
.HeaderMiddleTable1Logo {border: 0; width: 200px;}
.HeaderMiddleTable1Top { text-align: right; vertical-align: top; top; color: #FFF; font-family: tahoma; font-size: 10px; font-weight:bold; text-decoration: none; }
.HeaderMiddleTable1Middle, a.HeaderMiddleTable1Middle:link, a.HeaderMiddleTable1Middle:visited, a.HeaderMiddleTable1Middle:active { text-align: right; vertical-align: top; color: #FFF; font-family: tahoma; font-size: 14px; font-weight:bold; text-decoration: none; }
a.HeaderMiddleTable1Middle:hover { text-align: right; vertical-align: top; color: #FFF; font-family: tahoma; font-size: 14px; font-weight:bold; text-decoration: none; border-bottom: 1px solid; }
.HeaderMiddleTable1Bottom { text-align: right; vertical-align: bottom; top; color: #FFF; font-family: tahoma; font-size: 14px; font-weight:bold; text-decoration: none; }

.TopTable1 { width: 100%; }
.TopTable1Left { }
.TopTable1Center { }
.TopTable1Right { }

.MiddleTable1 { width: 100%; }
.MiddleTable1Menu { width: 190px; }
.MiddleTable1Left { width: 33%; }
.MiddleTable1Center { width: 33%; }
.MiddleTable1Right { width: 33%; }

.BottomTable1 { width: 100%; align: center; cellpadding: 0; cellspacing: 0; margin: 0; border: 0; border-collapse: collapse; vertical-align: bottom; }
.BottomTable1TopLeft { width: 5px; height: 5px; background: #FFFFFF url('BottomTable1TopLeft.jpg') no-repeat top right; }
.BottomTable1TopCenter { height: 5px; background: #FFFFFF url('BottomTable1TopCenter.jpg') repeat-x top left; }
.BottomTable1TopRight { width: 5px; height: 5px; background: #FFFFFF url('BottomTable1TopRight.jpg') no-repeat;}

.BottomTable1MiddleLeft { background: #FFFFFF url('BottomTable1MiddleLeft.jpg') repeat-y top right; }
.BottomTable1Copyright, a.BottomTable1Copyright:link, a.BottomTable1Copyright:visited, a.BottomTable1Copyright:active { background: #EB902E; vertical-align: top; text-align: right; color: #FFF; font-family: tahoma; font-size: 9px; font-weight:bold; text-decoration: none;  }
.BottomTable1MiddleCenter, a.BottomTable1MiddleCenter:link, a.BottomTable1MiddleCenter:visited, a.BottomTable1MiddleCenter:active { background: #EB902E; vertical-align: top; text-align: right; color: #FFF; font-family: tahoma; font-size: 12px; font-weight:bold; text-decoration: none;  }
a.BottomTable1MiddleCenter:hover { background: #EB902E; vertical-align: top; text-align: right; color: #FFF; font-family: tahoma; font-size: 12px; font-weight:bold; text-decoration: none; border-bottom: 1px solid; }
.BottomTable1MiddleRight { background: #FFFFFF url('BottomTable1MiddleRight.jpg') repeat-y top left; }

.BottomTable1BottomLeft { height: 5px; background: #FFFFFF url('BottomTable1BottomLeft.jpg') no-repeat top right; }
.BottomTable1BottomCenter { height: 5px; background: #FFFFFF url('BottomTable1BottomCenter.jpg') repeat-x top left; }
.BottomTable1BottomRight { height: 5px; background: #FFFFFF url('BottomTable1BottomRight.jpg') no-repeat;}
