body {
	margin: 0px;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width:980px;
	color: #666;
}
table tr td {
	vertical-align:top;
}

a {
	outline:none;
}
a img {
	border:none;
}

hr {
	border:none;
	border-top:1px solid #aaa;
}
input#quick-search {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	border-top-width: medium;
	border-right-width-value: medium;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: medium;
	border-left-width-value: medium;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	background-color: #ffffff;
	background-image: url("../images/search-icon-magnifyingglass.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px 4px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	box-shadow: #999999;
	width: 12em;
}
.hForm {
	background-color:"#eee";
	border:"5px solid #555";
	font-family:"arial";
	font-size:".9em";
}

.notice {
	padding:1px;
	border:1px solid #aaa;
	background-color:#ffe;
	font-family:arial;
	color:#666;
	height: 40px;
}
.notice div {
	margin-left:42px;
}
.notice img {
	padding:2px 6px 2px 2px;
	display:inline-block;
	float:left;
}

.warning {
	color:red;
}

.instruction {
	font-size:12px;
	font-style:italic;
}
.superscript{
	margin-left: 2px;
	margin-right: 1px;
	vertical-align:super;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
}

/* left padding styles */
.header-banner, .header-title, .menu {
	padding-left: 64px;
}
.header-banner {
	height: 64px;
	background-color: #103D66;
	border-bottom: #265583 5px solid;
}
.header-login {
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:right;
	padding: 5px;
	color:#FFF;
	text-align:right;
}
.header-login a, .footer a {
	color: #fff;
	text-decoration:none;
}
.header-login a:hover, .footer a:hover {
	color: #fff;
	text-decoration:underline;
}
#header-quicksearch {
	margin: 8px 0px 0px 0px;
	font-weight:bold;
}
.header-logo-unc-lineberger {
	background-image: url(../images/header-logo-unc-lineberger.png);
	float:left;
	width: 175px;
	height: 50px;
	margin-top: 8px;
}

