/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #999;
  font: 12px/170% Arial, sans-serif;
  color: #000000;
}
a:link, a:visited {
  color: #212121;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}
a.popup_link:link,
a.popup_link:visited,
a.popup_link:active {
color: #787776;
}
input {
  font: 12px/100% Arial, sans-serif;
  color: #494949;
}

textarea, select {
  font: 10px/160% Arial, sans-serif;/*12px*/
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
  float: left !important;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #5E6D09;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  dmin-height: 1em;
  sbackground: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  sdisplay: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  dbackground: #edf5fa url(images/body.png) repeat-x 50% 0;
background: #999;
}

#wrapper #container {
  margin: 0 auto;
  width: 980px;
  background: #fff;
}

#wrapper #container #header {
  height: 80px;
  background: #fff;
}

#wrapper #container #header #logo-floater {
  sposition: absolute;
  position: relative;
  float: left;
  width: 100%;
  background: url(images/logo_sep.gif) no-repeat 0 bottom !important;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  
}

#wrapper #container #header h1 span {
  font-weight: bold;
  float: left;
  width: 10px;
  height: 48px !important;
  margin: 40px 0 -80px;
}

#wrapper #container #header h1 img {
  padding-top: 20px;
  padding-right: 35px; /* LTR */
  padding-left: 20px;
  float: left; /* LTR */
}
#wrapper #container #header #logo-floater h1 span {
  sfloat: left;
  spadding: 20px 0 0 10px !important;
  sposition: relative;  
}
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0;
}

#sidebar-right .block {
  padding: 0 0 0 15px;
}
#sidebar-left h2 {
  color: #494949;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
}
.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  dbackground: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  sbackground: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  dleft: 10px;
  swidth: 534px;
  sborder-right: 1px solid #e2e2e2;
  float: left;
  xmargin: -8px 0 -2px;
}
*html #wrapper #container #center .right-corner {
  xmargin: 0;
}
#wrapper #container #center .right-corner .left-corner {
  padding: 10px 0px 5em 15px;
  sbackground: transparent url(images/bg-content-left.png) no-repeat 0 0;
  smargin-left: -10px;
  position: relative;
  dleft: -10px;
  min-height: 400px;
  swidth: 504px;
  sborder-left: 1px solid #e2e2e2;
  float: left;
}
.internal_contant {
  float: left;
  width: 534px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.internal_contant tt {
  float: left;
}
#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0 0 0 0;
  float: left; /* LTR */
  position: relative;
  z-index: 4;
  height: 50px;
  overflow: hidden;
}

