/* Start of CMSMS style sheet 'layout' */
/*CSS-reset*/

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


:focus {
outline: 0;
}

body
{
background: #fff url(uploads/images/structure/body-bg.jpg) repeat-x top left;
font: normal 13px Arial, Helvetica, sans-serif;
color: #909090;
margin-bottom:15px;
font-size: 12px;
}


#container {
margin-right: auto;
margin-left: 	auto;
width:		990px;
text-align: left;
}

/* =Header
---------------------------------------------------------------------------------------------------- */

#header {
width:		990px;
text-align: left;
margin-bottom: 15px;
}

#header-logo {
	float:left;
	text-align:left;
	padding-left:12px;
}

#header-nav {
	float:right;
	text-align:right;
	padding-top:46px;
	padding-right:3px;
}

#header-nav ul 	
{ 
margin: 0;
padding:0;
list-style: none;
float: right;
} 

#header-nav li{
float: left;
list-style: none;
padding-left:15px;
}

#header-nav li a.header-customer-login,
#header-nav li a.header-customer-login:link,
#header-nav li a.header-customer-login :visited{
	display: block;
	background-color: #e76119;
	color: #fff;
	padding: 3px 15px 3px 15px;
	font-size:12px;
	text-decoration: none;
}

#header-nav li a.header-customer-login:hover {
	background-color: #bfbfbf;
	color: #fff;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
}

#cntnt01moduleform_1 {
height: 20px;
display: block;
clear: both;
}	

#cntnt01moduleform_1 input.headerSearchField{
float:left;
height:20px;
width:134px;
padding:0px 0px 0px 2px;
margin:0px 3px 0px 0px;
border:none;
font: normal 12px Arial, Helvetica, sans-serif;
background-color: #fff;
border-left: 1px solid #7a7c7b;
border-top: 1px solid #a4a8a9;
color:#000;
}

#cntnt01moduleform_1 input.headerSearchButton{
float:left;
padding:0;
margin:0;
border: 1px solid #909090;
}	

input{
border-left: 1px solid #7a7c7b;
border-top: 1px solid #a4a8a9;
border-bottom: 1px solid #7a7c7b;
border-right: 1px solid #a4a8a9;
}

select {
border: 1px solid #909090;
}

textarea {
border: 1px solid #909090;
}

/* =Layouts
---------------------------------------------------------------------------------------------------- */

#three-column-layout
{
background: url(uploads/images/structure/3-column-layout-bg.png) repeat-y top left;
width:		990px;
text-align: left;
}

#two-column-layout
{
background: url(uploads/images/structure/2-column-layout-bg.png) repeat-y top left;
width:		990px;
text-align: left;
}

#left-nav {
		float:left;
		width: 137px;
		padding-right:30px;
		padding-left:30px;
        }
		
#three-column-layout #content {
	float:left;
	width: 541px;
	padding: 20px 20px 20px 20px;
}

#two-column-layout #content {
	float:left;
	width: 740px;
	padding: 20px 20px 20px 33px;
}

#three-column-layout #sidebar {
	float:left;
	width: 199px;
	padding-left:13px;
font-size:11px;
}

#two-column-layout #sidebar {
	display: none;
}


		
/* =Left Nav
---------------------------------------------------------------------------------------------------- */

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
		
#left-nav li {
	list-style: none;
   margin: 0;
   display: block;
   border-top: 1px solid #e3e3e2;
   padding: 8px 0px 8px 0px; 
}


/** fix  ie bug with display:block; **/

* html #left-nav li a { height: 1%; } 
* html #left-nav li hr { height: 1%; }

/** end fix **/


/* first level links */

div#left-nav a {
   text-decoration:none; 
   display: block; 
   padding: 0px 0px 0px 0px; 
   color: #e86119; 
   min-height:1em; 
   font-weight: bold;
	outline: none; 
	font-size:12px;
}


