/********************     GENERAL SITE STYLES     **********************/
body {
  color: black;
  background-color: #2e2e2e;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}
#pageheader { 
  background: white url('/documents/img/sitehead.png') no-repeat top left;
  width: 743px;
  min-height: 98px;
  height: 98px;
  margin: 30px auto 0 auto;
}
td.logo img { 
  padding-top: 7px;
}
#pagecontent_t {
  background: white url('/documents/img/contentback.png') repeat-y top left;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 743px;
}
#pagecontent_td { 
  padding: 0 1.5em;
}
#pagecontent_footer { 
  background: white url('/documents/img/sitefoot.png') no-repeat bottom left;
  line-height: 1.5;
  padding: 10px 12px 12px 12px;
  margin-top: 15px;
  width: 719px;
}
input, select, textarea {
  background: #ececec;
  border: 1px solid black;
  font-size: 12px;
}
input.button { 
  border-width: 2px;
}
li { 
  margin-bottom: 0.25em;
}
td {
  vertical-align: top;
}
a img { 
  border: 0;
}

/*various places on the site use various headline size tags, so let's try to make them all the same*/
h1,h2,h3,h4,h5,h6 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
dt { 
  font-weight: bold;
  margin-bottom: 0.1em;
}
dd { 
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}
dt.sub { /* used for a second sublevel of dictionary terms */
  font-weight: normal;
  font-style: italic;
}

div.toplink { 
  text-align: right;
  margin: -11px 23px 10px 0;
  white-space: nowrap;
}
a.toplink:link, a.toplink:visited, a.toplink:active {
  font-weight: bold;
  font-size: 110%;
}
a.toplink:hover {
  padding: 0px 0px 0px 0px;
  text-decoration: underline;
}
a.mytools, a.mytools:link, a.mytools:visited { 
  font-weight: bold;
  text-decoration: underline;
  color: black;
  padding: 0.1em 0.3em 0.1em 0.3em;
  line-height: 1.38;
  margin-left: 1em;
}
a.external, a[href ^="http:"] { 
	background: url(/documents/img/external.png) center right no-repeat;
	padding-right: 13px;
}

a.footer {
	background: none;
	padding-right: 2px;
}

a[href ^="mailto:"]  { 
	background: url(/documents/img/mail_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#pagefooter { 
}

#pagefooter a, #pagefooter a:active, #pagefooter a:link, #pagefooter a:visited { 
  color: #666666;
}

#quicksearch_form { 
  margin: 10px 0px 0px 0px;
}

td.clonecart { 
  vertical-align: middle;
  text-align: center;
}
#clone_shoppingcart { 
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

/* this is a centered page title, like 'BAC P00343' or 'Marker TM2' or whatever */
#pagetitle h3 { 
  text-align: center;
  font-weight: bold;
  margin-top: 0.5em;
}

/* Developer Toolbar Style */
div.devbar {
	width:100%;
	background-color:#eef;
    position:fixed;
	font-size: 1.0em; /**Need to set baseline size **/
	line-height: 1.05em;
	top:0px;
	left:0px;
	text-align:center; 
	z-index:1000;
	border-bottom:2px solid #905;
}
/**Everything visible is in a table, use this to style fonts**/
table.devbar {
	font-size:1.0em;
}

/* general div to make something a little more indented */
div.indentedcontent { 
  margin: 0.4em 1em 2em 2em;
}
/* same effect as above, except for table cells.  Don't make new pages that use this. */
td.indentedcontent {
  padding: 1em 1em 2em 2em;
}
/*generic text-align tags*/
.center { 
  text-align:center;
}
.right { 
  text-align:right;
}
.left { 
  text-align:left;
}