ul.primary-links li {
  margin: 0 !important;
  padding: 0 !important;
  float: left; /* LTR */
  sbackground: url(images/p_sep.gif) no-repeat right 0 !important;
  background: transparent url(images/primary_bg.gif) repeat-x 0 0 !important;
  height: 50px;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 !important;
  padding: 12px 0 0;
  color: #444;
  font-family: Helvetica;
  font-size: 16px;
  text-decoration: none;
  height: 38px;
  width: 149px;
  text-align: center;
  background: transparent url(images/p_sep.gif) no-repeat right 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #444;
  text-decoration: underline;
  background: transparent url(images/p_active.gif) no-repeat 0 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  sborder-bottom: 1px solid #e9eff3;
  margin: 0 -26px 1.5em;
  padding: 1.5em 0px;
  width:100%;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
/* Below code is added by Monika as on 13th August 2009 */
.header_links {
  width: auto;
  padding-left:150px;
  float: left;  
  background: #fff;
}
.header_links big {
  float: left;
  padding: 0 20px 0 0;
}
.header_links ul {
  float: left;
  display: inline;
  padding: 7px 0 0 0;
  margin: 0;
}
.header_links ul li {
  float: left;
  list-style-type: none;
  font-size: 12px;
  color: #9d9d9d;
  padding: 0 6px !important;
  margin: 0 !important;
  background: none;
}
.header_links ul li a:link,
.header_links ul li a:visited {
  color: #060000;
  text-decoration: none;
}
.header_links ul li a:hover {
  text-decoration: underline;
}
.header_links span {
  float: left;
  font-size: 11px;
  padding: 8px 0 0 10px;
  kwidth: 210px;/*100px;*/
}
.header_links span dfn {
  float: left;
  font-style: normal;
  swidth: 105px;/*100%;*/
  padding: 0 0 3px;
}
.header_links span dfn b {
  float: right;
  text-transform: uppercase;
  text-align: right;
  color: #6a6a6a;
  font-size: 11px;
}
.header_links span dfn em {
  float: right !important;
  padding: 0 0 0 10px;
  font-style: normal;
  color: #999;
}
.header_links span dfn em a:link,
.header_links span dfn em a:visited {
  color: #3b7bb1;
}
.header_links tt {
  float: right;
  padding: 10px 0 0; 
}
input.search_box1 { width: 148px; color: #999; text-transform: uppercase;font-size: 11px; padding: 0; }
.advance_search {
  float: left;
  width: 100%;
  text-align: right;
  color: #010101;
  padding: 0 0 10px;
  font-size: 11px;
}
.advance_search a:link,
.advance_search a:visited {
  color: #010101;
}
.primary_links_container {
  float: right;
  width: 776px;
  background: url(images/sep.gif) repeat-x 0 bottom;
  padding: 20px 0 0;
}
.primary_links_container h2,
.primary_links_container span {
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 10px 0;
  color: #575656;
  font-family: Arial, sans-serif;
}
.primary_links_container label {
  float: left;
  font-size: 14px;
  width: 178px;
}
.primary_links_container label b {
  float: left;
  font-size: 14px;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  color: #eb7d00;
  text-align: right;
}
*html .primary_links_container label b {
  margin: 0 0 -13px;
}
.primary_links_container label strong {
  float: left;
  font-size: 13px;
  font-weight: normal;
  color: #5f5f5f;
  text-transform: uppercase;
  width: 173px;
  padding: 15px 0 0;
  text-align: right;
}
.primary_links_container label strong a:link,
.primary_links_container label strong a:visited,
.primary_links_container label strong a:active {
  color: #5f5f5f;
}
.primary_links_container label strong a:hover {
  color: #5f5f5f;
}
.primary_links_container label strong.request_proposal {
  color: #eb7d00;
}
.primary_links_container label i {
  float: left;
  width: 8px;
  height: 43px;
  margin: 0 0 0 -3px;
  position: relative;
}
/* Above code is added by Monika as on 13th August 2009 */
#content_container {
  float: left;
  width: 960px;
  padding: 0 10px 10px;
}
*html #content_container {
  padding: 0 10px 70px;
}
*+html #content_container {
  padding: 0 10px 70px;
}
.left_menus {
  float: left;
  width: 100%;
  padding: 0 0 5px;
  font-family: arial;
}
.left_menus span {
  float: left;
  /*width: 117%;*/
  width: 90%;
  padding: 0px 0 3px 20px;
  font-size: 11px;
  color: #212121;
}
.left_menus span span {
  padding: 0px 0 3px 10px;
}
.left_menus span a:link,
.left_menus span a:visited,
.left_menus span a:active {
  color: #212121;
}
.left_menus span strong {
  float: left;
}
.left_menus span b {
  float: left;
  padding: 0 0 0 5px;
  width: 148px;
  line-height: 15px;
}
.left_menus span span b {
  width: 130px;
}
.left_menus span dfn {
  float: left;
  font-style: normal;
  padding: 0 0 0 5px;
  line-height: 13px;
  width: 140px;
}
.left_menus span span dfn {
  width: 130px;
}
*html .left_menus span dfn {
  padding: 3px 0 0 5px;
}
*+html .left_menus span dfn {
  padding: 3px 0 0 5px;
}
.left_menus span dfn.year,
.left_menus span b.year {
  padding: 0 0 0 5px;
}
*html .left_menus span dfn.year {
  padding: 2px 0 0 5px;
}
*+html .left_menus span dfn.year {
  padding: 2px 0 0 5px;
}
*html .left_menus span b.year {
  padding: 2px 0 0 5px;
}
*+html .left_menus span b.year {
  padding: 2px 0 0 5px;
}
.left_menus span label {
  float: left;
  height: 7px;
  margin: -3px 0 0 -6px;
}
*html .left_menus span label img {
  margin: 8px 0 0;
}
*+html .left_menus span label img {
  margin: 8px 0 0;
}
.left_menus span label.bullets {
  margin: -6px 0 0 6px;
}
*html .left_menus span label.bullets img {
  margin: 13px 0 0;
}
*+html .left_menus span label.bullets img {
  margin: 13px 0 0;
}
.left_menus span label.about {
  margin: -6px 0 0;
}
*html .left_menus span label.about img {
  margin: 13px 0 0;
}
*+html .left_menus span label.about img {
  margin: 13px 0 0;
}
.left_menus span label.sub_plus {
  margin: -3px 0 0 -6px;
}
*html .left_menus span label.sub_plus img {
  margin: 7px 0 0;
}
*+html .left_menus span label.sub_plus img {
  margin: 6px 0 0;
}
/*.left_menus span label img.product_nav {
  padding: 14px 0 0;
}*/
.bottom_icons {
  float: left;
}
.bottom_icons {
  float: left;
  width: 100%;
  padding: 30px 0 0;
}
.bottom_icons span {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bottom_icons span em {
  float: left;
  padding: 0 5px 0 0;
}
.bottom_icons span label {
  float: left;
  font-size: 10px;
  color: #212121;
  padding: 6px 0 0;
  text-transform: uppercase;
  width:140px;
  line-height: 13px;
}
.bottom_icons span label.email {
  padding: 17px 0 0;
  margin: 0 0 0 -10px;
}
.bottom_icons span label a.left {
  color: #212121 ;
  text-decoration: none;
}
.bottom_icons span label a.left:hover {
  color: #212121 ;
  text-decoration: underline;
}
.contact_newgen_container {
  float: left;
  width: 185px;
  margin: 0 0 0 -5px;
}
*html .contact_newgen_container {
  margin: 0;
}
.contact_newgen_container tt {
  float: left;
  height: 10px;
}
.contact_newgen_container tt.bottom {
  margin: -5px 0 0;
}
.contact_newgen {
  float: left;
  width: 163px;
  padding: 0 10px;
  background: #fefefe url(images/right_rep.gif) repeat-x;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.contact_newgen .node { margin-bottom: -20px; margin-left:2px;} 
.contact_newgen span {
  float: left;
  width: 163px;
  padding: 0 0 5px;
}
.contact_newgen span strong {
  float: left;
  width: 163px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #383838;
}
.contact_newgen span strong em {
  padding: 0 5px 0 0;
}
.contact_newgen span b {
  sfloat: left;
  swidth: 98%;
  sfont-size: 10px;
  scolor: #202020;
}
.contact_newgen span label {
  scolor: #ff8a0b
}
input.right_box { width: 150px; }
select.right_box { width: 150px; }
textarea.right_box { width: 150px; }
.contact_newgen span i {
  float: left;
  width: 98%;
  font-size: 10px;
  color: #000;
}
.popup_bottom { 
  float: left;
  width: 100%;
  height: 15px;
  background: url(images/popup_bottomm1.png) no-repeat;
}
.popup_inner { 
  float: left;
  width: 100%;
  padding: 25px 0 10px;
  min-height: 100px !important;
  background: url(images/popup_topp1.png) repeat-y;
}
.solution_hover,
.product_hover,
.support_hover {
  float: left;
  width: 800px;
  position: absolute;
  z-index: 1000;
  top:134px;
  left: 212px;
  text-align: left;
}
*html .solution_hover{
  top:154px;
  left: 210px;
}
*html .product_hover{
  top:154px;
  left: 210px;
}
*html .support_hover {
  top:154px;
  left: 210px;
}
*+html .solution_hover{
  top:134px;
  left: 209px;
}
*+html .product_hover{
  top:134px;
  left: 209px;
}
*+html .support_hover {
  top:134px;
  left: 209px;
}
.product_hover i,
.support_hover i,
.solution_hover i {
  float: left;
  width: 20px;
  margin: 0px -10px 0 -18px;
  position: relative;
  height: 578px;
}
#top_menu_4 i.right,
#top_menu_3 i.right,
#top_menu_2 i.right,
#top_menu_1 i.right {
  margin: -350px -10px 0 -18px;
}
#top_menu_1 i.right {
  margin: -320px -10px 0 -18px;
}
#top_menu_4 i.right {
  margin: -140px -10px 0 -18px;
}
#top_menu_3 i.right {
  margin: -380px -10px 0 -18px;
}
*html #top_menu_3 i.right {
  margin: -393px -10px 0 -18px;
}
.product_hover span,
.support_hover span,
.solution_hover span {
  float: left;
  padding: 5px 10px 0;
  width: 556px;
}
.product_hover span.support,
.support_hover span.support,
.solution_hover span.support {
  background: none;
}
.product_hover span.head,
.support_hover span.head,
.solution_hover span.head {
  padding: 0 10px 0px;
  background: url(images/hover_sep.gif) no-repeat 10px bottom;
  position: relative;
}
/**html #top_menu_1 span.head {
  position: relative;
  right: 10px;
}
*html #top_menu_2 span.head {
  position: relative;
  right: 10px;
}
*html #top_menu_3 span.head {
  position: relative;
  right: 10px;
}
*html #top_menu_4 span.head {
  position: relative;
  right: 10px;
}
*+html #top_menu_1 span.head {
  position: relative;
  sright: 10px;
}
*+html #top_menu_2 span.head {
  position: relative;
  sright: 10px;
}
*+html #top_menu_3 span.head {
  position: relative;
  sright: 10px;
}
*+html #top_menu_4 span.head {
  position: relative;
  sright: 10px;
}*/
.product_hover span dfn,
.support_hover span dfn,
.solution_hover span dfn {
  float: left;
  padding: 0 5px 0 10px;
  width: 124px;
  font-style: normal;
  font-size: 12px;
  color: #787776;
}
.solution_hover span dfn.customers {
  width: 124px;
}
.product_hover span dfn.support,
.support_hover span dfn.support,
.solution_hover span dfn.support {
  width: 263px;
}
.product_hover span dfn b,
.support_hover span dfn b,
.solution_hover span dfn b {
  float: left;
  width: 98%;
  line-height: 15px;
  padding: 0 0 10px;
}
.product_hover span dfn label,
.support_hover span dfn label,
.solution_hover span dfn label {
  float: left;
  width: 96%;
  font-size: 11px;
  line-height: 15px;
  padding: 0 0 0 8px;
  background: url(images/dot.gif) no-repeat 0 8px;
}
.product_hover span dfn label a,
.support_hover span dfn label a,
.solution_hover span dfn label a {
  color: #787776 !important;
}
.product_hover span dfn label.sub,
.support_hover span dfn label.sub,
.solution_hover span dfn label.sub {
  padding: 0 0 0 15px;
  width: 95%;
  background: url(images/dot.gif) no-repeat 7px 8px;
}
.support_hover span dfn label.support {
  background: none;
}
.product_hover span dfn label.products,
.support_hover span dfn label.products,
.solution_hover span dfn label.products {
  padding: 15px 0 0;
}
.product_hover span dfn label.support1,
.support_hover span dfn label.support1,
.product_hover span dfn label.support,
.support_hover span dfn label.support,
.solution_hover span dfn label.support1,
.solution_hover span dfn label.support {
  font-weight: bold;
  padding: 25px 0 0;
  font-size: 10px;
}
.product_hover span dfn label.support1,
.support_hover span dfn label.support1,
.solution_hover span dfn label.support1 {
  padding: 0;
}
#footer_module {
  float: left;
  width: 100%;
  background: #fff;
}
.footer_internal { background: url(images/footer_bg.gif) repeat-x !important; }
.footer_content {
  margin: 0 auto;
  padding: 0;
  width: 970px;
}
.footer_box {
  float: left;
  width: 100%;
  padding: 10px 0 5px;
}
.footer_content_first {
  float: left;
  width: 170px;
  padding: 0 0 0 12px;
}
.footer_content_second {
  float: left;
  width: 398px;
}
.footer_content_subsecond {
  float: left;
  width: 199px;
}
.footer_box span {
  float: left;
  width: 92%;
  font-size: 14px;
  color: #000;
  padding: 0 0 10px 10px;
  text-align: left;
}
.footer_box span.byapp {
  padding: 30px 0 10px 10px;
}
.footer_box span label {
  float: left;
  width: 98%;
}
.footer_box dfn label a:link, 
.footer_box dfn label a:visited,
.footer_box dfn label a:hover {
  color: #000;
}
.footer_box span b {
  float: left;
  width: 98%;
  font-size: 11px;
  color: #000;
}
.footer_box  dfn {
  float: left;
  width: 95%;
  font-style: normal;
  text-align: left;
  position: relative;
}
.footer_box  dfn.sub {
  padding: 0 0 0 10px;
  width: 88%;
}
.footer_box dfn em {
  float: left;
  width: 3px;
  height: 3px;
  padding: 0 5px 0 0;
}
.footer_box dfn em img {
  float: left;
  padding: 9px 0 0;
}
.footer_box dfn label {
  font-size: 11px;
  float: left;
  padding: 0;
  margin: 0;
  width: 175px;
  text-align: left;
}
.footer_box dfn.sub label {
  width: 158px !important;
}
.footer_box dfn em.sub { padding: 0;  }
.footer_box dfn label.first {
  width: 140px !important;
  padding: 0 0 0 5px;
}
#first { background: url(images/footer_sep.gif) no-repeat 153px 55px; }
#second { background: url(images/footer_sep.gif) no-repeat 384px 55px; }
.copyright {
  float: left;
  width: 100%;
  padding: 0;
  height: 26px;
  background: #343535;
}
.copyright b {
  float: right;
  padding: 2px 10px 0 20px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}
