/*
 * Layout
 */

body {
  background: white;
  margin: 0px;
  padding: 0px;
  min-width: 780px;
 }
body, input, textarea, select, option, legend, fieldset {
  font-family: sans-serif, /*"Bitstream Vera Sans",*/ /*Verdana,*/ /*Arial,*/
  Helvetica, Arial;
}

#body-wrap {
  min-height: 100%;
  margin: 0px 33px;
}

#header {
  height: 100px;
  position: relative; /* Every loose position: relative is here to avoid the IE peekaboo bug */
}

#site-name {
  position: absolute;
  left: 90px;
  top: 42px;
  margin: 0px;
  padding: 0px;
  color: /*#8baec9*/white;
}

#site-name.with-slogan {
  top: 12px;
}

#site-slogan {
  position: absolute;
  left: 90px;
  top: 54px;
  margin: 0px;
  padding: 0px;
}

#search {
  position: absolute;
  right: 15px;  
  top: 50px;
}

#search input[type=text] {
  border-width: 0px;
  width: 160px;
  padding: 2px 2px;
  color: #223756;
}
#search input[type=submit] {
  border-width: 0px;
  height: 19px;
  line-height: 18px;
  width: 60px;
  text-align: center;
  color: #223756;
  background: url(http://www.linperial.com/images/search-button.png)
  no-repeat 0px 0px;
}

#header form {
  padding: 0px;
  margin: 0px;
}

#top-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#top-nav ul#primary {
  position: absolute;
  left: 5px;
  top: 75px;
  right: 10px;
  color: white;
}

#top-nav ul#primary li {
  float: left;
  position: relative;
  color: white;
}

#top-nav ul#secondary {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 100%;
}

#top-nav ul#secondary li {
  float: right;
  position: relative;
}

#sidebar-left {
  float: left;
  position: relative;
  width: 210px;
  margin-right: -200px;
  z-index: 20;
}
#sidebar-right {
  float: right;
  position: relative;
  margin-left: -201px;
  width: 201px;
  z-index: 20;
}

#content-wrap {
  float: left;
  position: relative;
}

.content-wrap-right, .content-wrap-both {
  padding-right: 195px;
}

/* Note: due to Mozilla stretching fieldsets inside nested floats,
   the left sidebar is placed before the main content. This allows
   the main area to remain unfloated in Mozilla */
#main {
  margin: 0px;
  height: auto;
}

.main-wrap-left, .main-wrap-both {
  float: left;
  width: auto;
 height: auto;
  margin-left: 200px;
}

/* CSS2 corrections */
#content-wrap > #sidebar-left {
  margin-right: -210px;
}

#content-wrap > #main {
  margin-left: 1px;
}

/*
 * Style */
 
/* Page */
html, body {
  min-height: 100%;
}
body .bw1 {
  background: url(http://www.linperial.com/images/bg-left.png) repeat-y 0% 0px;
  min-width: 1000px;
}
body .bw2 {
  background: url(http://www.linperial.com/images/bg-right.png) repeat-y 100% 0px;
}

/* Header */
#header {
  background: #486e98 url(http://www.linperial.com/images/header-mid.png) repeat-x 0px 0px;
}
#header .hw1 {
  background: url(http://www.linperial.com/images/header-left.png) no-repeat 0% 0px;
}
#header .hw2 {
  background: url(http://www.linperial.com/images/header-right.png) no-repeat 100% 0px;
}
#site-name {
  font-size: 0.8em;
  letter-spacing: -1px;
}
#site-name a {
  font-size: 2.2em;

/*  font-family: "Trebuchet MS", Helvetica, Arial;*/
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#site-slogan {
  font-size: 0.7em;
  color: /*#8baec9*/white;
  font-weight: bold;
  text-decoration: none;  
}
#top-nav ul {
  margin-left: -3px;
  color: white;
}
#top-nav ul li {
  position: relative;
  color: white;
}

#top-nav ul li a {
/*  aqui es color: #8baec9;*/
    color: white;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  white-space: nowrap;
  margin-right: 3px;
  background: url(http://www.linperial.com/images/nav-right.png) no-repeat 100% 0px;
  padding-left: 5px;
  padding-right: 5px;
}

