
img { border: none; border-width: 0; page-break-inside: avoid; }

* { margin: 0; padding: 0; }

body 
{ 
  width: 807px;
  min-width: 44em;
  margin: 10px;
  font-family: arial, helvetica, sans-serif;  
  padding: 0;
  position: relative; /* Fix of IE bug - sliding positioned objects*/
  margin: 5px auto;
  background: #D4e2e5;
}
div#bg_top 
{ background:  url('/images/bg_btop.jpeg') repeat-x; float: left; width: 833px; height: 10px; margin: 0 8px;}

div#bg_bottom
{ background:  url('/images/bg_bbottom.jpeg') repeat-x; float: left; width: 833px; height: 8px; margin: 0 8px; }

div#main 
{
padding: 0px 10px;
background:  url('/images/bg_bshadow.jpeg') repeat-y #FFF;
float: left;
width: 827px;
margin: 0px auto 0 auto;
}

#topnav 
{ 
 float: left;
 width: 797px;
 padding-bottom: 10px;
 border-bottom: 1px solid #A4BEC8; /*lightblue*/ 
 margin-left: 15px;
 margin-bottom: 10px;
}

#toplogo
{
  padding-left: 0px;
  padding-top: 10px;
  padding-right:35px;
  margin-top: 0px;
  float: left;
}
#toplinks 
{ 
list-style: none;
display: inline;
float: left; 
width: 502px;
padding-left: 5px;
}
#toplinks li { display: inline;   }
#toplinks li a 
{ 
color: #275964; /* blue */
text-decoration: none;
font-size: 11px;
padding-left: 5px;
border-left: solid 1px #275964; 
}
#toplinks li.firstlink a { border-left: none;   }


#header { float: left; width: 100%; z-index: 2; display: block; }

/**** TOP MENU STYLES*******/

#nav 
{
min-height: 27px;
width: 682px;
height: 40px;
min-width: 40em;
float: right;
vertical-align: bottom;
padding-left: 5px;
padding-top: 8px; 
}

#nav #leftbg, #nav #rightbg
{
border:0;
text-decoration: none;
}
#nav #leftbg 
{ 
background: url('/images/topnav_bg_left.gif') no-repeat; 
padding-right: 2px; padding-left: 2px; 
margin-right: -1px; /* To make a space between top menu links, cover margin-left of the first menu item */
}
#nav #rightbg 
{ 
background: url('/images/topnav_bg_right.gif') no-repeat; 
padding-right: 3px; padding-left: 2px;
margin: 0; /* To make a space between top menu links, no margin for the right rounded corner*/
}


div#nav ul 
{
list-style-type:none;
margin-top: 0px;
display: inline;  /*inline - Yahoo, changed by YL to remove left gap in IE*/
}


div#nav ul li
{ 
display:inline; /*Prevent margin doubling in IE */ 
padding: 2px 0px 0px 0px; /*Padding-bottom was 4px, padding-top was 4px - changed to fix IE7 (YL)*/
margin-top: 0px;
white-space: nowrap; 
position: relative;
z-index: 1000; /*to be displayed above positioned animated image*/
}

div#nav li a
{
    /*

        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 

        mouseout events bubble to the parent LI in IE.

    */
	zoom:1;
color: #275964; /* blue */
text-decoration:none;
font-size: 10px;
background: url('/images/topnav_bg.jpeg') repeat-x;
padding-left: 17px;
padding-right: 17px;
/*border-left: 2px solid #FFF;*/ margin-left: 1px; /* To make a space between top menu links*/
text-transform: uppercase;
font-weight: bold;
}

#nav #leftbg, #nav #rightbg, div#nav li a, div#nav form input /* These values must be equal on these menu elements ! */
{
padding-top: 7px;
padding-bottom: 10px
}

div#nav ul li ul
{ 
position:absolute;
top: 28px; left: 1px; /* Correct this values with javascript for different browsers> menu.js */
margin-top: 0px;
display: none;
border:solid 1px #D5DAD9; /* gray */
/*padding: 0px 5px 5px 5px;*/
background: #FFF;
z-index: 2000;		background-color: #8DAFB9;
}

div#nav ul li ul li
{
padding: 2px; /* sublink2 implementation affected*/
display: block; 
min-width: 22ex;
}



div#nav li ul li a 
{
background-image: none;
border: 0;
padding: 0 5px 0 5px; /* sublink2 implementation affected*/
font-weight: bold;
font-size: 10px;			color: white;
}

div#nav li ul li a.sublink2 { padding-left: 0px; font-weight: bold; } 

div#nav li:hover ul, div#nav li.over ul
{ z-index: 2; display: block; }

/* Matches focused and selected menu items */

div#nav li a:hover
{
color: #4E7982; /* lighter blue*/
}
div#nav li ul li a:hover { /*background-color: transparent; background-image: none;*/ color: #000; }
 
div#nav li a.current { color: #265461; }

 /*Search form*/
div#nav form { display: inline; }
div#nav form input
{
border: none;
background: url('images/topnav_bg_search.gif') no-repeat;
padding-left: 14px;
font-size: 10px;
margin-left: 1px;
width: 110px;
}

/******************************/

div#title 
{ 
margin-left: 189px;
padding: 0px 0px 0px 12px;
background: transparent;
}


h1
{
  font-size: 16px;
  font-family: arial, helvetica;
  font-weight: bold;
  color: #2D5E6A;
  margin-top: 5px;
  padding-left: 35px;
}

h1.home 
{	margin-top: 12px;
	font-size: 17px;
	color: #2D5E6A;
	font-weight: normal;
	padding-left: 0px;
	width: 639px; float: left;
} /*for home page*/

