<?
  require("organism_definitions.php");
  header("Content-type: text/css");
?>


body {font-family:Arial; font-size:10px; background-color:#EEEEEE; margin:0px;}


div.mart_header {
  font-family: Arial;
  padding: 0px;
  background-color: #DAFFDA;
  margin: 0px;
  height: 123px;
}
div.mart_header_component {
  padding: 0px;
  margin: 2px;
}
.mart_main_menubar
{
	/*text-align: left;*/
	/*padding: 8px;*/
	padding: 7px 0px 7px 0px;	
        background-color: #EFFEEF;
  font-family: Arial;
  font-size:10px;
}
div#mart_containerpanel
{ 
	background-color: #EFFEEF;
  font-family: Arial;
  font-size:10px;
}
div#mart_bottom_bar {
        background-color: #005500;
        color: black;
        font-size: normal;
        padding: 2px 2px 2px 7px;
}

.footer_bio{
        background-color: #005500;
	font-family: Arial;
        color: white;
	font-weight: bold;
        font-size: 10px;
        padding: 0px 0px 0px 0px;
}

.mart_summarypanel_datasets {
  border-color: #99DD99;
}
div#mart_mainpanel {
  border-color: #99DD99;
}

/* button and hover on functions */
/* use colors from all organisms 
"all"=>array("003300","005500","309930","A7D48C","99DD99","BBEEBB","EFFEEF"), */
					
.mart_btn,
.mart_btn:hover,
.mart_btnhov,
.mart_btn_new,
.mart_btn_count,
.mart_btn_results,
.mart_btn_url,
.mart_btn_xml,
.mart_btn_perl,
.mart_btn_help,
.mart_btn_go,
.mart_btnhov_go
{
  font-family: arial; /* Needed if buton is <input> */	
  font-weight: bold;
  font-size: 10pt;
  padding: 3px 5px 3px 25px;	
  border     : 1px solid;
  border-style: outset;
  color      : white;
  background-color: #005500;
}     				
.mart_btn:hover,
.mart_btnhov,
.mart_btn_go:hover,
.mart_btnhov_go
{
  font-weight: bold;
  border-style : inset;        
  cursor       : pointer;
  color      : #EFFEEF;
  background-color: #003300;
  background-position: 5px center;
  background-repeat: no-repeat;
 padding-left:25px;
}
.mart_btn_new {
        background-image: url(/biomart/mview/images/new.png);
}
.mart_btn_count {
        background-image: url(/biomart/mview/images/count.png);
}
.mart_btn_results {
        background-image: url(/biomart/mview/images/results.png);
}
.mart_btn_url {
        background-image: url(/biomart/mview/images/url.png);
}
.mart_btn_xml {
        background-image: url(/biomart/mview/images/xml.png);
}
.mart_btn_perl {
        background-image: url(/biomart/mview/images/perl.png);
}
.mart_btn_help {
        background-image: url(/biomart/mview/images/help.png);
}
.mart_btn_go {
        background-image: url(/biomart/mview/images/go.png);
}

.mart_btn_disabled,
.mart_btn_count_disabled,
.mart_btn_results_disabled,
.mart_btn_url_disabled,
.mart_btn_xml_disabled,
.mart_btn_perl_disabled
{
  font-family: arial; /* Needed if buton is <input> */	
  font-weight: bold;
  font-size: 10pt;
  padding: 3px 5px 3px 25px;	
  border     : 1px solid;
  border-style: solid;
  color      : white;
  background-color: #BBEEBB;
  background-position: 5px center;
  background-repeat: no-repeat;
}
.mart_btn_count_disabled {
        background-image: url(/biomart/mview/images/count_grey.png);
}
.mart_btn_results_disabled {
        background-image: url(/biomart/mview/images/results_grey.png);
}
.mart_btn_url_disabled {
        background-image: url(/biomart/mview/images/url_grey.png);
}
.mart_btn_xml_disabled {
        background-image: url(/biomart/mview/images/xml_grey.png);
}
.mart_btn_perl_disabled {
        background-image: url(/biomart/mview/images/perl_grey.png);
}
