/* 
    Document   : main
    Created on : 4/03/2009, 06:15:32
    Author     : georget
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, html {
  background: url("/images/background2.png") repeat;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

#head {
  background-color: transparent;
  border-bottom: outset silver;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 100%;
}
#head .glass {
  background-color: #ddf;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 110px;
}
#head .content {
  width: 1000px;
  padding: 5px 10px;
  margin: 0 auto;
  height: 100px;
  overflow: visible;
}
#head img {
  float: left;
  margin: 0 20px 0 10px;
}

#head .slogan {
  font-style: italic;
  color: #33f;
  padding-left: 10em;
  font-weight: bold;
}

#menu {
  background: #00f url("/images/menu.png") left center repeat-x;
  margin-top: 10px;
}
.menu {
  padding: 0;
  margin: 0;
  float: left;
  font-size: 16px;
  color: white;
}
.menu li {
  display: inline;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  top: 0;
}
.menu li a {
  border: outset blue;
  border-width: 0 1px;
  line-height: 30px;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0;
}
.menu li a:visited {
  color: white;
}
.menu li a:hover,
.menu li a.selected {
  background: #00f url("/images/menu_hl.png") left center repeat-x;
  border: outset;
  border-width: 0 1px;
}
.menu .menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  border: 1px outset blue;
  font-style: italic;
  font-size: smaller;
}
.menu .menu li {
  background: #00f url("/images/menu.png") left center repeat-x;
  display: block;
  width: 100%;
  line-height: 1em;
}
.menu .menu li a {
  display: block;
  line-height: 1em;
  border: none;
}
.menu .menu li a:hover {
  background: #00f url("/images/menu_hl.png") left center repeat-x;
}

#column {
  background-color: #fff;
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  border: solid silver;
  border-width: 0 2px 2px;
  overflow: auto;
}
#column.wide {
  width: 1000px;
}
#content {
  color: #666;
  margin: 20px auto;
  width: 960px;
}
#content.wide {
  width: 998px;
}

#foot {
  border-top: groove silver;
  padding: 5px 10px;
  text-align: center;
}
#foot a img {
  border: none;
}

#foot a {
  text-decoration: none;
}

#footlinks {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: smaller;
}
#footlinks a {
  margin: 0 1em;
}

div#uploader {
  width: 800px;
  padding: 0;
  margin: 20px auto;
  overflow: visible;
}

div#report {
  display: none;
}

div#report div.report {
  font-size: 10px;
  float:left;
  margin: 10px;
  padding: 5px;
  border: 1px solid black;
  background-color: #ffc;
  width: 45%;
}
div.report img.thumb {
  float:right;
  border:none;
}
div.report img.hthumb {
  width:120px;
  float:right;
  border: none;
}
div.report img.vthumb {
  height:120px;
  float:right;
  border:none;
}
div.height {
  float: left;
  width: 1px;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
h1 {
  text-align: center;
  color: #00f;
  clear: both;  
}

h2 {
  font-size: 18px;
  color: #444;
}

dt {
  color: #444;
  font-weight: bold;
}

dd img {
  margin: 10px;
}
span.ue {
  font-family: "neuropol",sans-serif;
  color: blue;
  white-space: nowrap;
}

p span.ue {
  font-size: 1.2em;
}

span.note {
  color: #aaa;
  font-size: small;
  font-style: italic;
}

a, a:visited {
  color: blue;
}

div {
  overflow: auto;
}

noscript {
  font-size: large;
  color: red;
  font-style: italic;
  font-weight: bold;
  text-decoration: blink;
}
.larger {
  font-size: larger;
}
.smaller {
  font-size: smaller;
}
.nw {
  white-space: nowrap;
}
.paid {
  color: black;
}
.unpaid {
  font-weight: bold;
}
tr.empty td {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}
form table {
  margin: 1em auto;
  border: 1px groove #ccf;
  background-color: #eef;
  padding: 1em;
  border-collapse: separate;
  border-spacing: 0;
}
form table#invoice {
  padding: 5px;
}
form table th {
  border-bottom: 1px solid #fff;
  text-align: right;
  padding: 5px;
  color: #444;
}
form table tr.head th {
  text-align: center;
}
form table#invoice tr.head td {
  border-bottom: 1px solid #aaf;
}
form table td {
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 5px;
  color: #666;
}
form table tr .l {
  text-align: left;
}
form table tr .c {
  text-align: center;
}
form table tr .r {
  text-align: right;
}
form table tr .t {
  vertical-align: top;
}
form table tr .m {
  vertical-align: middle;
}
form table tr .b {
  vertical-align: bottom;
}

div.tasks {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin: 1em auto;
  padding-bottom: 1em;
}

div.tasks input {
  background: #00f url("/images/menu.png") left center repeat-x;
  font-size: 16px;
  font-weight: bold;
  border: 1px outset blue;
  line-height: 32px;
  color: white;
  padding: 5px 10px;
}
div.tasks input:hover {
  background-image: url("/images/menu_hl.png");
}

div.err {
  margin: 1em;
  background-color: #fdd;
  border: 1px solid red;
  padding: 0.5em;
  color: red;
  font-weight: bold;
  text-align: center;
}
div.msg {
  margin: 1em;
  background-color: #ddf;
  border: 1px solid blue;
  padding: 0.5em;
  color: blue;
  font-weight: bold;
  text-align: center;
}
div#member {
  float: right;
  height: 1.5em;
  border: 1px solid #ccf;
  margin: 0 1em 0.5em;
}
div#member a {
  margin: 0 5px;
}

div#options {
  font-size: smaller;
  margin-top: 2em;
}
div#options table#choices {
  width: 90%;
  margin: 1em auto;
}
div#options table#dirdep th {
  text-align: right;
}

div#privacy {
  font-size: smaller;
}

div#terms {
  font-size: smaller;
}
div#terms li {
  font-weight: bold;
}
div#terms li p {
  font-weight: normal;
}
div#terms span.sc {
  font-variant: small-caps;
  font-size: larger;
  color: black;
}

pre.code {
  background-color: #ffd;
  border: 1px solid #aa0;
  padding: 1em;
  overflow: auto;
  font-size: smaller;
  color: #666;
}
pre.code .hide {
  color: #eec;
}
pre.code b {
  color: #000;
}
pre.code span.comment {
  font-style: italic;
  font-weight: bold;
  font-size: 0.9em;
  color: #00f;
}

table.links {
  font-size: smaller;
  margin: 1em auto;
  width: 80%;
}
a.deprecated {
  color: #aaa;
}
span.deprecated {
  font-style: italic;
  color: red;
}
p.deprecated {
  font-style: italic;
  color: #000;
  font-weight: bold;
}
div.cp {
  border: 1px solid #aa0;
  background-color: #ffd;
  margin: 1em auto;
  padding: 0 1em 1em;
}
div.cp div.top {
  float: right;
}
div.cp div.top a {
  color: #880;
}
div.cp h4 {
  color: #000;
}
div.cp table.tvd {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
div.cp table th {
  text-align: right;
  font-size: smaller;
}
div.cp table tr.c th {
  text-align: center;
}
div.cp table.tvd td {
  padding: 3px 1em;
  border: 1px solid #000;
  background-color: #fff;
  color: blue;
  font-size: smaller;
}
div.cp .sum {
  font-style: italic;
  padding: 0 1em;
  color: black;
}
div.cp .desc {
}
div.cp pre.code {
  clear: both;
  background-color: #fff;
  border: 1px solid #aa0;
}
div.cp pre.code .hide {
  color: #eee;
}
pre.code b {
  color: black;
}
div.cp pre.code span.comment {
  color: #00f;
}
div.cp dl {
  margin-left: 2em;
  clear: both;
}
div.cp dl dt {
  margin-bottom: 0.5em;
}
div.cp dl dd {
  margin-bottom: 1em;
}

code, .code {
  color: #000;
  font-family: monospace;
  font-size: larger;
}

img.skype {
  border: none;
  float: left;
}

ul li {
  margin-bottom: 0.5em;
}

ul.news {
  margin-left: 2em;
  color: #000;
}

object#upload_ease div {
  color: #f00;
  background-color: #fff;
  clear: both;
  padding: 1em;
  margin: 1em;
  border: thick solid red;
}

object#upload_ease div h1 {
  color: #f00;
}