div#holder {
    border: 5px dashed #ccc;
    height:140px;
    width:400px;
    font-family:Verdana;
    text-align:center;
}

/* mPopup box style */
.mpopup {
//    display: none;
    position: fixed;
    z-index: 300;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.mpopup-content3 {
	font-family: verdana,arial,sans-serif;
	font-size:11pt;
	font-style:normal;
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 800px;
	height:500px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.mpopup-content2 {
	font-family: verdana,arial,sans-serif;
	font-size:11pt;
	font-style:normal;
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 760px;
	height:600px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.mpopup-content1 {
	font-family: verdana,arial,sans-serif;
	font-size:11pt;
	font-style:normal;
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 850px;
	height:650px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.mpopup0 {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 620px;
    height: 660px;
    overflow: auto;
}

.mpopup-content0 {
	font-family: verdana,arial,sans-serif;
	font-size:11pt;
	font-style:normal;
	position: relative;
	background-color: #fefefe;
	margin: 50px 0 0 40px;
	padding: 0;
	width: 570px;
	height:600px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.mpopup4 {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 620px;
    height: 660px;
    overflow: auto;
}

.mpopup-content4 {
	font-family: verdana,arial,sans-serif;
	font-size:11pt;
	font-style:normal;
	position: relative;
	background-color: #fefefe;
	margin: 50px 0 0 40px;
	padding: 0;
	width: 570px;
	height:600px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.mpopup-head {
    padding: 4px 8px 4px 20px;
	height: 35px;
    background-color: #000;
    color: white;
}
.mpopup-main {padding: 2px 10px;}


/* add animation effects */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* close button style */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.picstyle {
	border: 1px solid #ccc;
    position: absolute;
    z-index: 40;
}

.searchflag {
	margin-top:6px;
	margin-left:2px;
	cursor:pointer;
}

.margin_bottom_5 { clear: both; width: 100%; height: 5px; font-size: 1px;	}
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

#register_section {
	margin: 0px 0 0 30px;
}
#register_section span {
	font-family: verdana,arial,sans-serif;
	font-size: 10.5pt;
	color: red;
	padding: 0 0 0 20px;
}

.loginfield {
	height: 18px;
	width: 200px;
	padding: 4px;
	margin-left:0px;
	margin-bottom:8px;
	color: #333;
	font-size: 12px;
	letter-spacing: 1px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.loginbutton {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	width: 70px;
 	height: 26px;
	margin: 0px;
	padding: 0 6px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: url(image/templatemo_button_01.png) no-repeat 0 0;
	border: none;
	color:#fff;
	letter-spacing: 1px;
}

.registerfield {
	height: 22px;
	width: 300px;
	padding: 5px;
	margin-left:10px;
	margin-bottom:12px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.searchfield {
	height: 22px;
	width: 400px;
	padding: 4px 0px 4px 36px;
	margin:3px 0px 2px 24px;
//	color: #333;
	font-family: verdana,arial,sans-serif;
	font-size:11pt;
	font-style:normal;
//	letter-spacing: 1px;
	font-variant: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
	background: url("image/magnifier.png") #ffffff no-repeat left
}

.passwordfield {
	height: 22px;
	width: 300px;
	padding: 5px;
	margin-left:10px;
	margin-bottom:12px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.urlfield {
	height: 22px;
	width: 420px;
	padding: 4px;
	margin-left:10px;
	margin-bottom:8px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.datafield {
	height: 22px;
	width: 320px;
	padding: 4px 0px 4px 8px;
	margin-left:10px;
	margin-bottom:8px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.answerfield {
	height: 22px;
	width: 120px;
	padding: 4px 0px 4px 8px;
	margin-left:10px;
	margin-bottom:8px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.contfield {
	height: 20px;
	width: 270px;
	padding: 2px 0 2px 5px;
	margin:2px 8px 0 0;
	color: #666;
	font-family: verdana,arial,sans-serif;
	font-size:10pt; 
	font-weight: normal; 
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;
float:right;	
}


hr {
    display: block;
    height: 5px;
    border: 1px solid #ccc;
	background:#ccc;
    margin: 1em 0;
    padding: 0; 
}

html { 
    overflow-x: hidden; 
    overflow-y: scroll; // always show otherwise use 'auto';
}

body {
//	background: #1D4658;
	background-color: #F5F5F5;
	font-family: Helvetica, Calibri, Geneva, Tahoma, Verdana, Consolas, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin : 0;
	padding: 0;
}

body { 
    overflow-x: hidden; 
    overflow-y: auto;//scroll; // always show otherwise use 'auto';
}

#container {
	margin: 0 auto; 
	min-height: 70px;
	width:960px;
} 

#header {
	background: #1D4658;
	line-height: 1.5em;
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#header div {
	margin: 0;
	overflow: hidden;
	padding: 59px 0 57px;
}
#header div .logo {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 13px;
	text-decoration: none;
}
#header div .logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#header div span {
	color: #fff;
	display: block;
	font-size: 16px;
	float: right;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 30px 0 0;
	text-transform: uppercase;
}
#header div span b {
	display: block;
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding: 10px 0 0;
}
#header ul {
	background: #000;
	border-top: 3px solid #4587B9;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 0;
}
#header ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a {
	color: #a1a1a1;
	display: block;
	height: 35px;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 160px;
}
#header ul li.selected a {
	background: #212121;
	color: #eee;
}
#header ul li a:hover {
	color: #eee;
}
	
#body {
	background: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#body h1, #body h2, #body h3 {
	margin: 0;
	padding: 0;
}

