﻿body 
{
	margin: 0px;
	padding: 0px;	
	background-color: #ffffff;
}
h1
{
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #225f90;	
}
h2
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #225f90;
}
.error
{
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 3px;
	font-weight:bold;
	margin: 3px;
}
.success
{
	border: 1px solid #225f90;
	color: #225f90;
	padding: 3px;
	font-weight:bold;
	margin: 3px;
}
.textbox
{
	font-size: 8pt;
	font-family: Arial;
	color: #595959;
	border: 1px solid #595959;
	overflow: hidden;
}
.button
{
	border: 1px solid #225f90;
	background-color: #338AC4;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
}
.dropdown
{
	font-size: 8pt;
	font-family: Arial;
	color: #595959;
	background-color: #e6e6e6;

}
#container
{
	width: 100%;	
	text-align:center;
}
#container #header
{
	width: 100%;
	height: 90px;	
}
#container #header #logocontainer
{
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/nephron_logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 90px;	
}
#container #header #logocontainer #logo
{
	width: 400px;
	float: left;
}
#container #header #logocontainer #topnav
{
	text-align: right;
	width: 394px;
	float: right;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #225f90;
	padding: 3px;
	margin-top: 5px;
}
#container #header #logocontainer #topnav a
{
	color: #225f90;
	text-decoration: none;
}
#container #header #logocontainer #topnav a:hover
{
	color: #3888c9;
	text-decoration: none;
}
#container #bluebar
{
	background-image: url(../images/background/blue_background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 125px;
	background-color: #ffffff;
}
#container #content
{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	font-family: Arial;
	font-size: 9pt;
	color: #444444;
	line-height: 200%;
}
#container #content #body
{
	float: left;
	width: 500px;	
}
#container #content #rightnav
{
	float: left;
	width: 284px;
	height: 400px;
	background-image: url(../images/rightnav_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 10px;
}
#container #content #rightnav .navitems
{
	border-bottom: 1px solid #e6e6e6;
	padding: 3px;
	width: 274px;
	margin-left: 4px;
	font-weight: bold;
	color: #225f90;
}
#container #content #rightnav a
{
	font-weight: bold;
	color: #225f90;
	text-decoration: none;
}
#container #content #rightnav ul
{
	margin-top: 0px;
	padding-top: 0px;
}
#container #content #rightnav li
{
	
	padding: 0px;
	margin: 0px;
	color: #225f90;
	font-weight: normal;
	font-size: 8pt;
	line-height: normal;
	padding-top: 3px;
	border-bottom: 1px solid #e6e6e6;
}
#container #content #rightnav li a
{
	font-weight: normal;
	line-height: normal;
}
#container #content #rightnav li.bottom
{
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	color: #225f90;
	font-weight: normal;
	font-size: 8pt;
	line-height: normal;
	padding-top: 3px;
}
#container #content #rightnav .subnavitems
{
	padding: 0px;
	margin: 0px;
	color: #225f90;
	font-weight: normal;
	font-size: 8pt;
	line-height: normal;
}
#container #content #rightnav .label
{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 3px;
	margin-left: 4px;
	font-size: 12pt;
	font-weight: bold;
	color: #595959;
	margin-top: 20px;
}
#container #content #rightnav .topnavitems
{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 3px;
	margin-left: 4px;
	font-weight: bold;
	color: #225f90;
	margin-top: 20px;
}
#quickmenu
{
	font-family: Arial;
	font-size: 8pt;
	color: #111111;
	text-align: left;
	width: 300px;
	position:absolute;
	border: 1px solid #111111;
	background-color: #ffffff;	
	z-index: 1000;
	margin-right: 10px;
}
#quickmenu a
{
	color: #235D8E;
	text-decoration: none;	
}
#quickmenu a:hover
{
	color: #338AC4;
	text-decoration: none;	
}
#quickmenu .header
{
	font-weight: bold;
}
#quickmenu .text
{
	padding-left: 15px;
}
#quickmenu p
{
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