#top-nav ul li a:hover {
  color: red;
}

#top-nav ul li a .lw1 {
  display: block;
  position: relative;
  background: url(http://www.linperial.com/images/nav-right.png) no-repeat 100% -100px;
  color: white; 
}

#top-nav ul li a .lw2 {
  padding: 2px 5px;
  display: block;
  position: relative;
  cursor: pointer;
 background: url(http://www.linperial.com/images/nav-left.png) no-repeat 0% -100px;
}

#top-nav ul li a:hover .lw1 {
  background: url(http://www.linperial.com/images/nav-right.png) no-repeat 100% 0px;
  color: red; 
}

#top-nav ul li a:hover .lw2 {
  background: url(http://www.linperial.com/images/nav-left.png) no-repeat 0% 0px;
}












ul#secondary li a {
  color: #a7cde2;
  margin-right: 0px;
  margin-left: 5px;
}
ul#secondary li a .lw1 {
  background: url(http://www.linperial.com/images/nav2-right.png) no-repeat 100% -100px;
}
ul#secondary li a .lw2 {
  background: url(http://www.linperial.com/images/nav2-left.png) no-repeat 0% -100px;
}
ul#secondary li a:hover .lw1 {
  background: url(http://www.linperial.com/images/nav2-right.png) no-repeat 100% 0px;
}
ul#secondary li a:hover .lw2 {
  background: url(http://www.linperial.com/images/nav2-left.png) no-repeat 0% 0px;
}

#search .form-text, #search .form-submit {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  font-size: 0.9em;
  margin-right: 10px;
  width: 15px;
}

#search .form-submit:hover {
  color: #fff;
}

/* Generic */
blockquote {
  margin: 10px 0px 0px 17px;
  padding: 0px 35px 0 9px;
  border-left: 5px solid #ddd;
  font-style: italic;
}
.form-item .description {
  font-size: 0.9em;
  font-style: italic;
  color: #455970;
  padding-bottom: 0.5em;
}
.item-list ul li, li.expanded, li.collapsed, li.leaf {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0px;
}
.item-list ul li a, li.expanded a, li.collapsed a, li.leaf a {
  margin: 0;
  padding: 3px 1px 3px 20px;
  display: block;
}
.item-list ul li a:hover, li.expanded a:hover, li.collapsed a:hover, li.leaf a:hover {
  background-color: #fafafa;
  padding: 2px 0px 2px 19px;
  border: 1px solid #ccc;
  background-position: 3px 4px;

}
.block .item-list ul li br {
  display: none;
}
li.expanded a {
  background: url(http://www.linperial.com/images/sidebar-bullet-min.png) no-repeat 4px 5px;
}
li.collapsed a {
  background: url(http://www.linperial.com/images/sidebar-bullet-plus.png) no-repeat 4px 5px;
}
.item-list ul li a, li.leaf a {
  background: url(http://www.linperial.com/images/sidebar-bullet-dot.png) no-repeat 4px 5px;
}
.menu {
  padding: 0px;
}
.block ul {
  padding: 0 0 0 0em;
}
.block ul ul {
  padding: 0 0px 0 1.5em;
}
.block li a {
  width: auto;
}
.more-link {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.more-link a {
  padding: 3px 5px 3px 5px;
  display: block;
}
.more-link a:hover {
  background-color: #fafafa;
  padding: 2px 4px 2px 4px;
  border: 1px solid #ccc;
}

/* Fancy pre code boxes */
.pre {
  width: 100%;
  padding: 10px 0px 15px;
}
pre {
  clear: both;
  float: left;
  overflow: auto;
  background: #f8fbfc;
  margin: 0px;
  padding: 8px 5px 18px;
  min-height: 3em;
  width: 95%;
  border: 1px solid #bfd0d9;
}
pre, tt, code {
  font-family: "Bitstream Vera Sans Mono", Courier New, monospace, sans-serif;
  font-size: 1em;
}

/* Tables */
table td {
  padding: 3px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #bfd0d9;
}
table {
  margin: 0.5em 0em 1em;
}
li {
  margin: 0.2em 0px;
}
tr {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #bfd0d9;
   border-bottom: 1px solid #bfd0d9;
 }
tr.light {
  background: #e4edf2;
  border-bottom: 0px;
}
tr.dark {
  background: #f8fbfc;
  border-bottom: 0px;
}
tr.light td.active {
  background: #c5d6df;
  border-bottom: 0px;
}
tr.dark td.active {
  background: #d6e4ea;
  border-bottom: 0px;
}
th {
  border-bottom: 2px solid #919eaf;
}

/* Watchdog */
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user td.active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content td.active {
  background: #cce;
}
tr.watchdog-warning {
  background: #fda;
}
tr.watchdog-warning td.active {
  background: #ec9;
}
tr.watchdog-pagenotfound, tr.watchdog-accessdenied {
  background: #dfd;
}
tr.watchdog-pagenotfound td.active, tr.watchdog-accessdenied td.active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error td.active {
  background: #eeb9b9;
}
#main tr td a.active {
  background-color: inherit;
}

/* Messages */
#message .messages {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #ccc;
  padding: 3px 6px;
  margin-bottom: 4px;
}
#message .error {
  background: #ffe5e5;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #efb5b5;
  padding: 3px 6px;
  color: #dc0024;
}
#message {
  margin: 15px 0px 5px;
}
#message ul {
  margin: 0px;
  padding: 0px;
}
#message ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 3px 1px 3px 20px;
  background: url(http://www.linperial.com/images/sidebar-bullet-dot.png) no-repeat 4px 5px;
}
#message .error li {
  background: url(http://www.linperial.com/images/sidebar-bullet-dot-2.png) no-repeat 4px 5px;
}

