/*******************************************************************************
 *
 * Bioinformatics.Org Groupware (SourceForge)
 *
 * Copyright (c) 2000-2010 Bioinformatics Organization, Inc.
 * Copyright (c) 1999-2000 The SourceForge Crew
 *
 * sourceforge.css
 *
 *------------------------------------------------------------------------------
 *
 * This is free software; you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software
 * Foundation; either version 2, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 *
 ******************************************************************************/

body {
	background-color: #ffffff;
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #006e6e;
}

a:visited {
	color: #0a2254;
}

a:active {
	color: #ff0000;
}

a:hover {
	color: #ff0000;
}

ol, ul, p, body, td, tr, th, form, span {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {}

pre,tt {
	font-family: Courier, sans-serif;
}

/*------------------------------------------------------------------------------
 * Classes
 */

a.maintitlebar {
	color: #000000;
}

a.menus {
	font-size: 10pt;
}

a.tabs {}

div.heading {
	font-size: x-large;
	margin: 0.5em 0 0.5em 0;
}

div.notice {
	font-style: italic;
	margin: 0.5em 0 0.5em 0;
}

div.feedback_succeed {
	background-color: #cceecc;
	border: thin #bbddbb solid;
	font-weight: bold;
	margin: 0.5em 2em 0.5em 2em;
	padding: 1em;
}

div.feedback_fail {
	background-color: #eecccc;
	border: thin #ddbbbb solid;
	font-weight: bold;
	margin: 0.5em 2em 0.5em 2em;
	padding: 1em;
}

span.maintitlebar {
	color: #000000;
}

span.titlebar {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

td.featurebox {
	font-size: small;
}