#body .body {
	background: #000;
	margin-top: 0px;
	padding: 45px 40px;
	text-align: center;
}

#body .body h1 {
	color: #ffaf04;
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 25px;
	/*text-transform: uppercase;*/
}

#body .content form {
	margin: 0;
	padding: 0;
}
#body .content form #fullname, #body .content form #email2 {
	color: #000;
	border: 1px solid #9d9d9d;
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0 0 10px 40px;
	padding: 0 5px;
	text-transform: capitalize;
	width: 267px;
}
#body .content form #subscribe {
	background: url(../images/interface.png) no-repeat 0 -70px;
	border: 0;
	color: #6c6c6c;
	display: block;
	font-size: 14px;
	height: 24px;
	margin: 0 0 20px 233px;
	padding: 0;
	text-indent: -99999px;
	width: 86px;
}
#body .content form #subscribe:hover {
	background-position: -135px -70px;
}
#body .content {
	font-family: verdana,arial,sans-serif;
	font-size:11.5pt;
	letter-spacing: 1px;
	line-height:24px;
	margin: 0;
	min-height: 700px;
	overflow: hidden;
	padding: 40px;
}
#body .content h3 {
	color: #0e5a5a;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#body .content p {
	color: #464646;
	padding: 0 0 10px;
}
#body .content p a {
	color: #464646;
}
#body .content p a:hover {
	color: #115858;
}
#body .content img {
	border: 0px solid #fff;
	display: block;
	float: right;
	margin: 5px 0 0 40px;
}
#body .content form {
	margin: 0;
	padding: 0;
}
#body .content form label {
	display: block;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
}
#body .content form label span {
	clear: both;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	color:#333333;
	padding: 5px 10px 0 0;
	text-align: right;
	text-transform: capitalize;
	width: 108px;
}
#body .content form label input {
	background: #ffffff;
	border: 1px solid #bbb;
	float: left;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 5px;
	width: 458px;
}
#body .content form label textarea {
	background: #ffffff;
	border: 1px solid #bbb;
	float: left;
	font-size: 14px;
	height: 275px;
	overflow: auto;
	padding: 5px;
	width: 458px;
}
#body .content form #send {
	background: url(image/interface.png) no-repeat 0 -35px;
	border: 0;
	display: block;
	height: 30px;
	margin: 0 0 0 117px;
	text-indent: -99999px;
	width: 130px;
}
#body .content form #send:hover {
	background-position: -135px -35px;
}

/*******************************************************/
#vheader {
	background: #000;
	position: fixed;
	margin: 0 auto;
	width: 100%;
    z-index: 40;
}
#vheader:hover {
//	background-color:transparent !important;
}
#vheader div {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height:44px;
}
#vheader .navigation {
	padding: 0 10px;
}
#vheader .navigation > ul:before, #vheader .navigation > ul:after {
	content: "";
	display: table;
}
#vheader .navigation > ul:after {
	clear: both;
}
#vheader .navigation > ul {
	margin: 0;
	padding: 0;
}
#vheader .navigation > ul > li {
	display: block;
	float: right;
	list-style: none;
	margin: 0 25px 0 0;
	position: relative;
	padding: 0;
}
#vheader .navigation ul ul {
	left: -99999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	z-index: 110;
}
#vheader .navigation > ul > li:hover ul {
	left: -30px;
	border: 1px solid #ccc;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#vheader .navigation ul ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