/* next level links, more padding and smaller font */

#left-nav li ul {
	list-style: none;
   border-top: none;
   padding: 5px 0px 0px 0px; 
}

#left-nav li ul li{
	list-style: none;
   border-top: none;
   padding: 3px 0px 3px 0px; 
}

div#left-nav ul ul a {
   font-size: 11px;
   padding: 0px 0px 0px 15px;
	font-weight: bold;
	outline: none;
	color: #909090;

}


/* third level links, more padding */

div#left-nav ul ul ul a {
   font-size: 11px;
   padding: 0px 0px 0px 25px;
	font-weight: normal;
	outline: none; 
}


/* fourth level links, more padding */

div#left-nav ul ul ul ul a {
   font-size: 11px;
   padding: 0px 0px 0px 35px;
	font-weight: normal;
	outline: none; 
}



/* hover state for all links */

div#left-nav a:hover {
	outline: none; 
    text-decoration:underline; 

}

/* 

active parent, that is the first-level parent 

of a child page that is the current page 

*/

div#left-nav li a.activeparent,
div#left-nav li a.currentpage  {
   	color: #909090;
	outline: none;
	text-decoration: none;
}

div#left-nav ul li ul li a.activeparent,
div#left-nav ul li ul li a.currentpage  {
   color: #e86119;
	outline: none;
	text-decoration: none;
}




/* section header 

div#left-nav li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #000;
   line-height: 1em;
   margin: 0;
   text-align:center;
}
*/

/* separator 

div#left-nav li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px;*/ /* for ie 
}
*/

/*
div#left-nav li.separator hr {

   display: none;  this is for accessibility 

}*/

/* End of 'left-navigation' */



/* =Content Assets
---------------------------------------------------------------------------------------------------- */



/* =Sidebar Assets
---------------------------------------------------------------------------------------------------- */


.sidebar-block {
	width: 199px;
	background: url(uploads/images/structure/sidebar-block-bg.png) repeat-y top left;
	padding:0;
        font-size:11px;
}


.sidebar-block-bottom {
	width: 199px;
	padding:0;
	margin-bottom: 24px;
}

.sidebar-block h3 {
	background: url(uploads/images/structure/sidebar-block-title-bg.jpg) repeat-y top right;
	padding: 8px 15px 8px 0px;
	color: #909090;
	margin-left:15px;
	margin-right:3px;
border-bottom: 1px solid #d6d5d5;
}


.sidebar-block a,
.sidebar-block a:link,
.sidebar-block a:visited{
   text-decoration:none; 
   color: #e86119; 
   font-weight: normal;
}

.sidebar-block a:hover {
   text-decoration:underline; 
}

.sidebar-block .padding {
	padding: 10px 15px 10px 15px;
   border-top: 1px solid #fcfbfb;
	
}


/* =Quick Links Sidebar block
--------------- */

* html quickLinks li a { height: 1%; } 

.quickLinks {
	padding: 0px 4px 15px 15px;
}



.quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
   border-bottom: 1px solid #fcfbfb;
}
	
.quickLinks li {
	list-style: none;
   margin: 0;
   display: block;
   border-bottom: 1px solid #d6d5d5;
   border-top: 1px solid #fcfbfb;
   padding: 8px 0px 8px 0px; 
}

.quickLinks a,
.quickLinks a:link,
.quickLinks a:visited{
   text-decoration:none; 
   display: block; 
   padding: 0; 
   color: #909090; 
   min-height:1em; 
   font-weight: normal;
	outline: none;
}


.quickLinks a:hover {
   text-decoration:underline; 
}


/* =footer
---------------------------------------------------------------------------------------------------- */

#footer-three-column
{
width:		780px;
margin-bottom:15px;
margin-top:6px;
font-size:11px;
text-align:right;
padding-right:210px;
}

#footer-two-column
{
width:		990px;
margin-bottom:15px;
margin-top:6px;
font-size:11px;
text-align:right;
padding-right:0px;
}


