/**********************************************************************************
 * Tag Styles
 **********************************************************************************/
html, body {
	background: #ffffff;
	color: #555555;
	margin: 0px;
	font: 12px arial, helvetica, sans-serif;
}
table,tr,td { 
	font: 12px arial, helvetica, sans-serif;
	vertical-align: top;
}
.leftspace {margin: 3px 4px 3px 4px; float:left; }
#leftCol {
	background-color:#ffffff;
	background-image: url(../images/reg_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.leftCol {
	background-color:#ffffff;
	background-image: url(../images/reg_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#form1 {padding: 3px 6px 3px 6px; }
input.btn {color: #2a7498; background-color: #EBF1F6; border: 1px outset #00008B; padding: 2px 4px 2px 4px; }
input, select, textarea
{
	font: 12px arial, helvetica, sans-serif;
	color: #003366;
	border: 1px #7f9db9 solid;
	background-color: #EBF1F6;
}

input.checkbox {
	background-color: #EBF1F6; 
	border-width: 0px;
}
input.radio {
	background-color: #EBF1F6; 
	border-width: 0px;
}



img { border: 0px; }
form { display: inline; }
a { color: #2a7498; text-decoration: none; }
a:hover { color: #86c2de; text-decoration: underline; }
ul { margin-bottom:15px; }
ul li { 
	font-size: 90%;
	list-style-image: url(/images/bullet_square.gif);
	color: #555555; 
	padding: 0px 0px 4px 0px; 
	margin: 0px 0px 0px 0px;
}
ol li { 
	font-size: 90%;
	color: #555555; 
	padding: 0px 0px 4px 0px; 
	margin: 0px 0px 0px 0px;
}
p { margin: 0px 0px 15px 0px; }
img { border: 0px; }
strong { font-weight: bold; }
em { color: #084c8d; }
hr {
    height:1px;
    width:100%;
    color: #d3e5ed;
    margin: 0px 0px 0px 0px;  
}
.centerit {
	background-color: #8DB4C8;
	height: 1px;
	width: 150px;
	padding-left: 15px;
}
sup {font-size:83%;}
h1 {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2a7498;
	margin-bottom: 10px;
	border-bottom: 1px solid #d3e5ed;
	font-weight: normal;
}
h2 {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;  
	/* color: #666699; */
	color: #86c2de;
	padding-left: 20px;
	margin: -8px 0px 12px 0px;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #084c8d;
	margin-bottom: 5px;
}
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* color: #333333; */
	color: #555555;
	margin-bottom: 5px;
}

#header {
	background-color: #4f96b8;
	height: 44px;
	width: 100%;
}

#navBar {
	width: 100%;
	/*background-color: #4f96b8;*/
	height: 30px;
	/*line-height: 1px;*/
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat;
}
/* these added when i converted the navbar to full text generation and removed images */
div.navbar {
	height:34px;
	display:inline;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

a.navbar {
	/*background-color: #ffffff;*/
	/*background-color:#c0c0c0;*/
	text-decoration:none;
	color:#000000;
}
a.navbarhover {
	background-color:#003f5f;
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}

.whiteBar {
	width: 100%;
	background-color: #ffffff;
	height: 1px;
}

.blueBar {
	width: 100%;
	background-color: #d3e5ed;
	height: 20px;
}

#menu {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#banner {
	/*margin-bottom: 15px;*/
	line-height: 1px;
	background-repeat : repeat-x;
	height: 79px;
	overflow: hidden;
}

#footer {
	background-color: #d3e5ed;
	/*
	border-top: 1px #4f96b8 solid;
	border-bottom: 1px #4f96b8 solid;
	*/
}

#footer td {
	font-family: arial;
	font-size: 10px;
	color: #084c8d;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

#footer a {
	text-decoration: none;
	color: #084c8d;
}

#footer a:hover {
	text-decoration: underline;
}

#siteNews {
	width: 372px;
	padding-bottom:5px;
}
#siteNews td {
	font-size:11px;
}

#newsTable {
	width: 100%;
}

#articleDate {
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
}
	
/**********************************************************************************
 * sidebars
 **********************************************************************************/
table.sidebar {
 	border:0px;
	width: 150px;
}
table.sidebar th {
	height:30px;
	background-position: center;
	background-repeat: no-repeat;
 	border-bottom: 1px #ffffff solid;
	background-color: #4f96b8;
	color: #ffffff;
	vertical-align:middle;
}
td.sidebarContent {
 	background-color: #f0f0f0;
 	border: 0px;
	padding: 5px 5px 5px 5px;
	font-family: arial;
	font-size: 10px;
	color: #555555;
}
td.sidebarFooter {
	height:12px;
 	border: 0px;
	font-family: arial;
	font-size: 11px;
	color: #084c8d;
	background-image: url(../images/sidebar_footer.gif);
 }
