body{
  margin: 0;
  background: #e9e9e9;
# url(images/bg.gif) repeat-y center fixed;
  width: 1010px;
  margin:0 auto;
  color: #e1e1e1;
}

body, td, input, select {
  font: normal 12px Arial,Helvetica,sans-serif;
}

p, form {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

div.toolbar {
  background: #d9ab22;
  padding: 5px;
  color: #d9ab22;
  width:995px;
  margin:3px auto;
}

div.toolbar a {
  color: #d9ab22;
}

#language_selector {
  font-size: 11px;
}

div.content {
  padding: 5px;
  color: #000000;
}
div.content a {
  color: #000000;
}

div.content a:hover {
  color: #000000;
}

.error, .notice {
  color: red;
}

div.error {
  padding: 5px;
  border: 1px solid #666666;
  background: white;
}

.boxed {
  padding: 5px;
  border: 1px solid;
  margin-left: 2em;
  margin-right: 2em;
}

.indent {
  margin-left: 2em;
}

td.label {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  width: 1%;
}

table.grid {
  border-collapse: collapse;
}

table.grid td, table.grid th {
  padding: 5px 15px 5px 15px;
}

table.grid th {
  background: #437576;
}

div.snippet {
  white-space: nowrap;
}

div.snippet select {
  font-size: 10px;
  vertical-align: middle;
}

div.snippet input {
  vertical-align: middle;
}

div.snippet textarea {
  width: 100%;
}

input[type="radio"] {
  vertical-align: bottom;
}

div.alert {
  margin: 25px;
  text-align: center;
  padding: 10px;
  background: white;
  border: 2px solid red;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

div.blog_article {
  border-bottom: 1px dashed #004D66;
}

p.blog_article_title {
  font-weight: bold;
  font-size: 16px;
}

p.blog_article_date {
  font-style: italic;
  color: #FFA785;
}

div.blog_comment {
  border-bottom: 1px dashed #003300;
}

textarea.code {
  font: normal 12px Arial,Helvetica,sans-serif;
  width: 450px;
  background-color: #eeeeee;
  border-color: #cccccc;
  border-style: inset;
  margin-top: 5px;
}

p.blog_comment_date {
  font-style: italic;
  color: #FFE099;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabber {
  display: none;
}
.tabberlive {
  margin-top:1em;
}

ul.tabbernav
{
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #AAA;
  /* font: bold 12px Verdana, sans-serif */;
  font-weight: bold;
}

ul.tabbernav li
{
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #AAA;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
  color: #000;
  background: #AAE;
  border-color: #AAA;
}

ul.tabbernav li.tabberactive a
{
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
  color: #000;
  background: white;
  border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
  padding: 5px;
  border: 1px solid #aaa;
  border-top: 0;
}

.tabberlive .tabbertab h2 {
  display: none;
}
.tabberlive .tabbertab h3 {
  display: none;
}

.tabberlive#tab2 .tabbertab {
  height: 200px;
  overflow: auto;
}

/* Links toolabar at the top */
#nav-menu 
{
  height: 25px;
}
 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;

}

 #nav-menu li
{
float: left;
margin: 0 0.15em;
}

 #nav-menu li a
{
background: url(images/css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
text-decoration: none;
text-align: center;
font-size: 11px;
}

#nav-menu li a:hover
{
background: url(images/css-nav-hover.gif) #fff bottom left repeat-x;
height: 2.1em;
line-height: 2.1em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
font-size: 11px;
}

 /* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

/* End of toolbar */



/* Title */
#title
{
width: 1000px;
height: 100px;
background-color: #ffffff;
background-image: url("images/logo.jpg");
background-repeat: no-repeat;
margin: -10px auto;
}

#title h1 { text-indent: -99999px;}

/* End Title*/

div#footer
{
text-align: center;
width: 1000px;
background: url(images/footer_bg.gif) #fff bottom left repeat-x;
height: 40px;
padding: 0;
}

div#footer a
{
font-size:1px;
color:#000000;
font-family: Arial;
font-weight: bold;
text-decoration:none;
}