/* the little tables at the top of search forms with */
/* the title of the search and a "select random" link */
table.search_form_title { 
  width: 100%;
}
span.search_form_title { 
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
a.search_form_random {
  font-size: 75%;
}
a.search_form_random:before {
  content: '[';
}
a.search_form_random:after {
  content: ']';
}

/*****************************     LINKS     ************************************************************/
/*                                                                                                      */

a:link  {
  color:#a80000;
  text-decoration: none;
}
a:active  {
  color:#a80000;
  text-decoration: none;
}
a:visited  {
  color: #8d1b1b;
  text-decoration: none;
}
a:hover { 
  text-decoration: underline;
}
a.hidevisited:link  {
  text-decoration:none;
}
a.hidevisited:active {
  text-decoration:none;
}
a.hidevisited:visited  {
  color:#a80000;
  text-decoration:none;
}
a.hidevisited:hover {
  text-decoration:underline;
}
a.quicksearch_hit { 
  font-weight: bold;
/*   background: #ccccff;  */
/*   border: 1px solid #9f9fc7; */
}

/*makes a submit button that looks more like a link*/
input.linkstyle { 
  color:#0000ff;
  text-decoration:none;
  background:#ffffff;
  border:0;
  font-size:12px;
}
/*makes a submit button that looks more like a link*/
input.linkstyle:hover { 
  color:#0000ff;
  text-decoration:underline;
  background:#ffffff;
  border:0;
  font-size:12px;
}

/* for little "what's this" links leading to help pages */
a.context_help {
  font-size: 80%;
  letter-spacing: -1px;
  font-weight: normal;
}
a.context_help:before { 
  content: '(';
  color: black;
}
a.context_help:after { 
  content: ')';
  color: black;
}

/*****************************     FONTS     ************************************************************/
/*Don't add one if you can use one that's already here. It will keep our fonts more consistent.         */

pre {
	font-family: bitstream vera sans mono, monospace;
	font-size: 12px;
	line-height: 13px;
}
/* sequences should be displayed in a monospace font */
.sequence,.monospace { 
	font-family: bitstream vera sans mono, monospace;
}
/*some old style used by koni in est.pl and unigene.pl*/
.fix {
	letter-spacing: 0px;
	font-family: bitstream vera sans mono, monospace;
	font-size: 12px;
	line-height: 13px;
}
.fieldname {
	font-weight: bold;
	line-height: 1.2;
}
/* example text used in search pages */
.searchexample { 
	font-style: italic;
	font-size: 10px;
}
.tinytype { 
	font-size: 10px;
}
.notes { 
	font-style:italic;
}
.mono {
	font-family: monospace;
}

/*****************************     TEXT AND BACKGROUND COLORS     ***************************************/
/*Don't add one if you can use one that's already here. It will keep our color scheme more consistent.  */

/*bgcolorstatuses 1-4 show statuses with color (used on BAC registry, for instance) 

span.bgcolorstatus1, 
span.bgcolorstatus2, 
span.bgcolorstatus3, 
span.bgcolorstatus4, 
span.bgcoloralt, 
span.bgcolorselected a { 
  padding-left: 0.2em;
  padding-right: 0.2em;
  line-height: 1.3;
  border: 1px solid #444444;
}

*/

.bgcolorstatus1 a, .bgcolorstatus1 span.nolink { 
	background-color: #dddddd;
	margin: 0;
	padding: 2px;
	border: 1px solid black;
}
.bgcolorstatus2 a, .bgcolorstatus2 span.nolink { 
	background-color: #ffff66;
	margin: 0;
	padding: 2px;	
	border: 1px solid black;
}
.bgcolorstatus3 a, .bgcolorstatus3 span.nolink { 
	background-color: #66ff66;
	margin: 0;
	padding: 2px;
	border: 1px solid black;
}
.bgcolorstatus4 a, .bgcolorstatus4 span.nolink { 
	background-color: #9999ff;
	margin: 0;
	padding: 2px;
	border: 1px solid black;
}

/*for lists of things with alternating colored backgrounds*/
.bgcoloralt2 {
	background-color: #d5d5ff;
}
.bgcoloralt1 { 
        background-color: #f0f0ff;
}
/*to discreetly highlight an item*/
.bgcolorselected {
	background-color: #ccccff;
}
/*important warning*/
.alert { 
	font-weight: bolder;
	color: #ffffff;
	background-color: #ff0000;
}
/*not quite so important warning*/
.warning { 
	color: #ff0000;
	background-color: #ffffff
}
.news { 
	color: #ff0000;
}
/* used to highlight bad regions of sequences */
.badseq { 
	background: yellow;
}
/* used to indicate something is disabled or relatively unimportant. just like, um, ghosts */
.ghosted { 
  color: gray;
}
/* used for special notices that are unusual, and to which the user's attention should be drawn */
.specialnote { 
  font-size: 110%;
}
div.specialnote { 
  margin-top: 1em;
  margin-bottom: 1em;
}
/* for things you want to put in a subtly set-off box */
div.minorbox { 
  border: 1px solid #cccccc;
}
div.deprecated {
	padding:3px; 
	margin-left:5px;
	margin-bottom:10px; 
	border:1px dashed #772222; 
	background-color:#e5e5e5;
	color:#600;
	text-align:center; 
	font-size:1.2em; 
}

/* for things with tooltips. This styling indicates that a tooltip is available; you must remember to supply the tooltip also. For example:
  <span class="help" onmouseover="return escape('have no fear, help is here')>Asdf</span>
  <script language="javascript" type="text/javascript" src="/documents/inc/wz_tooltip.js></script>" */

span.help {
  cursor: help;
  border-bottom: 1px dashed #666;
}

span.toolbar_help {
/*nothing different*/
}

/*****************************     INFO SECTIONS     *******************************************************/
/*
   You will probably not need these, because you can 
   just call the info_section_html() function that uses them
*/

/* 
  these make a box like we like to use to divide
  info pages into sections.
*/
.infosectionhead,
.infosectionhead_empty,
.sub_infosectionhead,
.sub_infosectionhead_empty
{
  background: white url('/documents/img/infosection_bg.png') no-repeat top left;
  width: 654px;
  text-align: left;
  margin-bottom: 4px;
  margin-left: 5px;
  padding: 1px 3px 5px 2px;
/*         margin-right: 1em; */
  border: 0;
}

/* sub-infosections have a gray heading */
.sub_infosectionhead,
.sub_infosectionhead_empty
{ 
  background: #efefef;
  border-color: #c2c2c2;
  border-width: 1px;
}

/* empty infosections don't have such a big bottom margin */
.infosectionhead_empty,
.sub_infosectionhead_empty
{ 
  margin-bottom: 0.5em;
}

.infosectiontitle,
.sub_infosectiontitle,
.infosectiontitle_empty,
.sub_infosectiontitle_empty
{ 
  font-weight: bold;
  width: 60%;
  padding-left: 7px;
  font-size: 90%;
  vertical-align: middle;
}
td.infosectionsubtitle,
td.sub_infosectionsubtitle,
td.infosectionsubtitle_empty,
td.sub_infosectionsubtitle_empty
 {
  width: 10%;
  white-space: nowrap;
  text-align: right;
}
td.infosectionsubtitle_empty,
td.sub_infosectionsubtitle_empty
{ 
  color: #444444;
  font-size: 90%;
}
div.infosectioncontent,
div.sub_infosectioncontent
{ 
  width: 640px;
  margin: 0.4em auto 2em auto;
}
td.infosection_emptymessage,
td.sub_infosection_emptymessage
{ 
  color: #444444;
  width: 70%;
  padding-left: 2em;
}

/* same effect as above, except for table cells.  Don't make new pages that use this. */

/*************     TABBED PAGES     ********************/
/* You will probably not need these, because you can 
   just call the tabset function that uses them        */

/*  styles for a set of tabs generated with SGN::tabset  */
/*  like those on bulk download and direct search  */
/*  classes to make a rounded box with some fill around an */
/*  element  */

table.modesel { 
  padding: 0;
  
}
td.modesel_c,  td.modesel_c_hi { 
  text-align: center; 
  vertical-align: middle;
/*   width: 8em; */
}
td.modesel_spacer {
  padding: 0;
  font-size: 1px;
  width: 15px;
  line-height: 0.1;
}
hr.modesel { 
  border: 0;
  border-bottom: 2px solid #c0c0c0;
  margin-top: 15px;
}
a.modesel, a.modesel:visited, a.modesel_hi, a.modesel_hi:visited { 
  display: block;
  color: #202020;
  margin: -3px -2px -1px -2px;
  padding: 2px;
/*   position: absolute; */
  z-index: 30;
}
a.modesel:hover, a.modesel_hi:hover { 
  text-decoration: none;
  font-weight: bold;
}
a.modesel_hi, a.modesel { 
  color: black;
  outline: 0;
}

td.modesel_tl, td.modesel_tl_hi, td.modesel_tr, td.modesel_tr_hi { 
  padding: 0;
  height: 3px;
  width: 3px;
}
td.modesel_bl, td.modesel_bl_hi, td.modesel_br, td.modesel_br_hi {
  padding: 0;
  height: 4px;
  width: 3px;
}
td.modesel_l, td.modesel_l_hi { 
  padding: 0;
  width: 3px;
  height: 10px;
  vertical-align: top;
}
td.modesel_t, td.modesel_t_hi {   
  padding: 0;
  height: 3px;
  font-size: 1px;
  line-height: 0.1;
}
td.modesel_r, td.modesel_r_hi {  
  padding: 0;
  width: 3px;
  height: 20px;
  vertical-align: top;
}
td.modesel_b, td.modesel_b_hi { 
  padding: 0;
  height: 4px;
  font-size: 1px;
  line-height: 0.1;
}

/* now for the background images */
td.modesel_l_hi {       background: url(/documents/img/modesel_l_back_hi.gif) repeat-y top right; }
td.modesel_r_hi {       background: url(/documents/img/modesel_r_back_hi.gif) repeat-y top left; }
td.modesel_t_hi {       background: url(/documents/img/modesel_t_hi.gif) repeat-x bottom left; }
td.modesel_b_hi {       background: url(/documents/img/modesel_b_hi.gif) repeat-x top left; }
td.modesel_c_hi { 
  background: #bbbbe5 url(/documents/img/modesel_content_back_hi.gif) repeat-x top left; 
/*   padding-top: 2px; */
}
td.modesel_l {       background: url(/documents/img/modesel_l_back.gif) repeat-y top left; }
td.modesel_r {       background: url(/documents/img/modesel_r_back.gif) repeat-y top left; }
td.modesel_t {       background: url(/documents/img/modesel_t.gif) repeat-x bottom left; }
td.modesel_b {       background: url(/documents/img/modesel_b.gif) repeat-x top left; }
td.modesel_c, td.modesel_c_hi { 
  background: #dbdbdb  url(/documents/img/modesel_content_back.gif) repeat-x top left; 
  padding: 0 6px;
  width: 7em;
}
td.modesel_c_hi { 
  font-weight: bold;
}

/*****************************     PAGINATED SEARCH RESULTS     *****************************************/

/* for pagination next page and previous page */
/* buttons on search pages */
a.paginate_nav, span.paginate_nav_currpage, span.paginate_nav_ghosted {
  padding: 0.16em;
  font-size: larger;
  font-weight: bold;
  line-height: 2.1;
}
span.paginate_nav_ghosted {
  color: #cccccc;
}
span.paginate_summary { 
}
span.paginate_nav_currpage { 
  font-weight: bolder;
  border: 1px solid black;
  color: #c00000;
}

table.columnar_table { 
  border: 1px solid #cccccc;
}
table.columnar_table_noborder { 
}
td.columnar_table, th.columnar_table, th.columnar_table_noborder { 
  padding: 0.2em 0.4em 0.2em 0.4em;
  margin: 0;
  line-height: 1.4;
}
th.columnar_table { 
  border-bottom: 1px solid #aaa;
  background: #efefef;
}

/* styles for paginated search results pages like bacsearch.pl and markersearch.pl*/
#searchresults { 
  text-align: center;
}
a.stealth { 
  text-decoration: none;
  color: black;
}
.hilite { 
  background: yellow;
}