table.sidebar ul {
	margin-bottom:0px;
}
li.sidebar {
	font-size: 10px;
	list-style-image: url(../images/bullet_square.gif);
	color: #555555; 
	padding: 0px 0px 4px 0px; 
	margin: 0px 0px 0px -20px;		
}
p.sidebar { 
	margin-bottom:-10px;		
}

/**********************************************************************************
 * Sidebar Styles
 **********************************************************************************/
#sidebarcontainer, #sidebarcontainer2, #sidebarcontainer3 {width: 148px; background-color:#ebf1f6; margin: 50px 0px 0px 0px; }
	#sidebarheader, #sidebarheader2, #sidebarheader3, #sidebarheader4 {width: 148px; height: 53px; }
	#sidebarheader5 {width: 148px; height: 52px; }
	#sidebartext, #sidebartext2, #sidebartext3, #sidebartext4 {
	width: 136px;
	font-size: 10px;
	line-height: 12px;
	padding: 1px 7px 8px 8px;
	margin: 0px 5px 0px 0px;
	background-color:#ebf1f6;
	text-decoration: none;
} 
	#sidebartext5 {
	width: 146px;
	font-size: 10px;
	line-height: 12px;
	background-color:#ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #34942F;
} 
		#sidebartext, #sidebartext2, #sidebartext3, #sidebartext4, #sidebartext5 a {color: #2A7397; font-weight: bold; text-decoration: none; line-height: 12px;  font-size: 10px;}
		#sidebartext, #sidebartext2, #sidebartext3, #sidebartext4, #sidebartext5 a:hover {color: #3187B1; font-weight: bold; text-decoration: underline; line-height: 12px;  font-size: 10px;}
		#sidebartext, #sidebartext2, #sidebartext3, #sidebartext4 p {margin: 7px 0 0 0; text-decoration: none;
}
		#sidebartext, #sidebartext2, #sidebartext3, #sidebartext4, #sidebartext5 ul {margin-bottom:0px; padding: 0px 0px 4px 0px;  margin: 2px 0px 0px 10px; }
		#sidebartext #sidebartext2, #sidebartext3, #sidebartext4, #sidebartext5 li {list-style-image: url(/images/bullet_square.gif); font-size: 10px; color: #555555; padding: 0px 0px 4px 0px;  margin: 2px 0px 0px 10px; }
		
#sidebarcontainer4 {width: 148px; background-color:#ebf1f6; margin: 10px 0px 0px 0px; }

#sidebarcontainer5 {
	width: 148px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/**********************************************************************************
 * Menu Styles
 **********************************************************************************/