#footer-three-column ul,
#footer-two-column ul{
        margin:0;
        padding:0;
        list-style:none;
		float:right;
		
      }
#footer-three-column li,
#footer-two-column li {
	display: inline;
      margin:0;
     padding: 0px 0 0px 0;
	 border-left: 1px solid #ccc;
      }
	  
#footer-three-column li:first-child,
#footer-two-column li:first-child{
	 border-left: none;
      }
	  
#footer-three-column a,
#footer-two-column a  {
      margin:0;
      padding:0px 5px 0px 5px;
      text-decoration:none;
		color: #e86119;
      }
	  
#footer-three-column a:hover,
#footer-three-column a.current,
#footer-two-column a:hover,
#footer-two-column a.current {
	  color: #e86119;
      margin:0;
      padding:0px 5px 0px 5px;
      text-decoration:underline;
      }


/* =Text Styles
---------------------------------------------------------------------------------------------------- */


h1 {
	font-weight:bold;
	color:#e86119;
	font-size:20px;
	margin:0;
	padding-bottom:12px;
}




h2 { 
	font-size: 16px;
	font-weight: bold;
	padding-bottom:12px;
	color: #909090;	
}


h3 { 
	font-size: 15px;
	font-weight: bold;
	color: #e86119;	
	padding-bottom:6px;	
}


h4 {
	font-size: 13px;
	font-weight: bold;
	color: #909090;		
	padding:0;
	margin:0;
}



p  {
line-height: 16px;
padding-bottom: 12px;
}

.content p  {
line-height: 18px;
padding-bottom: 12px;
}