.header-logo-unc-healthregistry {
	background-image: url(/tracking/images/header-logo-UNC-HealthRegistry.png);
	float:left;
	width: 175px;
	height: 50px;
	margin-top: 8px;
}
.header-logo-unc-lineberger img {
	border: 0px;
}
.header-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #265583;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 14px;
}
.header-tabs {
	background-color: #F0F0F0;
	border-bottom: #CFD8E0 8px solid;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	height: 14px;
}
.header-tabs ul, .header-tabs li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	top: -4px;
	left: 136px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	height: 22px;
}
.header-tabs a:link, .header-tabs a:visited {
	background-image: url(../images/header-tab-background.png);
	background-repeat:repeat-x;
	text-align: center;
	color: #666;
	float: left;
	margin-right: 8px;
	padding: 1px 10px 3px 10px;
	text-decoration: none;
	height: 18px;
	width: 105px;
}
.header-tabs #current, .header-tabs a:visited#current {
	background-image: url(../images/header-tab-current-background.png);
	background-repeat:repeat-x;
	color: #265583;
}
.header-tabs a:hover {
	color: #A66E26;
}
.header-print {
	display:none;
	visibility:hidden;
}
.main {
	background-image:url(../images/content-fadeout-background.png);
	background-repeat: repeat-x;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 32px;
}
.content {
	margin: 0px 16px 0px 16px;
	padding: 0px;
}
.content h1, .content .exception h1 {
	color: #265583;
	font-weight: bold;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
.content h2 {
	color: #A66E26;
	font-weight:bold;
	font-size: 20px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin: 16px 0px 4px 0px;
	padding: 0px;
}
.content h3 {
	color: #666;
	font-weight:bold;
	font-size: 16px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
.content p {
	margin: 0px;
	padding: 0px;
}
.content ul {
	margin: 0px;
	padding-left: 20px;
}
.content a {
	color: #265583;
	text-decoration:none;
}
.content a:hover {
	color: #265583;
	text-decoration:underline;
}
.content .exception h1 {
	color:#800000;
	padding-bottom: 16px;
}
.content .exception th {
	text-align: left;
}
.content .code {
	white-space: pre;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:15px;
	background:#D7D7D7;
	padding: 16px;
	margin: 4px 0px 4px 0px;
	border: #606060 dashed 1px;
}
.content input[type="checkbox"] {
	vertical-align:text-bottom;
}
.content input[type="text"], .content input[type="text"] {
	vertical-align:middle;
}
.content .error {
	color: #E00;
	font-size: 12px;
}


.content .table-default {
	margin-top: 16px;
	border-collapse: collapse;
	width: 80%;
	border:#D7D7D7 solid 1px;
}
.content .table-default td {
	border:#D7D7D7 solid 1px;
	padding: 8px;
	vertical-align: top;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 15px;
}
.content .table-default th {
	background-image: url(../images/table-header-background.png);
	background-repeat:repeat-x;
	background-size:cover;
	border:#D7D7D7 solid 1px;
	border-bottom: #265583 5px solid;
	color: #265583;
	font-size: 16px;
	text-align:center;
	min-height: 32px;	
/*	white-space:nowrap;	*/

}
.content .table-default tr {
	background-color: #F7F7F7;
}
.content .table-default tr:hover {
	background-color: #F0F0F0;
}
.content .table-default .align-cell-right {
	text-align: right;
}
.content .table-default .align-cell-center {
	text-align: center;
}
.content .table-default .odd-row td, .content .table-default td.odd-row {
	background-color: #E0E0E0;
}



.content .table-condensed {
	margin-top: 10px;
	border-collapse: collapse;
	border:#D7D7D7 solid 1px;
}
.content .table-condensed td {
	border:#D7D7D7 solid 1px;
	padding: 2px 4px;
	vertical-align: top;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
}
.content .table-condensed th {
	background-image: url(../images/table-header-background.png);
	background-repeat:repeat-x;
	border:#D7D7D7 solid 1px;
	border-bottom: #265583 5px solid;
	color: #265583;
	height: 24px;
	padding:2px 4px;
	font-size: 12px;
	text-align:center;
	white-space:nowrap;
}
.content .table-condensed tr {
	background-color: #F7F7F7;
}
.content .table-condensed tr:hover {
	background-color: #F0F0F0;
}
.content .table-condensed .align-cell-right {
	text-align: right;
}
.content .table-condensed .align-cell-center {
	text-align: center;
}
.content .table-condensed .odd-row td, .content .table-condensed td.odd-row {
	background-color: #E0E0E0;
}



.content .table-simple {
	margin-top: 16px;
	border-collapse: collapse;
	width: 80%;
}
.content .table-simple td {
	border:#D7D7D7 solid 1px;
	padding: 4px;
	vertical-align: top;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 15px;
	white-space:nowrap;
}
.content .table-simple th {
	border:#D7D7D7 solid 1px;
	background-color: #F7F7F7;
	border-bottom: #265583 2px solid;
	color: #265583;
	font-size: 16px;
	padding: 4px;
}
.content .form-basic {
	width: 600px;
	background-color: #F7F7F7;
	border:#D7D7D7 solid 1px;
	padding: 16px;
	z-index:5;
}
.content .form-basic h1 {
	color: #A66E26;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding-left: 100px;
	padding-bottom: 16px;
	line-height: 60%;
}
.content .form-basic label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	padding-top: 2px;
}
.content .form-basic input[type="text"], .content .form-basic input[type="password"], .content .form-basic select {
	width: 150px;
}
.content .form-basic input[type="submit"] {
	margin-top: 16px;
}
.button {
	margin-top: 16px;
	color: #265583;
}
.button a
{
	text-decoration:none;
}
.button a:hover {
	text-decoration:none;
	color: #000000;
}

.action_button_container
{
	height:28px;
	margin-bottom:5px;
}

.button_container
{
	height:48px;
}

.button
{
	display:inline-block;
	zoom:1;
	*display:inline;
}

.button a
{
	display:inline-block;
}

.button div {
	cursor:pointer;
	min-width:11px;
	display:inline-block;
	height: 48px;
	background-repeat:no-repeat;
	vertical-align:top;
	zoom:1;
	*display:inline;
}
div.button-left {
	background-image:url(../images/btn-left.png);
}
div.button-center {
	background-image:url(../images/btn-center.png);
	background-repeat:repeat-x;
	padding-right: 8px;
}
div.button-right {
	background-image:url(../images/btn-right.png);
}
div.button-text {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 40px;
	font-size:16px;
	padding-top: 4px;
	font-weight:bold;
	color: #265583;
}
div.button-text:hover {
		color: #000000;
}
div.button-image {
	vertical-align:center;
	margin-top:8px;
	margin-right: 8px;
	width:32px;
	height:32px;
}
.button-action {
	padding: 0px;
	margin: 0px;
	color: #265583;
	white-space:nowrap;
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.button-action > a{
	text-decoration:none;
	white-space:nowrap;
}
div.button-action > a:hover {
	text-decoration:none; 
	color: #000000;
}
.button-action div {
	cursor:pointer;
	min-width:4px;
	display:inline-block;
	height: 28px;
	background-repeat:no-repeat;
	vertical-align:top;
	zoom:1;
	*display:inline;
}
div.button-action {
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.button-action-left {
	background-image:url(../images/btn-small-left.png);
}
div.button-action-center {
	background-image:url(../images/btn-small-center.png);
	background-repeat:repeat-x;
}
div.button-action-right {
	background-image:url(../images/btn-small-right.png);
	margin-right: 4px;
}
div.button-action-text {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 26px;
	font-size:13px;
	padding-top: 1px;
	font-weight:bold;
	padding-left: 2px;
	padding-right: 6px;
}
div.button-action-image {
	vertical-align:center;
	margin: 6px 6px 4px 4px;
	width:16px;
	height:16px;
}
.button-nav{
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 18px;
  font-weight: normal;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.button-nav div{
  background-color: #FFFFFF; /* for non-css3 browsers */
  background: linear-gradient(to bottom,  #F7F7F7,  #E7E7E7); /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', endColorStr='#DDDDDD'); /* for IE */
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 16px;
  color: #265583;
}
.button-nav:hover div{
  background: linear-gradient(to bottom,  #FFF,  #EEE); /* for firefox 3.6+ */
	color: #397EC4;
}
.button-nav a:hover, .button-nav a{
	text-decoration: none;
	vertical-align: middle;
}
.button-nav img{
	padding-bottom: 2px;
	vertical-align: middle;
	margin-right: 8px;
}
.button-link {
	display:inline-block;
}
.button-link a {
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	background-color: #265583;
	border: 1px solid #265583;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
.button-link a:hover {
	background-color: #528FCD;
	color: #FFF;
	text-decoration:none;
}

span.highlighted {
	background-color:#FFFF33;
	color:#333;
}
.content .frame {
	width: 300px;
}
.content .frame .content {
	background-color:#dfe9f2;
	margin: 0px;
	padding: 3px;
}
.content .frame .header {
	padding: 2px;
	background-image: url(../images/header-tab-background.png);
	background-repeat:repeat-x;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	height: 18px;
}
.content .figure {
	width: 1%;
	border-collapse:collapse;
}
.content .figure td, .content .figure th {
	border: #D7D7D7 solid 1px;
	margin: 0px;
	padding: 8px;
}
.content .figure th {
	background-color: #F7F7F7;
	font-weight: normal;
	text-align: left;
}
.content .figure th em {
	font-weight: bold;
}
.menu {
	color: #265583;
	display: inline-block;
	padding-top: 32px;
	margin-left: 16px;
	font-size: 14px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
.menu .box h1, .content .box h1, .content .table-default th {
	font-size: 16px;
	color: #666;
	padding-left: 4px;
	margin: 0px 0px 4px 0px;
}
.menu .box {
	margin-bottom: 16px;
}
.menu .box ul {
	width: 160px;
	margin: 0px;
	padding-left: 16px;
	list-style:none;
}
.menu .box li {
	padding-bottom: 4px;
	color: #265583;
}
.menu .box a {
	color: #265583;
	text-decoration:none;
}
.menu .box a:hover {
	color: #265583;
	text-decoration:underline;
}
.footer {
	font-size:11px;
	background-color:#265583;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
.footer-software {
	background-color:#dfe9f2;
	padding-left: 271px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.footer-software div {
	font-weight: bold;
	width: 60px;
	float:left;
}
.footer-software a, .footer-software a:hover, .footer-software a:visited, div.footer-report-problem a, div.footer-report-problem a:hover, div.footer-report-problem a:visited {
	color: #666;
}
.footer-lccc {
	background-color:#265583;
	color: #FFF;
	height: 96px;
}
.footer-lccc img {
	border: 0px;
}
.footer-lccc-address {
	padding-left: 271px;
	padding-top: 32px;
	padding-bottom: 16px;
}
.footer-logo-nci-ccc {
	position: relative;
	top: 8px;
	left:82px;
	float: left;
}
.footer-report-problem {
	position: relative;
	top: 24px;
	left:754px;
	float: left;
}
.footer-report-problem img {
	margin-left: 16px;
	padding-right: 0px;
}
.footer-logo-cancer-hospital {
	position: relative;
	top: 8px;
	left:700px;
	float: left;
}
.footer-print {
	visibility:hidden;
	display:none;
}

input.short {
	width:100px;
	max-width:100px;
}

ol.spaced li
{
	margin-bottom:10px;
}

ol ol.spaced
{
	margin-top:10px;
}

ol.spaced textarea
{
	vertical-align:top;
}