a.menuLevel1 {
	font-weight: bold;
	font-size: 11px;
	color: #2a7498;
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
a.menuLevel1:hover { color: #86c2de; }

a.menuLevel2 {
	font-size: 11px;
	color: #555555;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 1px 3px 1px 30px;
	/*border-top: 1px #d9d9b3 solid;
	border-bottom: 1px #d9d9b3 solid;*/
}
a.menuLevel2:hover { color: #86c2de; }

a.menuLevel3 {
	font-size: 10px;
	color: #555555;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px 3px 1px 45px;
	/*border-top: 1px #d9d9b3 solid;
	border-bottom: 1px #d9d9b3 solid;*/
}
a.menuLevel3:hover { color: #86c2de; }

a.menuLevel1Selected {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;

	display: block;
	background-color: #2a7498;
	height: 12px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}
a.menuLevel1Selected:hover {
	color: #adcad7;
	text-decoration: none;
}

a.menuLevel2Selected {
	font-size: 11px;
	/*color: #86c2de;*/
	color: #FFFFFF;
	background-color: #2a7498;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 1px 3px 1px 30px;
	/*border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;*/
}
a.menuLevel2Selected:hover { color: #adcad7; }

a.menuLevel3Selected {
	font-size: 10px;
	color: #86c2de;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px 3px 1px 45px;
	/*border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;*/
}
a.menuLevel3Selected:hover { color: #adcad7; }

/**********************************************************************************
 * My TX Living Menu Styles
 **********************************************************************************/
a.reg_menuLevel1 {
	font-weight: bold;
	font-size: 11px;
	color: #4b9229;
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 11px;
}
a.reg_menuLevel1:hover { color: #86c2de; }

a.reg_menuLevel2 {
	font-size: 11px;
	color: #555555;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 18px;	/*border-top: 1px #d9d9b3 solid;
	border-bottom: 1px #d9d9b3 solid;*/
}
a.reg_menuLevel2:hover { color: #86c2de; }

a.reg_menuLevel1Selected {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	background-color: #2a7498;
	height: 12px;
	width: 100%;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
a.reg_menuLevel1Selected:hover {
	color: #adcad7;
	text-decoration: none;
}

a.reg_menuLevel2Selected {
	font-size: 11px;
	color: #86c2de;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 1px 3px 1px 30px;
	/*border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;*/
}
a.reg_menuLevel2Selected:hover { color: #adcad7; }

a.reg_menuLevel3Selected {
	font-size: 10px;
	color: #86c2de;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px 3px 1px 45px;
	/*border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;*/
}
a.reg_menuLevel3Selected:hover { color: #adcad7; }

#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#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: #f1f6fc;
	margin: 0px;
	padding: 0px;
}

table.dropDown td {
	font-size: 11px;
	cursor: pointer;
	color: #2b7599;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b7599;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2b7599;
	border-left-color: #2b7599;
}

table.dropDown td.hover {
	background-color: #2b7599;
	cursor:hand;
	color: #FFFFFF;
}

table.dropDown td.hasSub {
	font-size: 11px;
	border: 0px;
	padding: 1px 20px 1px 5px;
	cursor: pointer;
	color: #2a7498;
	background-color:#adcad7;
	background-image: url(../images/nav_arrow_cc6600.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cc6600;
}

table.dropDown td.hoverSub {
	background-color: #cc6600;
	color: #ffffff;
	cursor:hand;
	background-image: url(../images/nav_arrow_ffffff.gif);
	background-position: right center;
	background-repeat: no-repeat;	
}

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;
}*/

/**********************************************************************************
 * Support Groups by State Styles
 **********************************************************************************/
table.stateID {
	width: 100%;
}

table.stateID th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #003f5f;
	padding: 2px 0px 2px 0px;
}

table.stateID td {
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

/**********************************************************************************
 * 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: bold;
}
.body {
	font-size: 12px;
}
.small {
	color: #555555;
	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;
}
.error {
	color: #990000;
}

/**********************************************************************************
 * Definition Section Styles
 **********************************************************************************/
div.definitionSection {
	background-color: #ecf7fc;
	padding: 4px;
	color: #000000;
}
div.definitionSection .header {
	color: #006699;
	font-weight: bold;
}

/**********************************************************************************
 * 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;
}
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;
}

/**********************************************************************************
 * News Table Styles
 **********************************************************************************/
table.newsTable {
	width:100%;
}
table.newsTable td {
	vertical-align:top;
}
table.newsTable td.date {
	font-size:11px;
	font-weight:bold;
	color:#003f5f;
	padding:0px 20px 0px 8px;
}
table.newsTable td.headline {
	font-size:11px;
	font-weight:bold;
	color:#003f5f;
}
table.newsTable td.body {
	color:#000;
	font-size:11px;
	padding-bottom:10px;
}
table.newsTable td.fullArticle {
	text-align:right;
	padding-right:10px;
}
table.newsTable td.fullArticle .actionButton {
	color:#000;
	font-size:11px;
	margin-right:0px;
	padding-right:3px;
	cursor:pointer;
}
/**********************************************************************************
 * List Table Styles
 **********************************************************************************/
table.listTable {
	width: 100%;
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
}
table.listTable th {
	/*color: #084c8d;*/
	color: #084c8d;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/header_tile.gif);
	background-position: bottom right;
	padding: 2px 7px 2px 7px;
	text-align: left;
	vertical-align: bottom;

	background-color:#ecf7fc;
	border-bottom: 1px #dddddd solid;
}
table.listTable th.norule {
	color: #084c8d;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/pixel_vrule_clear.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;*/
	border-right: 1px #dddddd solid;
	padding: 2px 7px 2px 7px;
	text-align: left;
	vertical-align: top;
	
}
table.listTable td.norule {
	font-size: 11px;
	background-image: url(../images/pixel_vrule_clear.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.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: #ffffff;
}
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;
}

/**********************************************************************************
 * 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;
}

/**********************************************************************************
 * .NET user forms
 **********************************************************************************/
table.webForm {
	border: 0px;
}

table.webForm td {
	padding-right:10px;	
	padding-bottom:10px;
}	

span input {
	border-width:0px;	
	background-color: transparent;	
}	

#chkListEventFor input {
	border-width:0px;	
	background-color: transparent;	
}	


/**********************************************************************************
 * 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: #86c2de;
	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: #2a7498;
	font-size: 120%;
}
.contentSectionHeader {
	font-weight: bold;
	color: #006699;
	font-size: 112%;
}
.contentHeader {
	font-weight: bold;
	color: #084c8d;
	font-size: 104%;
}
.disclaimer {
	font-size: 83%;
}
#contentControl 
{
	/*
	position: absolute;
	top: 142px;
	left: 570px;
	*/
	height: 14px;
	width: 79px;
}
#contentControl span {
	cursor: pointer;
	color: #660000;
}
#contentControl a {
	text-decoration: none;
}
a.nochange {
	text-decoration: none;
	color: #003f5f;
}
a.nochange:hover { 
	color: #003f5f; 
}

div.printerFriendly { display: none; }

/**********************************************************************************
 * section styles
 **********************************************************************************/

.genericSectionHeader {
	border-bottom:1px #003f3f solid; 
	padding:0px 0px 3px 3px;
	margin-bottom:4px;
	font-weight:bold;
	font-size:11px;
	color:#003f3f;
}

div.quickLinkDropdown {
	display:none;/**/
	z-index:100;
	background-color:#fff;
	position:absolute;
	width:181px;
	border:1px solid #003f3f;
	right:7px;
	top:86px;
	padding:6px;
}

a.quicklink {
	display:block;/**/
	font-size:11px;
	line-height:12px;
	color:#003f3f;
	padding:0px 0px 0px 18px;
	margin:0px 0px 3px 0px;
	background-image: url(../images/icon_arrowLink.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
}
.quicklinkLabel {
	font-size:11px;
	line-height:12px;
	color:#003f3f;
	padding-right:2px;
	cursor:pointer;
}
#loginID {
	background-color:#003f5f;
	padding:3px 5px 4px 5px;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}
#loginID .bold {
	font-weight:bold;
}

#personalSection {
	border-left:1px solid #ffffff;
	width:180px;
	background-color:#eaeff5;
}

#personalSection a.quicklink {
	display:block;
	font-size:11px;
	line-height:12px;
	color:#6096a0;
	padding:2px 0px 3px 18px;
	margin:0px 0px 3px 0px;
	background-image: url(../images/icon_arrowLink.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	border-bottom:1px solid #ffffff;
}

#oContact {
	font-size:10px;
	postion:relative;
	left:0px;
	margin-top:20px;
	width:180px;
}
#oContact span.headline {
	font-size:11px;
	font-weight:bold;
	color:#003f5f;
}
#oContact label {
	font-size:11px;
	color:#000000;
	margin-left:4px;
}
#oContact input {
	border:1px #848484 solid;
	width:150px;
	margin-left:4px;
}
#oContactResult {
	display:none;
	margin-top:4px;
	padding:3px;
	background-color:#f1f1f1;
}
#oContactResult .oContactResult_name {
	font-size:10px;
	font-family:verdana;
	font-weight:normal;
}
#oContactResult .oContactResult_name a {
	color:#003f5f;
}
#oContactResult .oContactResult_phone {
	font-size:11px;
	font-family:monospace,lucida console;
	margin-left:10px;
	color:#000000;
}
.oContactResult__noResult {
	font-size:11px;
}


