
/* IE hack \*/
* html .container { height: 1%; }
/* Hack ends */


div.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow:hidden;
  clear: both;
  visibility:hidden;
}

a img {
  border-width: 0;
}

a.button {
  display: block;
  float: left;
  background: #cde;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  line-height: 1.8em;
  padding: .2em .4em;
  border-left: solid 2px #ecfdfe;
  border-top: solid 2px #ecfdfe;
  border-right: solid 2px #acbdce;
  border-bottom: solid 2px #acbdce;
}

a.button img {
  vertical-align: middle;
}

a.danger-button {
  background: #ebb;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  line-height: 1.8em;
  padding: .2em .4em;
  border-left: solid 2px #feecec;
  border-top: solid 2px #feecec;
  border-right: solid 2px #ceacac;
  border-bottom: solid 2px #ceacac;
}
		    
a.danger-button img {
  vertical-align: middle;
}

/*
div#top {
  background-color: #385e7e;
  border-left: solid 3px #587e9e;
  border-top: solid 3px #587e9e;
  border-right: solid 3px #183e5e;
  border-bottom: solid 3px #183e5e;
  
  color: #fff;
  padding: 5pt 2pt;

  margin-bottom: 10px;
}

div#top h1 {
  font-size: x-large;
  margin: 2pt;
}

div#top span.subtitle {
  margin-left: 2pt;
  letter-spacing: 0.5em;
  color: #789ebe;
}
*/

div#nav {
  position: absolute;
  left: 400px; top:0; width: 200px;
  padding: 2px;
  border:2px solid #e0e0e0;
  border-top:none;
  text-align:center;
}
div#nav h2 {margin:3px 0 4px 0;font:normal bold 11px verdana, geneva, sans-serif;color:#444}
div#nav p {margin:5px 0;font-size:10px;color:#444}
div#nav a:link {color:#444; text-decoration:underline}
div#nav a:visited {color:#444; text-decoration:underline}
div#nav a:hover {color:#2d2478; text-decoration:underline}

/*
div#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#nav ul li {
}

div#nav ul li a {
  display: block;
  width: 182px;
  sbackground-color: #51a426;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  font-weight: bold;
  border-left: solid 1px #587e9e;
  border-top: solid 1px #587e9e;
  border-right: solid 1px #183e5e;
  border-bottom: solid 1px #183e5e;
}

div#nav ul li a:hover,
div#nav ul li a.auto:hover {
  sbackground-color: #71c446;
  background-color: #587e9e;
}
*/
/*
div#main {
  margin-left: 220px;
  background-color: #fff;
  padding: 10px;
  border-left: solid 2px #eee;
  border-top: solid 2px #eee;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
}

div#main h2 {
  width: 100%;
  font-size: large;
  color: #1c4c87;
  text-align: center;
  margin-top: 0px;  
}

div#main h3 {
  font-size: large;
  color: #1c4c87;
}
*/

div.error {
  border: solid 2px #f00;
  background-color: #f8f8f8;
  color: #f00;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 6px;
  text-align:center;
}

div.error-message {
  color: #f00;
}

div.message {
  border: solid 2px #163f7d;
  background-color: #f8f8f8;
  color: #163f7d;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 6px;
  text-align:center;
}

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

table.form {
  width: 100%;
}


table.form th, table.form td {
  padding: 2px 4px;
  vertical-align: top;
}


table.form th {
  text-align: right;
  padding-right: 2em;
}


table.form textarea {
  width: 100%;
}


table.form td.submit { 
  text-align: center;
}


table.form th span.header {
  font-size: 120%;
}
table.form td span.header {
  font-size: 120%; font-weight:bold;
}

table.form td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table.form td ul li {
  margin-left: .8em;
}


div.table-wrapper {
  overflow: auto;
  width: 100%;
}

table.list {
  width: 100%;
/*  margin-bottom: 1em; */
  border-collapse: collapse;
  border: solid 1px #bbb;
}

table.list th, table.list td { 
  vertical-align: top;
  border-collapse: collapse;
  padding: 1px 3px;
}

table.list th {
  text-align: center;
  background-color: #ddd;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  color: #000;
  white-space: nowrap;
}

table.list th a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
}

table.list th a:hover {
  background-color: #eee;
  color: #555;
}

table.list tr.row1 {
  background-color: #fff;
}

table.list tr.row2 {
  background-color: #eee;
}

