body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background: repeating-linear-gradient(
	  45deg,
	  #eee,
	  #eee 10px,
	  #ddd 10px,
	  #ddd 20px
	);  	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	max-width: 1020px;
	margin: auto;
}

a{
	text-decoration: none;
	color: #522381;
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0;
}

.nhdiResourcesLogoBig{
	background:url("../images/nh_di_logo_big.png") no-repeat left center;
	width: 604px;
	height: 80px; 
	float: left;
}
.nhdiResourcesLogoSmall{
	background:url("../images/nh_di_logo_small.png") no-repeat left center;
	width: 385px;
	height: 80px; 
	float: left;
}
.nhdiBannerMenus{
	height: 100%;
	width: 100%;
	float: right;
	padding: 2px 0px;
	text-align: right;
}
.nhdiSiteLinks{
}
.nhdiSiteLinks ul{
	margin: 2px 0px;
	list-style: none;
}
.nhdiSiteLinks ul li{
	padding: 0 4% 0 4%;
	display: inline;
	border-right: 3px solid #1c95fe;
}
.nhdiSiteLinks li:last-child{
	border-right: none;
}
.nhdiProgramYear{
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
}

.nhdiPage{
    width:100%;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}
.nhdiPageTitle{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
    height: 30px;
    background-color: #d9d9d9;
}
.nhdiPageTitle p{
	padding: 0px 5px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.nhdiPageContent{
	width: 100%;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	border: 1px;
	background-color: #fff;
}
.nhdiFooter{
	width: 100%;
	color: #000;
	padding: 10px 0%;
}
.nhdiFooter ul li{
	display: inline;
	list-style: none;
}
.nhdiFooterRight ul li a{
	color: #008fff;
	text-decoration: none;
}
.nhdiFooterRight ul li a:hover{
	text-decoration: underline;
}

.status_box {
	width: 99%;
	margin: 10px 0;
}

.error {
	background-color:#F99;
	border: 2px solid #ff0000;
}
.warning {
	background-color:#F2F5A9;
	border: 2px solid #FF0;
}
.info {
	background-color: #C6F5AD;
	border: 2px solid #216;
}
.success {
	background-color: #CED8F6;
	border: 2px solid #000;
}

.status_box ul{
	font-size: 16px;
	color: #000;
	list-style: none;
	font-weight: bold;
}

.status_box li {
}

.status_box h6{
	display: none !important;
}

.compact{
	font-size: 12px;
}
.verycompact{
	font-size: 10px;
}
.alertText{
	color:#F00;
}

.important {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	float: left;
}

.wrapper{
	float: left;
	width: 100%;
}

.heading {
	width: 95%;
	padding: 0 0 0 5%;
	font-weight: bold;
	text-align: left;
	float: left;
}

/*The Wizard Components*/
.wizard{
	width: 98%;
	padding: 0 1%;
	background-color: #e8e8e8;
	color: #000;
	float: left;
}

ul.wizardLinks {
	list-style: none;
	float: left;
	width: 100%;
	float: left;
}

.wizard ul li{
	list-style: none;
	float: left;
	border: 1px solid #6a6a6a;
	background: url(../images/wizard_BG.png) no-repeat left center #eee;
	color: #000;
	padding: 5px 10px;
	text-align: left;
}

.wizard ul li:hover{
	background: url(../images/wizard_BG.png) no-repeat right center #eee;
}

.wizard ul li a{
	color: #000;
}

.wizard ul li.wizardCurrent a{
	color: #fff;
}

.wizard ul li.wizardCurrent{
	list-style: none;
	float: left;
	border: 1px solid #6a6a6a;
	background: url(../images/wizard_currentBG.png) no-repeat left center #969696;
	color: #fff;
}

.subWizardHolder {
	float: left;
	width: 98%;
	padding: 0 1%;
	position: relative;
	top: -20px;
	z-index: 500;
}

ul.subWizard {
	float: left;
	list-style: none;
	background-color: #e8e8e8;
	width: 90%;
}

li.subWizard {
	background: none !important;
	height: 12px !important;
	float: left;
}

.currentSubWizard {
	background: url(../images/subwizard_currentBG.png) no-repeat transparent left center !important;
	height: 12px !important;
	float: left;
}
ul.subWizard li {
	float: left;
	padding: 0 2% 5px;
	border-top: 0px !important;
	border-bottom: 0px !important;
	border-left: #0D0D0D 1px solid;
	border-right: #0D0D0D 0px solid;
}

ul.subWizard a {
	text-decoration: none;
	font-size: 10px;
}

ul.subWizard a:hover {
	text-decoration: underline;
}

li.subWizard a {
	color: #000 !important;
}

li.currentSubWizard a {
	color: #0D0D0D !important;
}

.fullPage_info{
	width: 70%;
	padding: 0 15%;
}

.fullPage_info .userName{
	font-weight: bold;
	font-size: 18px;
}

.fullPage_form{
	width: 65%;
	padding: 0 20%;
}

.fullPage_form form{
	border-top: 1px solid #5e5e5e;
	padding-top: 10px;
}

.fullPage_form .buttons{
	text-align: center;
}

.tabular_row{
	width: 100%;
	float: left;
}

.tabular_column{
	float: left;
}

.tabular_heading{
	width: 100%;
	float: left;
	background-color: #DEDEDE;
	padding: 3px 0;
	border-bottom: 1px solid #0B0B0B;
}

.tabular_heading .tabular_column{
	float: left;
	background-color: #DEDEDE;
	font-weight: bold;
}
.tabular_heading_row{
	background-color: #AAAAAA;
	font-weight: bold;
}
.tabular_row_odd{
	background-color:#CCCCCC;
}
.tabular_row_even{
	background-color:#FFFFFF;
}
.tabular_row_alert{
	background-color:#F30;
}
.tabular_row_hilite{
	background-color:#3F0;
}

.buttonLink a {
  border: 4px outset;
  padding: 4px;
  text-decoration: none;
  border-color: #666;
  background-color: #CCC;
  font-size: large;
}
.tabmenu {
  background:#FFF;
  padding: 10px;
}
.tabmenu ul {
  list-style-type: none;
  margin: 0;
  padding-left: 1px;
  overflow: hidden;
  background-color: #FFF;
  border-bottom: 6px solid #cf0100; 
}
.tabmenu li {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  border:solid 1px #d7d7d7;
  border-width: 1px 1px 0 1px;
  border-radius: 7px 7px 0 0;
  background-color: #f0f0f5;
}
.tabmenu li a {
  display: block;
  color: black;
  text-align: center;
  padding: 1px 16px;
  text-decoration: none;
}
.tabmenu li.selected a {
  color:#FFF;
  background-color: #cf0100;
  border-radius: 7px 7px 0 0;
}
.tabmenu li a:hover:not(.active) {
  background-color: #ffcccc;
}
/* styling NH-DI buttons */
.nhdi_button {
  background-color: #009900;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.nhdi_button a {
  color: white;
}
.nhdi_button a:hover {
  background-color: #e7e7e7;
  color: black
}
.nhdi_button:hover {
  background-color: #e7e7e7;
  color: black
}
.nhdi_fieldset{
  border:solid 1px #009900;
  background-color: #CCFFCC;
  border-radius: 4px;
  margin-top: 10px;
}
.nhdi_fieldset legend{
  border:solid 1px #009900;
  border-width: 1px 1px 0 1px;
  border-radius: 7px 7px 0 0;
  background-color:white;
  padding-left: 10px;
  padding-right: 10px;
}