/*-------  xGRID STYLES  -------*/

.xGrid { /* this is in the top-level table tag - in theory */
	
}
/* mainXGrid and mainXGridHover are xGrid table rows */
tr.mainXGrid {			 
	padding:3px 0px 3px 0px;
}
.mainXGridHover {
	padding:6px 0px 6px 0px;
	background-color:#e9e9e9;
}
.mainXGridError {			 
	font-weight:normal;
	font-size:10px;	
	color:#cc0000;
}
.mainXGridHead {
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#093A80;
}
.mainXGridToolbar {
	font-size:10px;
	padding:0px 5px 0px 0px;
}
*.xGridButtons {
	height:12px;
	width:23px;
	border-width:0px;
	background-color:#d7cde2;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position-x:0px;
	background-position-y:0px;
	
}
.mainDivider {
	background-color:#cccccc;
	color:#cccccc;
}

/* this is for browsers with more advanced css capabilities (not internet explorer 6 or less) */
table[xGrid] {
	
}
table[xGrid] div.mainDivider {
	height:1px;
}
table[xGrid] tr.mainXGrid td {
	padding:3px 0px 3px 0px;
}
tr.mainXGridToolbar td {
	vertical-align:middle;
}
tr.mainXGridToolbar td input[type="image"] {
	padding:1px 3px 0px 3px;
	border-width:0px;
	
}

#mytx{
	background:url(../images/reg_2_header.gif);
	height: 22px;
	width: 193px;
}

.linkGroup {
	text-align:right;
}
.linkGroup a {
	font-size:11px;
	font-weight:bold;
	color:#003f5f;
	cursor:pointer;
	margin-left:6px;
}
.linkGroup img {
	margin-right:3px;
}

 /**********************************************************************************
 * Printing Control
 **********************************************************************************/

@media print {

	#logo { display: none; }
	#siteLogo { display: none; }
	#pageHeader { display: none; }
	#middleCol {
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
	#rightCol { display: none; }
	#leftCol { 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; }
	.linkGroup { display:none; }
	#intranetUnosLogo { display:none; }
	#intranetLogo { display:none; }
	#quicklinkContainer { display:none; }
}

