@import url('gbrowse.css');

/* These declarations give gbrowse a warm look */

BODY              { background-color: #ffffff;	/* #F7FBFF */
                    font-family: sans-serif;
	            font-size: small;
                  }
.datatitle        { background-color: #eecccc;	/* pull-down menu */
                    border: solid thin #cc3333; }	/* khaki */
.databody         { background-color: white; }	/* lightgoldenrodyellow */
.multiplechoicetitle  { background-color: lightblue;
		        font-size: small;
}

.searchtitle      { background-color: #f3eeee;	/* beige */
	            font-size: small;
		    margin-left: 1em;
		    margin-right: 1em;
}
.searchbody       { background-color: #f3eeee;
	            font-size: small;
		    margin-left: 1em;
		    margin-bottom: 3px;
		    margin-right: 1em;
                    border: solid thin #cc3333;
}
.settingstitle    { background-color: #E6EBF0;
	            font-size: small;
		    margin-left: 1em;
}
.settingsbody     { background-color: #F2F6FA;
	            font-size: small;
		    margin-left: 1em;
}
.uploadtitle      { background-color: #E6EBF0;
	            font-size: small;
		    margin-left: 1em;
}
.uploadbody       { background-color: #F2F6FA;
	            font-size: small;
		    margin-left: 1em;
}
.tabmenu_active   { cursor: pointer;
			color: black;
			background-color: white;	/* beige */
			font-size: 10pt;
			font-weight: bold;
                        font-family: sans-serif;
			padding-top: 5px;
			padding-left: 5px;
			padding-right: 5px;
		      }
.tabmenu_inactive { cursor: pointer;
			color: blue;
			font-size: 10pt;
			background-color: transparent;
			font-weight: bold;
                        font-family: sans-serif;
			padding-top:   5px;
			padding-left:  5px;
			padding-right: 5px;
		      }
.tabmenu_inactive:hover {
    text-decoration: underline;
}
.tabbed {
    background-color: white;	/* beige */
}
.tabmenu {
    background-color: white;
}