/* Content */
#content {
  min-width: /*920px;*/ 100%;
  font-size: 0.85em;
  background: url(http://www.linperial.com/images/main-top.png) repeat-x
  0px 0px;
}
#content .cw1 {
  min-width: 920px;
  background: url(http://www.linperial.com/images/main-left.png) repeat-y
  0% 0px;
}
#content .cw2 {
  min-width: 920px;
  background: url(http://www.linperial.com/images/main-right.png) repeat-y
  100% 0px;
}
#content .cw3 {
  min-width: 920px;
  background: url(http://www.linperial.com/images/main-top-left.png) no-repeat 0% 0px;
}
#content .cw4 {
  min-width: 920px;
  background: url(http://www.linperial.com/images/main-top-right.png) no-repeat 100% 0px;
}

.content-left .cw5, .content-both .cw5 {
  background: url(http://www.linperial.com/images/sidebar-left-bg.png) repeat-y 0% 0px;
  min-width: 920px;
}

.content-left .cw6, .content-both .cw6 {
  background: url(http://www.linperial.com/images/sidebar-left-top.png) no-repeat 0% 0px;
  min-width: 920px;
}
.content-right .cw7, .content-both .cw7 {
 background: url(http://www.linperial.com/images/sidebar-right-bg.png) repeat-y 100% 0px;
  min-width: 920px;
}
.content-right .cw8, .content-both .cw8 {
  background: url(http://www.linperial.com/images/sidebar-right-top.png) no-repeat 100% 0px;
  min-width: 920px;
}

/* Main */
#main {
  color: #0b2645;
  width: 100%;
}
#main .mw1 {
  padding: 20px 28px 20px 20px;
  min-height: 460px;
   text-align: justify;
}
#main h1 {
  margin: 0px;
  padding: 13px 0px 1px;
  font-size: 1.45em;
  color: #485c74;
}
#main h2 {
  margin: 0px;
/*  padding: 10px 0px 1px;*/
  font-size: 1.20em;
  color: #485c74;
}
#main h3 {
  margin: 0px;
  padding: 6px 0px 1px;
  font-size: 1.1em;
  color: #485c74;
  font-style: italic;
}
#main a {
  color: /*#e60a53*/red;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
}
#main a:hover {
  text-decoration: underline;
}
#main a:visited {
  color: #ac083e;
}
#main .node h2.title, #main h2.main-title {
  font-size: /*2.15em*/1.5em;
  font-weight: normal;
