@charset "UTF-8";
/* CSS Document */

body { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #e7e7ec; background-image: url(../images/assets/backlight.jpg); -webkit-text-size-adjust: none; color: #333a50; }
a { color: #1b3aa0; text-decoration: none; }
a:hover { color: #06c; text-decoration: underline; }
.a { color: #1b3aa0; text-decoration: none; cursor:pointer;}
.a:hover { color: #06c; text-decoration: underline; }

.logo-banner { background-image: url(../images/svg/vislogo.svg); background-position: center center; position: relative; height: 38px; width: 100%; background-repeat: no-repeat; background-size:contain; }
#container { max-width: 1024px; width:100%; margin: 40px auto 20px auto; position: relative; background-image: url(../images/assets/backlight.jpg); overflow: hidden; height: auto; background-color: #ececec; }

#mainContent { padding: 1% 2% 0px 2%; min-height: 600px; position: relative; width:96%; }
#title { position: relative; width:96%; padding: 20px 2% 0px 2%; color: #669; font-size: 18px; text-align: right; text-shadow: 1px 1px #fff; height: auto; overflow: hidden; }
.content h1, .content h2, .content h3, .content h4, .content p, .content li { line-height: 120%; margin: 0px; }
h1 { font-size: 17px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
p { margin-top: 1em; margin-bottom: 1em; }
.red { color: #fa3d3e; }
.smalltxt { font-size: 11px; }
.gold { color:#b28803; }

fieldset { border: 1px solid #CCC; border-radius: 4px; padding: 1%; margin: 1% 0 1% 0; width: 96%;}
legend {
	color: #49497f;
}

.qt    { color: #666; margin: 3px; padding: 8px; clip: rect(auto auto auto auto); border: 2px solid #bcbcbc; border-top-right-radius:1em; border-bottom-right-radius:1em; border-bottom-left-radius:1em; box-shadow: 2px 2px 6px #cacaca; font-style: italic; background-color: #f1f1f1; }

.shadow { box-shadow: 2px 2px 6px #cacad7; }
.shadow-dark { box-shadow: 2px 2px 6px #707070; }
.lightest-background { background-color: #fff; }
.white-bg {background-color: #fff;}
.mid-background { background-color: #e7e7ec; }
.rounded {border-radius: 5px;}
.i-input {
	float:left;
	font-size: 13px;
	padding: 6px;
	width: 92%;
	border: 1px solid #CCC;
	border-radius: 5px; 
}
.i-radio {
	float:left;
	margin-right: 10px;
}
.i-select { font-size: 13px; padding: 6px; border: 1px solid #CCC; color: #669; }
.i-select-block { font-size: 13px; padding: 6px; border: 1px solid #CCC; display: block; color: #669;}
textarea {font-family: Arial, Helvetica, sans-serif;}

.slatefade {
	background-image: -webkit-linear-gradient( #bdc4d6, #68759c); 
	background-image: -moz-linear-gradient( #bdc4d6, #68759c ); 
	background-image: -ms-linear-gradient( #bdc4d6, #68759c ); 
	background-image:  -o-linear-gradient( #bdc4d6, #68759c ); 
	background-image:  linear-gradient( #bdc4d6, #68759c);
}
.greyfade {
	background-image: -webkit-linear-gradient( #f9f9f9, #bbbbbb); 
	background-image: -moz-linear-gradient( #f9f9f9, #bbbbbb ); 
	background-image: -ms-linear-gradient( #f9f9f9, #bbbbbb ); 
	background-image:  -o-linear-gradient( #f9f9f9, #bbbbbb ); 
	background-image:  linear-gradient( #f9f9f9, #bbbbbb);
}

/* header */
#header { position: fixed; background-color: #667aae; height: 40px; width: 100%; left: 0px; top: 0px; text-align: center; color: #eb2a2e; opacity: 0.9;}
.title {
	position: relative;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	font-size: 1.5em;
	font-size: 18px;
}
/* /header */

#mask { background-color: #000; position: fixed; height: 100%; width: 100%; left: 0px; top: 0px; display:none; }
.mask { background-color: #000; position: fixed; height: 100%; width: 100%; left: 0px; top: 0px; display:none; }

/************************ menu ***********************/
#menu-icon {
	background-image: url(../images/svg/menu.svg);
	position: absolute;
	height: 32px;
	width: 48px;
	left: 2%;
	top: 4px;
	cursor: pointer;
}
#swipe-menu { position: absolute; background-color: #4a5a86; background-image: url(../images/assets/back.gif); min-height: 150%; width: 250px; left: -270px; top: 0px; font-size: 14px;  z-index: 1000; }
#swipe-menu .menulist { display:none; overflow: hidden; }
#swipe-menu dl {
	margin: 0px;
}
#swipe-menu dt { padding: 10px; font-size: 16px; cursor:pointer; color: #c7cee2; font-weight: normal; border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #667aae;}
#swipe-menu dt:hover {color:#fff;}
#swipe-menu dd { padding: 8px; cursor:pointer; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #999; margin: 0px; color:#fff; font-size: 14px; font-weight: 200; }
#swipe-menu dd:hover {color:#fc9;}
#swipe-menu a { color:#FFF; text-decoration: none; cursor:pointer;}
#swipe-menu a:hover {color:#fc9;}
#swipe-menu .line {border-bottom-width: 1px;}
#swipe-menu .nolink {color:#888; cursor:default;}
#swipe-menu .nolink:hover {color:#888;}
#swipe-menu .arrow-tab { float: right; position: relative; display:block;}


#top-links { position: absolute; top: 12px; left: 8%; font-size: 15px; }
#top-links a{ margin-left: 15px; color: #FFF; }
/***************** /menu ***********************/

/*  dym-div */
#dym-div { position: absolute; background-color: #CCC; height: 100%; min-height:700px; width: 600px; top: 0px; font-size: 14px; box-shadow: 4px 4px 8px #000; right: -620px; padding: 10px; text-align: left; background-image: url(../images/assets/backlight.jpg); overflow: auto; display:none;}
#dym-div-inner { padding: 2%; width: 96%; position: relative; top: 40px; padding-bottom: 100px;}
#close-icon { background-image: url(../images/assets/closeicon.png); position: absolute; height: 32px; width: 42px; right: 8px; top: 8px; cursor: pointer;}
#timer { background-color: #FFF; background-image: url(../images/assets/timer32.gif); position: fixed; height: 6%; width: 8%; left: 46%; max-width: 32px; max-height: 32px; top: 46%; background-repeat: no-repeat; background-position: center center; border-radius: 6px; opacity: 0.5; display:none; background-size:contain; padding: 2px; }
/*  dym-div */

@media screen and (min-width: 150px) and (max-width: 600px) {	
	#title { font-size: 11px; }
	#top-links { display:none; }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	#top-links { display:none; }
}