@import url(./fonts/roboto.css);
@import url(./fonts/roboto-mono.css);
@import url(./fonts/fa.css);
body {
  cursor: default;
  margin: 0px;
  position: relative;
  color: #000;
  overflow-x: hidden; }

body, table, td, th, div, form, input, textarea, ul, ol, li {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal; }

a {
  color: #226600;
  text-decoration: none; }

a:hover {
  color: #226600;
  text-decoration: none; }

table td {
  text-align: left; }

#pageFooter, #pageFooter *, #pageFooter a {
  color: white;
  text-decoration: none; }

#pageFooter a:hover {
  border-color: white; }

@keyframes zoom1 {
  from {
    transform: scale(1); }

  to {
    transform: scale(1.1); } }

@keyframes zoom2 {
  from {
    transform: scale(1); }

  to {
    transform: scale(1.2); } }

@keyframes BGFade {
  from {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

  to {
    overflow: none;
    background: rgba(255, 255, 255, 0.2);
    color: white; } }

.navigation a, .navigation {
  word-spacing: 0;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 30px; }

.navigation a, #navigation .navigation a, #navigation div.subnav div.navigation a {
  display: block;
  padding: 2px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 0 none; }

#navigation div.subnav div.navigation a.active, #navigation a.active, #navigation div.subnav a.active {
  background: rgba(255, 255, 255, 0.6);
  color: #000; }

.navigation a:hover, #navigation div.subnav:hover a, #navigation div.subnav div.navigation a:hover {
  background: rgba(255, 255, 255, 0.2);
  animation: 1s ease 0s alternate none infinite running BGFade; }

#navigation div.subnav {
  display: inline;
  position: relative; }

.navigation .fa {
  margin-left: -20px; }

b {
  font-weight: 400;
  letter-spacing: 1px;
  color: #000; }

div.boxes a {
  display: block;
  float: left;
  width: 170px;
  text-align: center; }

h1, h2, h3 {
  margin: 0;
  color: #000;
  font-weight: 200; }

h1 {
  font-size: 30px;
  line-height: 30px; }

h2 {
  font-size: 24px;
  line-height: 30px; }

h3 {
  font-size: 16px;
  line-height: 30px; }

form {
  margin: 0px; }

hr {
  height: 1px;
  border: 0px;
  border-top: 2px dotted #bbb;
  border-top: 2px dotted #00c0bb;
  color: #333;
  width: 100%; }

img {
  border: 0; }

#langSwitch {
  position: absolute;
  top: -20px;
  right: 0; }

#langSwitch a, #langSwitch a:hover {
  color: #fff;
  text-shadow: 0 0 3px #000; }

div#BGOverlay, div#BGOverlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

div#BGOverlay, div#BGOverlay2, body {
  background: url("bg/a.jpg") no-repeat fixed center center;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

div#BGOverlay2 {
  opacity: 0.2;
  background-image: none; }

div#BGOverlay2:hover {
  display: none; }

#contentContainer {
  height: 600px;
  position: relative;
  text-align: left;
  text-align: center; }

#contentContainer .contentContainer {
  background: rgba(255, 255, 255, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  height: 580px;
  width: 720px;
  padding: 10px;
  position: absolute;
  text-align: left;
  border-radius: 5px;
  z-index: 0; }


















.input,
input, textarea, select {
	border: 1px solid #CCCCCC;
	border: 1px solid transparent;
	background: rgba(255,255,255,0.5);
	margin: 0;
	padding: 0px 4px;
	color: #000000;
	height: 28px;
	border-radius: 3px;
	box-shadow: 0 0 2px #888;
	vertical-align: top;
}
textarea {
	line-height: 20px;
	resize: both;
	max-width: 100%;
	box-sizing: border-box;
}