/*  letter-spacing: -1.5pt;*/
}
#main .node h2.title, #main h2.main-title, #main .node h2.title a {
  color:/*#cf094a*/ red;
  font-weight: normal;
  text-decoration: none;
}
#main .node h2.title a {
  letter-spacing: inherit;
}
#main .node {
  margin-bottom: 2em;
}
#main .info, #main .links, #main .terms {
  padding: 2px 0px 0px 17px;
  color: #6c90ac;
  background: url(http://www.linperial.com/images/main-bullet.png) no-repeat 0px 4px;
}
#main .info a, #main .links a, #main .terms a, #main .info a:visited, #main .links a:visited, #main .terms a:visited {
  color: #485c74;
}
#main .comment {
  padding: 10px 0px 15px;
  margin: 0px;
  border-top: 1px solid #ccc;
}
body #main .comment-new {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1.8px solid #ccc;
  padding: 10px 10px 15px;
  margin-top: 3px;
  margin-bottom: -1px;
  z-index: 10;
}
#main .comment-new .new {
  float: right;
  color: #6c90ac;
  position: relative;
  top: -0.2em;
  font-weight: bold;
}
#main .comment h3.title {
  font-size: 1.41em;
  letter-spacing: -0.5px;
  font-style: normal;
  margin-top: 0px;
  padding-top: 0px;
}
#main .comment h3.title, #main .comment h3.title a {
  font-weight: normal;
  color: /*#cf094a*/red;
}
#main textarea, #main textarea * {
  display: block;
  width: 95%;
  font-size: inherit;
}
#main .box {
  margin-bottom: 1em;
}

/* Pager */
/*#pager {
  clear: both;
  padding: 10px 0px 3px;
}
#pager div {
  padding: 0em;
}
#pager strong, #pager a {
  padding: 2px 6px 2px 5px;
  margin: 0px 0.25em 0px 0.25em;
  background: #e7f0f8;
  border: 1px solid #a6c1d6;
}

#pager a:hover {
  text-decoration: none;
  background: #fff;
}
#pager strong {
  background: #485c74;
  color: #fff;
}
*/
/* Form styles */
.form-text, .form-password, textarea, .form-select, .form-short-text  {
  border: 1px solid #919eaf;
  padding: 1px;
  margin: 1px;
}

.form-short-text {

}

.form-text:focus, .form-password:focus, textarea:focus, .form-select:focus {
  border: 2px solid #919eaf;
  margin: 0px;
}
.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra {
  margin-top: 5px;
  margin-right: 10px;
  width: auto;
  clear: none;
}
/* Fieldset styling (only for IE and Mozilla as the rest seem to mess up) */
fieldset {
  padding: 10px;
}

legend {
  background: transparent;
  font-weight: bold;
  letter-spacing: -1px;
  color: #5a6c83;
}

/* Mission */
#mission {
}
#mission .sw1 {
}
#mission .sw2 {
}
#mission .sw3 {
 
}

/* Sidebars */
.sidebar {
  margin: 0px;
  padding: 5px 0px 5px;
  min-height: 320px;
}



#sidebar-left .block h2 {
  background: url(http://www.linperial.com/images/sidebar-left-title.png) repeat-y 0px 0px;
}
#sidebar-right .block h2 {
  background: url(http://www.linperial.com/images/sidebar-right-title.png) repeat-y 0px 0px;
  color: white;
  text-align: center;
}

.sidebar .block {
  margin-bottom: 1em;
}
#sidebar-right {
  margin-bottom: 25em;
}

.sidebar.block-poll.block  {
  margin-bottom: 15em;
}

.sidebar .block h2 {
  color: #204058;
  line-height: 19px;
  font-size: 0.8em;
  margin: 0px 0px 3px;
  padding: 5px 5px 5px 5px;
}

.sidebar .block h2.first {
  line-height: 13px;
  height: 15px;
}
.sidebar .block .content {
  padding-left: 7px;
  padding-right: 7px;
}
.sidebar .block a:visited {
  color: #2e5084;
}

.sidebar .block a:hover {
  color: white;
   background: #2e5084;
}

.sidebar .block a {
  color: #255fb7;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
}

