/* CSS Document */


/*LINK COLOR*/
a {
color:#1881ac;
}
/* H1, H2 COLOR */
h1, h2, .contentheading {
color:#004c72;
}
/* TOP DIV LINK COLOR */
#top a {
color:#0499e5;
}

/*TOP MENU ITEM BORDER COLOR*/
#nav ul.menu a:hover, #nav ul.menu li.current a{
border : 1px solid #53bdf4;
border-bottom : none;
}

/*SIDE MENU LINK COLOR*/
#left ul.menu a{
border-bottom : 1px solid #AACCFF;
}
#left ul.menu a:hover, #left ul.menu li.current a{
background-color : #2b90b9;
}

/* SUB MENU BACKGROUND COLOR */
#left .moduletable table tbody tr td div {
background-color : #dfab3b;
border-bottom : 1px solid #e3b553;
}

/*SEARCH BUTTON BORDER AND FONT COLOR */
#search .button {
background:url(../images/blue/button.png) top left repeat-x;
border : 1px solid #d87d0b;
color : #d4e9f4;
}
/* BACKGROUND COLOR FOR DIVS IN LEFT COLUMN */
#left .moduletable, #left .moduletable_menu {
background-color : #7090E0;
}

/* H3 COLOR FOR GREY DIVS IN LEFT COLUMN */
#left .moduletable-grey h3 {
color : #1881ac;
}

#banner .moduletable, #banner .moduletable a, #banner .moduletable p {
background-color : transparent;
color : #004c72;
}

/* H3 COLOR FOR DIVS IN RIGHT COLUMN */
#right .moduletable h3 {
background-color : #1881ac;
}

/* H3 COLOR IN BOTTOM DIV */
#bottom h3 {
color : #f8b920;
}

#left ul.menu a:hover, #left ul.menu li.current a{
background:#88AAFF;
}

/* Formats Table */

.ftable thead tr {
  background-color: #7090e0; color: #ffffff; height: 10px
}

.ftable tbody tr {
  background-color: #cbd7f3; color: #000000;
}

.ftable th {
  padding: 0px 4px
}

.ftable td {
  padding: 2px 4px
}

/* Translations Table */

.thintable {
  border-spacing: 0px
}

.thintable thead tr {
  background-color: #7090e0; color: #ffffff; height: 10px
}

.thintable th {
  padding: 0px 4px
}

.thintable td {
  padding: 2px 4px
}

.incomplete {
  background-color: #E1ECF3;
}

.untrans {
  color: #d42323;
  text-align: right;
}

.trans {
  color: #1B6C00;
  text-align: right;
}

.fuzzy {
  color: #05359B;
  text-align: right;
}

.lastupdate {
  text-align: center;
}

.graph {
  text-align: center;
}

.template {
  font-style: italic;
}

.error {
  background-color: red;
}
