@charset "UTF-8";

html {
  max-height: 100%;
  height: 100%;
}

body {
  background-color: #333333;
  font-family: Arial, Sans-Serif;
  color: #ffffff;
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  max-height: 100%;
}

div.pageBody {
  height: 100%;
  padding-top: 20px;
}

div.loginWindow {
  width: 400px;
  min-height: 200px;
  
  color: black;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  /* Background */
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  /* Borders */
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 2px solid #555555;
  /* Shadow */
  -webkit-box-shadow: 0px 2px 10px 0px rgba(136,136,136,1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(136,136,136,1);
  box-shadow: 0px 2px 10px 0px rgba(136,136,136,1);
}

table.loginForm {
  width: 100%;
  margin: 5px;
  padding: 5px;
  /* Borders */
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #555555;
}

div.loginWindowTitle {
  width: 100%;
  display: inline-block;
}

div.loginWindowTitle > h2 {
  color: #1a5276;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

tr.loginFields > td > input[type='text'],
tr.loginFields > td > input[type='password'] {
  width: 95%;
  background-color: #eeeeee;
}

tr.loginButtons > td > div  {
  padding-top: 20px;
  text-align: center;
}

tr.loginButtons > td > div > input[type='Submit'] {
  margin: auto;
}

div.pageHeader {
  background-color: #222222;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(136,136,136,1);
  -moz-box-shadow: 0px 10px 10px 0px rgba(136,136,136,1);
  box-shadow: 0px 10px 10px 0px rgba(136,136,136,1);
}
div.pageHeader div {
  float: left;
}
div.pageHeader div.pageHeaderMenu {
  padding: 10px;
  float: right;
}

input[type='Submit'] {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  font-size: inherit;
}

a.fakeButton {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  font-size: inherit;
  text-decoration: none;
  background-color: #777777;
  color: #111111;
}

.buttonRound {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #555555;
}

.buttonDefault {
  background-color: #1a5276;
  color: #ffffff;
}

div#tabBarMain {
  background-color: #eeeeee;
}

div#tabBarMain > ul {
  list-style-type: none;
  margin: 5;
  padding: 5;
}

div#tabBarMain > ul > li {
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  background-color: #dddddd;
  border-color: #111111;
  border-width: 3px;
  border-style: solid;
  border-bottom-style: none;
  height: 30px;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  margin-top: 5px;
}

div#tabBarMain > ul > li:hover {
  background-color: #8888ff;
}

div#tabBarMain > ul > li.active {
  background-color: #444444;
}

div#tabBarMain > ul > li.active > a {
  color: #ffffff !important;
}

div#tabBarMain > ul > li > a {
  text-decoration: none;
  color: #000000;
}

div#tabBodyMain {
  height: 100%;
  padding: 10px;
}

div.tabBody {
  max-height: 100%;
  padding: 20px;
  background-color: #444444;
}

div.tabBodyVisible {
  display: block;
}

div.tabBodyHidden {
  display: none;
}

div.commandTile {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 2px solid #000000;
  background-color: #eeeeee;
  color: #111111;
  width: 300px;
  height: 125px;
  float: left;
  margin: 10px;
  padding: 10px;
}

div.commandTile h1 {
  color: #111111;;
  text-align: center;
  font-size: larger;
}

div.commandTile a {
  text-decoration: none;
}

div.commandTile p {
  color: #1111AA;
  text-align: center;
}