h1.home span.greentxt { color: #07B255; }
.greentxt { color: #07B255; }
  
h1 .subheader
{
  color: #8E8E8E; /*darkgray*/
}

/*************/

/* Common content declarations */
div#content
{
  float: right;
  width: 608px; min-height: 64ex;
  min-width: 32em;
  margin-top: 2ex;
  padding-left: 10px;
/*   border-left: solid 3px #F4F4F4; */
}
div#content1
{
/* background-color: #F4F4F4; */
padding: 0px 10px 20px 15px;
min-height: 64ex;
float: left;
width: 560px;
}
/*  Narrow pages,  download list  on the right top */

div#content1.solutionsstor,
div#content1.solutionsappl,
div#content1.vert,
div#content1.companymain
{ width: 400px; padding-top: 10px; }

div#content1 h2 { font-size: 15px; font-weight: normal; color: #07B255; padding-bottom: 10px; padding-top: 15px;  }
div#content1 h2.hr {border-top: solid 1px #518789; padding-top: 10px; margin-top: 20px; }

div#content1 h3 { font-size: 14px; font-weight: normal; color: #2D5E6A; padding-bottom: 5px; padding-top: 25px; }
div#content1 h3.smaller { font-size: 13px; padding-top: 40px; padding-bottom: 0; font-weight: bold; } /*contact.php*/
div#content1 h4 { font-size: 13px; font-weight: bold; color: #507198; padding-bottom: 5px; padding-top: 5px;  } /*?*/


div#content1 p, div#content1 div
{
  font-size: 12px;
  /*line-height: 130%;*/ /*uncomment this when moving animation back to homepage*/
  color: #507198; /*#404040;*/
  margin-top: 1ex;
  margin-bottom: 1ex;
}

/*div#content1 p.hr, div#content1 div.hr, div#content1 h3.hr
{border-top: solid 1px #518789; padding-top: 15px; margin-top: 20px; }
div#content1 p.last { margin-bottom: 150px; } /expand the height of the content area/
div#content1 *.leftborderedtext /left bordered text/
{
  border-left: 1px #518789 solid;
  margin: 25px 0 30px 0;
  padding-left: 10px;
}*/

div#content1 ul.subpagelinks, /* Links to subpages (from leftnav menu)*/
div#content1 ul.toplinks
{
  list-style: none outside;
  font: bold 13px arial, helvetica, sans-serif;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 5px;
}
div#content1 ul.toplinks
{
  font: normal 13px arial, helvetica, sans-serif;
}
div#content1 ul.subpagelinks li,
div#content1 ul.toplinks li 
{ margin-bottom: 5px; vertical-align: middle; }


div#content1 ul.subpagelinks li a
{
  color: #8E8E8E;  /*blue*/
  text-decoration: none;
}
div#content1 ul.subpagelinks li a.res_img
{
display: block; padding: 25px; padding-left: 70px; margin-top: 15px; 
}

div#content1 ul.toplinks li a
{
  color: #2D5E6A;  /*blue*/
  text-decoration: none;
}
div#content1 ul.subpagelinks li a:hover, div#content1 ul.toplinks li a:hover
{ color: #000; }

div#content1 ul.subpagelinks li.current a { color: #000; }

div#content1 ul.innerlist, div#content1 ol.innerlist
{
  font-size: 12px;
  color: #507198;
  text-decoration: none;
  padding-top: 2px;
  padding-left: 22px;
  padding-right: 5px;
  padding-bottom: 5px;
}
div#content1 ul.innerlist {list-style: disc outside; }
div#content1 ol.innerlist {list-style: decimal outside; }
div#content1 ul.innerlist ul.innerlist {list-style: circle inside; }

div#content1 ul.innerlist li, div#content1 ol.innerlist li { padding-bottom: 2px; }
div#content1 ul.innerlist li img { margin: 5px 0; }

div#content1 p.clear {height: 1px; clear: both;} /*to separate floated areas*/
div#content1 img.productimg { float: left; margin: 10px 40px 30px 0; }
div#content1 div.productdiv { float: left; width: 200px; }
div#content1 div.productdiv img {margin: 20px 30px 10px 0;}
div#content1 div.label img { margin: 25px 30px 0px 0; } /*productdiv images that have labels below them*/
div#content1 div.label p {color: #518789;}


div#content1 div.edgeblock { padding-bottom: 0; }
div#content1 div.perform { margin-bottom: 130px; }

div#content1 a.top
{
  font-family: luxi sans, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #518789;
  text-decoration: none;
  vertical-align: baseline;
}
div#content1 a.top:hover { text-decoration: underline; }

dl.topdlist  /*List of two column separated by two lines (top of exec-team, board pages)*/
{
  float: left;
  width: 130px;
  min-width: 8em;
  line-height: 120%;
  margin-top: 20px;
  margin-left: 0px; 
  padding-right: 10px;
}
.execteam dl.topdlist { width: 175px; }

dl.separated		/*, .productsystem dl.separated*/
{
  border-left: 2px #2D5E6A solid;
  padding-left: 30px;
}
dl.topdlist dt { color: #2D5E6A; font-weight: bold; }
dl.topdlist dt a
{
  font-size: 14px;
  font-family: inherit;
  color: #2D5E6A;
  text-decoration: none;
}
dl.topdlist dt a:hover  { text-decoration: underline; }
dl.topdlist dd { margin-bottom: 14px; font-size: 13px;}

ul.topdlist 
{
  min-width: 10em;
  line-height: 120%;
  margin-top: 20px;
  margin-left: 20px; 
  list-style: none;
}
ul.topdlist li { color: #2D5E6A; font-weight: bold; }
ul.topdlist li a
{
  font-size: 14px;
  font-family: inherit;
  color: #2D5E6A;
  text-decoration: none;
}
ul.topdlist li a.header { color: #703221; text-decoration: none; } /*Preformance/Value line - products/system*/
ul.topdlist li a:hover  { text-decoration: underline; }



/* The arrow-pointed  list of links to documents for download - Products, Solutions pages */
ul.download
{
  list-style:none;
  background: transparent;
  /*margin-left: 378px;*/
  margin-bottom: 1.6ex;
  
  float: right;
  width: 165px;
  padding-right: 15px;
}
ul.download li
{
  margin-top: 1px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-top: 7px;
  background-image: url("/images/download_pdf.gif");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: dotted 2px #8E8E8E;
  line-height: 95%;
}
ul.download li.learnmore
{
background: url("/images/download_learn.gif") no-repeat right 6px;
color: #07B255/*#8E8E8E*/;
padding-top: 15px; margin-top: 5px;
padding-right: 10px;
text-transform: uppercase;
font-size: 11px;
}
ul.download li.getpdf { background-image: url("/images/download_getpdf.gif"); border-bottom: none; }
ul.download li.video { background-image: url("/images/download_video.gif"); }
ul.download li.noimg { background-image: none; }

ul.download li a
{
  color: #8E8E8E; 
  font-size: 12px;
  text-decoration: none;
}
ul.download li a:hover
{ color: black; }

ul.download h3 { font-size: 11px; padding-top: 5px; color: #07B255; text-transform: uppercase; font-weight: normal; }
ul.centrwide { width: 380px; float: none; } /* Used on A&E Specs page - full screen-wide list */

a.getstart {  display:block; font-weight:bold; padding-top: 5px; font-size: 13px; color: #2D5E6A; text-decoration: none; }
a.getstart img { }

div#content1 .strongtext { /*font-size: 14px;*/ color: #2D5E6A; font-weight: bold; }
div#content1 .strongtextred { color: #703221; font-weight: bold; }

.sideimage { float: left; padding-right: 10px; padding-bottom: 10px; }
.sideimageright { float: right; padding-left: 10px; padding-top: 10px; }

div#content1 p.imagetext
{
  font-size: 11px;
  color: #2D5E6A;
  padding-bottom: 10px;
}

span.email { color: blue; }
/* Separators */
img.hiline
{ display: block; margin-top: 30px; }

div#separator.hr {margin: 40px 0 25px 0; background-color: transparent; color: #518789;}
div#separator hr {  height: 1px;}

img.productimg /* Images of products for Product page with sidemessage text on the right */
{ padding: 0 16px; float: left; }

.product2 img { margin: 0 40px 0 0; }


a.reply /*link to form - jobopen.php*/
{
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: blue;
  padding-top: 0px;
}

/* Used on Investors page */
ul.listlogo
{
  list-style: none;
  font-size: 13px;
  line-height: 120%;
  margin-top: 20px;
  padding-left: 5%;

}
ul.listlogo li
{
  float: left;
  display: block;
  width: 15em;
  margin-top: 5px;
  padding: 0px 35px 10px 5px;
}
ul.listlogo li img,

ul.listlogo li a { text-decoration: none;}


p.members_logo { margin-top: 20px; }
p.members_logo_left { text-align: left; margin-top: 5px; }
p.members_logo img { padding-right: 10px; margin-bottom: 10px;}
p.members_logo_left img { padding-left: 15px; }
p.members_logo_bg { background: url('/images/logos/awards/bg.gif') no-repeat; padding: 30px 0 0 100px;}
p.members_logo_bg img {padding-right: 3px;} 
table.tbl_members_logo { width: 100%; }
table.tbl_members_logo td { vertical-align: top; }

/*** Form Styles **/ 

div#content1 form.inputform /*Input form with black border*/
{
  margin-top: 15px;
  padding: 0px 5px 20px 5px;
  font-size: 12px;
}
div#content1 form.inputform div
{
  position: relative;
  overflow: visible;
  border: 1px solid #505050;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-right: 10px;
}
div#content1 form.inputform h2 { clear: both; padding-top: 10px; font-size: 13px; color: #000; }
div#content1 form.inputform div h3
{
  font-size: 12px;
  position: absolute;
  background-color: #D4E2E5;
  line-height: 100%;
  top: -1.3ex;
  left: 7px;
  padding: 0 3px 0 3px; 
}

span.required, span.error, div#content1 form.inputform h4.error
{ color: red; }

div#content1 form.inputform div.left { float: left; width: 215px; clear: left;}
div#content1 form.inputform div.right { float: right; width: 215px; margin-right: 10px; clear: right; }
div#content1 form.inputform div.input {  width: 300px; margin-right: 10px; } /*one in a line*/

div#content1 form.inputform div.submit
{ 
  clear: both;
  padding-top: 15px;
  padding-bottom: 0;
  border-style: none;
 }

div#content1 form.inputform ul { list-style-type: none; }
div#content1 form.inputform ul li { margin: 0; }
div#content1 form.inputform label { display: block; }
div#content1 form.inputform label.inline { display: inline;}
div#content1 form.inputform input, .div#content1 form.inputform select { width: 180px; font-size: 12px; }
div#content1 form.inputform input#changePassword,
div#content1 form.inputform input.radiobtn,
div#content1 form.inputform input.checkboxbtn
{ width: auto; }
div#content1 form.inputform div.submit input { width: auto; }

div#content1 form.inputform div.input table /* table aligned input fields */
{ margin-left: 10px; margin-right: 0px; margin-top:10px; }

div#content1 form.inputform table td { padding: 0 1em 10px 0; }

div#content1 form.inputform table th { padding: 0 10px 10px 0; text-align: left; font-weight:bold; }


/*Home page spacific styles*/
div#content.home 
{
clear: both;
width: 803px; /*785px;*/
min-width: 44em;
float: none;
margin: 0;
padding: 0;
border: none;
background-color: white;
}

table#tblcontent { margin: 5px 0 0 0; width: 832px; table-layout:fixed; } 
table#tblcontent tr td { vertical-align: top;}


/* Splash images - used on Solutions/ ans Verticals/ landing pages */

div#content .splash_scr, div#content .splash_scr1
{
  overflow: hidden;
  margin-top: 0px;
  /*margin-left: 35px;*/
  margin-bottom: -3px;
  vertical-align: top;
  text-align: left;
  position: relative;
  padding: 0;
  display: none;
  opacity: .99; /* opacity 1 will cause content to blink when first changed to <1 value */
  filter: alpha(opacity=100); /* IE Specific opacity implementation */

}

#splash_title {overflow: hidden;}

div#content .splash_scr img, div#content .splash_scr1 img
{
  margin: 0;
  padding: 0;
}


div#content .splash_scr .scroller, div#content .splash_scr1 .scroller
{
  position: absolute;
  overflow: hidden;
  top: 210px;
  left: 55px;
  width: 562px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent; /*border: solid red 1px;*/
}
/*div#content .splash_scr1 .scroller { left: 125px; } remove this when moving animation back to homepage*/

#splash_logo img, #splash_title img 
{
  display: none;
  opacity: .99; /* opacity 1 will cause content to blink when first changed to <1 value */
  filter: alpha(opacity=100); /* IE Specific opacity implementation */
}

div#content .splash_scr .bg, div#content .splash_scr1 .bg, #splash_logo .bg, #splash_title .bg 
{
  opacity: .99;  /*opacity 1 will cause content to blink when first changed to <1 value */
  filter: alpha(opacity=100);  /*IE Specific opacity implementation */
}

div#content .splash_scr .testimonial, div#content .splash_scr1 .testimonial
{
  position: relative;
  display: none;
  font-family: normal arial, helvetica, sans-serif;
  opacity: .99; /* opacity 1 will cause content to blink when first changed to <1 value */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) /*IE Specific opacity implementation */ progid:DXImageTransform.Microsoft.Chroma(color=#70afd2); background-color: #70afd2;
  width: 562px; /* Required for IE opacity implementation; should match scroller's width */ 
  z-index: 990;
}
div#content .splash_scr1 .testimonial 
{width: 504px; /* Required for IE opacity implementation; should match scroller's width */ }

div#content .splash_scr .testimonial p, div#content .splash_scr1 .testimonial p 
{ margin-bottom: 1px; margin-top: 4px; color: #703221; font-size: 13px; padding-left: 5px; font-weight: bold; }

div#content .splash_scr .testimonial p.splashtitle, div#content .splash_scr1 .testimonial p.splashtitle 
{ font-size: 15px;  background-color: #C8C8C8; /*to fix google Chrone shadow;*/  }

div#content .splash_scr1 .testimonial p.splashtitle { color: #2D5E6A; background-color: transparent; }

div#content .splash_scr .testimonial p.splashtop, div#content .splash_scr1 .testimonial p.splashtop 
{ padding-top: 10px; }

div#content .splash_scr div.learnhowto, div#content .splash_scr1 div.learnhowto 
{
position: absolute; 
left: 60px; top: 180px; 
font-weight: bold;  
font-size: 14px; 
filter: alpha(opacity=100); /*IE Specific opacity implementation */
color: #2D5E6A;
}

div#content .splash_scr1 div.learnhowto
{ left: 62px; top:78px; font-size: 16px; color:#703221;}

table#tblcontent div#content .splash_scr .testimonial ul, 
table#tblcontent div#content .splash_scr1 .testimonial ul 
{ list-style: disc; color: white; font-weight: normal; }

div#content .splash_scr .testimonial p.padding1 {padding-left: 8ex;}
div#content .splash_scr1 .testimonial p.padding2 {padding-left: 6ex;}
div#content .splash_scr1 .testimonial p.padding3 {padding-left: 4ex;}


table td#info  { width: 197px; padding-top: 5px; }
table td#info table 
{ width: 215px;  margin-left: -5px; margin-right: -5px;} /*Expand beyond sellspacing (YL)*/
table td#info table td { vertical-align: 50%; padding-left: 3px; }
table td#info table td.bordered { padding-top: 6px; border-top: solid 4px #D2D6D9; padding-right: -5px;  }
table td#info table td.infoimg {width: 35px; vertical-align: top; height: 36px; }
table td#info table td img { margin-right: -5px; margin-left: 10px;}
table td#info table td a, table td#info table td
{ 
  font-size: 13px; font-family: arial, helvetica, sans-serif;
  text-decoration: none; padding-right: 5px; color: #666; /*#AAE2CE;*/
}
table td#info table td  .blackbold { color: #666; font-weight: bold; padding-top: 3px;  }
table td#info table td#phplive { padding-top: 5px; }

table#vendors {width: 70%;} /*homepage table*/
table#vendors td  { font-size: 10px; padding: 5px; text-align: center; }
table#vendors td  a { text-decoration: none;}

table#tblcontent td.left, table#tblcontent td.middle { padding: 0 0 20px 0px; background: #FFF; }
table#tblcontent td.middle div { background-color: #EFF1F3; margin: 0 2px; }
table#tblcontent td.middle div p.divimage {  text-align: center; padding-top: 10px;}
table#tblcontent td#newsevents img { padding-left: 20px;  }
table#tblcontent ul
{
  color: #666;
  /*list-style: none outside;*/
  color:#2D5E6A;
  font-size: 13px;
  line-height: 120%;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 5px; /*regulates td width - YL*/
  padding-right: 5px;
  margin-left: 10px;
}
table#tblcontent ul a
{
  color: #666;
  text-decoration: none;
  padding-top: 0;/*padding-left: 10px;*/
  
}
table#tblcontent ul a:visited { color: #666; }
table#tblcontent ul a:hover { color: black; }
table#tblcontent ul li { margin-bottom: 5px; vertical-align: middle; padding-right: 25px; }
table#tblcontent td.left ul { padding-left: 20px; padding-right: 5px; } 
table#tblcontent td.left ul li { margin-bottom: 10px; padding-left: 5px;}
table#tblcontent td.left ul>li { padding-left: 0px;}
table#tblcontent ul li p { font-size: 12px; font-weight: normal; }



table#tblcontent td.tdright { padding-left: 10px; }

table#tblcontent td.tdright p { font-size:12px; color:#07B255; margin-top:10px; width: 22em; }

table#tblcontent td.tdright p img { margin-left: 3px; }
table#tblcontent td.tdright p a { color:#2D5E6A; text-decoration:none; }

table#tblcontent td.tdright h2 { font-weight:bold; font-size:12px; color:#07B255; }

td.bottommsg table { border-top: solid 1px #A4BEC8; margin-left: 15px; margin-top: 10px; width: 799px; }

td.bottommsg div
{ 
background: #F2F2F2;
margin: 15px 0;
display: inline-block;
height:111px;
width: 315px;
background-image: url('/images/home_page_bgbox.gif');
background-repeat: no-repeat;
}

td.bottommsg div h2
{
font-size:13px;
font-weight:normal;
color: #2D5E6A;
margin:5px;
padding-left: 10px;
padding-top: 5px;
}

td.bottommsg div p
{
font-size:12px;
color:#2D5E6A;
padding: 10px 15px 0 15px;
}

td.bottommsg div p.linkmsg a 
{ color: gray; font-weight: bold; text-align: left; padding-top: 10px; text-decoration: none;}

table#tblcontent ul.press
{
  background-image: none;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  margin-right: 5px; /*YL*/ margin-left: 0px;
}
table#tblcontent ul.press li { padding-top: 5px; padding-bottom: 5px; }
table#tblcontent ul.press li a { background-image: none; padding-left: 0; }
table#tblcontent ul.press li a.pressrelease { padding-right:0px; line-height:120%; }
table#tblcontent ul.press .new { color: #703221; font-weight: bold; text-transform: uppercase; }

table#tblcontent td.right ul li { padding-top: 5px; }

div.hr
{
  margin: 5px 3px 5px 10px;
  height: 1px;
  background: #D2D6D9;
}
hr
{
  display: none;
  height:  10px;
}

table#tblcontent td.middle p a { text-decoration: none; color: #666; }
table#tblcontent td.middle p a:hover { color: #000; }
table#tblcontent td.middle div p.green_arr,
table#tblcontent td.middle div p.red_arr,
table#tblcontent td.middle div p.blue_arr
{
color: #666;
margin: 5px;
padding-left: 19px;
padding-bottom: 0px;
padding-right: 3px;
font-size: 12px;
}

table#tblcontent td.middle div p.green_arr { background: url("/images/arrow_green.gif") top left no-repeat; }
table#tblcontent td.middle div p.red_arr { background: url("/images/arrow_red.gif") top left no-repeat; }
table#tblcontent td.middle div p.blue_arr { background: url("/images/arrow_blue.gif") top left no-repeat; color: #2D5E6A }

table#tblcontent td.middle div p.green_arr span { color: #07B255; font-size: 12px;  }
table#tblcontent td.middle div p.red_arr span { color: #AA0919; font-size: 12px;  }
table#tblcontent td.middle div p.blue_arr span { color: #2D5E6A; font-size: 12px;  }





/********* Page Footer *********/
div#biggrayhr.hr 
{
}

div#bottom
{
height: 28px;
background: #D2D6D9;
width: 830px;
margin: 0 auto 0 auto;
float: left;
  padding-top: 8px;
  font-size: 11px;
  color: #FFF;
  line-height: 110%;
}
div#bottom span { padding-left:20px; }


/** LeftNav**/
#leftnav
{
  float: left;
  clear: left;/* to fix left menu floating to the right in Opera*/
  width: 182px;
  min-width: 12em;
  margin-top: -20px;
  margin-left: 15px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  border-bottom: 1px #A4BEC8 solid;  /* To fix NetScape 7 for Mac OS, IE7 bug */
}



#leftnav ul
{
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

#leftnav ul li
{
/*    line-height: 120%;   */
  padding-top: 1px;
  border-left: solid #A4BEC8 1px; /* blue */
  border-right: solid #A4BEC8 1px;
  background-color: #FFF;
  position: relative;
  clear: left; /*FF 1.* fix*/
}

#leftnav ul li.current { background-color: #8dafb9; } /*Sept09*/


#leftnav ul li a
{
  color: #8E8E8E; /* darkgray */
  text-decoration: none;
  overflow: visible;
  padding-left: 16px;
  padding-right: 5px;
  display:block;
  padding-top: 1px;
  padding-bottom: 1px;
}
/********/
#leftnav ul li.current a
{
  background-image: url("/images/navarrowright.gif");
  background-position:  2px center; /* replaced 3px center*/
  background-repeat: no-repeat;
  color: #FFF;
}
/*#leftnav ul li.current>a { background-position: 4px 0.5ex; } Mozilla 1.5 fix*/
#leftnav ul li.hassub a
{
  background-image: url("/images/navarrowdown.gif");
}

#leftnav ul.hassub li a { 
   background-image: url("/images/navarrowdown.gif"); 
}

#leftnav ul li.current ul
{
  display:block;
}

#leftnav ul li.current ul li a {color:#8E8E8E; background-image: none; }
#leftnav ul li ul li.current { background-color: #FFF; }
#leftnav ul li ul li.current a {color: #8DAFB9; background-image: none; }

#leftnav ul li a:hover
{
  /*background-image: url("bullet_menu_highlight.gif"); 
  background-position:  4px center;
  background-repeat: no-repeat;*/
  color:#000; background-color: #8dafb9;
}
#leftnav ul li.hassub ul li a:hover {background-color: #FFF;}

#leftnav ul li ul
{
  list-style: none;
  display:block; /* set "none" - chtob bylo vse kak ran'she */
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0 0 0;
}

#leftnav ul li ul li
{
  line-height: 100%; display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 5px;
  border-style: none;
}

#leftnav ul li ul li a
{
  color: #8E8E8E;
  text-decoration: none;
  overflow: visible;
  padding-left: 16px;
  padding-bottom: 0;
  display: block;
}



#leftnav ul li ul li a:hover
{
  background-image: none; 
  /*background-position:  4px center;
  background-repeat: no-repeat;*/
  color: #000;
}

#leftnav ul li ul.issub li a:hover { background-color: #FFF; color: #000; }

#leftnav div
{
width: 100%;
height: 27px;
background: url('/images/leftnav_bg.jpeg') repeat-x;
color: #FFF;
border-bottom: solid #A4BEC8 1px;
}

#leftnav div span 
{
height: 17px;
margin: 0px 3px 0 3px;
display: block; /*FF 1.* fix*/
padding-top: 5px; /*FF 1.* fix*/
width: 166px;
float: left;
text-align: center;
font-size: 12px;
}


/* Rollover List Style for Subpages */

#leftnav ul li ul.rollover
{
position: absolute;
left: 182px; top: 1px;
background-color: #8dafb9;
width: 210px; /*make it wider */
padding: 0;  
  
border-top: solid #A4BEC8 1px;
border-right: solid #A4BEC8 1px;
display: none;
}

#leftnav ul li ul.rollover li { padding: 5px auto; background-color: #8dafb9; border-bottom: solid #A4BEC8 1px;  }
#leftnav ul li ul.rollover li a { color: #FFF; font-size: 10px; padding: 0; }

#leftnav ul li:hover ul.rollover, #leftnav ul li.over ul.rollover { display: block; }
#leftnav ul li ul.rollover li a:hover, #leftnav ul li.over ul.rollover  li a:hover { color: #000;}




/******---page-specific styles---******/
.companymain ul.download, .partnersmain ul.download, .support ul.download  {margin-left: 0; }

div#content1.industryreports ul.download { width: 320px; padding-left: 60px; float: right; }
div#content1.industryreports img.reviewimg { float: left; }

div#content1.industryreports ul.download li { background-position: right 10px; }

.execteam { height: 1%; } /* IE6 peekaboo bug fix */
.execteam div * { margin-left: 155px; }


.execteam img.portrait
{
  float: left;
  margin-left: 25px;
  margin-top: 25px;
  padding-top: 1ex;
}
.execteam p
{
  clear: right;
  font-size: 13px;
  line-height: 120%;
  margin-bottom: 1ex;
}
.execteam p.toppage
{
  padding-top: 2ex;
  padding-left: 0px;
}
.execteam a.top img { margin: 0; }

.board dl.topdlist dt { margin-bottom: 14px; }

#content1.contact { width: 545px; min-width: 28em; float: left;}
#content1.contact h2 { font-weight: bold; }
#content1.contact h3 { padding-top: 10px; }
.contact table { margin-left: 20px; margin-bottom: 20px;}
.contact table td { font-size: 13px; line-height: 120%; padding-top: 5px;}
.contact td { vertical-align: top; padding-top: 3px; padding-right: 10px; font-size: 12px; }
.contact ul
{
  list-style: none;
  font-size: 13px;
  line-height: 120%;
}
.contact li
{
  float: left;
  display: block;
  width: 19em;
  margin-top: 0px;
  padding-left: 20px;
}




/* For techdoc.php */
.productstechdoc p
{
  font-size: 13px;
  line-height: 120%;
  padding-left: 11px;
  border-left: 2px #518789 solid;
  margin-top: 20px;
  margin-bottom: 30px;
}
.productstechdoc form
{
  border-top: 1px solid #D8D8D8;
  margin-top: 15px;
  padding: 0px 5px 20px 15px;
  font-size: 12px;
  background: #D8D8D8;
}

.productstechdoc div.personal
{
  float: left;
  width: 230px;
}
.productstechdoc div.personal ul { list-style-type: none; }
.productstechdoc div.personal ul li
{
  font-weight: normal;
  vertical-align: top;
  padding-bottom: 5px;
}
.productstechdoc form div.personal ul input,
.productstechdoc form select,
.productstechdoc form textarea
{
  font-size: inherit;
  vertical-align: top;
  width: 221px;
}
.productstechdoc form select { width: 225px; }
.productstechdoc form div.submit
{
  text-align: left;
  clear: both;
  padding-top: 15px;
  padding-bottom: 0;
  border-style: none;
}

.productstechdoc span.required { color: red; }
.productstechdoc form div.requesteddocs
{
  width: 230px;
  float: right;
  margin-right: 5px;
  text-align: left;
}
.productstechdoc form div ul { list-style-type: none; }
.productstechdoc form div h4
{
  font-size: 12px;
  padding-bottom: 5px;
  text-align: left;
}
.productstechdoc form div ul li { padding-bottom: 2.5ex;  clear: left; }
.productstechdoc form div ul li *
{
  font-size: 12px;
  vertical-align: baseline;
}
.productstechdoc form div ul li input
{
  float: left;
  margin-right: 5px;
  margin-bottom: 3ex;
}
.productstechdoc form div.requesteddocs ul li input { margin-bottom: 4ex;}
.productstechdoc form div ul li .new
{
  text-transform: uppercase;
  font-weight: bold;
  color: #703221;
}

/*Technology - Case Studies*/
.custcasestudy table { padding: 0; margin-top: 0; margin-bottom: 20px; }

.custcasestudy table td.leftmessage
{ width: 332px; padding-top:5px; padding-right:0px;}

.custcasestudy table td 
{ vertical-align:top; }

.custcasestudy table td.leftmessage { font-size: 13px;}

.custcasestudy ul.download
{ 
  list-style: none;
  padding: 8px;
  margin-left: 0;
  margin-top: 0; 
}

.custcasestudy p { margin-top: 5px; }

div#content1.custcasestudy h3 { padding-top: 55px; margin-bottom:-10px; }


#content1.solutionsstor h2 { clear: left;}


.solutionsappl img#IBMproven { float:left; margin-bottom:10px; margin-right:15px; }

.solutionsappl #numlist {list-style: inside decimal;}
.solutionsappl ul.download, .solutionsstor ul.download  {margin-left: 0; padding-left: 339px; }

img.centerimg { margin: 10px 0; }

.glossary dl { margin-right:20px; font-size: 13px; }
.glossary dd { font-weight: bold;margin-top:25px; }
.glossary dt { margin: 5px 10px 10px 10px; }

/*Support download */
.supportdl { font-size: 13px; }
.supportdl p { padding: 2px 0px; }
.supportdl h3 { font-size: 13px; margin-top: 2ex; }
.supportdl ul { padding-bottom: 1ex; list-style-position: inside; }
.supportdl a { color: #4C84AF; text-decoration: none; }
.supportdl a:hover { text-decoration: underline; }
.supportdl .back
{
  font-size: 15px;
  background: 0 50% url(images/arrow1.gif) transparent no-repeat;
  padding-left: 10px;
}
.supportdl .hint { font-size: 12px; }


/**For sitemap.php **/
div .sitemap, div .policy, div.resources
{
  float: none;
  width: auto;
  margin-top: 1ex;
  padding: 10px 20px 50px 5px;
  border-style: none;
}
.sitemap table 
{
  margin: 25px 20px 50px 15px;
  width: 780px;
  border-collapse:collapse;
  float:left;
}
.doccenter table { border-collapse:collapse; }

.sitemap table td,
.sitemap table th,
.doccenter table td,
.doccenter table th
{
  border: 1px solid #2D5E6A;
  border-collapse: collapse;
  font-size: 13px;
}
.sitemap table th, .doccenter table th
{padding: 3px; color: #2D5E6A; text-align: left; padding-left: 10px;}
.sitemap table td, .doccenter table td {   padding: 5px; vertical-align: top; }

.sitemap ul, .doccenter ul, .productstechdocdl ul
{
  list-style: none;
  margin-top: 5px;
  margin-bottom: 20px;
}
.sitemap ul li, .sitemap ul li ul li, .doccenter ul li, .productstechdocdl ul li
{
  line-height: 120%;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 0px;
  background-position:  4px 0.6ex;
  background-repeat: no-repeat;
  color: #000000;
}
.doccenter ul li, .productstechdocdl ul li
{
  background-image: url("/images/arrow1.gif");
  background-position:  top left;
  padding-left: 4px;
  margin-left: 2px;
}

.sitemap ul li a, .sitemap ul li ul li a, .doccenter ul li a, .productstechdocdl ul li a
{
  color: #518789;
  text-decoration: none;
  overflow: visible;
  padding-left: 10px;
  padding-bottom: 0px;
  display:block;
}
.sitemap ul li ul
{
  margin-bottom: 0px;
  margin-top: 1px;
  margin-left: 10px;
}

.sitemap ul li ul li {}

.sitemap ul li ul li a {}

.sitemap ul li a:hover, .doccenter ul li a:hover { color: #703221; }
.sitemap img#sideimg { float:right; width: 39px; }

div.docdescription { font-style: italic; font-size: 11px; }

.doccenter ul li div.docdescription 
{ margin-left: 15px; }


/** Global Events page */
.globalevents { font-size:13px; }

.globalevents .event { margin-top: 20px; margin-bottom:50px; }

.globalevents img { float: left; padding:0; }

.globalevents h2 
{
  color: #2D5E6A;
  border-bottom: solid #2D5E6A 1px;
  padding-bottom: 5px;
  padding-left:15px;
  padding-top:55px;
  margin-bottom:30px;
  clear:both;
}
.globalevents h2.first { padding-top: 0px; }

div#content1.globalevents h4 
{  font-size:13px; margin-bottom: 0px;  color: #2D5E6A; }

.globalevents a.gotoevent
{
  margin-top: 5px;
  padding-left: 10px;
  background-image: url("/images/arrow1.gif");
  background-repeat: no-repeat;
  background-position: left top;
  color: #808080;
  font-size: 12px;
  text-decoration: none;
  clear:left; float:left; width: 200px;
}

.globalevents a.webevent
{
  margin-top: 5px;
  float:left; width: 200px;
  padding-left: 10px;
  background-image: url("/images/arrow1.gif");
  background-repeat: no-repeat;
  background-position: left top;
  color: #808080;
  font-size: 12px;
  text-decoration: none;
}
.globalevents a:hover { color: #000000; }


div#content1 div.event div.datetext 
{ color: #2D5E6A; font-weight: bold; padding-bottom:5px; margin: 0; line-height: normal; }
.globalevents .datetime { padding-top: 4px; }
.globalevents .eventtext
{
/*   clear:left; */ 
  font-size: 13px;
  font-weight: normal;
  margin-left: 215px;
  /*margin-top: 0px;*/
}
.globalevents div#bs05 { margin-left: 225px; }

.globalevents  p
{ padding: 2px 0px; }

.globalevents .detailstext { clear:both; padding-top: 10px; margin-left: 3px; margin-bottom: 10px;}

/*****For News & Events pages *************/
.pressreleases div.years { text-align: right; margin-bottom: -1ex; }

.pressreleases div.years a,
.pressreleases div.years span,
.pressrelease  div a { color: black; font-size: 15px; font-weight: bold; }


.pressreleases div.years a.current,
.pressreleases div.years span.current { color: #808080; }

.pressreleases div.languages { text-align: left; margin-bottom: 1ex; margin-top: 3ex; }
.pressreleases div.languages a,
.pressreleases div.languages span,
.pressrelease  div a { color: black; font-size: 14px; font-weight: bold; padding-right:10px; }
.pressreleases div.languages a.current,
.pressreleases div.languages span.current { color: #808080; }

.pressreleases table { width: 100%; }
.pressreleases th
{
  font-size: 14px;
  color: #2D5E6A;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #518789;
}
.pressreleases td
{
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
  line-height: 130%;
  padding-bottom: 7px;
/*   padding-left:8px; */
}
.pressreleases td.date,
.pressreleases td.nodate
{
  padding-left: 10px;
/*   padding-bottom:10px; */
  width: 6em;
  font-weight: normal;
}
.pressreleases td.date
{
  background: transparent url("/images/arrow1.gif") 0 .2ex no-repeat;
}
.pressreleases td.date img, .pressreleases td.nodate img
{ padding-right:8px; padding-bottom:10px; float: left; } /*logo*/
.pressreleases td.nodate img { padding-top: 5px; }
.pressreleases td a
{
  color: #2D5E6A;
  text-decoration: none;
}
.pressreleases td a:visited { color: purple; } /*#7CA8D7 Tanya? change this color??*/
.pressreleases td a:hover { color: black; }
.pressreleases td.date a,
.pressreleases td.date a:visited,
.pressreleases td.date a:hover { color: black; }
.pressreleases td a em { display: none; } /* hide the subtitle in the list */

.pressreleases td p { padding: 0; border-style: none; margin-top: 10px; margin-bottom: 0px; }
.pressreleases td ul { padding-left: 20px; margin-top: 10px; margin-bottom: 0px; }

.pressreleases td.enews { padding-top: 5px; }
.pressreleases td.enews a { color: black; font-weight: normal; }
.pressreleases td.enews a:hover { color: #2D5E6A; }

.pressrelease div { text-align: right; }
.pressrelease h2 { line-height: 120%; margin-bottom: 2ex; }
.pressrelease h3 { font-size: 15px; padding: 0; }
.pressrelease p, .pressrelease ul, .pressrelease table td
{
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 1.5ex;
  color: #404040;
}
.pressrelease ul { margin-left: 2em; }
.pressrelease ul li { margin-bottom: 5px; }
.pressrelease p.contact
{
  margin-top: 30px;
  margin-bottom: 35px;
  border-left: 2px #518789 solid;
  padding-left: 10px;
}
.pressrelease img.right { float: right; margin: 5px; }

.pressrelease table { width: 100%; }
.pressrelease table td { vertical-align: top; padding: 5px; }

/* Partners Pages */
.partnersmain h2 { margin-top: 20px; }
div#content1.login div.formpass { margin: 20px 0; font-size: 14px; }
.login div.formpass a { color: #518789; }

.industryreports ul.download {margin-left: 0; padding-left: 200px; }



form#searchform
{
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 10px 0px 20px 0px;
  font-size: 13px;
}
form#searchform #searchselect { font-size: 13px; margin-top: 5px; }
form#searchform #searchtext  { font-size: 13px; }
form#searchform #searchbtn { font-size: 12px; margin-left: 5px; padding: 0px 3px;  }
div#backbtn { padding-left:10px; padding-top:30px; clear:left; }
div#backbtn a { font-size:14px; text-decoration: underline; color: #4C84AF;}

div.partnerreturn { margin-top: 5px; margin-right:-10px; padding: 0; border:0; text-align:right; }
div.partnerreturn1 { margin-top: 15px; font-size:14px; padding: 0; border:0; text-align:left; } /*for updated pages*/
img#logos_partners { padding: 10px 5px; }
img.logo_gbe { padding: 5px 0px; }

/* For /search/index.php */
.search p { margin-top: 15px; }

/* Custom styles - use anywhere */
div#content1 .greentxt { color:  #07B255; }
div#content1 .bluetxt { color:  #2D5E6A; }
div#content1 .redtxt { color:  #703221; }
div#content1 .boldtxt { font-weight: bold; }
div#content1 h2.boldtxt { font-size: 13px; }
div#content1 .nopaddingbottom { padding-bottom: 0; }
div#content1 .clear {clear: both;}
div#content1 .central { display:block; margin: 0 auto; }

div#content1 .spanlink { font-size: 10px; color: blue; font-weight: bold; text-decoration: underline; cursor: pointer; }

div#content1 ul.lleft { padding-left: 0px; margin-top: 20px; }
div#content1 ul.lleft1 { margin-left: 0px; padding-left: 0px; }

div#content1 ul.products_bg
{ padding-right: 0px; padding-left: 17px; padding-top: 5px; }

div#content1 ul.products_bg li.first /* bbl edgbl*/
{ padding-top: 5px; padding-right: 150px; }
div#content1 ul.bg_ws li.first
{ padding-top: 5px; padding-right: 100px; }
div#content1 ul.bg_va .first, div#content1 ul.bg_va_exp .first, div#content1 ul.bg_ws .first 
{ padding-top: 0px; padding-right: 110px; }
/* div#content1 ul.products_bg h3 { line-height: 150% } */

div#content1 ul.bg_va { background: url('/images/products_bg.gif') top right no-repeat; }
div#content1 ul.bg_va_exp { background: url('/images/products_bg_exp.gif') top right no-repeat; }
div#content1 ul.bg_va_10gbe { background: url('/images/products_bg_10gbe.gif') top right no-repeat; }
div#content1 ul.bg_ws{ background: url('/images/products_bg_ws.gif') top right no-repeat; }
div#content1 ul.bg_edgbl_ha { background: url('/images/products_bg_edgbl_ha.gif') top right no-repeat; }
/* div#content1 ul.bg_bbl_fr { background: url('/images/products_bg_bbl_fr.gif') top right no-repeat; } */
div#content1 ul.bg_bbl_fr_10gbe { background: url('/images/products_bg_bbl_fr_10gbe.gif') top right no-repeat; }
/* div#content1 ul.bg_bbl_ha { background: url('/images/products_bg_bbl_ha.gif') top right no-repeat; } */
div#content1 ul.bg_bbl_ha_10gbe { background: url('/images/products_bg_bbl_ha_10gbe.gif') top right no-repeat; }

div#content1 ul.products_bg h3 { margin-left: -15px; font-weight: bold; color: #507198; line-height: 150%;  }
div#content1 ul.products_bg a.top  { text-align: right; display: block; margin-right: -50px; }
/*div#content1 ul.products_ws_bg h3 { margin-left: -15px; font-weight: bold; color: #507198; }
div#content1 ul.products_ws_bg a.top  { text-align: right; display: block; margin-right: -50px; }*/


div.blockdisplay { display: block; }
div.nonedisplay { display: none; }

div#content1 div#subnav 
{ border-bottom: 1px solid #A4BEC8; padding: 5px 0px; margin-top: 3px; }

div#subnav ul { display: inline; list-style-type: none; }

div#subnav ul li 
{
display: inline;
color: #8E8E8E;
text-transform: uppercase;
cursor: pointer;
padding: 0 15px 0 0;
font-size: 11px;
}

div#subnav ul li.current { color: #4E7982; font-weight: bold; }

.hr_bottom { border-bottom: solid 1px #A4BEC8; padding-bottom: 10px; margin-bottom: 25px; }

img.bblock_10gbe_logo { float: right; margin-top: 70px; }
img.va_10gbe_logo { float: right; margin-top: 45px;  }

div#content p.u_partner { color: #8E8E8E; font-size: 14px;  }

div#content1 table.tbl_programlogos {  margin-top: 20px; }
div#content1 table.tbl_programlogos td { padding: 0 10px; }
div#content1 table.tbl_programlogos td img { margin: 0 auto; }
div#content1 table.tbl_programlogos td p {  text-transform: uppercase; font-size: 11px; text-align: left; }

div#content1 h2 img.resources { float: left; margin-bottom: 25px; margin-right: 10px; clear: both; }


