A:link            { text-decoration: none; 
                    color: #0000FF;
                  }
A:visited         { text-decoration: none; 
                    color: #AA0088;
                  }
A:hover           { text-decoration: underline; 
                  }
A.banner          { color  : #FFFFFF;
                    font-size : small;
                    text-decoration : none;
                  }
A.bblue           { color: #FFFFFF;
                    background-color: #9999FF;
                    font-size : small;
                    text-align: center;
                  }
A.bred            { color: #FFFFFF;
                    background-color: #FF6666;
                    font-size : small;
                    text-align: center;
                  }
                  
BODY  { 
		background-color: white; 
    font-family: sans-serif;
	  font-size: small;
}

H1                { zcolor: #3366FF; 
                    font-family: sans-serif; 
                  }
H2                { color: #3366FF; 
                    font-family: sans-serif; 
                  }
H3                { color: #3366FF; 
                    font-family: sans-serif; 
                  }
H4                { color: #3366FF; 
                    font-family: sans-serif; 
                  }
INPUT             { background-color: white; }
P                 { font-family: sans-serif; }
SELECT            { background-color: white; }
TABLE             { padding: 0;
                    spacing: 0;
                    width: 100%;
                  }
TD                { font-family: sans-serif; 
                    padding: 0; 
	            font-size: small;
		  }
TH                { font-family: sans-serif; 
                    padding: 0; 
	            font-size: small;
                  }
TH.linkmenu       { 
                    font-family: sans-serif;
                    padding: 0;
                    font-size: 9pt;
                  }
.reset_button     {background-color: red;
	            color: yellow;           
                  }
.datatitle        { background-color: white; }
.databody         { background-color: white; }
.searchtitle      { background-color: white;
	            font-size: small;
}
.searchbody       { background-color: #E5E7E9;
	            font-size: small;
}
.settingstitle    { background-color: DarkKhaki;
	            font-size: small;
}
.settingsbody     { background-color: khaki;
	            font-size: small;
}
.uploadtitle      { background-color: #E5E7E9;
	            font-size: small;
}
.uploadbody       { background-color: #E5E7E9;
	            font-size: small;
}
.technicalinfo    { background-color: #FFFFFF; }
.toggle           { color: #3366FF; }
.error            { color: red; }
.note             { color: red; }
.pre              { font-family: monospace; }
.popup            { COLOR: #9F141A;
                    CURSOR: help;
                    TEXT-DECORATION: none
                  }
 
 /*******************************         Banner        *********************************************/

.logostrip { 
	padding						: 0;
	margin						: 0;
	border						: 0;
	text-align				: center;
	background-image	: url(http://www.musagenomics.org/fileadmin/templates/GMGC/img/bannerstrip.jpg);
}

.logostrip img { 
	width							: 800px; 
	/*height					: 7.40em;
	 width						: 51em; */
}


/*******************************         MENU        *********************************************/

#menustrip {
  background-image  : url(http://www.musagenomics.org/fileadmin/templates/GMGC/img/menustrip.jpg);
  border-top        : solid 1px #666666;
  border-bottom	    : solid 1px #666666;
  background-color  : #E5E7E9;
  margin-left       : auto;
  margin-right      : auto;

}

#menu table{
	text-align				: center;
	border-collapse		: collapse; 
	width             : 800px;  
}

#menu td {
  white-space	    	: nowrap;
	padding						: 0.2em 1em;
	vertical-align		: middle;
	border-right			: dashed  1px  #666666;
	border-left				: dashed  1px  #666666;
	background-color	: #E5E7E9;
}

#menustrip a:link {
  font-family				: Arial, Helvetica, sans-serif;
	font-size					: 0.97em;
	color							: #27426D;
	font-weight				: bold;
	text-decoration		: none;
}

#menustrip a:visited {
  font-family				: Arial, Helvetica, sans-serif;
	font-size					: 0.97em;
	font-weight				: bold;
	color							: #27426D;
	text-decoration		: none;
}

#menustrip a:hover {
  font-family				: Arial, Helvetica, sans-serif;
	font-size					: 0.97em;
	font-weight				: bold;
	color							: #FF9900;
	text-decoration		: none;
	font-variant			: normal;
}

#menu2 {
	border-style			: outset;
	border-color			: #CCCCCC;
	border-width			: 1px;
}

#menu2 img {
	border						: 0;
	padding						: 0;
	margin						: 0;
}



.status {
  margin: 4px;
  padding: 6px;
  font-size: x-large;
  font-family: monospace;
  font-weight: bold;
  text-decoration: blink;
  text-align: center;
}

.site_status {
  border: 2px solid DarkRed;
  color: Red;
  background-color: #ffd0d0;
}

.source_status {
  border: 2px solid DarkRed;
  color: Red;
  background-color: #ffffb0;
}
