/* Typography */
*{font-family: "Trebuchet MS",arial,sans-serif; margin:0px;}
h1 {font-size: 200%;}
h2 {font-size: 100%;}
h3, a {font-size: 80%;}
h4 {font-size: 70%;}
label, input, select, option {font-size:75%;color:#000;vertical-align:2px;font-weight:bold;}

body
	{
	background-color:#ffffff;
	}
	
.wrapper 
	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
	width:750px;
	height:550px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	}
	
/* ************** */
/* Top Navigation */
/* ************** */
	
#topnav
	{
	position:absolute;
	top:-2px;
	left:0px;
	width:370px;
	height:35px;
	background-image:url(../Images/Topnav.jpg);
	background-repeat:no-repeat;
	background-color:#00ff00;
	padding-left:20px;
	line-height:35px;
	}
	
#topnav a, #topnav a:active
	{
	padding-top:px;
	color: #ffffff;
	text-decoration: none;
	}
	
#topnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	}

/* ****************************** */
/* Top Objects - logo, title etc. */	
/* ****************************** */

.logo
	{
	position:absolute;
	top:40px;
	left:0px;
	}

.title
	{
	color:#993399;
	font-weight:normal;
	position:absolute;
	top:36px;
	left:202px;
	z-index:2;
	}

.subtitle
	{
	color:#672760;
	font-weight:normal;
	position:absolute;
	top:78px;
	left:202px;
	width:280px;
	z-index:2;
	font-size:120%;
	}
	
/* ************** */
/* Mid Navigation */
/* ************** */
	
#midnav
	{
	position:absolute;
	top:-2px;
	left:389px;
	width:102px;
	height:35px;
	background-image:url(../Images/Midnav.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	padding-left:20px;
	line-height:35px;
	}
	
#midnav a, #midnav a:active
	{
	color: #000000;
	text-decoration: none;
	}
	
#midnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #008bf6;
	}

/* ************************ */
/* Table and Tablecontainer */
/* ************************ */
	
#tablecontainer
	{
	position:absolute;
	top:120px;
	left:2px;
	width:0px;
	height:0px;
	padding:0px;
	}
	
#researcherstable
	{
	margin:0px;
	position:absolute;
	width:750px;
	}

#researcherstable a
	{
	font-size:100%;
	}
		
#researcherstable th
	{
	background-color:#993399;
	color:#ffffff;
	font-size:12px;
	padding-left:5px;
	}
	
#researcherstable thead
	{
  	display:table-header-group;
	}

#researcherstable tr
	{
	cursor:hand;
	cursor:pointer;
	}
	
#researcherstable tr:hover
	{
	background-color:#5499f6;
	}
	
#researcherstable td
	{
	background-color:#e2e9ff;
	font-size:12px;
	padding:0px 5px;
	}

.rbutton
	{
	width:22px;
	padding:0px;
	}
	
#researcherstable button
	{
	width:20px;
	height:20px;
	padding:0px;
	font-size:100%;
	font-weight:bold;
	color:#993399;
	}

#researcherstable select, #researcherstable option
	{
	width:100%;
	background-color:#e2e9ff;
	font-size:90%;
	}

/*********************************************/
/* New Researcher & Researcher Details Block */
/*********************************************/
#new, #details
	{
	background-image:url(../Images/NewPanel.jpg);
	width:309px;
	height:337px;
    position:absolute;
    left:405px;
    top:112px;
    visibility:hidden;
    z-index:2;
    }

#details
	{
	left:80px;
	}
   
#new h2, #details h2
	{
	text-align:left;
	padding-left:10px;
	padding-top:7px;
	color:#000000;
	font-size:80%;
	}


#newresearcher, #researcherdetails
	{
	text-align:right;
	margin-top:15px;
	}
	
#newresearcher input, #researcherdetails input
	{
	width:175px;
	margin: 5px 30px 0px 10px;	
	}
	

#newresearcherbuttons button, #researcherdetailbuttons button
	{
	width:75px;
	height:25px;
	font-weight:bold;
	color:#993399;
	margin:0px 5px 0px 5px;
	}
	
#newresearcherbuttons, #researcherdetailbuttons
	{
	position:relative;
	top:10px;
	left:75px;
	}
	
input[readonly = 'readonly']
	{
	background-color:#dddddd;
	}
	
/* ****************** */
/* Databases submenus */
/* ****************** */

#databasesub
	{
	position:absolute;
	top:35px;
	left:300px;
	border:solid 2px #993399;
	padding:10px;
	background-color:#e2e9ff;
	visibility:hidden;
	z-index:4;
	}
	
#databasesub h3
	{
	margin-bottom:5px;
	border-bottom:solid 2px #993399;
	}

#databasesub a, #databasesub a:active
	{
	margin-left:10px;
	color: #000000;
	text-decoration: none;
	}
	
#databasesub a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	color:#000000;
	}
