.CSS_Table {
	margin:0px;padding:0px;
	width:184px;
	border:0px solid #78002d;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}
}.CSS_Table table{
	width:184px;
	height:10px;
	margin:0px;padding:0px;
}.CSS_Table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}.CSS_Table table tr:first-child td:first-child {
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}.CSS_Table table tr:first-child td:last-child {
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
}.CSS_Table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

}.CSS_Table tr:first-child td{
	background:-o-linear-gradient(bottom, #fff 5%, #78002d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #78002d), color-stop(1, #78002d) );
	background:-moz-linear-gradient( center top, #78002d 5%, #78002d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff", endColorstr="#78002d");	background: -o-linear-gradient(top,#78002d,#78002d);
	background-color:#78002d;
	border:0px solid #78002d;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:18px;
	font-family:Comic Sans MS;
	font-weight:bold;
	color:#ffffff;

}.CSS_Table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}.CSS_Table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}.CSS_Table td{
	background:-o-linear-gradient(bottom, #fff 5%, #78002d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #78002d) ); 
	background:-moz-linear-gradient( center top, #fff 5%, #78002d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#78002d");	background: -o-linear-gradient(top,#fff,82c0ff);
	background-color:#78002d;
	border:0px solid #78002d;
	border-width:0px 0px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}.CSS_Table tr:last-child td{
	border-width:0px 0px 1px 0px;
}.CSS_Table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSS_Table tr:last-child td:last-child{
	border-width:0px 0px 1px 0px;
}

/* Vertical navigation */
nav.vertical {
	background-color: #480000;
	margin:1px;padding:0px;
	width:100%;
	/*box-shadow: 5px 5px 5px #78002d; */
	border:0px solid #480000;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
	text-align: center;
	color:#000000;
}

  nav.vertical > ul {
    	margin: 0;
	padding: 0;
	outline: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

    nav.vertical > ul > li {
      display: block;
    }
	
	nav.vertical > ul > li > a {
	border-top: 1px solid #480000; 
	background-color: #480000;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #b7954b) );
	background-image: -moz-linear-gradient( center top, #fff 5%, #b7954b 100% );
	background-image: -o-linear-gradient(bottom, #fff 5%, #b7954b 100%);
	background-image: linear-gradient(200deg, rgb(255, 200, 117), rgb(138, 159, 215))
	box-shadow inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
	color: #3E0000;
	display: block;
	font-size: .75rem;
	font-weight:bold;
	height: 30px;
	letter-spacing: .01rem;
	line-height: 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-transform: uppercase;
	text-decoration: none;
	transition: all .1s ease;
	text-decoration: none;
}

	nav.vertical > ul > li > a:hover {
		color: #fff;
		background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #48000) );
		background-image: -moz-linear-gradient( center top, #fff 5%, #48000 100% );
		background-image: -o-linear-gradient(15deg, rgb(115, 21, 21), rgb(115, 0, 45));
		background-image: linear-gradient(15deg, rgb(115, 21, 21), rgb(115, 0, 45)); 
		cursor: pointer; 
	}

/* End Vertical navigation */


/* Add top menu bar */
#cssmenu,
#cssmenu ul,
#cssmenu li #cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: Helvetica;
  line-height: 1;
}
#cssmenu {
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #78002d url(images/pattern.png) top left repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #78002d;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a,
#cssmenu a:link,
#cssmenu a:visited {
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  color: #3E0000;
  text-shadow: 0 -1px 1px #FF7575;
  border-right: 1px solid #3E0000;
}
#cssmenu a:hover {
  color: #000000;
  text-shadow: 0 1px 1px #bdcd9c;
}
#cssmenu li {
  float: left;
  border-right: 1px solid #000000;
}
#cssmenu li:hover {
  background: #5372C4 url(images/pattern.png) top left repeat;
}
#cssmenu li:first-child {
  border-left: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* End top menu bar */


#opacmainuserblock {
    padding-left: 10px;
}
/* Hide the no image found image */
.no-image { display: none !important; }

.mySlides {display:none;}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
