
body {
  margin: 2px;
  padding: 0;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #404040;
}
textarea, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

form { margin: 0; padding: 0; }

h1, h2, h3, h4 {
  font-weight: normal;
  color: #212121;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

h1 { letter-spacing: -1px; font-size: 30px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4 { font-size: 12px; }

/*
blockquote {
  background: url(/hub/images/hub/blockquote_graphic.png) no-repeat left top;
  font-style: italic;
  margin: 0 0 0 15px;
  padding: 0px 20px 0px 45px;
  font-size: 18px;
  color: #3D3D3D;
}

blockquote .quoted {
  font-style: normal;
}
*/

p {
  font-size:14px;
}

a {
  color: #00bfde;
  color: #008FA6;
  cursor: pointer;
  text-decoration: none;
}
a:visited {
  color: #446F86;
}

a:hover {
  text-decoration: underline;
}

small {
}

hr {
  display: none;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 15px 0 0;
  border: #D9D785 1px dashed;
}

img.right {
  float: right;
  margin: 0 0 0 15px;
  border: #D9D785 1px dashed;
}

.text1 {
  font-style: italic;
  margin: 0 0 0 15px;
  padding: 90px 20px 0px 30px;
  font-size: 30px;
  color: #FFFFFF;
}

/* Page */

#page {
  width: 900px;
  margin: 0px auto;
  padding-top: 0px;
  padding: 0px;
  background: #fff;
}

.error {
  color: red;
  margin-bottom: 5px;
}


#recaptcha_logo,
#recaptcha_tagline {
  display:none
}

/*** styles for link tables */
.hubtable {
  width: 420px; 
  border: 0; 
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.hubtable td, .linktable th {
  padding: 4px; margin: 0; 
}
.hubtable th { 
  background-color: #18B0CC;
}

.hubtable td.name { 
  background-color: #eee; 
  text-align: right;
}
.hubtable td.desc { 
  background-color: #ddd; 
}
.hubtable td.desc * { 
  vertical-align: middle;
  line-height: 1;
}
.hubtable td.submit { 
  background-color: #ccc; 
  text-align: center;
}

.tabular th {
  background-color: #cccccc;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: medium;
  font-weight: bold; 
  margin-top: 0px;   
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0.33em;
  text-align: center;
  width: auto;
}

.tabular td {  
  background-color: #eeeeee;
  font-family: Helvetica, Arial;
  font-size: medium;
  text-align: left;
  margin: 0px;
  padding: 0.33em;
  vertical-align: middle;
}
 
.tabular
{
  background-color: #eeeeee;
  color: #000000;   
  width: 100%;
 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  text-align: center;
  
  padding: 0px;
  border-collapse: collapse; 
}
.tabular th
{
  font-family: Helvetica,Arial;
  border: 1px #000000 solid;
}
.tabular td
{
  font-family: Helvetica,Arial;
  border: 1px #000000 solid;
  vertical-align: top;
}
 
/* used on table tag, possibly in combination with tabular */
/* rule must be below all other selectors of the form ".class td" */
.tabular-compact th, .tabular-compact td
{
  font-size: small;  
  padding: 0.16em;
}


.hubtable {
  margin: 5px auto 10px auto;
  width: 900px;
  padding: 0px;
  background-color: #eee;
  border-collapse: collapse;
}  

.hubtable {
  font-size: small;
}  
.hubtable th, .hubtable td, hubtable th * {
  color: #000;
  padding: 3px;
  margin: 0;
}  
.hubtable th,
.hubtable th a {
  color: #fff;
  font-weight: bold;
}
.hubtable th font {
  color: #000;
}

.hubtable .name {
  padding: 3px;
  background-color:#ddd;
  text-align:right;
  font-weight:bold;
}
.hubtable .desc {
  padding: 3px;
  background-color:#eee;
}
.hubtable td.submit {
  background-color: #ccc;
  text-align: center;
}
