/*========================================================*/
/*         CSS for DotNetNuke Skin - Vertigo              */
/*                  by Evan ONeil                         */
/*             http://evan.normanoneil.com                */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0; background: #8c8e92; margin: 5 0 5 0; }
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: Arial; /*font-size: 11px;*/ font-size: 12px; line-height: 1.4em; }

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard      --*/ .OuterTable { width: 100%; height: 100%; align: center; }
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 100%; height: 100%; align: center; }
/*-- cell containing login and register     --*/ .LoginTD { text-align:right; vertical-align: top; color: #404852; padding: 11px 0px 0 0; }
/*-- cell containing search                 --*/ .SearchTD {text-align:right; vertical-align: top; padding: 12px 0px 0 0;}
/*-- cell containing login no search        --*/ .LoginTDNS { height:56px; text-align:right; vertical-align: top; color: #404852; padding: 39px 30px 0 0; }
/*-- cell containing search no search       --*/ .NSPaneTD { height:135px; text-align:right; vertical-align: top; padding: 0 15px 0 0;}
/*-- cell containing panes                  --*/ .PanesTD { width:100%; vertical-align: top; padding: 0 11px 0 6px; }
/*-- DIV containing panes                   --*/ .PanesDIV { padding: 10px 5px 0 5px; }
/*-- cell containing menu pane              --*/ .MenuPaneTD { width:100%; vertical-align: top; padding: 14px 0 0 0; }
/*-- bottom footer section                  --*/ .BottomRow { background: url(footer_bg.gif) repeat-x top center #B5B5B5; height: 80px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft { background: url(footer_bg_l.gif) no-repeat top left; height: 80px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background: url(footer_bg_r.gif) no-repeat top right; height: 80px; text-align: right; vertical-align: top; padding: 23px 40px 0 25px; }
/*-- middle content section                 --*/ .MiddleRow {padding: 0 8px 0 0px; }
/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { text-align:left; vertical-align: middle; color: #FFF; padding: 0 14px 0 14px; height:26px;}
/*-- cell containing logo                   --*/ .LogoTD { text-align:center; vertical-align: middle; padding: 29px 0 0 0; height:191px; width: 204px;}

/*-- top header section                     --*/ .TopRow { background: url(header_bg.jpg) repeat-x top left; height: 201px; padding: 0; }
/*-- topleft header section                 --*/ .TopRowLeft { background: url(header_bg_l.jpg) no-repeat top left; height: 201px; width:100%; padding: 0; }
/*-- topleft header section man             --*/ .TopRowLeftM { background: url(header_bg_l_man.jpg) no-repeat top left; height: 201px; width:100%; padding: 0; }
/*-- topleft header section woman           --*/ .TopRowLeftW { background: url(header_bg_l_woman.jpg) no-repeat top left; height: 201px; width:100%; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background: url(header_bg_r.jpg) no-repeat top right; height: 201px; width:100%; padding: 0; margin:0;}
/*-- topright header section without search --*/ .TopRowRightNS { background: url(header_bg_r_ns.jpg) no-repeat top right; height: 201px; width:100%; padding: 0; margin:0;}

/*  Horizontal Nav   */
/*-- cell containing date 2                 --*/ .DateTD2 { text-align:left; vertical-align: middle; color: #FFF; padding: 0 14px 0 14px; height:29px;}
/*-- cell containing horizontal menu        --*/ .MenuTD2 { width: 100%; height: 36px; vertical-align: top; padding: 0; }
/*-- top inner section horizontal menu      --*/ .InnerTD2 { background: url(inner_bg_hor.gif) repeat-x top left; height: 65px; width:100%; padding: 0; }
/*-- topleft inner section horizontal menu  --*/ .InnerLeft2 { background: url(inner_bg_l_hor.jpg) no-repeat top left; height: 65px; width:100%; padding: 0; vertical-align:top; }
/*-- topright inner section horizontal menu --*/ .InnerRight2 { background: url(inner_bg_r_hor.jpg) no-repeat top right; height: 65px; width:100%; padding: 0; }

/*  Vertical Nav     */
/*-- cell containing date                   --*/ .DateTD { text-align:left; vertical-align: middle; color: #FFF; padding: 0 14px 0 14px; height:39px;}
/*-- cell containing vertical menu          --*/ .MenuTD { width: 198px; vertical-align: top; padding: 0; }
/*-- top inner section vertical menu        --*/ .InnerTD { background: url(inner_bg.gif) repeat-x top left; height: 65px; width:100%; padding: 0; }
/*-- topleft inner section vertical menu    --*/ .InnerLeft { background: url(inner_bg_l.jpg) no-repeat top left; height: 65px; width:100%; padding: 0; vertical-align:top; }
/*-- topright inner section vertical menu   --*/ .InnerRight { background: url(inner_bg_r.jpg) no-repeat top right; height: 65px; width:100%; padding: 0; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 0 0 0;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 0; }
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 0;}
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 5px 0px 0 15px; }
/*-- header content pane           --*/ .PaneHeader { width: 63%; padding: 10px 15px 0 15px; }

/*========================================================*/
/*  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: #404852; font-family: Arial; font-size: 11px; font-weight:bold; text-decoration: none; }*/
/*-- login and user token hover        --*/ /*a.LOGIN_object:hover, a.USER_object:hover { color: #000; font-family: Arial; font-weight:bold; font-size: 11px; text-decoration: none; }*/
/*-- date token idle                   --*/ .DATE_object { color: #FFF; font-family: Arial; /*font-size: 11px;*/ font-size: 12px; font-weight:bold; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active, a.BREADCRUMBS_object:foucs { color: #000000; font-family: Arial; /*font-size: 11px;*/ font-size: 12px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #000000; font-family: Arial; /*font-size: 11px;*/ font-size: 12px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#000; /*font-size: 11px;*/ font-size: 12px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#000; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#000; font-weight:bold; text-decoration:none;  }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Arial; /*font-size: 11px;*/ font-size: 13px; color: #494949;}
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Arial; /*font-size: 11px;*/ font-size: 12px; font-weight: bold; color: #555;}
/*-- red text on site for errors       --*/ 
.NormalRed,span.NormalRed 
{
	color:#C50000 !important; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Arial; font-size: 13px; font-weight: bold; color: #494949; padding: 0; white-space:nowrap;}
/*-- headings - mostly in admin        --*/ .Head { /*font-size: 11px;*/ font-size: 12px; 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: Arial; font-weight: bold; /*font-size: 11px;*/ font-size: 12px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: Arial; /*font-size: 11px;*/ font-size: 12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: Arial; font-weight: bold; /*font-size: 11px;*/ font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: Arial; /*font-size: 11px;*/ font-size: 12px;	text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #494949; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: Arial; font-weight: bold; /*font-size: 11px;*/ font-size: 12px; 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: Arial; font-weight: bold; /*font-size: 11px;*/ font-size: 12px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ /*.SearchButton { background: transparent; padding: 13px 15px 4px 11px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}*/

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Arial; /*font-size: 11px;*/ font-size: 12px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: Arial; font-weight: normal; /*font-size: 11px;*/ font-size: 12px; }
/*-- 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: 140px; color: #404852; padding: 3px 0px 0px 2px; border: 0px solid #FFFFFF; cursor:text;}


/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer {  background: url(nav2_idle.gif) repeat-x top center transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 0; background: #F9F9F9; padding: 0px; border: 1px solid #476ea9; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: Arial;  color: #4A4A4A; /*font-size: 11px;*/ font-size: 12px; background: #F9F9F9; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: Arial; /*font-size: 11px;*/ font-size: 12px; font-weight: bold; cursor: pointer; cursor: hand; color: #ffffff; background: #476ea9; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #d9dcde; background: url(nav2_idle.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 36px; }
/*-- menuitems over             --*/ .MainMenu_Selected { color: #e9ebec; background: url(nav2_active.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 36px; }
/*-- menuitems active           --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #e9ebec; background: url(nav2_active.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 36px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(nav2_div.gif) no-repeat top right transparent; width:2px; height: 36px; }
/*-- 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   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }

/*==========================================================*/


/*========================================================*/
/*  9. Datagrid                                           */
/*========================================================*/
/*
.datagridBorder {
background-color: #707070;
border:solid 1px #636363;
margin-left:10px;
margin-right:10px;
margin-top:5px;
}
*/

table.datagridBorder,.datagridBorder,.datagridBorder_New {
background-color: #707070;
border:solid 1px #636363;
border-left:solid 1px #636363 !important;
border-right:solid 1px #636363 !important;
border-top:solid 1px #636363 !important;
border-bottom:solid 1px #636363 !important;
_border-top:none;
_border-bottom:none;
_border-left:solid 10px #ffffff !important;
_border-right:solid 10px #ffffff !important;
margin-left:10px;
margin-right:10px;
_margin-left:0px;
_margin-right:0px;
display:table !important;
margin-top:5px;
}
.PatternatorDataConsoleBorder
{
border:solid 1px #cccccc;
}
.PatternatorDataConsoleSubTableBorder
{
background-color: #cccccc;
}
.PatternatorDataConsoleBorder,.PatternatorDataConsoleBorder .datagridRow1 TD ,.PatternatorDataConsoleBorder .datagridRow2 TD,.PatternatorDataConsoleBorder table
{
margin:0 0 0 0 ;
padding:0 0 0 0 ;
}
.PatternatorDataConsoleBorder .datagridRow2 Table TD 
{
	padding:5 5 5 5;
	font-weight:normal;
}
.PatternatorDataConsoleBorder .datagridHeaderPatternator TD
{
	font-family: Arial;
	/*font-size: 11px;*/ 
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align:top;
	background-color:#707070;
	text-decoration:none;
} 
.PatternatorDataConsoleBorder Table .datagridRow1 TD
{
	font-family: Arial;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	background-color: #ffffff;
	text-align: center;
	vertical-align:top;
	text-decoration:none;
} 
.PatternatorDataConsoleBorder .datagridRow2 .PatternatorDataConsoleSubHeader td
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#565656;
	text-align: center;
}

.datagridBorder_New {
/*
background-color: #707070;
border:solid 1px #636363;
margin-left:0px;
margin-right:0px;
margin-top:5px;
*/
}
.gridBorder
{
	
}
.datagridHeader TD,.datagridHeader TH,.datagridHeader TR{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/ 
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align:top;
	background-color:#cccccc;
	text-decoration:none;
}
.datagridRow1 TD,.datagridRow1 TR{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	background-color: #ffffff;
	text-align: left;
	vertical-align:top;
	text-decoration:none;
}
.datagridRow2 TD,.datagridRow2 TR{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #efefef;
	text-align: left;
	vertical-align:top;
	text-decoration:none;
}
.datagridHeader A:link,.datagridHeader A:visited,.datagridHeader A:active,.datagridHeader A:focus
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*font-size: 11px;*/ 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.datagridHeader A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*font-size: 11px;*/ 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}


.datagridRow1 A:link,.datagridRow1 A:active,.datagridRow1 A:focus,.datagridRow1 A:visited {

	font-family: Verdana;
	font-weight:normal;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #0160f5;
	text-decoration:none;
	
}
.datagridRow1 A:hover
{
	font-family: Verdana;
	font-weight:normal;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #0160f5;
	text-decoration:underline;
}

.datagridRow2 A:link,.datagridRow2 A:active,.datagridRow2 A:focus,.datagridRow2 A:visited {

	font-family: Verdana;
	font-weight:normal;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #0160f5;
	text-decoration:none;
	
}
.datagridRow2 A:hover
{
	font-family: Verdana;
	font-weight:normal;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #0160f5;
	text-decoration:underline;
	
}
.datagridPager TD,.datagridPager TR,.datagridPager span,.datagridPager A:link,.datagridPager A:active,.datagridPager A:focus,.datagridPager A:hover,.datagridPager A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/ 
	font-size: 12px;
	color: #000000;
	height: 25px;
	background-color: #ffffff;
	text-align: right;

		
}

.datagridPager A:link,.datagridPager A:active,.datagridPager A:focus,.datagridPager A:hover,.datagridPager A:visited
{
	text-decoration:underline;
	}
	
	.datagridPager td
	{
		text-decoration:none;}

hr.formHR
{
	height:1px;
	border: dotted 1px #C0C0C0;
	display:block;
}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

.activeTab {
	font-family: Verdana;
	/*font-size: 11px;*/ 
	font-size: 12px;
	font-weight: bold;
	color: #990000;		
	cursor: pointer;
	background-image: url(BendResearch_PQ_Images/active_tab.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.deactiveTab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/ 
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	white-space: nowrap;	
	background-image: url(BendResearch_PQ_Images/deactive_tab.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	cursor: pointer;
}
.deactiveTab td,.activeTab td
{
	width:165px;
	text-align:center;
}
.botline {
	border-bottom: 1px solid #666666;
}

.graphTlbBorder 
{
	border: 1px solid #C5C5C5;	
	/*
	border-bottom: 1px solid #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;*/
}
.Star
{
	color:Red;	
}
.bendResearchTDBorder{
	border-right:solid 1px #c5c5c5;
	border-left:solid 1px #c5c5c5;
	border-top:solid 1px #c5c5c5;
	border-bottom:solid 1px #c5c5c5;
	}
.subheadMRC
{font-family: Arial;
 font-size: 13px; 
 font-weight: bold; 
 color: #494949; 
 padding: 5px 0px 5px 10px; 
	}
	.HRline
	{border-bottom:dotted 1px #c5c5c5;
	}
	.subhead
	{
		padding-left:10px;
		padding-top:10px;
	}
	.datagridPager selected
	{
		text-decoration:none;}
.subheadNTS
{font-family: Arial;
 font-size: 13px; 
 font-weight: bold; 
 color: #494949; 
 padding-top:3px; 
 white-space:nowrap;
	}
.headNTS
{font-family: Arial;
 font-size: 13px; 
 font-weight: bold; 
 color: #000000; 
 padding-top:3px;
	}
.subheadPDC
{font-family: Arial;
 font-size: 10px; 
 font-weight: bold; 
 color: #000000; 
 padding-top:3px; 
 padding-left:5px;
 white-space:nowrap;
	}
.fluidbedImg
{
	background-image:url(http://localhost/BRPQ2.0/Portals/0/images/Fluid-Bed-Image.jpg);
	background-repeat:no-repeat;
	width:561px;
	height:472px;	
	
	}

.visionsystem .subHead
{
	padding-left:0px;
	padding-right:0px;
	/*white-space:normal;*/
}
table.visionsystem
{
	/*padding-left:10px;
	padding-right:10px;*/
	border-right:solid 10px #ffffff;
	border-left:solid 10px #ffffff;
}
.SubHeadVS
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.SubgraphTlbBorder 
{
	border: 1px solid #C5C5C5;
	background-color:#ffffff;		
}
.SubgraphTlbBG
{
	background-color:#efefef;
}
.contentpane a.CommandButton
{
	display:table;
}

/************* start class for freeezing header of grid-[2007.10.11]******************/
th 
{ 
	/* border-right: 1px solid silver; */ 
	position:relative;
	cursor: default;
	/*IE5+ only*/ 
	top: expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop -2);
	z-index: 10;	
}
TR.GridNormal TH, TR.GridAlternate TH
{
	text-align:left;
}
TR.GridHeader TH
{
	text-align:center;
}
	
/* Locks the left column */ 
td.locked, th.locked 
{ 
	/* border-right: 1px solid silver; */ 
	position:relative; 
	cursor: default; 
	/*IE5+ only*/	
	left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft-2);	
} 

/* Keeps the header as the top most item. Important for top left item*/ 
DIV.tableContainer 
{
	MARGIN: 0px auto; 
	OVERFLOW:hidden !important; 
	_OVERFLOW: auto !important; 
	_HEIGHT: 295px;
	_overflow-x: hidden;	
	display:table;		
}
DIV.tableContainer table.datagridBorder thead 
{
	POSITION: relative; TOP: expression(offsetParent.scrollTop);	
	background-color:#ffffff;
}
DIV.tableContainer tr.datagridHeader
{
	background-color: #cccccc !important;
}
DIV.tableContainer TABLE.datagridBorder > TBODY 
{
	/*OVERFLOW: auto; */
	OVERFLOW-Y:scroll;
	OVERFLOW-X: hidden; 	
	HEIGHT: 250px;
}
DIV.tableContainer .datagridBorder
{
	width:100% !important;
	_position:relative;
	_top: -5px;
	background-color:Transparent !important;
	margin-left:0px !important;
	margin-right:0px !important;
	_border-left:none !important;
	_border-right:none !important;
}

DIV.tableContainer
{
	_border:solid 1px #000000;
}
DIV.tableContainer table.datagridBorder td
{
	padding-right:20px !important;	
	_padding-right:0px !important;	
}


/************* end class for freeezing header of grid-[2007.10.11]******************/
#dnn_MenuPane .DNNFeedBackName,
#dnn_MenuPane .DNNFeedBackBody,
#dnn_MenuPane .DNNFeedBackCancel,
#dnn_MenuPane .DNNFeedBackSubject{
display:none;
}
#dnn_MenuPane .DNNTxtBox{
background-image:url(DNNEncodex_WebPortall_Images/subscribeTxtBox.jpg);
width:180px !important;
height:24px;
display:table;
}
#dnn_MenuPane .DNNFeedBack .NormalTextBox,
#dnn_MenuPane .DNNNewsletter .NormalTextBox{
width:180px !important;
height:22px;
border:none;
font-size:12px;
padding-top:5px;
background-color:transparent;
}
#dnn_MenuPane .DNNFeedBackSubscribe{
background-image:url(DNNEncodex_WebPortall_Images/subscribebutton.jpg);
width:116px;
height:29px;
font-size:0px !important;
color:#3488C6 !important;
display:table;
}
#dnn_TopPane .DNNFeedBack,
#dnn_MenuPane .DNNFeedBackForm{
display:none;
}
.MainMenu_MenuItemSel,
.MainMenu_MenuItem { 
font-family: Verdana;  
color: #ffffff; 
font-size: 11px; 
background: #2E77AD; 
font-weight: normal; 
font-style: normal; 
padding: 0px 30px 0px 16px; 
height: 20px; 
border: 0; 
border-top:solid 1px #539CD3 !important; 
border-left:solid 1px #539CD3 !important; 
border-bottom:solid 1px #194E76 !important; 
border-right:solid 1px #194E76 !important; 
}
.MainMenu_MenuItemSel{
background: #418BC1; 
}
.MainMenu_MenuItemSel a,
.MainMenu_MenuItemSel a:hover,
.MainMenu_MenuItem a,
.MainMenu_MenuItem a:hover
{
font-weight: normal !important;
}
.dnnAdminRow{
visibility:hidden;
}
/*--------------------------------------------------------------------------------------------------------------*/
.DNNEncodexDefaultInnerTable li a,
.DNNEncodexDefaultInnerTable li a:link,
.DNNEncodexDefaultInnerTable li a:visited,
.DNNEncodexDefaultInnerTable li a:active,
.DNNEncodexDefaultInnerTable li a:focus,
.DNNEncodexDefaultInnerTable li a:hover,
{
color: #0C65A8 !important;
font-weight:bold !important;
}
.DNNEncodexDefaultInnerTable li { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 7.5pt; 
line-height: 12pt; 
text-decoration: none; 
text-align: justify; ; 
color: #4A4A4A; 
letter-spacing: 0.03pc ; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: -22px; 
list-style-image: url(DNNEncodex_WebPortall_Images/orange_bullet.gif) !important;
}