//	width: 110px;
}
#vheader .navigation ul ul li a {
	background: #fff;
	color: #666;
	display: block;
	height: 30px;
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	letter-spacing: 1px;
	line-height: 30px;
	margin: -0px 0 0 0px;
	min-width:45px;
	padding: 0 20px;
	text-decoration: none;
//	text-transform: capitalize;
}
#vheader .navigation ul ul li a:hover {
	background: #ccc;
	color: #666;
}


.searchbutton {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	width: 90px;
 	height: 30px;
	margin: 0 0 0px 7px;
	padding: 0 6px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: url(image/templatemo_button_01.png) no-repeat 0 0;
	border: none;
	color:#fff;
	letter-spacing: 1px;
}

.actionbutton {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	width: 80px;
 	height: 30px;
	margin: 0 0 0px 7px;
	padding: 0 6px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: url(image/templatemo_button_01.png) no-repeat 0 0;
	border: none;
	color:#fff;
	letter-spacing: 1px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.droptext {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	margin: 0 10px 1px -2px;
	padding:5px 8px 5px 8px;
	background: #f1f1f1;
	cursor: pointer;
	background: url(image/templatemo_button_01.png) no-repeat 0 0;
	border: none;
	color:#fff;
	letter-spacing: 1px;
	text-align:center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	letter-spacing: 1px;
    display: none;
    position: absolute;
	margin: 0px;
	background: #fff;
	border: 1px solid #ccc;	
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:45;
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: #666;
    padding: 6px 20px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {
	background: #e9e9e9;
	color: #666;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display:block;
}

/* all */
::-webkit-input-placeholder { color:grey;font-style:italic; }
::-moz-placeholder { color:grey;font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { color:grey;font-style:italic; } /* ie */
input:-moz-placeholder { color:grey;font-style:italic; }


[contentEditable=true]:empty:not(:focus)::before
{
	content:attr(data-ph);
	color:grey;
	font-style:italic;
}

.textedit {
	background:#fff;
	font-family: verdana,arial,sans-serif;
	font-size:10.5pt;
	padding:5px;
	min-height: 70px;
	width: 730px;
	text-align: left;
	margin: 3px 0px 8px 6px;
	border: 1px solid #ccc;
	line-height: 20px;
	overflow-y: auto;
    max-height: 305px;
	z-index:105;
	border-radius:5px;
//    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


/**************** slider switch ****************/
.switchrd {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-top:7px;
  margin-right:4px;
  margin-left:px;
}

.switchrd input {display:none;}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom:-6px;
  margin-right:4px;
  margin-left:8px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#div1 {
    width: 90px;
    height: 120px;
    padding: 10px 0 0 0px;
    border: 0px solid #aaaaaa;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#div2 {
    width: 110px;
    height: 120px;
    padding: 10px;
    border: 1px solid #aaaaaa;
	float:left;
}

#div3 {
    width: 110px;
    height: 120px;
    padding: 10px;
    border: 1px solid #aaaaaa;
	float:left;
}

#lobbyinput {
	font-family: verdana,arial,sans-serif;
	font-size:10.5pt;
	line-height: 20px;
	padding:5px;
	text-align: left;
	margin: 32px 0 0 0;
	border:1px solid #aaa;
//	border: 5px dashed #ccc;
	width:97%;
	height:500px;
}


.filelist {
	overflow-y:scroll; 
	overflow-x:hidden;
	overflow: auto;
	max-height: 200px;
	position: relative;
	padding-top:20px;
}

.filesect {
//	background:#F5F5F5;	
	margin: 0px 0px 0px 0px;
//	width: 300px;
	padding: 0px;
	border-width: 0px;
	border-color: #eee;
	border-collapse: collapse;
	font-family: verdana,arial,sans-serif;
	font-size:10pt; 
	font-weight: normal; 
	color:#666;
//	height: 24px;
}

.dragger{
	position:absolute;
	cursor:pointer;
	z-index: 100;
}

.ekey{
	position:absolute;
	display:none;
	cursor:pointer;
	z-index: 21;
}

.navit {
	margin: 0px 0 0 10px;
	font-family: verdana,arial,sans-serif;
	font-size:11pt; 
	width:120px;
}
.navit ul {
	margin:0px; 
	padding:0px;
}
.navit li {list-style: none;} 

ul.top-level {background:#FFFFFF;}
ul.top-level li {
 border: #bbb solid; 
 border-width: 0px;
}
.navit ul.sub-level {
	border:1px solid #888;
	z-index:250;
	opacity:.7;
}
.navit a {
	color: #000000;
	cursor: pointer;
	display:block;
	height:25px;
	line-height: 25px;
	text-indent: 10px;
	text-decoration:none;
	width:100%;
}
.navit a:hover{
	text-decoration:none;
}

.navit li:hover {
 	list-style: none;
	background: #f90;
	position: relative;
}
ul.sub-level {
    display: none;  
}
li:hover .sub-level {
//    background: #999;
    border: #888 solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 45px;
    top: 5px;
}
ul.sub-level li {
	list-style: none;
    border: none;
    float:left;
	min-width:120px;
}

.navit .sub-level {
    background: #FFFFFF;
}


.post-content {
    display: block;
    position: fixed;
	margin: 20px;
	padding: 0px;
    min-width: 150px;
	height:550px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color:#333;
    background: #F5F5F5;
}

.vertical {
	font-family: verdana,arial,sans-serif;
	font-size:11.5pt;
	letter-spacing: 1px;
	writing-mode:tb-rl;
//	-webkit-transform:rotate(90deg);
//	-moz-transform:rotate(90deg);
//	-o-transform: rotate(90deg);
//	-ms-transform:rotate(90deg);
//	transform: rotate(90deg);
	margin:0 0 0 -28px ;
	color:red;
	float:left;
//	left:calc(96% - 10px);//184px;
//	top:55px;
//	position:fixed;
	left:-100px;
    text-decoration: none;
	line-height: 20px;
	z-index:100;
}

.tune {
	font-family: verdana,arial,sans-serif;
	font-size:11.5pt;
	writing-mode:tb-rl;
	margin:0px ;
	color:#333;
	float:right;
	left:10px;
	top:60px;
	position:absolute;
    text-decoration: none;
	z-index:100;
}

.dragelements {
	font-family: verdana,arial,sans-serif;
	font-size:11.5pt;
	writing-mode:tb-rl;
	margin:0px ;
	color:#333;
	float:right;
	left:10px;
	top:250px;
	position:absolute;
    text-decoration: none;
	z-index:100;
}

.iconplace {
	cursor:pointer;
	float:right;
	margin-right:5px;
}

.leftside {
	top:0px;
	overflow-y:hidden; 
	overflow-x:hidden;
	overflow: hidden;
	height:calc(99% - 32px);
	position: fixed;
	margin-top:10px;
	z-index:24;
}

.leftsidesect {
//	background:#F5F5F5;	
	margin: 0px;
	width: 200px;
	padding: 0px;
	border-width: 0px;
//	border-color: #999999;
//	border-collapse: collapse;
	font-family: verdana,arial,sans-serif;
	font-size:11pt; 
	font-weight: normal; 
	color:#666;
	z-index:24;
//	height: 24px;
}

.subjectfield {
	height: 20px;
	width: 98%;
	padding: 2px 0 2px 4px;
	margin:0;
	color: #666;
	font-family: verdana,arial,sans-serif;
	font-size:10.5pt;
	font-weight: normal; 
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;	
	border-radius:5px;
//    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

//===========================================================================

.portraitid {
	width:300px;
	height:425px;
	border:1px solid #ccc;
}

.mainsect {
	background:#ffffff;	
	margin: 0px 0px 10px 0px;
	width: 520px;
	padding: 0px;
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse;
	font-family: Arial,verdana,arial,sans-serif;
	font-size:10.5pt;
	font-weight: normal; 
	color:#666;
//	height: 24px;
	min-height:200px;
}

.post_sect {
	background:#fff;	
	margin-bottom: 5px;
	width: 500px;
	padding: 0px;
	border: 0px solid #ccc;	
	font-family: Arial,verdana,arial,sans-serif;
	font-size:10.5pt;
	font-weight: normal; 
	color:#666;
}

.post_sect table { 
    border-spacing: 5px;
    border-collapse: separate;
}

.post_sect td {
	padding: 0px;
}

.head_sect {
	background:#ffffff;	
	margin: 0px 0px 0px 0px;
	width: 500px;
	padding: 0px;
	border: 1px solid #ccc;	
	font-family: verdana,arial,sans-serif;
	font-size:10.5pt;
	font-weight: normal; 
	color:#666;
	border-radius: 5px;
}

.head_sect table { 
    border-spacing: 0px;
    border-collapse: separate;
}

.head_sect td {
	padding: 10px 10px 0px 14px;
}

.firstcol {
//	margin:0px 0px 0 0;
//	padding: 5px 0 5px 5px;
//	background:#f5f5f5;	
//	color:#ffffff;
	margin-top:40px;
	padding-left:20px;
	float:left;
}

.lastcol {
	margin:0px 0px 0 630px;
	padding: 5px 0 5px 5px;
//	background:#E29898;	
	color:#333;
	float:right;
	position:fixed;
//	overflow-y:scroll;
	overflow: auto;
	min-width:400px;
	width:calc(96% - 600px);
	height:calc(92% - 92px);
}

.subject_line {
	margin: -10px 0px 7px 0px;
	font-family: verdana,arial,sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#333;
	max-width:480px;
	word-wrap:break-word;
	overflow-wrap:break-word;
	line-height: 19px;
	cursor:default;
//	overflow-y:scroll; 
//	overflow-x:hidden;
//	overflow: auto;
//	max-height:350px;
}

.subject_find {
	margin: -16px 0 0px 7px;
	font-family: verdana,arial,sans-serif;
	font-size:10.5pt;
	color:#AE2F2D;
}

.postoutsect {
//	background:#ffffff;
//	width:480px;
	margin-top:-12px;
//	margin:0px 10px 0px 7px;
	font-family: verdana,arial,sans-serif;
//	word-wrap:break-word;
//	overflow-wrap:break-word;
	font-size:10pt; 
	white-space:normal;
	line-height: 20px;
//	-webkit-touch-callout: none;
//	-webkit-user-select: none;
//	-khtml-user-select: none;
//	-moz-user-select: none;
//	-ms-user-select: none;
//	user-select: none;
	display:inline-block;
}

.mclass {
//	background:#f5f5f5;
//	width:600px;
	margin:10px 0px 0px 600px;
	position:relative;
//	top:200px;
}

.portrait {
	border: 1px solid #ccc;	
	margin: 0 5px 5px 5px;
	float:right;
	border-radius: 5px;
}

/* SRCH description ====================================================*/
.srch-content {
	letter-spacing: 1px;
    display: block;
    position: fixed;
	padding: 3px 4px 0px 4px;
 //  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin: 0px 0px 10px 0px;
	width: 340px;
	font-family: verdana,arial,sans-serif;
	font-size:11pt; 
	font-weight: normal; 
	color:#555;
	background-color:#fff;
	border: 1px solid #ccc;
}


.searchstyle {
	background:#F1F1F1;	
	margin: 0px 0px 0px -4px;
	border: 1px solid #ccc;
	padding:4px 0 5px 10px;
	font-family: verdana,arial,sans-serif;
	font-size:10pt;
	cursor:pointer;
	min-width:290px;
	text-align: left;
	z-index:1;
}

.side2 {
	overflow-y:scroll; 
	overflow-x:hidden;
//	overflow: auto;
//	height:calc(90% - 192px);
	max-height:80vh;
	width:370px; // sets width of scroll section
	margin-top:10px;
	margin-right:10px;
	background:#fff;
	border-width: 0px;
	float:right;
}

.scrollbox2 {
//  overflow: auto;
  visibility: hidden;
}

.scrollbox2-content, .scrollbox2:hover {
  visibility: visible;
} 

.sidesect2 {
	background:#fff;	
	margin-right: 5px;
	padding: 0px;
	border-width: 0px;
	font-family: verdana,arial,sans-serif;
	font-size:11pt; 
	font-weight: normal; 
	color:#666;
	z-index:2;
}

.contactstyle {
	display:none;
	position:fixed;
	top:50px;
	left:60%;
	width:390px;
//	transform: translateX(-50%);
	border:1px solid #888;
	background:#fff;
	padding-left:10px;
	padding-bottom:10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:25;
}

.chatstyle {
	display:none;
	position:fixed;
	bottom:0%;
	left:80px;
	width:570px;
	border:1px solid #ccc;
	background:#fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	z-index:25;
}

.chatup1 {
	display:none;
	position:fixed;
	top:calc(0% + 60px);
	margin-left:calc(50% - 400px);
	width:780px;
	padding-bottom:10px;
	border:0 1px 1px 1px solid #888;
	background:#ccc;
	border-radius:5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:25;
}

.searchup1 {
	background:#e8e8e8;
	display:none;
	position:fixed;
	top:calc(0% + 60px);
	margin-left:calc(50% - 100px);
	width:500px;
	padding:0 0px 20px 0px;
	border:0 1px 1px 1px solid #888;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:25;
}

.emailbutton {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	width: 90px;
 	height: 45px;
	margin: 0 0 0px 7px;
	padding: 0 0px;
	cursor: pointer;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
//	vertical-align: bottom;
	white-space: pre;
	background: url(image/templatemo_button_02.png) no-repeat 0 0;
	border: none;
	color:#fff;
	letter-spacing: 1px;
}

.mode2 {
	display:none;
	overflow-x:hidden;
	overflow-y:hidden;
	overflow: auto;
	margin-top:40px;
}

.Editable {
	-ms-user-select:text;
	color:#333;
	font-size:11pt;
	font-weight:500;
}

.Linkable {
	-ms-user-select:text;
	color:#333;
	font-size:11pt;
	font-weight:500;
	color:#333;
	font-size:11pt;
	font-weight:500;
	position:absolute;
	width:300px;
	height:20px;
	opacity:.99;
	z-index:20;
	padding:2px 0 2px 5px;
	border:0px;
	overflow:auto;
	outline:1px dashed #888;
}

.titletable {
	line-height:18px;
	font-family: verdana,arial,sans-serif;
	font-size:10.5pt;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-color:#f5f5f5;
	padding-bottom:10px;
	padding-right:10px;
}
.titletable th {
	background-color:#B5CFD2;
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #999999;
}
.titletable td {
	background-color:#f5f5f5;
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #999999;
}

.article {
	color: #0E5A62;
	font-family: verdana,arial,sans-serif;
	font-size: 13pt;
	font-weight: normal;
	margin: 0 0 15px 0px;
	padding: 0px;
	display:inline-block;

}

#body {
	background: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#body .section {
	background: #ffffff;
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size:14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 4px 0px 20px 0;
}

#body .section .featured h1 {
	color: #0e5a5a;
	display: block;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 20px 40px 0px 0;
//	text-transform: uppercase;
}

#body .section .featured p {
	max-width:750px;
	text-align:left;
	margin-left: 20px;
}

