/* the different areas of gogeo*/
.resource, .resHeader
{ 
  background-color:#28416A;
   }

.mdata, .mdHeader
{ 
  background-color:#006634;
   }

.data, .dataHeader
{ 
  background-color:#CC171E;
 }

.dataText, .dataText a:hover, .dataText a:visited, .dataText a:active, .dataText a:link
{ 
  color: #CC171E;
   }

.mdataText, .mdataText a:hover, .mdataText a:visited, .mdataText a:active, .mdataText a:link
{ 
  color: #006634;
   }

/*.resText, .resText a:hover, .resText a:visited, .resText a:active, .resText a:link
{ 
  color: #28416A;
   }
*/

/*Weird color which is not in the standard set*/
.helpHeader
{ 
  background-color:#AFCADF;
 }

.helpText, .helpText a:hover, .helpText a:visited, .helpText a:active, .helpText a:link
{ 
  color:#AFCADF;
   }

/*all links have the same basics*/
a:link, a:visited, a:active
{ 
  color:#0066CC;
   }
a:hover
{ 
  color: #FF8527;
  }

a.news:link, a.news:visited, a.news:active
{ 
  color:#CC171E;
   }
a.news:hover
{ 
  color: #FF8527;
  }