input[type=text], input[type=password],
input[type=email], input[type=tel], input[type=number],
input[type=date], input[type=time], input[type=datetime],
input[type=file], textarea, select {
	padding: 0px 5px;
}
*.button,
*.button:hover {
	display: inline-block;
	line-height: 28px;
	border-radius: 3px;
	color: #000000;
	cursor: pointer;
}
*.button,
input[type=button], input[type=submit], input[type=file] {
	padding: 0px 10px 0px 10px;
	background: transparent;
	box-shadow: inset 0 0 3px #000000;
}
*.button:hover, .JSAX_select:hover,
input[type=button]:hover, input[type=submit]:hover, input[type=file]:hover {
	background-color: rgba(255,255,255,1);
	background-color: rgba(126,181,153,0.2);
}
input[type=file] {
	padding: 0;
	box-shadow: none;
	width: 1px;
	visibility: hidden;
}
input[type=checkbox], input[type=radio] {
	box-shadow: none;
}
select option {
	background: #FFFFFF;
	color: #000000;
}
select option[selected],
select option:hover {
	background: #EEEEEE;
	color: #333333;
}
select, select option {
	font-family: 'Raleway',sans-serif;
	font-weight: 200;
	font-weight: normal;
}

input.date,
input[type=date] {
	width: 80px;
}
input.time,
input[type=time] {
	width: 42px;
	padding: 0 0 0 5px
}
input.datetime,
input[type=datetime] {
	width: 120px;
}








div.box {
  height: 180px;
  width: 180px;
  background: black url(box.png) no-repeat top left;
  padding: 10px; }

div#bodyFog h1 {
  color: #000;
  display: none; }

div#bodyFog_d {
  position: absolute;
  background: #000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  color: #000;
  display: none;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  -webkit-opacity: 0.2; }

div#bodyFog {
  position: absolute;
  background: url(trans/black_20percent.png);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  color: #000;
  display: none; }

div#dialogFrame {
  background: #fff;
  position: relative;
  left: 0px;
  top: 60px;
  margin-bottom: 20px;
  margin-left: 15px;
  width: 600px;
  z-index: 1000;
  text-align: left;
  border: 1px solid #ccc;
  box-shadow: 0px 5px 10px #000; }

#miniSite_frame_control {
  display: none; }

div#dialogFrame .bar {
  padding: 0px;
  padding-left: 2px;
  background: #345;
  background: #f0f0f0;
  border-color: #f0f0f0;
  border-bottom: 1px solid #ccc; }

div#dialogFrame .bar .buttonX {
  float: right;
  border-left: 1px solid #c7c7c7;
  background: #fff;
  cursor: pointer; }

div#dialogFrame .bar .buttonX img {
  margin: 3px; }

div#dialogFrame .bar #dialogTitle {
  padding-left: 5px;
  font-size: 14px;
  line-height: 22px; }

div#dialogContainer {
  padding: 20px;
  padding: 5px;
  margin-bottom: 20px;
  margin-bottom: 0px; }

div#dialogContainer .button {
  text-align: right; }

.fadeContainer {
  height: 380px;
  width: 100%; }

.fadeContainer div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }

.logo, .logo:hover {
  text-align: right;
  float: right;
  color: #000;
  letter-spacing: 3px;
  padding: 10px 30px 10px 30px;
  font-weight: 200;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 1; }

.logo img {
  margin-top: 3px; }

.logo:hover {
  opacity: 1;
  animation: 0.3s ease-out 0s alternate none infinite running zoom1; }

a.li {
  display: block;
  transform-origin: left center 0;
  line-height: 25px; }

a.li:hover {
  animation: 0.3s ease-out 0s alternate none infinite running zoom2; }

a.li img {
  height: 16px;
  width: 16px;
  vertical-align: middle; }

#navigation {
  clear: left;
  width: 200px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 1; }


#topBar {
  height: 52px;
  padding: 20px 0; }

h1#contentTitle {
  float: left;
  text-align: left;
  font-style: italic;
  overflow: visible;
  text-shadow: 0 0 3px white;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
  border-radius: 0 5px 5px 0;
  padding: 11px 16px;
  position: relative;
  z-index: 1; }

#pageContainer {
	min-height: 600px;
	min-width: calc( 100% - 220px );
	float: right;
	margin-right: 10px;
}


@media handheld, screen and (max-width: 650px) {
  h1#contentTitle {
    display: none; }
  div#navigation, a.logo, a.logo:hover {
    border-radius: 0;
    width: 100%;
    text-align: center; }

  a.logo, a.logo:hover {
    padding: 10px 0; }
  #pageContainer {
    min-width: 100%;
	float: left;
  }
}

@media handheld, screen and (max-width: 300px) {
  a.logo, a.logo:hover {
    text-align: right; } }