.copyright b a.copy {
  color: #fff;
}
.primary_links_container ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
.primary_links_container ul li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 3px 0 0;
  width: 146px;
  background: transparent url(images/p_sep.gif) no-repeat right 0 !important;
}
.primary_links_container ul li.last {
  background: none !important;
}
.primary_links_container ul li.active tt,
.primary_links_container ul li.hover tt,
.primary_links_container ul li tt {
  float: left;
  width: 11px;
  height: 50px;
  background: url(images/p_left.gif) no-repeat 0 0px;
}
.primary_links_container ul li.hover tt {
  background: url(images/p_hover_left.gif) no-repeat 0 0;
}
.primary_links_container ul li.active tt {
  background: url(images/p_active_left.gif) no-repeat 0 0;
}
.primary_links_container ul li.active big,
.primary_links_container ul li.hover big,
.primary_links_container ul li big {
  float: left;
  width: 9px;
  height: 50px;
  background: url(images/p_right.gif) no-repeat 0 0;
}
.primary_links_container ul li.hover big {
  background: url(images/p_hover_right.gif) no-repeat 0 0;
}
.primary_links_container ul li.active big {
  background: url(images/p_active_right.gif) no-repeat 0 0px;
}
.primary_links_container ul li span {
  float: left;
  width: 146px;
  color: #444;
  font-family: Helvetica;
  font-size: 16px;
  padding: 12px 0 0;
  height: 38px;
  text-align: center;
  background: url(images/primary_bg.gif) repeat-x ;
}
.primary_links_container ul li.hover span {
  background: url(images/p_mid.gif) no-repeat ;
}
.primary_links_container ul li.active span {
  background: url(images/p_active_mid.gif) no-repeat ;
}
.primary_links_container ul li span.first {
  width: 135px;
}
.primary_links_container ul li.hover span.first {
  background: url(images/p_first.gif) no-repeat ;
}
.primary_links_container ul li.active span.first {
  background: url(images/p_active_first.gif) no-repeat 0 0;}
