﻿body { margin: 0px; font-family: Helvetica; background: #000000 url(../Images/toolbar.png); color: #ffffff; font-style: normal; font-variant: normal; padding: 0px; border: 0px; }

img { border: 0px; }

.pageTitle { font-size: 18px; text-align: center; font-weight: bold; padding: 10px; }

.sectionTitle { margin: 15px 10px 0px 10px; background: #4C4D4E; padding: 5px 10px 5px 10px; }

  .sectionTitle .left { float: left; position: relative; top: 5px; }

  .sectionTitle .right { float: right; }

.sectionContent { margin: 0px 10px 15px 10px; background-color: rgba(0, 0, 0, 0.5); padding: 10px; }

.errorBlock { background: #c31616; height: 20px; text-align: center; }

.warningBlock { background: #ffce3a; height: 20px; text-align: center; }

.normalBlock { background: #68c316; height: 20px; text-align: center; }

.cleardv { clear: both; }

.textItemContainer { float: left; font-size: 12px; font-weight: bold; height: 16px; width:400px; }

.blockContainer { background-color: #666666; text-align: center; float: right; width: 150px; height: 20px; font-size: 12px; font-weight: bold; }

.statusContainer { height: 25px; float: right; font-size: 12px; font-weight: bold; }

.contentSpacer { margin-top: 5px; margin-bottom: 5px; background-color: #666666; height: 1px; }

.sectionSpacer { height: 10px; }

#header { z-index: 5; position: fixed; top: 0; left: 0; width: 100%; height: 48px; background: rgba(66, 66, 66, 1); padding: 0; border-bottom: 1px solid #444; }

#footer { z-index: 5; position: fixed; bottom: 0; left: 0; width: 100%; height: 48px; background: rgba(66, 66, 66, 1); padding: 0; border-top: 1px solid #444; text-align: center; }

  #footer a, #footer a:visited, #footer a:hover { color: #a4a4a4; text-decoration: none; font-size: 14px; font-weight: bold; position: relative; top: 10px; }

#wrapper { z-index: 1; width: 100%; }

#scroller { float: left; width: 100%; padding: 0; }

.okico { background: url(../Images/okIcoWP.png) no-repeat; width: 25px; height: 25px; }

.errorico { background: url(../Images/errorIcoWP.png) no-repeat; width: 25px; height: 25px; }

.refreshico { background: url(../Images/refreshIconWP.png) no-repeat; width: 25px; height: 25px; }

.startico { background: url(../Images/startIconWP.png) no-repeat; width: 25px; height: 25px; }

.clearico { width: 25px; height: 25px; }

.InputBox { padding: 10px; max-width: 400px; margin: 0 auto; }
  .InputBox input { width: 100%; padding: 10px; font-size: 16px; box-sizing: border-box; margin: 0 auto; }

.LoginButton { padding: 10px; max-width: 400px; margin: 0 auto; }
  .LoginButton a { display: inline-block; box-sizing: border-box; width: 100%; padding: 10px; background-color: rgba(224, 234, 53, 1); text-align: center; color: #fff; text-decoration: none; font-size: 16px; }

.RecordarBox { padding: 10px; max-width: 400px; margin: 0 auto; font-size: 16px; }

.Response { text-align: center; }