a.collapser { 
  color: black;
}

a.collapser img {
  border:0pt none;
  padding:0pt 5px 0pt 2px;
  position:relative;
  top:1px;
}

/*****************************     HOME PAGE STUFF     *********************/

#frontpage { 
  margin: 1em auto;
  width: 700px;
}
.frontbox { 
  padding-left: 0.2em;
}
.frontbox h3 {
  background:#E4E4E4 none repeat scroll 0% 0%;
  border:1px solid black;
  line-height:1.3;
  margin-bottom:0.5em;
  margin-top: 0.7em;
  margin-left: -0.2em;
  padding-left:0.3em;
}
.frontbox img { 
  padding: 5px;
}

/***********   TOOLBARS W/DROPDOWN MENUS ****************/

table.toolbar { 
  margin: 27px 27px 0 auto;
  background: none;
  width: 593px;
}
td.toolbar_menus table.toolbar_menus {
  margin-top: 28px;
  margin-left: 18px;
}
td.toolbar_l, td.toolbar_r { 
  width: 10px;
}
td.toolbar_content { 
  padding: 3px 23px 3px 4px;
  color: black;
  font-size: 125%;
  text-align: left;
  font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
}
td.toolbar_search { 
  text-align: right;
  white-space: nowrap;
  padding: 0;
  vertical-align: top;
}
a.toolbar_menuname, a.toolbar_menuname:link, a.toolbar_menuname:visited { 
  color: black;
  display: block;
  font-size: 17px;
}