.primary_links_container ul li span.last {
  width: 137px;
}
.primary_links_container ul li.hover span.last {
  background: url(images/p_last.gif) no-repeat ;
}
.primary_links_container ul li.active span.last {
  background: url(images/p_last_active.gif) no-repeat ;
	margin: 0 -1px 0 0;
}
.primary_links_container ul li span a.p_links {
  color: #444;
  text-decoration: none;
}
.primary_links_container ul li span a.p_links:hover {
  color: #444;
  text-decoration: none;
}
.flash_container {
  float: left;
  width: 100%;
  text-align: center;
}
*+html .flash_container {
  margin: 28px 0 0;
}
.home_tabs_container {
   float: left;
   width: 100%;
   padding: 10px 0 5px;
}
.home_tabs {
  float: left;
  width: 397px;
}
.home_tabs ul {
  float: left;
  width: 100%;
  display: inline;
  margin: 0;
  padding: 0 0 0 12px;
}
.home_tabs ul li {
  float: left;
  list-style-type: none;
  padding: 0px 5px 0 0;
  background: none;
  margin: 0;
  z-index: 100;
  position: relative;
}
.home_tabs ul li.active {
  padding: 0 5px 0 0;
}
.home_tabs ul li.active tt,
.home_tabs ul li tt {
  float: left;
  width: 12px;
  height: 32px;
  background: url(images/tab_left.gif) no-repeat ;
}
.home_tabs ul li.active tt {
  background: url(images/tab_active_left.gif) no-repeat ;
  sheight: 41px;
}
.home_tabs ul li.active big,
.home_tabs ul li big {
  float: left;
  width: 13px;
  height: 32px;
  background: url(images/tab_right.gif) no-repeat ;
}
.home_tabs ul li.active big {
  background: url(images/tab_active_right.gif) no-repeat ;
  sheight: 41px;
}
.home_tabs ul li span {
  float: left;
  height: 27px;
  font-size: 11px;
  color: #383838;
  padding: 5px 0 0;
  width: auto;
  background: url(images/tab_rep.gif) repeat-x ;
}
.home_tabs ul li.active span {
  float: left;
  height: 27px;
  width: auto;
  padding: 5px 0 0;
  background: url(images/tab_active_rep.gif) repeat-x ;
}
.home_tabs_content {
  float: left;
  width: 357px;
  height: 176px;
  margin: -5px 0 0;
  z-index: 0;
  padding: 10px 10px 10px 30px;
  position: relative;
  background: url(images/quick_tabs1.gif) no-repeat ;
}
*html .second_tab {
  margin: 0px 0 0 -10px;
  position: relative;
}
.home_tabs_content span {
  float: left;
  width: 98%;
  padding: 0 0 8px;
  position:relative;
}
.home_tabs_content span b,
.home_tabs_content span strong {
  float: left;
  width: 98%;
  font-size: 12px;
  font-weight: bold;
  color: #eb7d00;
}
.home_tabs_content span b {
  font-size: 11px;
}
.home_tabs_content span dfn {
  float: left;
  width: 98%;
  font-style: normal;
  font-size: 11px;
  color: #343535;
}
.home_tabs_content span dfn label {
  float: left;
  width: 275px;
  line-height: 15px;
}
.home_tabs_content span dfn i {
  /*float: right;*/
  position:absolute;
  right:0;
  bottom:4px;
  font-style: normal;
}
.home_tabs_content span dfn tt {
  float: left;
  padding: 0 5px 0 0;
}
*html .home_tabs_content span dfn tt {
  padding: 7px 5px 0 0;
}
*+html .home_tabs_content span dfn tt {
  padding: 7px 5px 0 0;
}
.home_tabs_content span dfn em {
  float: left;
  font-style: normal;
  font-size: 9px;
  float: left;
  width: auto;
  color:#484848;
}
.popup_box_new { padding: 20px 0 0 ; }
.popup_box_new span {
  float: left;
  width: 400px;
  padding: 0 20px 5px;
}
.popup_box_new kbd {
  float: right;
  padding: 0 10px 0 0;
} 
.popup_box_new span strong {
  float: left;
  width: 100%;
  color: #494949;
  font-size: 12px;
  padding: 0 0 15px;
} 
.popup_box_new span strong.proposal {
  padding: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
} 
.popup_box_new span b {
  float: left;
  width: 120px;
  text-align: right;
  color: #fff;
  font-size: 11px;
} 
.popup_box_new span label {
  color: #494949; 
  font-size: 11px;
  padding: 2px 10px 0 0;
  text-align: right;
  width: 120px;
  float: left;
}
.popup_box_new span em {
  float: left;
  width: 200px;
  padding:  0 0 0 10px;
  color: #fff;
  font-size: 11px;
  text-align: center;
} 
  text-transform: uppercase;
}
.home_tabs_content span dfn em a.more {
  color: #343535;
}
.cnbc_internal {
  width: 160px;
  float:left;
  padding: 20px 10px 0;
}
*html .cnbc_internal {
  padding: 20px 0 0 20px;
  margin: 0 -4px 0 0;
}
.cnbc_module {
  float: left;
  width: 132px;
  height: 146px;
  margin: 0 0 0 2px ;
  padding: 60px 15px 0;
  background: url(images/cnbc.gif) no-repeat ;
}
*html .cnbc_module {
  margin: 0 0 0 -10px;
}
.cnbc_module span {
  float: left;
  font-size: 12px;
  color: #000;
}
.cnbc_module span i {
  color: #efb571;
  font-size: 16px;
}
.cnbc_module label {
  float: right;
  font-size: 10px;
  color: #4f5050;
  padding: 32px 0 0;
  text-transform: uppercase;
}
.cnbc_module label tt {
  float: left;
  padding: 2px 5px 0 0;
}
*html .cnbc_module label tt {
  padding: 6px 5px 0 0;
}
*+html .cnbc_module label tt {
  padding: 6px 5px 0 0;
}
.cnbc_module label em {
  float: left;
  font-style: normal;
}
.cnbc_module label em a.see {
  color: #4f5050;
}
.col_a {
  width: 180px;
  float: left;
  padding: 80px 0 0 20px;
}
.col_a h2 {
  width: 98%;
  font-size: 16px;
  color: #494949;
  float: left;
  padding: 0 0 20px;
}
.col_a h2.resources {
  color: #212121;
  font-size: 11px;
  padding: 2px 0 3px 10px;
  width: 95%;
}
.col_b {
  width: 180px;
  float: right;
  padding: 40px 0 0;
}
.col_c {
  float: left;
  width: 534px;
  padding: 0 20px 10px;
}
.breadcrumbs {
  float: left;
  width: 98%;
  font-size: 10px;
  color: #494949;
  margin: 0 0 0 -32px;
  position: relative;
}
*html .breadcrumbs {
  margin: 0 0 0 -16px;
}
*+html .breadcrumbs {
  margin: 25px 0 0 -32px;
}
.breadcrumbs a.bread_link {
  color: #494949;
}
.internal_container {
  float: left;
  width: 100%;
  padding: 28px 0 0;
}
.internal_content {
  float: left;
  width: 100%;
}
.internal_content tt {
  float: left;
}
.internal_box {
  float: left;
  width: 502px;
  padding: 10px 15px 10px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  margin: -6px 0 0;
}
*html .internal_box {
  margin:-5px 0 0;
}
*+html .internal_box {
  margin: -5px 0 0;
}
.internal_box1 {
  float: left;
  width: 502px;
  padding: 20px 15px 15px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  margin: -6px 0 0;
  background: url(images/Resource.gif) no-repeat;
}
*html .internal_box1 {
  margin:-5px 0 0;
}
*+html .internal_box1 {
  margin: -5px 0 0;
}
.internal_box1 h1 {
  float: left;
  color: #ffffff;
  font-size: 28px;
  /*font-size: 16px;*/
  padding: 70px 0px 50px 10px;
  }
