/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
  background-color: #BBDDFF;
  font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  margin: 5px 0px 0px 0px;
  padding: 0;
}


td, th {padding:3px;border:none;}
tr th, tr td {text-align:left;background-color:#f0f0f0;color:#333;}
tr.odd td {background-color:#edf3fe;}
tr.even td {background-color:#fff;}


#pageLogin{
  margin: 0 150px 0 150px;
  text-align:right;
}

#header {
  height: 200 px;
  background: black;
  color: white;
  border-top: 1px solid purple;
  border-left: 1px solid purple;
  border-right: 1px solid purple;
  border-bottom: 1px solid purple;
  margin: 0 150px 0 150px;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header a {
    font-size: 200%;
}

#header span {
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 20px;
}


img.big{vertical-align: -50%;}

a.link, a, a.active {
  color: #369;
  text-decoration: none;
}


#main_content {
  color: black;
  font-size: 127%;
  margin: 0 150px 0 250px;
  padding: 10px;
}

#sidebar {
  color: black;
  margin-left: 150px;
  margin-top: 0em;
  padding: 0.0em;
  float: left;
  width: 100px;
  font-size: 120%;
  text-align:center;
  padding-top: 10px;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 80%;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#footer {
  color: #999;
  padding: 10px;
  font-size: 80%;
  margin: 0 150px 1em 250px;
}

.code {
  font-family: monospace;
  color: olive;
  background-color: black;
  margin-left: 40px;
  margin-right: 40px;
  border-style: solid;
  border-width: 5px;
  border-color: black;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
    color: red;
    margin: 0 auto 0.5em auto;
    padding: 15px 10px 15px 55px;
    background: white URL('../images/mr_tux.png') left center no-repeat;
    border: 1px solid red;
    width: 450px;
    font-size: 120%;
    font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.fielderror {
    color: red;
    font-weight: bold;
}
