/* Solarized color scheme: http://ethanschoonover.com/solarized */
/*
$base03: #002b36;
$base02: #073642;
$base01: #586e75;
$base00: #657b83;
$base0: #839496;
$base1: #93a1a1;
$base2: #eee8d5;
$base3: #fdf6e3;
$yellow: #b58900;
$orange: #cb4b16;
$red: #dc322f;
$magenta: #d33682;
$violet: #6c71c4;
$blue: #268bd2;
$cyan: #2aa198;
$green: #859900;
*/

html, body
{
	background-color: #eee8d5;
	height: auto;
}

h2
{
	color: #b58900;
	font-family: 'Numans', sans-serif;
	padding-top: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #586e75;
}

textarea
{
	width: 100%;
	height: 200px;
}

hr
{
	height: 0;
	border: dotted;
	border-width: 1px 0 0;
}

#main
{
	background-color: #fdf6e3;
	color: #657b83;
	padding-bottom: 20px;
}

#tabs
{
	background-color: #fdf6e3;
	color: #586e75;
	padding: 10px;
	margin-bottom: 0px;
}

#main, #tabs
{
	width: 720px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Numans', sans-serif;
}

#batch_tab, #single_tab, #update_tab
{
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	cursor: pointer;
}

.tab_selected
{
	color: #b58900;
}

.result, .detail
{
	border-color: #2aa198;
}

.tech_error 
{
	border-color: #cb4b16;
}

.error
{
	border-color: #d33682;
}

.result, .error, .tech_error, .detail
{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 5px;
	word-wrap: break-word;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.exon2
{
	color: #859900;
}

.intron
{
	color: #268bd2;
}

.exon3
{
	color: #dc322f;
}

.mismatch
{
	font-weight: 700;
	text-decoration: underline;
	background-color: #b58900;
}

.hidden
{
	display: none;
}

.label
{
	font-weight: bold;
}

#form_errors
{
	position: fixed;
	width: 45%;
	color: #d33682;
	text-align: right;
}

.sequence
{
	font-family: 'Ubuntu Mono', sans-serif;
	font-size: 105%;
	padding: 5px;
}