#footer {
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size:12px;
//	border-top: 3px solid #4587B9;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	width: 960px;
}

#footer p {
	color: #fff;
	float: right;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}


/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	width: 920px; 
	height: 500px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 30px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 40px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 840px;}


.accordian li img {
	display: block;
}

.leftintro {
	background: #ffffff;
	border-right: 1px solid #afafaf;
	float: left;
	margin: 0 0 0 0px;
	min-height: 190px;
	overflow: auto;
	padding: 0 10px 0 0;
	width: 450px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}
.leftintro h2 {
	color: #464646;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-align: center;
//	text-transform: uppercase;
}
.leftintro p {
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size:15px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #464646;
}
.leftintro ul {
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 0 20px;
	padding: 0px;
	background:#ECF2F2;
}
.leftintro ul li {
	border-left: 5px solid #999;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	list-style:none;
	line-height: 24px;
}
.rightintro {
	float: left;
	margin:0 0px 0 15px;
	padding: 0;
	width: 450px;
}
.rightintro h2 {
	color: #0e5a5a;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-align: center;
//	text-transform: uppercase;
}
.rightintro p {
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size:15px;
	color: #0e5a5a;
	line-height: 26px;
	margin-top: 8px;
	margin-bottom: 12px;
}
.rightintro ul {
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, sans-serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 0 20px;
	padding: 0px;
	line-height: 26px;
	background:#ECF2F2;
}
.rightintro ul li {
	border-left: 5px solid #0e5a5a;
	padding: 0 10px 0 10px;
	margin-bottom: 14px;
	list-style:none;
	line-height: 24px;
}

