/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
  color: black;
  background-color: white;
  /*font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;*/
  font-family:          Trebuchet MS, Tahoma, sans-serif;
  font-size:            13px;

  margin: 0;
  padding: 0;
}

td, th {padding:3px;border:none;}
tr th {text-align:left;background-color:#f0f0f0;color:#333;}
tr.odd td {background-color:#edf3fe;}
tr.even td {background-color:#fff;}

#header {
  height: 10px;
  background: #009900;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  margin: auto;/*0 auto 0 auto;*/
  /*font-size: 36px;*/
  color: black;
  font-weight: bold;
  text-align: center;
}

a.link, a, a.active {
  color: #369;
}


#main_content {
  height:auto;
  color: black;
  font-size: 110%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#spacer {
  background-color: white;
  width: 150px;
  height:150px;
  border: 2px solid #aaa;
}

#themebox { 
  /*position: absolute;*/
  /*float:left;*/
  top: 45px;
  left: 0px;
  /*border-right: 1px dotted #aaa;*/
  background-color: white;
  padding: 1em;
  width: 225px; 
}
.themehead {
  font-size: 150%;
  font-weight: bold;
}


#clusterbar {
  /*position: fixed;*/
  /*top: 120px;*/
  left: 0px;
  /*background-color: white;*/
  padding-right: 8px;
  padding-left: 8px;
  /*width: 225px; /*12% */*/
  font-size: 75%;
  z-index: 75;
}

.clusicons {
  cursor: pointer;
} 

#contentdiv {
   /*float: left;*/
   /*width: 100%;*/
   background-color: white;
   text-align:left;
}

#searchandresults {
   float: right;
   background-color: white;
   padding: 0em ;
   left: 250px;
   top: 0px;
   /*border-left: 1px dotted #aaa;*/
   width: 1000px;
}


#searchdiv {
  float:left;
  /*border: 1px solid #aaa;*/
  width: 100%;
  background-color: white;
  height: 50px;
  padding-top: 0em;
  padding-bottom: .5em;
  margin-top:2em;
  top: 0px;
  background-image:
    url('/static/images/logo-trans.png');;
    background-repeat: no-repeat;
}

#searchboxdiv {
  padding: 25px;
  width: 550px;
  background-color: white;
  margin: auto;
}

#sbox {
  /*border-right: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;*/
  /*padding: 16px;*/
  margin-left:40%;
}

#sbutton {
  position: relative;
  top: 6px;
  left: 2px;
}


#resultdiv {
  /*border: 1px solid #aaa;*/
  background-color: white;
  width: 1023px; 
  padding: 5px;
}

#prvdiv {
  position: fixed;
  z-index: 75;
  top: 75px;
  left 5%;
  right: 100px;
  width: 90%;
  height: 400px;
  background: white;
  border-style: solid;
  border-width: 1px;
}

#prviframe {
  background-color: white;
}

#intdiv {
  position: fixed;
  padding: 6px; 
  z-index: 25;
  top: 75px;
  left: 20%;
  width: 60%;
  height: 410px;
  background: white;
  border-style: solid;
  border-width: 1px;
  /*overflow: scroll;*/
  background-color: #FAFAFA;
}
#iterms {
  overflow: scroll;
  height: 300px;
}

.progdiv {
  position: fixed;
  height: 36px;
  width: 36px;
  left: 20px;
  top: 20px;
  z-index: 50;
}

#aboutcontent {
  padding: 2em;
  width: 600px;
  background-color: white;
  
  /*height: 1130px;*/
  margin: auto;
  /*border-style: solid;
  border-width: 1px;
  overflow: scroll;*/
}
.RSSContainer {
  /*position: relative;*/
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
  width: 32%;
  background-color: #ddd;
  text-align: left;
  font-size: 90%;
  color: black;
  border-style: solid;
  border-width: 1px;
}

.RSSContainerPg1{
  /*position: relative;*/
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
  width: 45%;
  background-color: #ddd;
  text-align: left;
  font-size: 90%;
  color: black;
  border-style: solid;
  border-width: 1px;
}

.RSShead {
  background-color: black;
  color: #84c800;
  font-weight:bold;
  border-style: solid;
  border-color:black;
  border-bottom-width: 1px;
  padding: 2px;
  }

.RSSbody {
  overflow:auto;
  height:200px;
  padding-bottom:5px;
  }

.RSSbody ul li {
  padding-top: .5em;
}

.newsnav {
    clear:both;
    text-align:right;
    padding-right:2.5em;
}
#hlinks {
  
  top:0px;
  font-size: 75%;
  width: 300px;
  margin: auto;
}


#buttondiv {
  background-color: white;
}

p.result {
/*border-left: 4px dotted #009900;*/
padding: 1em;
}

.previewtext {
  position: absolute;
  left:0;
}

.resetbutton {
  position: absolute;
  right: 0;
}


#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6, {
font-weight: bold;
}

h2 {
  font-size: 100%;
}

h3 {
  font-size: 85%;
}



#footer, .footer {
  clear:both;
  position: relative;
  /*border: 1px solid #aaa;*/
  color: #999;
  background-color: white;
  padding: 10px;
  font-size: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
 
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.skyscraper {
  position: fixed;
  right: 0px;
  /*float: right;*/
  top: 0px;
  z-index:50;

}

.closebutton {
  align: right;
  margin: 0px;
  font-size: 50%;
  background-color: #fafafa;
  height: 24px;
} 

li.tryIt {
  color: #336699;
  text-decoration: underline;
  cursor: pointer;
}


.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.mailer {
  padding: 2em;
  background-color: #fafafa;
  width: 350px;
  border: 1px solid #9c9;
  margin: auto;
}

.fielderror {
  color: red;
  font-weight: bold;
}

#floatleft, .floatleft {
  float:left;
  margin:3px;
  width:50%;
}
#floatright, .floatright {
  float:right;
  margin:3px;
  width:50%;
  
}

.feedback {
  float:left;
}

.contact-us {
  float:left;
}

.RSSFeeds {
    padding-bottom: 16px;
    
}


