/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {

}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  
{

}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message   
{
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/*custom styles*/
.NewsTitle
{
background-color: #394C86;
color: white !important;
font-family: Arial !important;
font-size: 12px !important;
padding-bottom: 3px !important;
padding-left: 3px !important;
padding-top: 3px !important;
text-transform: uppercase;
}


.Head_White, 
a.Head_White:link, 
a.Head_White:hover, 
a.Head_White:visited, 
a.Head_White:active
{
color: White !important;
font-size: 16px !important;
font-weight: bold !important;
}


th
{
font-size: 0px !important;
padding: 0px !important;
margin: 0px !important;
height: 0px !important;
z-index: -1000; 
}


/*---------------   Custom Styles   ---------------*/
img, div, input, ul, li, a 
{ 
behavior: url("iepngfix.htc") 

}

a.HomeLinks:link, 
a.HomeLinks:hover, 
a.HomeLinks:visited, 
a.HomeLinks:active
{
color: #505050 !important;
font-family: Arial !important;
font-size: 12px !important;
font-weight: bold !important;
text-decoration: none !important;
z-index: 1000;
}

#LeftMenu, #LeftMenu a 
{
	color: #505050;
	font-family: 'Trebuchet MS' !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin:0px;
	padding:0px;
	position: relative;
	text-decoration: none;
}

#LeftMenu a
{
	padding-left: 15px;
}

#LeftMenu a:hover
{
	color: #0365AE;
	font-family: 'Trebuchet MS' !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin:0px;
	padding:0px;
	padding-left: 15px;
	text-decoration: none;
}

#LeftMenu li
{
	background: url(/Portals/0/LeftNavigation/LeftMenu.gif) no-repeat;	
	color: #505050;
	height: 59px;
	line-height: 4.9em;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*width: 233px;*/
	!width: auto;
	
	/* IE Quirks Hack */
	_position: relative;
}

#LeftMenu li:hover
{	
	background: url(/Portals/0/LeftNavigation/LeftMenuHover.gif) no-repeat;	
}

#LeftMenu li.SealedSwitches:hover
{
	background: url(/Portals/0/LeftNavigation/LeftMenu.gif) no-repeat;	
}

#LeftMenu li ul
{
	border: 0px;
	color: #505050;
	left: -999em;
	position: absolute;
	z-index: 10;
	
	/* IE 7 Hack */
	!position: relative;
	
	/* IE Quirks hack */
	_position: absolute;
}

#LeftMenu li.sfhover
{
	/* IE Quirks Hack */
	_background: url(/Portals/0/LeftNavigation/LeftMenuHover.png) no-repeat;
	_z-index: 10000;
}

#LeftMenu li.SealedSwitches
{
	/* IE Quirks Hack */
	_background: url(/Portals/0/LeftNavigation/LeftMenu.png) no-repeat;
}

#LeftMenu li:hover ul, #LeftMenu li.sfhover ul
{	
	left: 0px;	
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 233px;		
	
	/* IE Quirks Hack */	
	_top: 59px;
	_left: 0px;
	_z-index: 10000;
}

#LeftMenu li ul li, #LeftMenu li ul li:hover
{	
	background: url(/Portals/0/LeftNavigation/SubMenuBG.png) repeat-y left top;
	height: 30px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding-left: 16px;
	
	/* IE 7 Hack */
	!height: 30px;
	!line-height: 0.9em !important;
	
	/* IE Quirks Hack */
	_height: 30px;
	_padding: 0px 0px 0px 15px;
	_width: 233px;
	_z-index: 10000;
}

#LeftMenu li ul li a, #LeftMenu li ul li a:hover
{
	padding-left: 0px;
}

#LeftMenu li ul li img
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#LeftMenu li ul li shorten
{
	width: 200px;
}


#LeftMenu li ul li.LinearActLast
{	
	/* IE 7 Hack */
	!height: 30px;
	
	/* IE Quirk Hack */
	_height: 30px;
}

#LeftMenu li ul li.LeadScrewsLast
{
	height: 61px;
}

#LeftMenu li ul li.LinearRailsLast
{	
	height: 32px;
}

#LeftMenu li ul li.DrivesLast
{
	height: 62px;
}

#LeftMenu li ul li.RotaryMotorsLast
{
	height: 62px;
}

#LeftMenu li ul li.EndCap
{
	background: url(/Portals/0/LeftNavigation/SubMenuBG_Last.png) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	/* IE Quirks Hack */
	_width: 233px;
	_z-index: 10000;
}

#LeftMenu > li
{
	!width: 233px;
	_width: 233px;
}

#LeftMenu li.HaydonkerkExpress:hover
{
	background: url(/Portals/0/LeftNavigation/LeftMenu.gif) no-repeat;	
}

span.HaydonkerkExpressBuyNow
{
color: #0365AE !important;
}

/* part number construction dropdown list styles */
#PNDiv
{
	float: left;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	width: 185px;
}

#PNGoButton
{
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.dropdown
{
	margin: 0px;
}

.dropdown dd, .dropdown dt, .dropdown ul 
{ 
	margin:0px; 
	padding:0px; 
}

.dropdown dd 
{ 
	position:relative; 
}

.dropdown a, .dropdown a:visited 
{ 
	color:#666666; 
	text-decoration:none; 
	outline:none;
}

.dropdown a:hover 
{ 
	color:#2260a5;
}

.dropdown dt a:hover 
{ 
	color:#2260a5; 
	border: 0px solid #666666;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.dropdown dt a 
{
	background:#ffffff url(/Portals/0/PartNumberConstruction/partNumberDropdownArrow.jpg) no-repeat scroll 164px center; 
	display:block; 
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	line-height: 1.6em;
	padding-right:20px;
    border:0px solid #666666; 
    width:160px;
    _width: 180px;
    z-index:10;
}

.dropdown dt a span 
{
	cursor:pointer; 
	display:block; 
	padding:5px;
}

.dropdown dd ul 
{ 
	background:#fff none repeat scroll 0 0; 
	border:0px solid #666666; 
	color:#666666; 
	display:none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
    left:0px; 
    padding:5px 0px; 
    position:absolute; 
    top:0px; 
    width:180px; 
    list-style:none;
    z-index: 10;
}

.dropdown dd ul li.PNConstr
{
	list-style-type: none;
}

.dropdown span.value 
{ 
	display:none;
}

.dropdown dd ul li a  
{
	padding:5px; 
     /* display:block; */
	list-style: none;
}

.dropdown dd ul li a:hover 
{ 
	background-color:#ffffff; 
	list-style: none;
            
}

/* Error Message Styles */
span.ErrorMessage
{
	color: red !important;
	font-weight: bold !important;
}


.MasterContent a.CommandButton
{
color: black !important;
text-decoration: underline;
}


#LeftMenu li.Pittman
{
	/* IE Quirks Hack */
	_background: url(/Portals/0/LeftNavigation/LeftMenu.png) no-repeat;
	line-height: 1.3em;
}

#LeftMenu li.Pittman a
{
	position: relative;
	top: 12px;
}

#LeftMenu li.Pittman:hover
{
	background: url(/Portals/0/LeftNavigation/LeftMenu.gif) no-repeat;	
}

a.SupportLink
{
	color: #2260a5;
	font-weight: bold;
}

/* Styles for links sitewide */
a:link, a:hover, a:visited
{
	/*color: #4277ad;*/
       
        
}














