﻿/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, "Arial Unicode MS", "Lucida Grande"; 
	font-weight:normal;
	color: #66655C;
	font-size: 10px; 
	margin:0px auto auto auto;
	text-align:left;
	width: 1000px;
}

#superHeader 
{
    font-size: 12pt;
    text-align:center;
    font-style: normal;
    font-variant:small-caps;
	font-weight: bold;
    height: 25px;
    background-color: #A0F099;
    border-bottom: solid 1px black;
    margin:0;
}


h1 
{
    margin: 0;
    padding: 0;
    background-color: #FAFCD0;
    font-size:small;
}

h1, h3
{
    text-align:center;
}

h2
{
    font-size: medium;
}

input, select {
	COLOR: #66655C;
	FONT-SIZE: 12px; 
	font-weight:normal;
}

a {
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif, "Arial Unicode MS", "Lucida Grande"; 
}
a:hover {
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif, "Arial Unicode MS", "Lucida Grande"; 
}

table {
	padding:0px;
	BORDER: #E4F0FF 1px solid;
	font-size:8pt;
	BACKGROUND-COLOR:#FFFFFF;
	width: 100%;
}

#footer{
	font-size: 10px;
	font-weight: bold;
	color: red;
    display: block;
	margin-top: 7px;
	text-align: center;
}

.content2 {
	height: auto;
	width: 1000px;
	margin-top: 5px;
	vertical-align:top;
}

.left {
	float: left;
	width: 210px;
	background-color: #FAFCD0;
}

.txtbox 
{
background-color: #fafafa;
    vertical-align:top;
	float: left;
	height: auto;
	width: 760px;
	border: 1px solid #176AAE;
	margin-left: 10px;
	font-size: 10px;
	color: #0F548C;
	text-align: justify;
	padding: 3px;
	min-height: 453px;
}

DIV#pnlLogin 
{
    border: solid 1px #176AAE;
    padding: 5px;
    min-height: 295px;
    text-align:center;
}

DIV#pnlLogin SPAN 
{
    display: block;
    text-align:center;
}
#tbFN 
{
    width: 120px;
}
#tbID
{
    width: 120px;
}

#buttons 
{
    text-align:center;
    margin-top: 20px;
}

#btnGetInfo, #btnPlan, #btnUnget, #btnProtocols
{
    width: 200px;
    margin: 3px;
}

#copy 
{
    margin-top: 10px;
    border-top: solid 2px silver;
    clear: both;
    display:block;
    text-align: left;
}

#UpdateProgress1 
{
    
    height: 25px;
    padding: 2px;
    font-size: 10pt;
    font-weight: bold;
    background-color: #A0F099; 
    position: fixed;
}


