
/**********************************************************************************
 * Tag Styles
 **********************************************************************************/
html, body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font: 12px arial, helvetica, sans-serif;
}
table { font: 12px arial, helvetica, sans-serif; }
td { vertical-align: top; }
imput, select { font: 12px arial, helvetica, sans-serif; line-height: 11px; }
img { border: 0px; }
form { display: inline; }
a { color: #b85c00; text-decoration: none; }
a:hover { color: #993300; text-decoration: underline; }
li { color: #000000; padding: 0px 0px 8px 0px; }
ul { margin-bottom: 15px; }
li ul { padding: 10px 0px 0px 0px; }
/*td li { color: #000000; padding: 0px 0px 0px 0px; }*/
p { margin: 0px 0px 15px 0px; }
sup {font-size: 8px; }
hr {
	size: 1px;
	height: 1px;
	overflow: hidden;
	color: #4f96b8;
}
fieldset {
	border: 0px none;
	margin: 0px;
	pardding: 0px;
}
legend { display: none; }
#logo {
	position: absolute;
	left: 0px;
	top: 43px;
	width: 160px;
	height: 16px;
}
#siteLogo {
	background-image: url(/images/blank.jpg);
	width: 327px;
	height: 43px;
}
#header {
	background-color: #4f96b8;
	line-height: 1px;
	height: 43px;
}
#header td {
	color: #ffffff;
}
#header a {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#headerLinks {
}
#headerLinks td {
	vertical-align: bottom;
	/*line-height: 1px;*/
}
#navBar {
	background-color: #c3dbe8;
	height: 22px;
	line-height: 1px;
}
#crossBar {
	color: #ffffff;
	text-align: right;
	background-color: #c3dbe8;
	padding: 4px 15px 3px 0px;
	vertical-align: middle;
}
#menu {
	background-color: #d9d9b3;
	width: 1%;
	padding: 20px 0px 20px 0px;
	vertical-align: top;
}
#banner {
	/*margin-bottom: 15px;*/
	line-height: 1px;
	background-repeat : repeat-x;
	height: 79px;
	overflow: hidden;
}
#footer {
	background-color: #c3dbe8;
}
#footer td {
	font-family: arial;
	font-size: 10px;
	color: #003f5f;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
#footer a {
	color: #003f5f;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#contentArea {
	padding: 20px 20px 20px 35px;
	border-left: 1px #ffffff solid;
	vertical-align: top;
}
#sizer {
	padding: 0px;
	margin: 0px;
}
#rightColumn {
	width: 1%;
	padding: 20px 15px 20px 0px;
	/*background-color: #333333;*/
	vertical-align: top;
}
#menuBrace {
	width: 160px;
	height: 43px;
}
#header1 {
	width: 458px;
	height: 43px;
}
#header2 {
	width: 160px;
	height: 16px;
}
#contentFooter {
	padding: 10px 15px 20px 0px;
	font-size: 10px;
}

/**********************************************************************************
 * Menu Styles
 **********************************************************************************/

