/* general tag styling */
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #edebeb;
	font-family: Roboto;
	font-size: 14px;
	max-width: 1020px;
	margin: auto;
}

a{
	text-decoration: none;
	color: #008fff;
}
a:hover{
	text-decoration: underline;
}

img {
	border: 0;
}

.separator{
	background: #6f1abc;
	height: 7px;
	width: 100%;
	border: 0;
	float: left;
	margin: 10px 0;
}
.narrowSeparator{
	background: #00a5ff;
	height: 1px;
	width: 100%;
	border: 0;
	float: left;
	margin: 10px 0;
}

/* page structure styling */

.dmsResourcesLogoBig{
	background:url("../images/di_events_logo_big.png") no-repeat left center;
	width: 604px;
	height: 80px; 
	float: left;
}
.dmsResourcesLogoSmall{
	background:url("../images/di_events_logo_small.png") no-repeat left center;
	width: 320px;
	height: 80px; 
	float: left;
}
.dmsBannerMenus{
	height: 100%;
	width: 40%;
	float: right;
	padding: 2px 0px;
	text-align: right;
}

.dmsSiteLinks{
}
.dmsSiteLinks ul{
	margin: 2px 0px;
	list-style: none;
}
.dmsSiteLinks ul li{
	padding: 0 4% 0 4%;
	display: inline;
	border-right: 3px solid #1c95fe;
}
.dmsSiteLinks li:last-child{
	border-right: none;
}

.dmsProgramYear{
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
}

.dmsPage{
    width:100%;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}
.dmsPageTitle{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
    height: 30px;
    background-color: #d9d9d9;
}
.dmsPageTitle p{
	padding: 0px 5px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.dmsPageContent{
	width: 100%;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	border: 1px;
	background-color: #fff;
}
.dmsPageContent h3{
	font-size:18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.dmsPageContent h4{
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.dmsFooter{
	width: 100%;
	color: #000;
	padding: 10px 0%;
}
.dmsFooter ul li{
	display: inline;
	list-style: none;
}
.dmsFooter ul li a{
	color: #008fff;
	text-decoration: none;
}
.dmsFooter ul li a:hover{
	text-decoration: underline;
}

/* message box styling */
.status_box {
	width: 99%;
	margin: 10px 0;
}
.error {
	background-color:#F99;
	border: 2px solid #ff0000;
}
.warning {
	background-color:#FF9;
	border: 2px solid #FF0;
}
.info {
	background-color: #CECECE;
	border: 2px solid #000;
}
.success {
	background-color: #EEE;
	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;
}

/* general page styling */
.compact{
	font-size: 12px;
}
.verycompact{
	font-size: 10px;
}
.alertText{
	color:#F00;
}
.wrapper{
	float: left;
	width: 100%;
}

/*
.heading {
	width: 95%;
	padding: 0 0 0 5%;
	font-weight: bold;
	text-align: left;
	float: left;
} */

/* styling tables */
.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: #CCCCCC;
	font-weight: bold;
}
.tabular_row_odd{
	background-color:#CCCCCC;
}
.tabular_row_even{
	background-color:#F8F8F8;
}
.tabular_row_alert{
	background-color:#F30;
}
.tabular_row_hilite{
	background-color:#3F0;
}

/* styling red tab menu */
.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 DMS buttons */
.dms_button {
  background-color: #2196F3;
  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;
}
.dms_button a {
  color: white;
}
.dms_button a:hover {
  background-color: #e7e7e7;
  color: black
}
.dms_button:hover {
  background-color: #e7e7e7;
  color: black
}
.dms_fieldset{
  border:solid 1px #2196F3;
  background-color: #e6eeff;
  border-radius: 4px;
  margin-top: 10px;
}
.dms_fieldset legend{
  border:solid 1px #2196F3;
  border-width: 1px 1px 0 1px;
  border-radius: 7px 7px 0 0;
  background-color:white;
  padding-left: 10px;
  padding-right: 10px;
}
/*The Wizard Components*/
.wizard{
	width: 100%;
	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;
}
