﻿* {margin: 0; padding: 0;}

body{
	font-family: 'Trebuchet MS', Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-color: #666;
}

h3.form
{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 30px;
}
h4.form
{
	font-size: 1.2em;
	color: #aaa;
	font-weight: normal;
	margin-top: 20px;
}


/*************************************
  links
 *************************************/
a         {color: #00f; text-decoration: none;}
a:hover   {color: #00f; text-decoration: underline;}
a:visited {color: #00f;}

a.big_link
{
	display: block;
	float: left;
	width: 175px;
	height: 100px;
	padding: 20px;
	margin-right: 20px;
	border: 1px dashed #aaa;
	background-color: #eee;
	text-align: center;
	margin-bottom: 20px;
}

span.big_link_caption
{
	font-weight: bold;
	font-size: 1.2em;
}

a.link_box_red, a.link_box_green {
	padding: 4px 20px 4px 20px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}
a.link_box_red:hover, a.link_box_green:hover {
	text-decoration: none;
}
a.link_box_red {
	border: 1px solid red;
	background-color: #fdd;
}
a.link_box_green {
	border: 1px solid green;
	background-color: #dfd;
}
a.link_box_red:hover   {background-color: #fbb;}
a.link_box_green:hover {background-color: #bfb;}

a.menu_link_style {
	display: block;
	width: 200px;
	padding: 4px;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	background-color: #1e44a8;
	border: 1px solid black;
	color: white;
}

a.menu_link_style:hover {
	text-decoration: none;
	background-color: #3f62be;
}


/*************************************
  frames
 *************************************/
div.mainframe
{
	margin-top: 20px;
	width: 780px;
	text-align: left;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	margin-bottom: 30px;
}

div.box_full
{
	width: 100%;
}


/*************************************
  header
 *************************************/
#header{
	height: 80px;
	text-align: center;
	background: #4e6cb5 url(../graphics/header.png) no-repeat;
	border-bottom: 1px solid black;
}
#header h1{
	font-size: 30px;
	font-weight: normal; 
	color: #000;
	margin: 0px;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 80%;
	font-family: Arial;
}


/*************************************
  main menu
 *************************************/
div#main_menu {
	background-color: #1e44a8;
	height: 36px;
	border-bottom: 1px solid black;
	padding-left: 20px;
	overflow: hidden;
}

div#main_menu div {
	padding-top: 8px;
	padding-bottom: 10px;
}

div#main_menu a {
	color: white;
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#main_menu a:hover {
	background-color: #3f62be;
	text-decoration: none;
}

/*************************************
  small menu
 *************************************/
#small_menu
{
	border-bottom: 1px solid #eee;
	padding: 4px;
	padding-left: 8px;
	color: black;
	height: 18px;
}

 #you_are_here {
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
}

#login_menu {
	float: right;
	margin-right: 6px;
	margin-left: 50px;
	font-size: 0.9em;
	padding-top: 1px;
}

a.black_link       {color: black;}
a.black_link:hover {color: black; text-decoration: none; border-bottom: 1px dashed black;}


/*************************************
  content
 *************************************/
#content{
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
#content h2{
	margin-bottom: 16px;
}


/*************************************
  footer
 *************************************/
#footer{
	background: #4e6cb5 url(../graphics/footer.png) no-repeat;
	height: 25px;
	font-size: 0.9em;
	color: #9999e1;
	padding-left: 20px;
	padding-top: 7px;
}

#footer a       {color: #d2d2ef;}
#footer a:hover {color: #fff;}

#footer ul li
{
	list-style-type: none;
	display: inline;
	margin-right: 30px;
}


/*************************************
  forms
 *************************************/
.form_text
{
	border: 1px solid #000;
	padding-left: 2px;
	background: #fff;
	padding: 1px;
}
.form_text:focus {background: #edf0fd;}

table.form_new_entry
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.form_new_entry td {
	padding: 4px;
}

a.form_selector
{
	border: 1px solid #aaa;
	padding: 2px 6px 2px 6px;
	margin-right: 20px;
	text-decoration: none;
	background-color: #eef;
}

a.form_selector:hover
{
	background-color: #ddf;
}

div.form_selector
{
	float: left;
	margin-right: 30px;
}

div.form_selector input
{
	vertical-align: middle;
}

table.form_new_entry div.add_inf
{
	width: 200px;
	position: absolute;
	margin-left: 450px;
	margin-top: -6px;
	text-align: left;
	font-size: 0.9em;
	border: 1px solid #ff0;
	background-color: #ffd;
	padding: 4px;
}
table.form_new_entry div.add_inf table td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
table.form_new_entry div.add_inf table td img
{
	width: 16px;
	height: 16px;
	margin-left: 0px;
}

table.form_new_entry div.add_inf_shadow {
	position: absolute;
	margin-left: 450px;
	margin-top: -6px;
	width: 235px;
}

table.form_new_entry div.add_inf_shadow div.add_inf_shadow_top {
	background-image: url(../graphics/additional_information_shadow_top.png); 
	background-position: right;
	background-repeat: no-repeat;
	height: 23px;
}

table.form_new_entry div.add_inf_shadow div.add_inf_shadow_right {
	background-image: url(../graphics/additional_information_shadow_right.png);
	background-position: right;
	background-repeat: repeat-y;
	height: 10px;
}

table.form_new_entry div.add_inf_shadow div.add_inf_shadow_bottom {
	background-image: url(../graphics/additional_information_shadow_bottom.png);
	width: 235px;
	height: 25px;
}

div.error_message
{
	border: 1px dashed red;
	background-color: #fdd;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 300px;
}

div.settings {
	width: 500px;
	margin-bottom: 30px;
}
div.settings div.top:after, div.settings div.bottom:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.settings div.top div.left {
	float: left;
	font-weight: bold;
}
div.settings div.top div.right {
	float: right;
	font-size: 0.9em;
}
div.settings div.line {
	height: 1px;
	background-color: #ccc;
}
div.settings div.bottom div.left {
	float: left;
	color: #888;
	font-size: 0.9em;
}
div.settings div.bottom div.right {
	float: right;
	color: #888;
	font-size: 0.9em;
}

div.settings div.bottom_content {
	display: none;
	padding-top: 8px;
	font-size: 0.9em;
}
div.settings div.bottom_content ul {
	list-style-image: url("../graphics/icons/list_icon.png");
	margin-left: 26px;
	margin-top: 10px;
}

div.selector_frame {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.selector_frame_small {
	margin-bottom: 20px;
}

div.selector_item
{
	color: #888;
	float: left;
	padding: 10px;
	border: 1px dashed #8294dc;
	width: 280px;
	margin: 10px 30px 0px 0px;
	background-color: #d4def1;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	overflow: hidden;
}

div.selector_item div.method_tested_info {
	margin-left: 16px;
	color: #aaa;
	font-weight: normal;
	font-size: 12px;
}

img.selector_img_no {
	float: right; 
	opacity: 0.4;
}

img.selector_img_yes {
	float: right;
	display: none;
}

img.selector_shadow {
	position: absolute;
	height: 83px;
	width: 322px;
	margin-left: -11px;
	margin-top: -11px;
	display: none;
}

.no_data_entered {
	color: #ccc;
	font-size: 0.85em;
}

div.summary_element {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

div.antibody_data {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

div.antibody_data table {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.antibody_data table td {
	padding: 1px;
}

table.antibodies {
	width: 100%;
}

table.antibodies th {
	color: #aaa;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 10px;
	white-space: nowrap;
	font-size: 0.9em;
}

table.antibodies td {
	padding-right: 20px;
	vertical-align: bottom;
}







