body {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  font-family: Arial, Tahoma;
}
a {
  color: #009ddf;
}
a:hover {
  text-decoration: none;
}
.orange {
  color: #009ddf;
}
.background1 {
  background: #fe5800;
}
.background2 {
  background: #d4d4d4;
}
#actual_temp {
  padding: 5px;
}
#left_text {
  width: 400px;
  float: left;
  display: inline;
}
#right_text {
  width: 360px;
  float: right;
}
#header {
  background: url(images/header_bckg.gif) repeat-x;
  height: 140px;
}
#logo {
  width: 780px;
  margin: 0 auto;
  padding: 50px 0 0 20px;
}
#logo a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  height: 12px;
  font-size: 20px;
  text-transform: uppercase;
}
#logo a:hover {
}
#menu {
  color: #fff;
  text-align: center;
  margin-top: 22px;
}
#menu ul {
  width: 780px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: left;
}
#menu ul li {
  display: inline;
}
#menu ul a {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  background: url(images/menu_enactive.gif) no-repeat bottom center;
  padding: 8px 10px;
  width: 105px;
  text-align: center;
  text-transform: uppercase;
}
#menu ul a:hover {
  background: url(images/menu_over.gif) no-repeat bottom center;
  color: #009ddf;
}
#menu ul a.active {
  background: url(images/menu_active.gif) no-repeat bottom center;
  color: #232323;
}
#menu ul a.active:hover {
  background: url(images/menu_active.gif) no-repeat bottom center;
  color: #232323;
}
#main {
  width: 100%;
  margin: 20px 0 20px 0;
  float: left;
}
#outs {
  width: 740px;
}
#outsBody {
  width: 260px;
  float: left;
}
#outsDescription {
  width: 470px;
  float: left;
}
#DSbody {
  width: 740px;
  overflow: hidden;
}
#DSdata {
  width: 500px;
  float: left;
  display: table;
}
#DSwire {
  width: 240px;
  float: left;
  display: table;
}
#head_image {
  width: 730px;
  height: 160px;
  background: url(images/head_bckg2.JPG) no-repeat #009ddf;
  padding: 15px 0 30px 50px;
  line-height: 24px;
}
#slogan {
  color: #fff;
  font-family: "Arial Narrow", Arial, Tahoma;
  font-size: 21px;
  text-transform: uppercase;
}
#under_slogan_text {
  color: #ffff00;
  font-size: 12px;
  line-height: 12px;
  padding-top: 15px;
}
#content {
  margin: 0 auto;
  padding: 0;
  width: 780px;
}
#content h1 {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
#text {
  float: left;
  width: 760px;
  padding-left: 10px;
  padding-right: 10px;
}
#login {
  height: 145px;
  float: left;
  width: 220px;
  background: url(images/sidebar_bckg.gif) repeat-x;
  margin: 0 0 0 50px;
  color: #6f6e6e;
}
#login h2 {
  color: 009ddf;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#login a {
  text-align: center;
}
#footer {
  background: url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px;
  height: 94px;
  margin-top: 20px;
  clear: both;
}
#left_footer {
  float: left;
  padding: 40px 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}
#left_footer a {
  color: #ffffff;
}
#left_footer a:hover {
  text-decoration: none;
}
#right_footer {
  float: right;
  padding: 40px 30px 0 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
#right_footer a {
  color: #ffffff;
}
#right_footer a:hover {
  text-decoration: none;
}
#formAddEvent {
  width: 740px;
  overflow: hidden;
}
#formAddEventBody {
  width: 320px;
  float: left;
  display: table;
  padding: 10px 10px 10px 10px;
}
#formAddEventMain {
  width: 420px;
  float: left;
  display: table;
  padding: 10px 10px 10px 10px;
}
label.description {
  border: none;
  color: #222;
  display: block;
  font-size: 120%;
  font-weight: 700;
  line-height: 150%;
  vertical-align: top;
}
.description {
  border: none;
  color: #222;
  display: inline;
  font-size: 120%;
  font-weight: 700;
  line-height: 150%;
  vertical-align: top;
}
.temp {
  width: 180px;
  float: left;
  padding-top: 20px;
}
.tempdscr {
  width: 180px;
  float: left;
}
label.descriptionOut {
  border: none;
  color: #222;
  width: 200px;
  margin: 5px 0px 5px 0px;
  padding-left: 2px;
  padding-right: 10px;
  font-size: 120%;
  font-weight: 700;
  line-height: 150%;
  vertical-align: top;
}
input.radio {
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
input.small {
  width: 25%;
}
select.small {
  width: 25%;
}
input.medium {
  width: 50%;
}
select.medium {
  width: 50%;
}
input.large {
  width: 99%;
}
select.large {
  width: 100%;
}
textarea.small {
  height: 5.5em;
  width: 25%;
}
textarea.medium {
  height: 10em;
  width: 50%;
}
textarea.large {
  width: 99%;
  height: 5em;
}
#event_label {
  display: block;
}
div#type_id_label {
  width: 100%;
  height: 20px;
  display: block;
}
div#type_id_lp {
  width: 25px;
  float: left;
  padding-left: 10px;
}
div#event_message_0 {
  width: 500px;
  float: left;
}
div#event_message_1 {
  width: 260px;
  float: left;
}
div#out_id {
  width: 170px;
  float: left;
}
div#temp_id {
  width: 180px;
  float: left;
}
#event_temp {
  width: 70px;
  float: left;
  text-align: center;
}
div#cyclic {
  float: left;
  width: 60px;
  text-align: center;
}
div#event_date_from {
  width: 100px;
  float: left;
  text-align: center;
}
div#event_record {
  width: 740px;
  overflow: auto;
  display: block;
}
.network {
  color: #222;
  font-size: 120%;
  line-height: 150%;
  padding: 0 0 1px;
  vertical-align: top;
  max-width: 500px;
  margin: auto;
  margin-top: 2%;
  padding: 0px 20px;
  font-family: Verdana, helvetica, sans-serif;
}
.leftcolumn {
  display: block;
  float: left;
  width: 220px;
  margin-left: 5px;
  margin-right: 5px;
}
.rightcolumn {
  display: inline;
}
.center {
  margin: auto;
  text-align: center;
}
/*input.button {width:125px;}*/
input {
  margin: 4px;
}
select {
  margin: 4px;
}
fieldset {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.dropbox {
  font-size: 14px;
  width: 500px;
  margin: auto;
  padding-top: 5px;
}

label {
  cursor: pointer;
  color: 778899;
}

@-webkit-keyframes cardEnter {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.radio {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  cursor: pointer;
  margin-left: 10px;
}

.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
  display: none;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer {
  border: 3px solid rgb(0, 157, 223);
}

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: rgb(0, 157, 223);
}

.radio .outer {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin: 5px 5px 5px 5px;
  border: 3px solid #778899;
  border-radius: 50%;
  background-color: #fff;
}

.radio .inner {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 8px;
  height: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 1px;
  border-radius: 50%;
  background-color: rgb(0, 157, 223);
  opacity: 0;
}