table.list td span.light {
  font-size: 80%;
  color: #999;
}

table.list td.name {
  padding: 0;
}

table.list td.name a {
  width: 100%;
  display: block;
  padding: 1px 3px;
  color: #000;
  text-decoration: none;
}

table.list td.name a:hover {
  color: #66f;
}

table.list td.centered {
  text-align: center;
}

table.list td a img {
  border-width: 0;
}

table.compact {
  width: auto;
}

input.wide { 
  width: 22em;
}

input.narrow { 
  width: 6em;
}


table.form h3 {
  color: #743171;
}


ul.tabs {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
  margin: 0;
  margin-bottom: -1px;
}

ul.tabs li {
  float: left;
  padding: 3px 0px;
  background-color: #ddd;
  border-left: solid 1px #f0f0f0;
  border-top: solid 1px #eee;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #ddd;
}

ul.tabs li.active {
  background-color: #fff;
  border-bottom: solid 1px #fff;
}

ul.tabs li a {
  margin: 0;
  padding: 0px 6px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

ul.tabs li.active a {
  color: #2c2478;
}

ul.tabs li.inactive {
  background-color: #ddd;
}

ul.tabs li.inactive a {
  color: #888;
}

div.tabbed-pane {
  border-left: solid 1px #f0f0f0;
  border-top: none;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

/* ----- */

ul.topics {
  list-style: none;
}

ul.topics ul {
  display: none;
}

ul.topics li {
  display: block;
  margin: 0;
  padding: 0;
  spadding-left: 20px;
  spadding-left: 30px;
}

ul.topics li a {
  padding: 2px 2px;
  text-decoration: none;
  color: #000;
}

ul.topics a.selected,
ul.topics a.selected:hover {
  background-color: #1c4c87;
  color: #fff;
}

ul.topics li a:hover,
ul.topics li.selected li a:hover {
  color: #048;
}

ul.topics a.locked {
  color: #f00;
}

ul.topics li span.expand {
  display: block;
  float: left;
  background-color: #eee;
  color: #444;
  border-left: solid 1px #f4f4f4;
  border-top: solid 1px #f4f4f4;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;  
  width: .8em;
  height: .8em;
  text-align: center;
  line-height: .8em;
  svertical-align: middle;
  cursor: pointer;
  margin-top: .1em;
  margin-left: .1em;
  margin-right: 3px;
}

/* ----- */

span#topic-locked {
  color: #f00;
}

div.box {
  padding: 10px;
/*
  padding: 4px 6px;
  background-color: #eee;
  border-left: solid 1px #f4f4f4;
  border-top: solid 1px #f4f4f4;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;  
*/
}


/* div#main div.box h3 { */
div#content-box div.box h3 {
  font-size: 110%;
  color: #666;
  border-bottom:1px dotted #bbb;
  margin: 0 0 6px 0;
}


div.searchbox {
  float: right;
  padding: 6px 8px;
  background-color: #eee;
  border-left: solid 1px #f4f4f4;
  border-top: solid 1px #f4f4f4;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}


div.floatbox {
  float: left;
  padding: 6px 8px;
  background-color: #eee;
  border-left: solid 1px #f4f4f4;
  border-top: solid 1px #f4f4f4;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}


div.form-header {
  line-height: 150%;
  float: left;
  width: 36%; padding-right:3%;
  font-weight: bold;
  margin-bottom: 4px;
  text-align:right;
}


div.form-field {
  float: left;
  width: 60%;
  margin-bottom: 4px;
  line-height: 150%;
}


div.frame {
  border-left: solid 1px #888;
  border-top: solid 1px #888;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}


div#columnChoice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


div#columnChoice ul li {
  margin: 0 10px;
  padding: 0;
}


div#columnChoice p {
  text-align: center;
  margin: 2px 0;
}


div#filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#filter ul li {
  margin-left: .8em;
}

div.flinfo {
  font-size: smaller;
  margin: 10px 5px;
  padding: 2px;
  color: #fff;
}

div#logout {
  margin-top: 1em;
  text-align: center;
}

div#logout a {
  color: #aaa;
  text-decoration: none;
}

div#logout a:hover {
  color: #fff;
  text-decoration: none;  
}

ul#lang_menu {
  height: 21px;
  list-style-type: none;
  padding: 0pt;
  float: right;
}

ul#lang_menu li {
  float: left;
  margin: 0pt;
}