/* Tab navigation */
ul.primary {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
  list-style: none;
  height: 24px;
  background: url(http://www.linperial.com/images/tab-bar.png) repeat-x 0px 100%;
  border-width: 0px;
}
ul.primary li {
  margin: 0px;
  padding: 0px;
  float: left;
}
ul.primary li a {
 margin: 0px;
  padding: 0px;
  display: block;
  background: url(http://www.linperial.com/images/tab-right.png) no-repeat 100% -38px;
  border-width: 0px;
  height: 24px;
  text-decoration: none;
}

#main ul.primary li a:hover {
  background: url(http://www.linperial.com/images/tab-right.png) no-repeat 100% -76px;
  border-width: 0px;
  text-decoration: none;
}
#main ul.primary li.active a, #main ul.primary li.active a:hover {
  background: url(http://www.linperial.com/images/tab-right.png) no-repeat 100% 0px;
  border-width: 0px;
  color: #000;
}
ul.primary li a .lw1 {
  margin: 0px;
  padding: 4px 15px 0px;
  display: block;
  background: url(http://www.linperial.com/images/tab-left.png) no-repeat 0% -38px;
  border-width: 0px;
  height: 20px;
  text-decoration: none;
  line-height: 20px;
  cursor: pointer;
}
#main ul.primary li a:hover .lw1 {
  background: url(http://www.linperial.com/images/tab-left.png) no-repeat 0% -76px;
  border-width: 0px;
}

#main ul.primary li.active a .lw1, #main ul.primary li.active a:hover .lw1 {
  background: url(http://www.linperial.com/images/tab-left.png) no-repeat 0% 0px;
  border-width: 0px;
  color: #000;
}
ul.secondary li a.active {
  border-width: 0px;
}

/* Aggregator */
#aggregator .source {
  clear: left;
}

/* Footer */
#footer {
  margin-top: 3em;
  padding: 5px 10px 0px;
  color: #666;
  border: solid;
  border-width: 1px 0px;
  border-color: #f2f2f2 #eee #ddd;
  font-size: 0.8em;
  margin-bottom: -10px; 
 text-align: center;
}
#footer a, #footer a:visited {
text-decoration: none;
color: black;
}



#footerbar {
  font-size: 0.8em;
}

/* Page fadeout */
#end, #end * {
  height: 25px;
}
#end {
  clear: both;
}
.end-left .ew1, .end-both .ew1 {
  background: url(http://www.linperial.com/images/bottom-left.png) no-repeat 0% 0px;
}
.end-right .ew2, .end-both .ew2 {
  background: url(http://www.linperial.com/images/bottom-right.png) no-repeat 100% 0px;
}
.end-right .ew1, .end-none .ew1 {
  background: url(http://www.linperial.com/images/bottom-left-thin.png) no-repeat 0% 0px;
}
.end-left .ew2, .end-none .ew2 {
  background: url(http://www.linperial.com/images/bottom-right-thin.png) no-repeat 100% 0px;
}

/* CSS tricks */
.clear {
  clear: both;
  height: 1px;
 margin-bottom: -1px;
 line-height: 0px;
  display: block;
  font-size: 0em; /*lo movi de 0px*/
}

table.drivers {
}

table.drivers tr{
     border: 1px solid #bfd0d9;
}  

table.drivers td{
      border: 1px solid #bfd0d9;
}  

img.driver {
}


.quotes-quote {
font-style: italic;
}

.quotes-author {
font-style: italic;
}


table.items {
}

table.items tr{
     border: 1px solid #bfd0d9;
}  

table.items td{
      border: 1px solid #bfd0d9;
}  

#footer-menu {
 text-decoration: none;
  background: #31556a repeat-x 0px 0px;
  white-space: nowrap;
  list-style-type: none;
  margin: 0px;
  min-width: 900px;
  width: 100%;
  padding: 0px;
  border: 0px;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  clear: both;
}

#footer-menu a, #footer-menu a:visited, #footer-menu a:hover {
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  list-style-type: none;
  display: block; 
}

#footer-menu li {
  white-space: nowrap;
  list-style-type: none;
  display: block;
  line-height: 20px;
  float: left;
  background: #31556a;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  padding: 3px 37px 3px 37px;
  border-width: 0px;
  margin: 0px;
}

#footer-menu ul {
  width: 100%;
 list-style-type: none;  
background: #31556a;
  margin: 0px;
  padding: 0px;
  border: 0px; 
position: absolute;
   left: 0px;
  right: 0px;
  width: auto;
}