*html .internal_box1 h1 {
  padding: 3px 0 20px;
}
*+html .internal_box1 h1 {
  padding: 3px 0 20px;
}
.internal_box h1 {
  float: left;
  color: #494949;
  font-size: 28px;
  /*font-size: 16px;*/
  padding: 2px 0 20px;
  width:97%;
}
*html .internal_box h1 {
  padding: 3px 0 20px;
}
*+html .internal_box h1 {
  padding: 3px 0 20px;
}
.internal_box h1.bpm {
  font-size: 28px;
  padding: 2px 0 20px 25px;
  line-height:30px;
}
 .internal_box h1.sup {
 color:#FFFFFF;
 font-size:28px;
 margin-top:-100px;
 padding:2px 0 20px 25px; 
}
.management_box {
  float: left;
  width: 435px;
  background: url(images/quick_rep.gif) repeat-y;
}
.management_box big {
  float: left;
  sbackground: #fff;
  height: 12px;
  overflow: hidden;
  margin: -4px 0 0;
}
*html .management_box big {
  margin: 0;
}
*+html .management_box big {
  margin: 0;
}
.management_txt {
  float: left;
  width: 405px;
  padding: 0 15px;
  min-height: 150px;
}
.management_txt em {
  float: left;
  padding: 0;
  margin: -3px 0 0;
  position: relative;
}
*html .management_txt em {
  margin: 10px 0 0;
}
*+html .management_txt em {
  margin: 10px 0 0;
}
.management_txt div,
.management_txt span {
  float: left;
  width: 98%;
  font-size: 13px;
  padding: 0 0 5px;
}
.management_txt div label,
.management_txt span label{
  float: left;
  width: 98%;
}
.management_txt del {
  float: right;
  text-decoration: none;
  padding: 10px 20px 0 0;
}
.management_txt del kbd {
  float: left;
  padding: 6px 6px 0 0;
}
.management_txt del em {
  float: left;
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
}
.shadow_box {
  float: left;
  width: 460px;
  padding: 15px 20px;
  sbackground: url(images/shadow.gif) repeat-y;
}
.shadow_box span {
  float: left;
  width: 98%;
  font-size: 12px;
  color: #000000;
  padding: 0 0 15px;
  line-height: 140%;
  text-decoration:none;
}
.shadow_box span.bpm {
  text-align: center;
  padding: 60px 0 0;
}
.resources_page {
  float: left;
  width: 100%;
  padding: 0;
}
.resources_page label {
  float: left;
  width: 98%;
  padding: 0 0 20px;
  font-size: 11px;
  color: #494949;
}
.resources_page label a.internal_link { 
  color: #494949; 
  text-decoration: underline;
}
.resources_page span {
  float: left;
  width: 98%;
  padding: 0 0 20px;
  color: #494949;
}
.resources_page span b {
  float: left;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: normal;
  padding: 0 0 0 47px;
}
.resources_page span h1 {
  color:#494949;
  float:left;
  font-family:Helvetica;
  font-size:28px;
  font-weight:normal;
  line-height:30px;
}
.resources_page span dfn {
  float: left;
  font-size: 12px;
  font-style: normal;
  padding: 0 0 0 10px;
}
.resources_page span dfn a,
.resources_page span dfn a:visited {
  color:#3B7BB1;
}
.resources_page span dfn em {
  float: left;
  padding: 0 0 0 10px;
}
.resources_page span dfn i {
  float: left;
  font-style: normal;
}
select.select_process { width: 130px; }
.product_detail {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;/*20px 0*/
  color: #494949;
}
.product_detail .heading {
  float: left;
  width: 98%;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px;
}
.product_detail .heading label {
  float: left;
}
.product_detail .heading span {
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.product_content {
  margin: -6px 0 0;
  position: relative;
  z-index: 0;
}
.product_download {
  float: left;
  width: 100%;
  padding: 0 0 10px;
}
.product_download div,
.product_download p {
  float: left;
  width: 100%;
}
.product_download span {
  float: left;
  text-align: justify;
  spadding: 0 40px 0 5px;
}
.product_download span ul li{
  float:left;
}
.product_download span tt {
  float: left;
  padding: 0 10px 0 0;
}
.product_download span label {
  float: left;
  font-size: 11px;
  padding: 0 30px 0 0;
}
.product_download dfn {
  float: left;
  font-style: normal;
  font-size: 12px;
  width: 98%;
  padding: 10px 0 0 5px;
}
.popup_proposal {
  float: left;
  /*width: 100%;*/
  position: absolute;
  width: 441px;
  z-index: 1000;
  stop:160px;
  sleft: 500px;
  font-family: Arial;
  text-align: left;
  background: #666;
}
/**html .popup_proposal {
  left: 400px;
}*/
.popup_proposal tt {
  float: left;
  height: 13px;
  overflow: hidden;
}
.popup_proposal tt.bottom {
  float: left;
  height: 13px;
  overflow: hidden;
  margin: 0px 0 0;
}
.popup_box {
  float: left;
  width: 441px;/*100%;*/
  /*background: url(images/popup_rep.png) repeat-y 0 0; 
  margin: 0 0 -20px;
  bottom: -20px;
  position: relative;*/
  padding: 5px 0 0;
}
.popup_box .node {width: 300px; margin: -20px -26px 12px; }
.popup_box span {
  float: left;
  width: 400px;
  padding: 0 0 0 30px;
}
.popup_box kbd {
  float: right;
  font-family: Arial;
  color: #fff;
  padding: 0 10px 0 0;
} 
.popup_box span strong {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
  spadding: 0 0 15px;
} 
.popup_box span strong.proposal {
  spadding: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
} 
.popup_box span b {
  float: left;
  width: 120px;
  text-align: right;
  color: #fff;
  font-size: 11px;
} 
.popup_box span label { 
  color: #fff; 
  font-size: 11px;
  padding: 2px 10px 0 0;
  text-align: right;
  width: 120px;
  float: left;
}
.popup_box span em {
  float: left;
  width: 200px;
  padding:  0 0 0 10px;
  color: #fff;
  font-size: 11px;
  text-align: center;
} 
input.form_box { width: 192px; }
textarea.form_box { width: 190px; }
select.form_box { width: 190px; }
.popup_box span dfn {
  float: left;
  width: 100%;
  text-align: center;
}
.customer_exp {
  float: left;
  width: 92%;
  padding: 20px;
}
.customer_exp span {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
.customer_exp span.sub {
  margin: -20px 0 0;
  position: relative;
}
.customer_exp span em {
  float: left;
  width: 7px;
  padding: 0px 10px 0 0;
}
*html .customer_exp span em {
  padding: 7px 10px 0 0;
}
*+html .customer_exp span em {
  padding: 7px 10px 0 0;
}
.customer_exp span label {
  float: left;
  font-size: 12px;
  color: #000;
  width: 440px;
}
.customer_exp span dfn {
  float: left;
  font-style: normal;
  padding: 0 0 2px 30px;
}
.customer_exp span dfn em {
  width: 3px;
  padding: 9px 5px 0 0;
}
.customer_exp span dfn label {
  width: 400px;
}
.close_btn {
	width: auto; 
	float: right; 
	padding-right: 35px;
	margin-top: -15px;
}
.search_module {
  float: right;
  width: 170px;/*180px;*/
  padding: 9px 0 0;
  margin: 0 -10px 0 0;
}
*html .search_module {
  margin: 0 -15px 0 0;
}
#inner_content {
  float: left;
  width: auto;
  padding: 0 0 0 32px;
}
select.country {
  width: 100px;
  /*font-size: 10px;*/
}
#edit-submitted-firstname-wrapper,
#edit-submitted-email-wrapper,
#edit-submitted-phone-wrapper,
#edit-submitted-company-wrapper,
#edit-submitted-description-wrapper,
#edit-submit {
  margin: 0 0 5px;
}
.resizable-textarea { float: left;width: 250px; padding: 0 10px 0 0; }
#edit-submit { margin-left: 130px; }
.contact_newgen #edit-submit { margin-left: 5px; }
#edit-query-wrapper {
  background: url(images/input_left.gif) no-repeat 1px 0px;
  padding: 0 0 0 3px;
  width: 119px;
  float: left;
}
#edit-query {
  width: 119px;
  position: relative;
  top: 0px;
  border: none;
  background: url(images/input_rep.gif) repeat-x;
  height: 17px;
  padding-top: 3px;
}
*html #edit-query-wrapper { background: url(images/input_left.gif) no-repeat 1px 1px; }
*+html #edit-query-wrapper { background: url(images/input_left.gif) no-repeat 1px 1px; }
#edit-query {
  height: 18px;
  padding-top: 2px;
}
#edit-sa {
  float: right;
  padding: 0;
  margin: 0;
  position: relative;  
  left: -15px;
  top: 0px;
}
*html #edit-sa {
  left: -11px;
  top: -21px;
}
*+html #edit-sa {
  top: 1px;
}
#edit-submitted-title,
#edit-submitted-firstname,
#edit-submitted-email,
#edit-submitted-phone,
#edit-submitted-company {
  width: 158px;
}
#edit-submitted-description {
  width: 157px;
}
.resources_box {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
.resources_box span {
  float: left;
  width: 98%;
  font-size: 12px;
  padding: 0 0 3px;
  color: #494949;
  border-bottom: 1px dotted #848484;
}
.resources_box span b {
  float: left;
  width: 97%;
  background: url(images/orange_dot.jpg) no-repeat 0 7px;
  padding: 0 0 0 10px;
}
.resources_box span label {
  float: left;
  width: 98%;
}
.resources_box span em {
  float: left;
  width: 98%;
  text-align: right;
  font-style: normal;
}
.resources_box span em a {
  color: #494949 !important;
}
.resources_box span em a:hover {
  color: #494949 !important;
}
.style14 {	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.txtboxnew {
	BORDER-RIGHT: #7F9DB9 1px solid; BORDER-TOP: #7F9DB9 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #7F9DB9 1px solid; WIDTH: 159px; BORDER-BOTTOM: #7F9DB9 1px solid; HEIGHT: 17px
}
.txtbox1new {
	BORDER-RIGHT: #7F9DB9 1px solid; BORDER-TOP: #7F9DB9 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #7F9DB9 1px solid; WIDTH: 159px; BORDER-BOTTOM: #7F9DB9 1px solid; HEIGHT: 60px
}
.style10 {
	font-family: Arial; 
	font-size: 11px; 
	color: #003366; 
	line-height: 15px; 
	font-weight: bold; 
	text-decoration: none; 
	}