table.toolbar_popmenu { 
  position: absolute;
  visibility: hidden;
  z-index: 99;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #666666;
  border-bottom: 2px solid black;
  border-left: 1px solid #666666;
  text-align: left;
  margin: 0 auto 0 auto;
  background: #f2f2f2;
  font-size: 100%;
  line-height: 1.1;
}
a.toolbar_item_first, a.toolbar_item_first:link, a.toolbar_item_first:visited, a.toolbar_item_first:active,
a.toolbar_item, a.toolbar_item:link, a.toolbar_item:visited, a.toolbar_item:active, span.toolbar_item {
  text-decoration: none;
  color: #222;
  border: 1px solid #f2f2f2;
  padding: 0.2em 0.5em 0.2em 0.4em;
  margin: 0;
  display: block;
  font-size: 12px;
  white-space: nowrap;
}
span.toolbar_item {
  font-weight: bold;
  padding-left: 0.1em;
}

td.toolbar_item {
  border-top: 1px solid #cfcfcf;
}

a.toolbar_item:hover,
a.toolbar_item_first:hover { 
  background: #cccccc;
  border: 1px solid black;
  color: black;
}

form.quicksearch { 
  margin: 0;
  padding: 0;
}

input.quicksearch.button { 
  font-size: 15px;
  height: 22px;
  margin-left: -3px;
}
input.quicksearch.field { 
  background: #f4f4f4;
  height: 18px;
  width: 255px;
  font-family: "Charter","Bitstream Vera Serif",Times,serif;
  font-size: 13px;
  vertical-align: top;
}
div.quicksearch.aux { 
  margin: -4px 0 0 auto;
  padding-right: 6em;
  text-align: right;
  position: relative;
  width: 20em;
}
div.quicksearch.aux img { 
  position: relative;
}
div.quicksearch.aux img { 
  top: 1px;
}
div.quicksearch.aux img.q { 
  top: 4px;
}
div.quicksearch.aux a { 
  color: black;
  font-size: 11px;
}
div.quicksearch.aux a.q { 
  font-size: 10px;
}
div.quicksearch.aux div.adv { 
  display: inline;
  position: relative;
}
div.quicksearch.aux div.adv table.toolbar_popmenu { 
  left: 1em;
}

