* {padding:0; margin:0;
font-size:1.0em;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;}

body {
	text-align:center;
	background:#fff;
	font-size:1.0em;
	padding-bottom:50px;
	}
	
#container {
	width:775px;
	margin:0px auto;
	text-align:left;
	background: url(img/pageheader.gif) no-repeat;
	font-size:77%;

	}

#content {
padding-top:50px;
width:775px;
}

#instructions {
padding:2px;
width:665px;
margin:00px 0px 0px 95px;
background-color:#ffffff;
font-size:120%;
font-weight:bold;
height:75px;
overflow:auto;
border:1px solid #ccc;
}


#instructions2 {
padding:2px;
width:665px;
margin:00px 0px 0px 95px;
font-size:120%;
font-weight:bold;
height:85px;
overflow:auto;
}


#editting {
margin-top:15px;
}


#middle {
margin-top:0px;
width:450px;
float:left;

}

#right {
margin-top:0px;
background:#fff;
width:325px;
margin-left:450px;
border-left:1px solid #eee;
border-right:1px solid #eee;
}

#right a:link, #right a:visited, #editting a:link, #editting a:visited, #left p a:link, #left p a:visited {
color:#f31e55;
}

input.long {
width:16em;
padding:2px;
}

input.narrow {
width:8em;
padding:2px;
}

th {
text-align:left;
}


label {
cursor:pointer;
font-weight:bold;
}


td {
vertical-align:baseline;
}

form table {
width:100%;
}

#progressbar {
	width: 100%;
	position: fixed;
	height: 25px;
	bottom: 0px;
    left: 0px;
	font-size: 100%;
	text-align: center;
	overflow:auto; 
	background:#fff;
	color:#fff;
	padding:3px;
	font-weight:bold;
}

.medslist {
width:100%;
border-spacing: 0px;
border-collapse: collapse;
}

.medslist input {
width:100px;
}

.medslist input:focus {
color:white;
background:#f31e55;
border:1px solid black;
font-size:150%;
}

.medslist input:hover {
border:1px solid black;
}

.errFld {border: 2px solid #F31E55; font-size:120%;}

.errMsg { color: #F31E55; font-size:130%; display:inline;
}

h2 {
font-size:120%;
color:#f31e55;
padding-top:3px;
padding-bottom:10px;
}

.medslist tr.even {
background:white;
}

.medslist tr.odd {
background:#FFF299;
}



.medslist td {
padding:3px;
border-bottom:1px solid white;
}

.medslist th {
border-bottom:1px solid black;
font-size:110%;
padding:3px;
background:#F31E55;
color:white;
}

sup {
font-size:70%;
color:#fff;
background:#f31e55;
font-weight:bold;
vertical-align:super;
padding:1px;
}














/* NAVIGATION */

#navcontainer {
width:775px;
background:#fff;
height:20px;
padding-top:0;
}

ul#navlist
{
margin: 0px;
padding-top: 3px;
list-style-type: none;
white-space: nowrap;
width:775px;
background:#fff;
height:22px;
}

ul#navlist li
{
float: left;
font-size: 100%;
font-weight: bold;
margin: 0;
padding: 0px 1px 0px 1px;
border:1px solid white;
background:#fff;

}

#navlist a, #navlist a:link, #navlist a.navenabled, #navlist a:link.navenabled
{
margin: 0;
padding: 0px 10px 0px 10px;
color:#F31E55;
text-decoration: none;
}

#navlist a#currentlink {
color:black;
}

#navlist a.navdisabled, #navlist a:link.disabled
{
margin: 0;
padding: 0px 10px 0px 10px;
color:#666;
text-decoration: none;
}

ul#navlist li#active
{
color: #95bbae;
background-color: #deebe5;
}



#navlist a:hover
{
color: #000;
background-color: #fff;
border-bottom:3px solid black;
}


#loginmenu {
position:absolute;
top:25%;
left:30%;
z-index:500;
width:40%;
min-height:35%;
font:bold 100% Trebuchet MS, Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align:center;
color:#000;
border:1px solid black;
background:#efefef;
}

#loginmenu div {
font-size:90%;
}

#loginmenu input.doit {
color:#f31e55;
font-weight:bold;
padding:2px;
margin:2px;
width:170px;
border:1px solid #000;
}

#loginmenu small {
font-size:80%;
}


input#email {
width:300px;
}


.closex {
float:right;
border-left:2px solid #000;
border-bottom:2px solid #000;
padding:3px;
font-size:80%;
font-weight:bold;
background:#f31e55;
color:#fff;
cursor:pointer;
}