/*****************************************************************************/

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 15px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
} 

.locker {
	background:#ccc;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
    padding: 6px 20px;
	border:1px solid #aaa;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width:600px;
}

.birthmonth {
    -webkit-appearance: menulist-button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	padding: 5px;
	border: 0px;
	height: 26px;
	line-height: 26px;
	width: 105px;
	margin-left:10px;
	margin-bottom:10px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	background: #fff;
	border: 1px solid #ccc;	
}

.birthday {
    -webkit-appearance: menulist-button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	padding: 5px;
	border: 0px;
	height: 26px;
	line-height: 26px;
	width: 65px;
	margin-left:10px;
	margin-bottom:10px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	background: #fff;
	border: 1px solid #ccc;	
}

.birthyear {
    -webkit-appearance: menulist-button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	padding: 5px;
	border: 0px;
	height: 26px;
	line-height: 26px;
	width: 72px;
	margin-left:10px;
	margin-bottom:10px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: normal;
	background: #fff;
	border: 1px solid #ccc;	
}

#scroll {
	width: 250px;
	height: 50px;
	border: 2px solid black;
	background-color: lightyellow;
	top: 100px;
	left: 50px;
	position:absolute;
}


/* The container <div> - needed to position the dropdown content */
.visral_dropdown {
    position: relative;
    display: inline-block;
}

