body{
	width: 100%;
	height: 100%;
	margin: 0px;
	/*background-image:url("../images/background_pattern_image.jpg");*/
	background-color: #edebeb;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Roboto;
	font-size: 14px;
}

html{
	width: 100%;
	height: 100%;
}

a{
	text-decoration: none;
	color: #008fff;
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0;
}

.dmsShop{
	width: 1000px;
	margin: 0px auto;
	height: 100%;
}

.dmsShopContent{
	width: 100%;
	float: left;
	border: 0;
	height: 100%;
}

.dmsShopContent p {
	line-height: 14pt;
}

.dmsShopCart {
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
}

.dmsItemDesc {
	/*font-family: Ubuntu, Helvetica;*/
	font-family: Roboto;
	font-size: 15px;
	font-weight:normal;
}

.dmsItemName{
	/*font-family: Oswald, Helvetica;*/
	font-family: Roboto;
	font-weight: bold;
	font-size: 19px;
}
.dmsItemMore {
	color: #008fff;
}

.dmsItemLogin{
	/*font-family: Ubuntu, Helvetica;*/
	font-family: Roboto;
}

.dmsItemPrice {
	/*font-family: Ubuntu, Helvetica;*/
	font-family: Roboto;
	font-weight:bold;
	font-size:20px;
	color: #ff6600;
}

.no-display{
	display: none;
}
.dmsBanner{
	width: 100%;
	float: left;
	padding: 5px 0;
	float: left;
}

.dmsBannerGraphics{
	height: 100%;
	width: 38%;
	float: left;
	padding: 0px;
}
.dmsBannerGraphics a{
	color: #000;
}

.dmsShopLogo{
	background:url("../images/di_shop_logo_new.png") no-repeat left center;
	width: 604px;
	height: 80px; 
	float: left;
}
.dmsBannerMenus{
	height: 100%;
	width: 40%;
	float: right;
	padding: 2px 0px;
	text-align: right;
}
.dmsSiteLinks{
	text-align: right;
	width: 98%;
	float: right;
}
.dmsSiteLinks ul{
	float: right;
	margin: 2px 0px;
	list-style: none;
	width: 100%;
}
.dmsSiteLinks ul li{
	float: right;
	padding: 0 4% 0 4%;
	border-right: 3px solid #ff6600;
}
.dmsSiteLinks li:first-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;
    margin-top: 10px;
    /*-moz-box-shadow: 0px 3px 15px #888888;
    -webkit-box-shadow: 0px 15px 3px #888888;
    box-shadow: 0px 3px 15px #888888;*/
}
.dmsPageTitle{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
    height: 30px;
    background-color: #d9d9d9;
}
.dmsPageTitle p{
	padding: 5px 2%;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.dmsPageContent{
	width: 90%;
	padding: 30px 5% 30px;
	border: 1px;
	background-color: #fff;
    /*-moz-box-shadow: 0px 3px 15px #888888;
    -webkit-box-shadow: 0px 15px 3px #888888;
    box-shadow: 0px 3px 15px #888888;*/
}
.dmsCartContent{
	width: 90%;
	padding: 30px 5% 30px;
	border: 1px;
	/*background-color: #fff;
    -moz-box-shadow: 0px 3px 15px #888888;
    -webkit-box-shadow: 0px 15px 3px #888888;
    box-shadow: 0px 3px 15px #888888;*/
}
.dmsFooter{
	width: 100%;
	float: left;
	color: #000;
	padding: 10px 0%;
	float: left;
}
.dmsFooterLeft{
	float: left;
	width: 40%;
	text-align: left;
}
.dmsFooterLeft p{
	padding: 0;
	color:#999;
	font-size: 11px;
}
.dmsFooterIcon{
	float: left;
	padding: 0 0 0 2%;
}
.dmsFooterRight{
	float: right;
	width: 30%;
	padding: 0;
	text-align: right;
}
.dmsFooterRight ul{
	float: right;
	width: 100%;
	padding: 0;
	text-align: right;
}
.dmsFooterRight ul li{
	float: right;
	list-style: none;
	padding: 0 2%;
}
.dmsFooterRight ul li a{
	color: #008fff;
	text-decoration: none;
}
.dmsFooterRight ul li a:hover{
	text-decoration: underline;
}

.status_box {
	width: 99%;
	float: left;
	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;
}

#noBorder{
	border: 0px !important;
	float: left;
}
.compact{
	font-size: 12px;
}
.verycompact{
	font-size: 10px;
}
.alertText{
	color:#F00;
}

.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;
}

.important {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	float: left;
}

.wrapper{
	float: left;
	width: 100%;
}

.label {
	width: 28%;
	padding: 2px 2% 0 0;
	font-weight: bold;
	text-align: right;
	float: left;
}

.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: #CCCCCC;
	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;
}

.reportRow{
	float: left;
	width: 100%;
	min-height: 200px;
	padding: 10px 0;
}

.reportColumn{
	float: left;
	width: 45%;
	padding: 5px 2%;
	min-height: 200px;
	height: 100%;
}

.reportContent{
	height: 100%;
	width: 90%;
	padding: 2px 5%;
	float: left;
}

.reportContent a{
	width: 100%;
	float: left;
}

.buttonLink a {
  border: 4px outset;
  padding: 4px;
  text-decoration: none;
  border-color: #666;
  background-color: #CCC;
  font-size: large;
}
/* 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: red;
  color: black
}
.dms_button:hover {
  background-color: red;
  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;
}
.dms_hr{
	background: #2196F3;
	height: 4px;
	width: 100%;
	border: 0;
	float: left;
	margin: 10px 0;
}