/*****************************     ODDS AND ENDS     ****************************************************/
/*If you can't find what you need above, you can make a custom style here.                              */

.developererrorbox
{
    width:740px;
    padding:10px;
    background-color:#f0f0ff;
    border-style:solid;
    border-color:#ff0000;
    border-width:1px;
}

table#developer_message_table { 
  width: 740px;
  margin-bottom: 7px;
}
.invisible {
  display: none;
}

a.optional_show,
a.optional_show:visited,
a.optional_show:hover
{                                                             
  color: black;              
  cursor: s-resize;
  text-decoration: none;
  padding: 1px 6px 1px 6px;
  background: #eeeeee;
  border: 1px outset;
}
a.optional_show:after {
  content: url(/documents/img/expand_arrow_blue.gif);
  vertical-align: middle;
}
a.optional_show_active,
a.optional_show_active:visited,                                 
a.optional_show_active:hover,
a.optional_show:active {
  border: 1px inset;
  background: #dddddd;
  cursor: n-resize;
}                                                             
a.optional_show_active:after,
a.optional_show:active:after {
  content: url(/documents/img/expand_arrow_gray.gif);
  vertical-align: middle;
}
div.optional_show
{                                                             
  margin: 0.2em 0 1.3em 0;
}                           


/* style for displaying lists of links to file folders */
/* currently used on bulk download ftp listing */
a.folderlink:before {
	content:   url(/documents/img/folder_yellow_3.png); 
	vertical-align: -8px;
}
a.folderlink { 
	font-weight: bold;
	margin-bottom: 2em;
	/*   vertical-align: top; */
}
.folderdesc { 
	margin-left: 50px;
	color: #999999;
	font-size: smaller;
	/*   font-style: italic; */
}

