/*
 * #%L
 * jdispatcher-resources
 * %%
 * Copyright (C) 2007 - 2014 EMBL - European Bioinformatics Institute
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
@media screen {
	#header {
		height: 57px;
		width: 100%;
		position: fixed !important;
		position: absolute;
		float: left;
		display: block;
		overflow: hidden;
		background: #EDEDED
			url('http://www.ebi.ac.uk/inc/images/ebilogohelpheadnew.gif')
			no-repeat top left;
		padding: 0;
		margin: 0;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
	}
/*
	#menu {
		width: 13em;
		position: fixed !important;
		position: absolute;
		display: block;
		height: auto;
		overflow: auto;
		left: 0;
		top: 60px;
		right: auto;
		bottom: 0;
	}
	*/
  /*
	#content {
		border-left: 1px solid #DEDEDE;
		top: 60px;
		left: 13em;
		bottom: 0;
		right: 0;
		position: fixed !important;
		position: absolute;
		display: block;
		width: auto;
		height: auto;
		overflow: auto;
		padding: 0 5px;
	}
  */
}

@media print {
	#header {
		display: none;
	}
	
	#menu {
		display: none;
	}

	#content {
		display: block;
		padding: 0 2px;
		width: auto;
		height: auto;
	}
}

/* frontier specific style */
#intro
{
  margin-right: 0.73em;
  padding-top: 9px;
}


#menu h1 {
	border: 0;
	background-color: #FFF;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0;
	line-height: 9pt;
}

dl {
	padding: 0;
	margin: 0;
}

dt {
	font-weight: bold;
	display: block;
	margin: 15px 0 5px 0;
	padding-left: 9px;
}

dd {
	margin: 0 0 5px 0;
	padding: 0;
}

.defaultValue {
	font-style: italic;
}

.commentsbox {
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding: 12px;
	background-color: #edf5ea;
	border: 1px solid #d9dadc;
	margin: 5px 0;
	display: block;
	width: auto;
	overflow: auto;
}

a.launchLink {
	background: url(../../images/launch.gif) top right no-repeat;
	width: 85px;
	height: 28px;
	float: right;
}

.image {
	margin: 15px 5px;
}

.image div {
	margin: 5px 0px 10px 0px;
	font-weight: bold;
}

h3 {
/*	color: #006666;*/
}

dl.details {
	padding: 0.5em;
	margin: 0;
}

dl.details dt {
	float: left;
	width: 60px;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dl.details dd {
	margin: 0 0 0 70px;
	padding: 0 0 0.5em 0;
}

.contact {
	font-style: italic;
}

.red_bold {
	font-weight: bold;
	color: #FF0000;
}

.topLink {
	width: auto;
	height: 15px;
}

dfn {
	display: block;
	font-family: monospace;
	font-style: normal;
	padding: 5px;
}

ul.steps li {
	margin: 10px 0px;
}

.topLink a {
	float: right;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	padding: 2px 12px 0px 0px;
	margin: 2px;
	height: 14px;
	text-align: left;
	background: url(http://www.ebi.ac.uk/inc/images/top_arrow.gif) top right
		no-repeat;
}

.topLink a:hover,.topLink a:active {
	color: #e33e3e;
	text-decoration: underline;
}

table.parameterValues {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
  width: auto;
  margin-left: 9px;
}

table.parameterValues td {
	vertical-align: top;
	border: 1px solid #ADADAF;
	padding: 3px;
	background-color: #EDF6F5;
}

table.parameterValues th {
	border: 1px solid #ADADAF;
	color: #FFFFFF;
	background-color: #5E9E9E;
	padding: 5px;
}

span.indent {
	width: 5px;
	display: inline-block;
}
table.parameterValues tr.groupDescription td {
	padding-top: 5px;
	font-weight: bold;
	background-color: #BDD7D7;
}

p.description {
	padding-bottom: 10px; 
}

p.parameterDefaultValue {
	font-style: italic;
}

.red {
	color: rgb(255, 0, 0);
}

.green {
	color: rgb(0, 128, 0);
}

.blue {
	color: rgb(0, 0, 255);
}

.magenta {
	color: rgb(255, 0, 255);
}

.grey {
	color: rgb(128, 128, 128);
}
