/* general tag styling */
.old-content body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #edebeb;
	font-family: Roboto;
	font-size: 14px;
	max-width: 1020px;
	margin: auto;
}

.old-content a {
	text-decoration: none;
	color: #008fff;
}
.old-content a:hover {
	text-decoration: underline;
}

.old-content img {
	border: 0;
}

.old-content .separator {
	background: #6f1abc;
	height: 7px;
	width: 100%;
	border: 0;
	float: left;
	margin: 10px 0;
}
.old-content .narrowSeparator {
	background: #00a5ff;
	height: 1px;
	width: 100%;
	border: 0;
	float: left;
	margin: 10px 0;
}

/* page structure styling */

.old-content .dmsResourcesLogoBig {
	background:url("../images/di_events_logo_big.png") no-repeat left center;
	width: 604px;
	height: 80px; 
	float: left;
}
.old-content .dmsResourcesLogoSmall {
	background:url("../images/di_events_logo_small.png") no-repeat left center;
	width: 320px;
	height: 80px; 
	float: left;
}
.old-content .dmsBannerMenus {
	height: 100%;
	width: 40%;
	float: right;
	padding: 2px 0px;
	text-align: right;
}

.old-content .dmsSiteLinks {
}
.old-content .dmsSiteLinks ul {
	margin: 2px 0px;
	list-style: none;
}
.old-content .dmsSiteLinks ul li {
	padding: 0 4% 0 4%;
	display: inline;
	border-right: 3px solid #1c95fe;
}
.old-content .dmsSiteLinks li:last-child {
	border-right: none;
}

.old-content .dmsProgramYear {
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
}

.old-content .dmsPage {
    width:100%;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #000000;
}
.old-content .dmsPageTitle {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
    height: 30px;
    background-color: #d9d9d9;
}
.old-content .dmsPageTitle p {
	padding: 0px 5px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.old-content .dmsPageContent {
	width: 100%;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	border: 1px;
	background-color: #fff;
}
.old-content .dmsPageContent h3 {
	font-size:18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.old-content .dmsPageContent h4 {
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.old-content .dmsFooter {
	width: 100%;
	color: #000;
	padding: 10px 0%;
}
.old-content .dmsFooter ul li {
	display: inline;
	list-style: none;
}
.old-content .dmsFooter ul li a {
	color: #008fff;
	text-decoration: none;
}
.old-content .dmsFooter ul li a:hover {
	text-decoration: underline;
}

/* message box styling */
.old-content .status_box {
	width: 99%;
	margin: 10px 0;
}
.old-content .error {
	background-color:#F99;
	border: 2px solid #ff0000;
}
.old-content .warning {
	background-color:#FF9;
	border: 2px solid #FF0;
}
.old-content .info {
	background-color: #CECECE;
	border: 2px solid #000;
}
.old-content .success {
	background-color: #EEE;
	border: 2px solid #000;
}
.old-content .status_box ul {
	font-size: 16px;
	color: #000;
	list-style: none;
	font-weight: bold;
}
.old-content .status_box li {
}
.old-content .status_box h6 {
	display: none !important;
}

/* general page styling */
.old-content .compact {
	font-size: 12px;
}
.old-content .verycompact {
	font-size: 10px;
}
.old-content .alertText {
	color:#F00;
}
.old-content .wrapper {
	float: left;
	width: 100%;
}

/*
.old-content .heading {
	width: 95%;
	padding: 0 0 0 5%;
	font-weight: bold;
	text-align: left;
	float: left;
} */

/* styling tables */
.old-content .tabular_row {
	width: 100%;
	float: left;
}
.old-content .tabular_column {
	float: left;
}
.old-content .tabular_heading {
	width: 100%;
	float: left;
	background-color: #DEDEDE;
	padding: 3px 0;
	border-bottom: 1px solid #0B0B0B;
}
.old-content .tabular_heading .tabular_column {
	float: left;
	background-color: #DEDEDE;
	font-weight: bold;
}
.old-content .tabular_heading_row {
	background-color: #CCCCCC;
	font-weight: bold;
}
.old-content .tabular_row_odd {
	background-color:#CCCCCC;
}
.old-content .tabular_row_even {
	background-color:#F8F8F8;
}
.old-content .tabular_row_alert {
	background-color:#F30;
}
.old-content .tabular_row_hilite {
	background-color:#3F0;
}

/* styling red tab menu */
.old-content .tabmenu {
	background:#FFF;
	padding: 10px;
}
.old-content .tabmenu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 1px;
	overflow: hidden;
	background-color: #FFF;
	border-bottom: 6px solid #cf0100; 
}
.old-content .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;
}
.old-content .tabmenu li a {
	display: block;
	color: black;
	text-align: center;
	padding: 1px 16px;
	text-decoration: none;
}
.old-content .tabmenu li.selected a {
	color:#FFF;
	background-color: #cf0100;
	border-radius: 7px 7px 0 0;
}
.old-content .tabmenu li a:hover:not(.active) {
	background-color: #ffcccc;
}

/* styling DMS buttons */
.old-content .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;
}
.old-content .dms_button a {
	color: white;
}
.old-content .dms_button a:hover {
	background-color: #e7e7e7;
	color: black
}
.old-content .dms_button:hover {
	background-color: #e7e7e7;
	color: black
}
.old-content .dms_fieldset {
	border:solid 1px #2196F3;
	background-color: #e6eeff;
	border-radius: 4px;
	margin-top: 10px;
}
.old-content .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*/
.old-content .wizard {
	width: 100%;
	padding: 0 1%;
	background-color: #e8e8e8;
	color: #000;
	float: left;
}

.old-content ul.wizardLinks {
	list-style: none;
	float: left;
	width: 100%;
	float: left;
}

.old-content .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;
}

.old-content .wizard ul li:hover {
	background: url(../images/wizard_BG.png) no-repeat right center #eee;
}

.old-content .wizard ul li a {
	color: #000;
}

.old-content .wizard ul li.wizardCurrent a {
	color: #fff;
}

.old-content .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;
}

.old-content .subWizardHolder {
	float: left;
	width: 98%;
	padding: 0 1%;
	position: relative;
	top: -20px;
	z-index: 500;
}

.old-content ul.subWizard {
	float: left;
	list-style: none;
	background-color: #e8e8e8;
	width: 90%;
}

.old-content li.subWizard {
	background: none !important;
	height: 12px !important;
	float: left;
}

.old-content .currentSubWizard {
	background: url(../images/subwizard_currentBG.png) no-repeat transparent left center !important;
	height: 12px !important;
	float: left;
}
.old-content 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;
}

.old-content ul.subWizard a {
	text-decoration: none;
	font-size: 10px;
}

.old-content ul.subWizard a:hover {
	text-decoration: underline;
}

.old-content li.subWizard a {
	color: #000 !important;
}

.old-content li.currentSubWizard a {
	color: #0D0D0D !important;
}