li.folderlink { 
	margin-bottom: 0.4em;
}


/* styles for displaying automatic (i.e. BLAST) annotation hits */
td.blasthit_type { 
  vertical-align: middle;
  text-align: right;
}
span.blasthit_type { 
  font-size: smaller;
}
span.blasthit_db,
a.blasthit_db     {
  font-weight: bold;
}
a.blasthit_db {
  color: black;
  text-decoration: underline;
}
a.blasthit_db:hover {
  background: #eeeeff;
}
td.blasthit_db { 
  background: #ccccff;
  padding-bottom: 3px;
}
span.blasthit_statname { 
  font-weight: bold;
  margin-left: 0.5em;
}
span.blasthit_statname:after { 
  content: ':';
}
span.blasthit_statval { 
  
}
span.blasthit_id { 
  font-family: monospace;
}
td.blasthit_id { 
  padding: 6px;
  padding-left: 8px;
  background: #EDEDFF;
  vertical-align: middle;
}
td.blasthit_defline { 
  padding: 3px;
  padding-left: 8px;
  background: #f8f8ff;
  font-family: monospace;
}
td.blasthit_stats { 
  padding: 3px;
  vertical-align: middle;
  font-size: smaller;
}
table.blasthit { 
  margin: 4px;
  border: 1px solid #cccccc;

}


/* styles for little info tables generated with CXGN::FormattingHelpers::info_table_html */
table.sub_info_table,
table.info_table {  
  border: 1px solid #DDDDDD;
  margin: 0.1em;
}

table.sub_info_table_noborder,
table.info_table_noborder { 
  border: 0;
  padding: 0;
  margin: 0;
}
table.sub_info_table,
table.sub_info_table_noborder { 
}

th.sub_info_table,
th.info_table {  
/*   padding: 0 0.3em 0.4em 0.3em; */
  padding: 0.2em 0.2em 0.1em 0.3em;
  white-space: nowrap;
  border-bottom: 1px solid #DDDDDD;
  background: #F5F5F5;
}

span.info_table_fieldname {
  font-weight: bold;
}
span.sub_info_table_fieldname { 
  font-size: 90%;
  font-weight: bold;
  color: #333333;
}

td.info_table_field {
  padding: 0.6em 0.5em 0.3em 1em;
}
td.sub_info_table_field {
  padding: 0 0.3em 0.3em 0;
}

div.sub_info_table_fieldval,
div.info_table_fieldval {  
/*   font-family: monospace; */
  margin: 0.3em 0 0 0.6em;
}
td.sub_info_table_fieldval,  
td.info_table_fieldval {  
  padding: 0.5em 0.3em 0.3em 0.3em;
/*   background: #F5F5F5; */
/*   border: 1px solid #E5E5E5; */
}
caption.info_table,
caption.sub_info_table {  
  caption-side: bottom;
}
span.subinfo:after { 
  content: ': ';
}


/* styles for numerical range input in FormattingHelpers */
table.nri { 
  display: inline;
}
span.nri_units { 
  margin: 0;
  line-height: 1.0;
  vertical-align: middle;
}

/* Styles for SOL forum */
.topicbox {
	padding:1px;
	background-color:#f0f0ff;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	
}

.topicdescbox { 
	padding:1px;
	background-color:#ffffee;
	border-style:solid;
	border-top:0px;
	border-color:#999999;
	border-width:1px;
}

/* for ajax fun */
.noshow {
	display: none;
}

/* styles for gbrowse (CGI::Toggle) */
.el_hidden  {display:none}
.el_visible {display:inline}
.ctl_hidden {
  cursor: pointer;
  display: none;
}
.ctl_visible {
  cursor: pointer;
  display: inline;
}
.tctl      {  text-decoration:underline; }


/* Re-style the inline MochiKit Logging Pane!: */
div#_MochiKit_LoggingPane {
	text-align:left; /* appears centered otherwise, weird */
}

.menu_item { font-weight: bold; color:#117733 }