/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

DIV.base-layer {
 padding: 0; text-align: justify; width: auto;
 margin: 0.5em .4em 1em 0em;
}

DIV.base-layer-options {
 padding: 0; text-align: justify; width: auto;
 margin: 0.5em .4em 1em 0em;
}

DIV.base-layer-communities {
 padding: 0; text-align: justify; width: 100%;
 margin: 1.0em .4em 1em .4em;
}

DIV.table-row {
   padding:2px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #bfd0d9;
   margin: 0em 0em 0em 0em;
   text-align: center; 
   width: 98%;
}

DIV.table-row-options {
   padding:2px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #bfd0d9;
   margin: 0em 0em 0em 0em;
   text-align: center; 
   width: 98%;
}

DIV.table-row-communities {
   padding:2px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #bfd0d9;
   margin: 0em 0em 0em 0em;
  text-align: justify; 
   width: 100%;
}
/* Style rules for the 3 x 2 table example */

DIV.left-container2 {
  text-align: center; 
  border: none; float: left; margin: 0; padding: 0; width: 22.5%;
}

DIV.left-container-options {
  text-align: center; 
  border: none; float: left; margin: 0; padding: 0; width: 22.5%;
}

DIV.left-container-communities {
  text-align: justify; 
  border: none; float: left; margin: 0; padding: 0; width: 25%;
}

DIV.right-container-communities {
  text-align: justify;
  border: none; float: right; margin: 0; padding: 0; width: 75%;
}

DIV.right-container2 {
  border: none; float: right; margin: 0; padding: 0; width: 77.5%;
}

DIV.right-container-text {
  border: none; float: right; margin: 0; padding: 0; width: 77.5%;
}

DIV.right-container2up {
  border: none; float: right; margin: 0; padding: 0; width: 77.5%;
  font-weight: bold;
}

/* Rules in detail that is used to suggest rendering for the */
/* Nobel price winner table example. I still use some of the */
/* generic rules as found above and below, but still..       */

DIV.left-container13 {
  border: none; float: left; margin: 0; padding: 0; width: 20%;
}

DIV.left-container23 {
  border: none; float: left; margin: 0; padding: 0; width: 35%;
}

DIV.right-container13 {
  border: none; float: right; margin: 0; padding: 0; width: 45%;
}

/* Rules in detail that is used to suggest rendering for the  10 by 5 int. */
/* product table example. I still use some of the generic rules as found   */
/* above and below, but still..                                            */

DIV.left-layer11 {
  border: none; float: left; margin: 0; padding: 0; width: 9%;
}

DIV.right-layer11 {
  border: none; float: right; margin: 0; padding: 0; width: 10%;
}

/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

/* Some rules for captions, headers and running text */

H4.table-caption {
  background: transparent; color: #3333cc; font-family: sans-serif;
  font-size: 1em; font-style: italic; font-weight: bold; margin: 0;
  padding: 0.3em; text-align: center; width: auto;
}

H5.colhdr {
  background: none #ffffcc; border: solid #3333cc 1px; color: #993333;
  font-family: sans-serif; font-size: 1em; font-style: italic;
  font-weight: normal; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  text-align: center; width: auto;
}

P.text {
  border: 0px;
 margin: 0px; 
/*padding: 0.3em 0.3em 0 0.3em;*/
  font-style: normal; font-size: 1em; text-align: justify; text-indent: 0;
  width: auto;
}

.icon img {
/*  margin-right: 50px;      */ 
 clear: both;
 padding: 0px 10px 0px 0px;
 white-space: nowrap;
float: left;
}


table.divLoginbox {
 border-color: #7898ba;
}
table.divLoginbox tr{
   border-bottom-width: 0px;
}  

table.divLoginbox td{
   border-bottom-width: 0px;

}  

table.internalLoginbox td {
  border-bottom-width: 0px;
}
table.internalLoginbox tr {
  border-bottom-width: 0px;
}


#content-window {
  font-size: 0.85em;
  padding-left: 17px;
  padding-right: 17px;

}

/* End of layer specific style rule set */
