/* Import
//-------------------------------------------------------------------*/
@import url(../foundation.css);

/* Global
//-------------------------------------------------------------------*/
* { position:static;float:none; }
body { background:#fff;font-family:"Times New Roman", Times, serif;font-size:0.9em;color:#000; }
img { border:none; }
a:link, a:visited, a:hover, a:active { text-decoration:none;color:#000; }
strong { font-weight:bold; }
table { width:100%;empty-cells:show; }
table td { border:solid 1px #ccc; }

/* Media: Print
//-------------------------------------------------------------------*/
#jump { display:none; }

/* Regions
//-------------------------------------------------------------------*/
/* Dashboard */
#dashboard, #topnav, .search { display:none; }

/* Header */
#slogan h2 {
	margin-bottom:0.5em;
	background-color:#dfedf7;
	border-bottom:solid #000 2px;
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
}

#region-left, #region-right { display:none; }
#region-middle { position:static;float:none; }
#regioncontents { padding:0;margin:0; }

/* Section */
.sectionfooter { display:none; }
.section, .sectiontitle, .sectiondetail p, .sectionbody, .sectionfooter {
	position:static;float:none;padding:0;margin:0;
}

/* Table */
.frmcommon table { width:100%; }
.frmcommon table td { border-right:solid 1px #ccc;border-bottom:solid 1px #ccc; }

/* Footer */
#footer { display:none; }

/* Bottom Navigation */
.btmnav { margin-top:0.5em;background-color:#dfedf7;border-top:solid #000 2px; }
.btmnav br { display:none; }
.credit { text-align:center; }
.notice1 { display:none; }
.notice2 { font-size:0.8em;font-weight:normal;color:#000; }

/* Tabs */
#tabContainer > div {display:block !important;}
#tabs  {display:none;}
#links {display:none !important;}
.hideprint  {display:none !important;}