/* Show the dropdown menu on hover */
.visral_dropdown:hover .visral_dropdown-content {
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.droptext {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	margin: 0 10px 1px -2px;
	padding:5px 8px 5px 8px;
//	background: #f1f1f1;
	cursor: pointer;
	background: url(image/templatemo_button_03.png) no-repeat 0 0;
//	border: 1px solid #888;
	color:#fff;
	letter-spacing: 1px;
	text-align:center;
}

/* Dropdown Content (Hidden by Default) */
.visral_dropdown-content {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	font-size:11pt;
	letter-spacing: 1px;
    display: none;
    position: absolute;
	margin: 0px;
	background: #fff;
	border: 1px solid #ccc;	
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:45;
	text-decoration:none;
}

/* Links inside the dropdown */
 .visral_dropdown-content a {
    color: #666;
    padding: 6px 20px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .visral_dropdown-content a:hover {
	background: #ccc;
	color: #666;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display:block;
}

/* all */
::-webkit-input-placeholder { color:grey;font-style:italic; }
::-moz-placeholder { color:grey;font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { color:grey;font-style:italic; } /* ie */
input:-moz-placeholder { color:grey;font-style:italic; }


[contentEditable=true]:empty:not(:focus)::before
{
	content:attr(data-ph);
	color:grey;
	font-style:italic;
}


/**************** slider switch ****************/
.switchrd {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-top:7px;
  margin-right:4px;
  margin-left:px;
}

.switchrd input {display:none;}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom:-6px;
  margin-right:4px;
  margin-left:8px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border:1px solid #888;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/*****************************************************************************/
/* Base Parallax Element Style*/ 
.paral {
    min-height: 800px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Paragrapgh for Parallax Section */ 
.paral p {
font-size: 30px;
color:#f5f5f5;
text-align: center;
line-height: 40px;
//text-shadow: 2px 2px #000;
background:#333;
}

/* Heading for Parallax Section */ 
.paral h1 {
color: rgba(255, 255, 255, 0.8);
font-family:Georgia;
font-size: 50px;
text-align: center;
padding-top: 50px;
line-height: 60px;
text-shadow: 2px 2px #000;
}

/* Custom Button Element for Parallax Section */
.paral button {
font-size: 20px; 
border-radius: 5px;
color: #808080;
background-color: #a0f0f0;
padding: 6px 12px;
line-height: 40px;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
}

div.button {
text-align: center;
}

/* Images for 3 Parallax Sections */
.paralsec1 {
background-image: url("image/cyber-security-2296269_1920.jpg");
}
.paralsec2 {
background-image: url("image/password-2781614_1920.jpg");
}
.paralsec3 {
background-image: url("image/keyboard-453795_1920.jpg");
}
.paralsec4 {
background-image: url("image/network-2402637_1280.jpg");
}

.stitle {
font-size: 20px;
color:#f5f5f5;
//text-align: center;
line-height: 30px;
//text-shadow: 2px 2px #000;
background:#333;
}

/*
.parallax {
    background-image: url("image/secure.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.clearview {
//	font-family: verdana,arial,sans-serif;
	letter-spacing: 1px;
	margin-left:calc(50% - 440px);
	width:680px;
	position:relative;
    padding:6px;
	font-size: 28px;
	color:#333;
	text-align: center;
	line-height: 40px;
//	text-shadow: 2px 2px #000;
	background:rgba(219, 219, 219, 0.99);
	border: 1px solid #858585;
//	opacity:.8;
	margin-bottom:40px;
	border-radius:5px;
}

.rightview {
//	font-family: verdana,arial,sans-serif;
	letter-spacing: 1px;
	margin-left:calc(50% - 440px);
	width:600px;
	position:relative;
    padding:6px 4px 6px 20px;
	font-size: 24px;
	color:#333;
	text-align: left;
	line-height: 10px;
//	text-shadow: 2px 2px #000;
	background:rgba(219, 219, 219, 0.99);
	border: 1px solid #858585;
//	opacity:.8;
	margin-bottom:30px;
	border-radius:5px;
}


.article {
	color: #0E5A62;
	font-family: verdana,arial,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 15px 0px;
	padding: 0px;
	display:inline-block;
	
}

.footer {
	color: #444;
	font-family: verdana,arial,sans-serif;
	font-size: 12pt;
    text-align: center;
    padding: 10px;
}

.visral_navit {
	margin: 0px 0 0 10px;
	font-family: verdana,arial,sans-serif;
	font-size:11pt; 
	width:120px;
}
.visral_navit ul {
	margin:0px; 
	padding:0px;
}
.visral_navit li {list-style: none;} 

.visral_navit ul.visral_top-level {background:#FFFFFF;}
.visral_navit ul.visral_top-level li {
	border: #bbb solid; 
	border-width: 0px;
 
}
.iconplace {
	cursor:pointer;
	float:right;
	margin-right:10px;
}

.visral_navit ul.visral_sub-level {
	border:1px solid #888;
	z-index:250;
	opacity:.85;
}
.visral_navit span {
	color: #000000;
	cursor: pointer;
	display:block;
	height:35px;
	line-height: 35px;
	text-indent: 5px;
	text-decoration:none;
	width:100%;
}
.visral_navit a:hover{
	text-decoration:none;
}

.visral_navit li:hover {
 	list-style: none;
	background: #f90;
	position: relative;
}
.visral_navit ul.visral_sub-level {
    display: none;  
}
.visral_navit li:hover .visral_sub-level {
//    background: #999;
    border: #888 solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 45px;
    top: 5px;
}
.visral_navit ul.visral_sub-level li {
	list-style: none;
    border: none;
    float:left;
	min-width:140px;
}

.visral_navit .visral_sub-level {
    background: #FFFFFF;
}


#sidemenu {
	position: fixed;
	right: -18.5em;
	top: 30%;
	width: 18em;
	height:420px;
	background: rgba(0, 0, 0, 0.99);
	color: white;
	margin: -300px 0 0 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
	border-radius:5px;
	z-index:220;
}

#sidemenu:hover { right: 0 }

#sidemenu { transition: 0.2s }

#sidemenu a {
  position: relative;
  left: 0;
}

#sidemenu a:focus {
  left: -7em;
  background: rgba(0, 0, 0, 0.99);
}

#sidemenu a { transition: 0.2s }

#sidemenu:hover a:focus {
  left: 0;
  background: none;
}


/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	width: 805px; height: 400px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 100px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 40px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}


#body .content .featured h1 {
	color: #0e5a5a;
	display: block;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 20px 40px 10px 0;
	text-transform: uppercase;
}
#body .content .featured h2 {
	color: #0e5a5a;
	display: block;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 20px 40px 10px 0;
}

.wrapper {
  display: grid;
  grid-template-columns: 165px 165px 165px 165px;
  grid-gap: 10px;
  background-color: #fff;
  color: #444;
}

.box {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
}

.ftable {
	line-height:24px;
	font-family: verdana,arial,sans-serif;
	color:#000;
	padding:0px;
	border-width: 0px;
	border-color: #999999;
	border-style: solid;
	background-color:#fff;
	border-collapse:separate;
}
.ftable th {
	background-color:#2d2e31;
	color:#ffffff;
	font-size:10pt;
	border-width: 0px;
	padding: 6px;
	border-style: solid;
	border-color: #999999;
}
.ftable td {
	background-color:#ffffff;
	font-size:10pt;
	border-width: 0px 0px 0px 0px;
	padding: 4px 6px 4px 6px;
	border-style: solid;
	border-color: #333333;
}

.dialogbutton {
	font-family: Calibri, Geneva, Helvetica, verdana,arial,sans-serif;
	width: 160px;
	margin: 0 3px 0px 0px;
	padding:4px 8px 4px 8px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: #a0a0a0; 
	border:1px solid #666;
	border-radius:5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color:#fff;
	letter-spacing: 1px;
	cursor:pointer;
	text-decoration: none;
}

.dialogbutton:hover{
	background: #c0c0c0; 
	color:#780000;
}