a.menuLevel1 {
	font-weight: bold;
	font-size: 11px;
	color: #335577;
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 0px 0px;
}
a.menuLevel1:hover { color: #335577; }

a.menuLevel2 {
	font-weight: bold;
	font-size: 11px;
	color: #335577;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 1px 0px 1px 25px;
	border-top: 1px #d9d9b3 solid;
	border-bottom: 1px #d9d9b3 solid;
}
a.menuLevel2:hover { color: #335577; }

a.menuLevel3 {
	font-size: 10px;
	color: #335577;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px 0px 1px 35px;
	border-top: 1px #d9d9b3 solid;
	border-bottom: 1px #d9d9b3 solid;
}
a.menuLevel3:hover { color: #335577; }

a.menuLevel1Selected {
	font-weight: bold;
	font-size: 11px;
	color: #335577;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 0px 0px;
}
a.menuLevel1Selected:hover { color: #335577; }

a.menuLevel2Selected {
	font-weight: bold;
	font-size: 11px;
	color: #335577;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 1px 0px 1px 25px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #c3dbe8;
}
a.menuLevel2Selected:hover { color: #335577; }

a.menuLevel3Selected {
	font-size: 10px;
	color: #335577;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px 0px 1px 35px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #c3dbe8;
}
a.menuLevel3Selected:hover { color: #335577; }

#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#logos {
	width: 1%;
	text-align: center;
}

.sectionDivider {
	background-color: #ffffff;
	height: 1px;
	overflow: hidden;
}

div.divider {
	height: 1px;
	overflow: hidden;
	background-color: #4f96b8;
}

table.dropDown {
	background-color: #c3dbe8;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	width: 100px;
}
table.dropDown td {
	font-size: 11px;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	padding: 1px 5px 1px 5px;
	cursor: hand;
	color: #003F5F;
}
table.dropDown td.hover {
	background-color: #003F5F;
	color: #ffffff;
}
/*table.dropDown a {
	color: #003F5F;
	text-decoration: none;
	display: block;
}
table.dropDown td.hover a {
	color: #ffffff;
}*/

table.institution {
	width: 100%;
}

table.institution th {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #003f5f;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px #4f96b8 solid;
}

table.institution td {
	padding: 2px 0px 2px 0px;
	font-size: 10px;
	border-bottom: 1px #4f96b8 solid;
}

/*table.institution div.divider {
	background-color: #4f96b8;
}*/

/**********************************************************************************
 * Report Title Styles
 **********************************************************************************/

.reportInfo {
	width: 100%;
}
.reportTitle {
	color: #003f5f;
	font-weight: bold;
	font-size: 15px;
}
.reportTimeframe { }
.reportBasedOn {
	color: #003f5f;
	font-size: 10px;
}
.reportSectionHeader {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}
.reportHeader {
	color: #003f5f;
	font-weight: bold;
	font-size: 12px;
}

/**********************************************************************************
 * General Styles
 **********************************************************************************/

.choose {
	margin-bottom: 3px;
}
.footnote {
	color: #003f5f;
	font-size: 10px;
}
.note {
	font-weight: strong;
}
.body {
	font-size: 12px;
}
.small {
	color: #000000;
	font-size: 10px;
}
.smallHeader {
	color: #003f5f;
	font-size: 11px;
	font-weight: bold;
}
.highlight {
	color: #003f5f;
}
.smallHighlight {
	font-size: 10px;
	color: #003f5f;
}
.sectionHighlight {
	color: #006699;
	background-color: #f2f3ee;
	padding: 3px 5px 3px 5px;
}
div.buttonGroup {
	text-align: right;
}
div.buttonGroup a {
	margin-left: 5px;
}
div.buttonGroup img{
	margin-left: 8px;
}
.error {
	color: #990000;
}

/**********************************************************************************
 * Definition Section Styles
 **********************************************************************************/
div.definitionSection {
	background-color: #f2f3ee;
	padding: 4px;
	color: #000000;
}
div.definitionSection .header {
	color: #006699;
	font-weight: bold;
}
div.definitionSection2 {
	background-color: #fcfcf7;
	padding: 4px;
	color: #000000;
}
/**********************************************************************************
 * Form Styles
 **********************************************************************************/
table.form td {
	padding-bottom: 2px;
	padding-right: 15px;
}
/*form label {
	font-weight: bold;
	font-size: 13px;
	color: #003f5f;
}*/
table.form div {
	padding-bottom: 3px;
}
.formHeader {
	font-weight: bold;
	font-size: 12px;
	color: #003f5f;
	padding-bottom: 3px;
}
.formGroupLabel {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #003f5f;
	padding-bottom: 0px;
	margin: 4px 0px 0px 0px;
	
}
form div.row {
	clear: both;
	padding-bottom: 0px;
}
div.row .float {
	padding-bottom: 2px;
	padding-right: 15px;
	float: left;
}
/**********************************************************************************
 * 2 column List Style
 **********************************************************************************/
div.floatColumn {
	float: left; width: 300px;
}
ul.largeList {
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.largeList a {
	color: #003f5f;
}
ul.largeList a:hover { color: #003f5f; }

div.floatColumnPaddingLeft {
	float: left; width: 275px;
	margin-bottom: 5px;
}
div.floatColumnPadding {
	float: left; width: 271px;
	margin-bottom: 5px;
}

/**********************************************************************************
 * Content Table Styles
 **********************************************************************************/
table.contentTable {
	width: 100%;
}
table.contentTable td {
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #cccccc solid;
}

/**********************************************************************************
 * Normal Table Styles
 **********************************************************************************/
table.normal {
	width: 100%;
}

table.listTable table.normal th {
	color: #003f5f;
	font-weight: bold;
	background-image: none;
	padding: 2px 7px 2px 7px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 0px;
}

table.listTable table.normal td {
	background-image: none;
	padding: 2px 7px 2px 7px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
}

table.normal td.small, table.normal span.small, table.normal div.small {
	font-size: 10px;
}

/**********************************************************************************
 * Highlighted Section Styles
 **********************************************************************************/
div.highlightedSection {
	background-color: #e2edf3;
	padding: 4px;
	color: #000000;
	font-size: 10px;
}
div.highlightedSection div.header {
	color: #003f5f;
	font-size: 11px;
	font-weight: bold;
}
/**********************************************************************************
 * MELD / PELD Calculator Table Styles
 **********************************************************************************/
table.meldTop {
	width: 100%;
	background-color: #f2f3ee;
	border: 1px #4f96b8 solid;
}
table.meldTop td { padding: 0px 5px 0px 5px; }

table.meldBottom {
	width: 100%;
	background-color: #4f96b8;
	border-bottom: 1px #4f96b8 solid;
	border-left: 1px #4f96b8 solid;
	border-right: 1px #4f96b8 solid;
}

/**********************************************************************************
 * Sidebar Table Styles
 **********************************************************************************/
table.infoTable {
	width: 100%;
	background-color: #f2f3ee;
	border-top: 1px #003f5f solid;
}
table.infoTable td {
	color: #003f5f;
	font-size: 10px;
	padding: 4px 2px 4px 4px;
}
table.infoTable div.hrule {
	background-image: url(/images/pixel_hrule.gif);
	height: 1px;
	overflow: hidden;
}
/**********************************************************************************
 * Calendar Table Styles
 **********************************************************************************/
table.calendarTable {
	width: 100%;
	background-color: #f2f3ee;
}
table.calendarTable td {
	color: #003f5f;
	font-size: 10px;
	padding: 4px 2px 4px 2px;
}


/**********************************************************************************
 * List Table Styles
 **********************************************************************************/
table.listTable {
	width: 100%;
}

table.listTable th {
	color: #003f5f;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/pixel_vrule_grey.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px #cccccc solid;
}
table.listTable td {
	font-size: 11px;
	background-image: url(/images/pixel_vrule_grey.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #cccccc solid;
}
table.listTable td.indent {
	color: #406F87;
	padding: 2px 7px 2px 20px;
}
table.listTable td.blank {
	background-image: none;
	border-bottom: 0px;
}
table.listTable td.header {
	background-image: none;
	padding-top: 15px;
}
table.listTable td.bold {
	color: #003f5f;
	font-weight: bold;
}
table.listTable tr.highlight1 {
	background-color: #f2f3ee;
}
table.listTable tr.highlight2 {
	background-color: #f2f3ee;
}
table.listTable tr.line1 {
	background-color: #f2f3ee;
}
table.listTable tr.line2 {
	background-color: #fcfcf7;
}
table.listTable tr.line3 {
	background-color: #ffffff;
}
table.listTable tr.highlight {
	background-color: #FAF8CC;
}
table.listTable td.buttons {
	background-image: none;
	padding: 2px 0px 2px 7px;
	border-bottom: 0px;
}
table.listTable div.hrule {
	background-image: url(/images/pixel_hrule.gif);
	height: 1px;
	overflow: hidden;
}
table.listTable td.small, table.listTable span.small, table.listTable div.small {
	font-size: 10px;
}
/**********************************************************************************
 * Job Market List Table Styles
 **********************************************************************************/
table.jmlistTable {
	width: 100%;
}

table.jmlistTable th {
	color: #003f5f;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/pixel_vrule_grey.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	vertical-align: bottom;
	border-bottom: 1px #cccccc solid;
}
table.jmlistTable td {
	font-size: 11px;
	background-image: url(/images/pixel_vrule_grey.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	vertical-align: top;
	border-bottom: 1px #cccccc solid;
}
table.jmlistTable td.jmHeader {
	background-color: #c3dbe8;
}
table.jmlistTable td.indent {
	color: #406F87;
	padding: 2px 7px 2px 20px;
}
table.jmlistTable td.blank {
	background-image: none;
	border-bottom: 0px;
}
table.jmlistTable td.header {
	background-image: none;
	padding-top: 15px;
}
table.jmlistTable td.borderless {
	border-bottom: 0px;
	background-image: none;
}
table.jmlistTable td.bottomLine {
	border-bottom: #4f96b8 1pt solid;
	background-image: none;
}
table.jmlistTable td.bold {
	color: #003f5f;
	font-weight: bold;
}
table.jmlistTable tr.highlight1 {
	background-color: #f2f3ee;
}
table.jmlistTable tr.highlight2 {
	background-color: #f2f3ee;
}
table.jmlistTable tr.line1 {
	background-color: #f2f3ee;
}
table.jmlistTable tr.line2 {
	background-color: #fcfcf7;
}
table.jmlistTable tr.line3 {
	background-color: #ffffff;
}
table.jmlistTable td.buttons {
	background-image: none;
	padding: 2px 0px 2px 7px;
	border-bottom: 0px;
}
table.jmlistTable div.hrule {
	background-image: url(/images/pixel_hrule.gif);
	height: 1px;
	overflow: hidden;
}
table.jmlistTable td.small, table.listTable span.small, table.listTable div.small {
	font-size: 10px;
}

/**********************************************************************************
 * Job Market Normal Table Styles
 **********************************************************************************/
table.jmnormalTable {
	width: 100%;
}

table.jmnormalTable th {
	color: #003f5f;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/pixel_vrule_grey.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	vertical-align: bottom;
	border-bottom: 1px #cccccc solid;
}
table.jmnormalTable td {
	font-size: 12px;
	/* background-image: url(/images/pixel_vrule_grey.gif); */
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	vertical-align: top;
	/* border-bottom: 1px #cccccc solid; */
}
table.jmnormalTable td.indent {
	color: #406F87;
	padding: 2px 7px 2px 20px;
}
table.jmnormalTable td.blank {
	background-image: none;
	border-bottom: 0px;
}
table.jmnormalTable td.header {
	background-image: none;
	padding-top: 15px;
}
table.jmnormalTable td.bottomLine {
	border-bottom: #4f96b8 1pt solid;
	background-image: none;
}
table.jmnormalTable td.bold {
	color: #003f5f;
	font-weight: bold;
}
table.jmnormalTable tr.highlight1 {
	background-color: #f2f3ee;
}
table.jmnormalTable tr.highlight2 {
	background-color: #f2f3ee;
}
table.jmnormalTable tr.line1 {
	background-color: #f2f3ee;
}
table.jmnormalTable tr.line2 {
	background-color: #fcfcf7;
}
table.jmnormalTable tr.line3 {
	background-color: #ffffff;
}
table.jmnormalTable td.buttons {
	background-image: none;
	padding: 2px 0px 2px 7px;
	border-bottom: 0px;
}
table.jmnormalTable div.hrule {
	background-image: url(/images/pixel_hrule.gif);
	height: 1px;
	overflow: hidden;
}
table.jmnormalTable td.small, table.listTable span.small, table.listTable div.small {
	font-size: 10px;
}

/**********************************************************************************
 * Data Report Styles
 **********************************************************************************/
table.dataReport {
	width: 100%;
}
table.dataReport th {
	color: #003f5f;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/images/pixel_vrule.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	text-align: right;
	vertical-align: bottom;
	border-bottom: 1px #4f96b8 solid;
}
table.dataReport td {
	font-size: 11px;
	background-image: url(/images/pixel_vrule.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	text-align: right;
	border-bottom: 1px #4f96b8 solid;
}
table.dataReport td.bold {
	color: #003f5f;
	font-weight: bold;
}
table.dataReport td.expander {
	background-image: url(/images/pixel_vrule.gif);
	background-repeat : repeat-y;
	background-position: bottom right;
	padding: 0px;
	text-align: right;
	border-bottom: 0px;
	background-color: #f2f3ee;
}
table.dataReport td.expand {
	background-color: #f2f3ee;
	text-align: center;
	width: 20px;
}
table.dataReport tr.normal td {
	background-image: none;
	padding: 0px;
	border-bottom: 0px;
	line-height: 1px;
}
table.dataReport td.normal {
	background-image: none;
	padding: 0px;
	border-bottom: 0px;
	line-height: 1px;
}
table.dataReport td.leftVertical {
	background-image: url(/images/pixel_vrule.gif);
	background-repeat : repeat-y;
	background-position: bottom left;
	padding: 0px;
	border-bottom: 0px;
	line-height: 1px;
}
table.dataReport td.buttons {
	background-image: none;
	padding: 2px 0px 2px 7px;
	border-bottom: 0px;
}
table.dataReport div.hrule {
	background-image: url(/images/pixel_hrule.gif);
	height: 1px;
	overflow: hidden;
}
table.expander td {
	background-image: none;
	text-align: left;
}
table.postReport td {
	padding-top: 10px;
	vertical-align: top;
}
.sectionRight {
	width: 99%;
	text-align: right;
	vertical-align: top;
}
table.dataSection {
	border-bottom: 1px #4f96b8 solid;
	margin-bottom: 3px;
}
table.dataSection td {
	padding-bottom: 2px;
	color: #003f5f;
	padding-right: 10px;
}
table.dataSection td.value {
	color: #000000;
}
table.dataSection th {
	text-align: left;
	font-weight: bold;
	color: #003f5f;
	padding-bottom: 2px;
	padding-right: 10px;
}
div.dataSectionFootnote {
	font-size: 10px;
	color: #003f5f;
}

/**********************************************************************************
 * Toolbar Styles
 **********************************************************************************/
table.toolbar div.item {
	position: absolute;
	width: 30px;
	height: 9px;
	background-color: #cccccc;
	line-height: 1px;
}
table.toolbar div.hover {
	margin-top: 9px;
	line-height: 1px;
}

/**********************************************************************************
 * Element Styles
 **********************************************************************************/
#home {
	width: 100%;
}
#home td {
	vertical-align: top;
}
#calendarSection {
	padding: 0px;
	color: #003f5f;
}
#home table.section {
	width: 100%;
	margin-bottom: 5px;
}
#unosDescription {
	position: absolute;
	top: 260px;
	left: 184px;
	width: 577px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4f96b8;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}
#transplantDescription {
	position: absolute;
	top: 260px;
	left: 184px;
	width: 577px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e68e1b;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}

/**********************************************************************************
 * Sitemap Styles
 **********************************************************************************/
table.sitemap {
	width: 100%;
}
table.sitemap td {
	vertical-align: top;
	padding: 2px 2px 10px 2px;
}
table.sitemap a {
	display: block;
}
table.sitemap a:hover {
	text-decoration: underline;
}
table.sitemap a.level1 {
	color: #003f5f;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
table.sitemap a.level2 {
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}
table.sitemap a.level3 {
	margin-left: 15px;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/**********************************************************************************
 * Content Styles
 **********************************************************************************/
.contentTitle {
	font-weight: bold;
	color: #003f5f;
	font-size: 120%;
}
.contentSectionHeader {
	font-weight: bold;
	color: #006699;
	font-size: 112%;
}
.contentHeader {
	font-weight: bold;
	color: #003f5f;
	font-size: 104%;
}
.disclaimer {
	font-size: 83%;
}
#contentControl {
	position: absolute;
	top: 142px;
	left: 570px;
	height: 14px;
	width: 79px;
}
#contentControl span {
	cursor: hand;
	color: #660000;
}
#contentControl a {
	text-decoration: none;
}
a.nochange {
	text-decoration: none;
	color: #003f5f;
}
a.nochange:hover { 
	color: #003f5f; 
}

div.printerFriendly { display: none; }
.optionlist {
	border: 1px solid #4f96b8;
	padding: 0px;
	margin: 4px 0px 12px 0px;
}
/**********************************************************************************
 * Printing Control
 **********************************************************************************/

@media print {

	#logo { display: none; }
	#siteLogo { display: none; }
	#header { display: none; }
	#headerLinks { display: none; }
	#navBar { display: none; }
	#menu { display: none; }
	#footer { display: none; }
	#contentArea { padding-left: 0px; }
	.noprint { display: none; }
	div.buttonGroup { display: none; }
	.dropDown { display: none; }
	.dropDownTop { display: none; }
	div.printerFriendly { display: block; }
	#contentControl { display: none; }
}
ul.othertext
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
ul.othertext li
{
    list-style-type: none;
    font-style: italic;
}