ul {
	list-style-type: 	disc;
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 

ol {
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 



ul.doubleLineSpace li
 {
	list-style-type: 	disc;
	font-weight:			normal;
	font-style:				normal;
	margin-bottom: 			12px;
} 


ol {
	font-weight:			normal;
	font-style:				normal;
	margin-left: 			15px;
	padding: 5px 0 10px 15px;
} 

.padding {
padding: 5px 5px 5px 0px;
}


/* =Link Styles
---------------------------------------------------------------------------------------------------- */

a,
a:link,
a:visited{
	color: #e86119;
	text-decoration:	underline;
outline: none; 
}
	
a:hover {
	color: #e86119;
	text-decoration:	none;
outline: none; 
}

a img {
border: none;
outline: none;
}



/* =Generic Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */
	
strong { font-weight: bold; }
b { font-weight: bold;}
i { font-style: italic; }
.bold{ font-weight: bold;}
.italic{ font-style: italic; }
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.textalign-left {text-align:left;	}
.textalign-right {text-align:right;	}
.textalign-center {	text-align:center;	}
.float-left {float:left;	}
.float-right {float:right;	}

.image-float-left {float:left; margin: 5px 15px 5px 0px; }
.image-float-right {float:right; margin: 5px 0px 5px 15px;}


.disclaimer,
.footnote,
.text-small,
.copyright{
	font-size: 10px;
}

.news-date {
	text-align: right;
	font-size: 11px;
}

.text-blue {
	color: #255da6;
}





.text-orange {
	color: #e86119;
}



.text-red {
color: #f00;
}

/* =Lines
---------------------------------------------------------------------------------------------------- */

hr {
	color: #c2c2c2;
	background-color: #c2c2c2;
	border: 0;
	height: 1px;
	margin: 5px 0 10px 0;
} 

div.hr {
width: 100%; 
height: 1px; 
border: 0; 
background-color: #c2c2c2;
margin-top: 12px; 
margin-bottom:12px;
}


.grey-line {
	height:1px;
	min-height:1px;
	background-color: #c2c2c2;

}

div.orangeBlockLine {
	background: url(uploads/images/cms/divider-orange.gif) no-repeat top left;
	height:5px;
	min-height:5px;
}



div.blueBlockLine {
	background: url(uploads/images/cms/divider-blue.gif) no-repeat top left;
	height:5px;
	min-height:5px;

}

/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin:0;
	padding:0;
	}
	
.marginZero {
	margin:0;
	padding:0;
	}

.spacer,
.clear {
	clear: both;
	margin:0;
	padding:0;
}

.padding {
	padding: 5px;
	}




/* =CSS from original website
---------------------------------------------------------------------------------------------------- */	

.imageLeftAlign {
margin: 5px 10px 5px 0px;
float: left;
}



.imageRightAlign {
margin: 5px 0px 5px 10px;
float:right;
}

/* =Homepage News

---------------------------------------------------------------------------------------------------- */

.homepage-NewsSummary {
padding-bottom:10px;
}

.homepage-NewsSummaryPostdate {
font-style: italic;
}



.homepage-NewsSummaryLink a,
.homepage-NewsSummaryLink a:link,
.homepage-NewsSummaryLink a:visited,
.NewsSummaryLink a,
.NewsSummaryLink a:link,
.NewsSummaryLink a:visited{
   text-decoration:none; 
   color: #e86119; 
   font-weight: normal;
}

.homepage-NewsSummaryLink a:hover,
.NewsSummaryLink a:hover {
   text-decoration:underline; 
}

/* = News

---------------------------------------------------------------------------------------------------- */

.NewsSummary {
padding-bottom:10px;
}

.NewsSummaryPostdate {
font-style: italic;
}


.NewsSummarySummary p {
padding-bottom:0;
}

/* =Product Pages Banners

---------------------------------------------------------------------------------------------------- */

.mentum-cellplanner-banner {
	background: url(uploads/images/cms/divider-blue.gif) no-repeat bottom left;
	width:540px;
margin-bottom:24px;
}

.mentum-linkplanner-banner {
	background: url(uploads/images/cms/divider-green.gif) no-repeat bottom left;
	width:540px;
margin-bottom:24px;
}

.mentum-fusion-banner {
	background: url(uploads/images/cms/divider-purple.gif) no-repeat bottom left;
	width:540px;
margin-bottom:24px;
}

.mentum-planet-banner {
	background: url(uploads/images/cms/divider-blue.gif) no-repeat bottom left;
	width:540px;
margin-bottom:24px;
}

.mentum-ellipse-banner {
	background: url(uploads/images/cms/divider-green.gif) no-repeat bottom left;
	width:540px;
margin-bottom:24px;
}

.mentum-geodata-banner {
	background: url(uploads/images/cms/divider-brown.gif) no-repeat bottom left;
	width:540px;
margin-bottom:24px;
}

.mentum-planet-banner-logo,
.mentum-ellipse-banner-logo,
.mentum-geodata-banner-logo,
.mentum-cellplanner-banner-logo,
.mentum-linkplanner-banner-logo,
.mentum-fusion-banner-logo {
	float:left;
	text-align:left;
}


.mentum-planet-banner-copy,
.mentum-ellipse-banner-copy,
.mentum-geodata-banner-copy,
.mentum-cellplanner-banner-copy,
.mentum-linkplanner-banner-copy,
.mentum-fusion-banner-copy {
	float:right;
	text-align:right;
}



/* =Tables

---------------------------------------------------------------------------------------------------- */


.tbl-data {
	border: none;
	padding:0;
	margin:0;
margin-bottom:12px;
}

.tbl-data th  {
	background-color: #e76119;
 	border: 1px solid #fff;
	color: #fff;
	padding:5px;
	text-align: left;
	vertical-align: top;
}

.tbl-data td  {
	background-color: #545454;
 	border: 1px solid #fff;	color: #fff;
	padding:5px;
	text-align: left;
	vertical-align: top;
}

.tbl-downloads  {
	border: none;
	padding:0;
	margin:0;
}

.tbl-downloads th  {
	background-color: #e76119;
 	border: 1px solid #fff;
	color: #fff;
	padding:5px;
	text-align: left;
	vertical-align: top;
}

.tbl-downloads td  {
	background-color: #545454;
 	border: 1px solid #fff;	color: #fff;
	padding:5px;
	text-align: left;
	vertical-align: top;
}

/* used for customer care section (GLENN)*/

.mentumPlanet-download-tblHeader {
	background-color:#255DA6;
	font-weight: bold;
	padding:18px;
	height:35px;
        color: #FFFFFF;
}

.mentumPlanet-download-tblContent {
	background-color:#707070;
	font-weight: normal;
	padding:18px;
	height:45px;
        color: #FFFFFF;
}

.mentumPlanet-download-table {
	width: 100%
}

.mentumPlanet-download-table td {
	padding:5px;
	width: 15%;
}


.planetEV400-download-tblHeader {
	background-color:#79A6E1;
	font-weight: bold;
	padding:18px;
	height:35px;
	color: #FFFFFF;
}

.planetEV400-download-tblContent {
	background-color:#707070
	font-weight: normal;
	padding:18px;
	height:45px;
	color: #FFFFFF;
}

.planetEV400-download-table {
	width: 100%
}

.planetEV400-download-table td {
	padding:5px;
	width: 15%;

}



.planetEV300-download-tblHeader {
	background-color:#E76119;
	font-weight: bold;
	padding:18px;
	height:35px;
	color: #FFFFFF;
}

.planetEV300-download-tblContent {
	background-color:#707070;
	font-weight: normal;
	padding:18px;
	height:45px;
	color: #FFFFFF;
}

.planetEV300-download-table {
	width: 100%
}

.planetEV300-download-table td {
	padding:5px;
	width: 15%;

}



.mentumFusion-download-tblHeader {
	background-color:#5a4099;
	font-weight: bold;
	padding:18px;
	height:35px;
	color: #FFFFFF;
}

.mentumFusion-download-tblContent {
	background-color:#707070;
	font-weight: normal;
	padding:18px;
	height:45px;
	color: #FFFFFF;

}

.mentumFusion-download-table {
	width: 100%

}

.mentumFusion-download-table td {
	padding:5px;
	width: 15%;

}


.mentumEllipse-download-tblHeader {
	background-color:#8CC63F;
	font-weight: bold;
	padding:18px;
	height:35px;
	color: #FFFFFF;
}

.mentumEllipse-download-tblContent {
	background-color:#707070;
	font-weight: normal;
	padding:18px;
	height:45px;
	color: #FFFFFF;

}

.mentumEllipse-download-table {
	width: 100%

}

.mentumEllipse-download-table td {
	padding:5px;
	width: 15%;

}

.ellipse-download-tblHeader {
	background-color:#95B3D7;
	font-weight: bold;
	padding:18px;
	height:35px;
	color: #FFFFFF;
}

.ellipse-download-tblContent {
	background-color:#707070;
	font-weight: normal;
	padding:18px;
	height:45px;
	color: #FFFFFF;
}

.ellipse-download-table {
	width: 100%

}

.ellipse-download-table td {
	padding:5px;
	width: 15%;
}

#documentDownloadTable {
	width: 100%;
}


#documentDownloadTable td {
	border-bottom: solid 1px #FF6600;
	padding: 8px 8px;
}

.tab_header	{
	padding: 10px 0px 10px 0px;
	margin:0px;
	height:14px;
	text-align: center;
	background:#fff url(uploads/images/structure/tab-normal.gif) no-repeat;
	cursor: pointer;
	float:left;
	width:171px;
}

.tab-content-container {
	padding:0px;
	margin:0px;
	border: #F60 solid 1px;
	width:535px;
	clear:both;
}
	
.tab-content-padding {
	padding:20px;	
}
	

/* End of 'layout' */

