@import "?file=/Include/css/MainInclude.css";

input.button, input.buttonNar, input.buttonNNar, input.buttonsmall
{
  margin: 2px;
  font-size: 14px;
  font-family: arial, serif;
  color:#fff;
  cursor:pointer;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  background:#26527F;
  background: -moz-linear-gradient(top,  #26527F 0%, #37699E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26527F), color-stop(100%,#37699E));
  background: -webkit-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -o-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -ms-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: linear-gradient(top,#26527F 0%,#37699E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26527F',endColorstr='#37699E',GradientType=0s);
  border: 1px solid #0f0fc3 !important;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.09);
  border: 1px solid rgba(0,0,0,0);
  border-color: #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  line-height: 10px!important;
  border-radius:5px 5px 5px 5px;
}

input.button:hover , input.buttonNar:hover
{
  color: #ffffff;
  background:#326EB3;
  background: -moz-linear-gradient(top,  #326EB3 0%, #4784CF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#326EB3), color-stop(100%,#4784CF));
  background: -webkit-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -o-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -ms-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: linear-gradient(top,#326EB3 0%,#4784CF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326EB3',endColorstr='#4784CF',GradientType=0s);
  background: #444c57;
  border-bottom: 1px solid #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09);
  box-shadow: 0 1px 2px rgba(0,0,0,0.09);
  border: 1px solid rgba(0,0,0,0);
  border-color: #5c86a8;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-radius:5px 5px 5px 5px;
}
input.buttonRound{
  cursor:pointer;
  display: block;
  width:65px; /*same as the height*/
  height:65px; /*same as the width*/
  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  border: 1px solid #0f0fc3 !important;
  background:#26527F;
  background: -moz-linear-gradient(top,  #26527F 0%, #37699E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26527F), color-stop(100%,#37699E));
  background: -webkit-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -o-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -ms-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: linear-gradient(top,#26527F 0%,#37699E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26527F',endColorstr='#37699E',GradientType=0s);
  color:#fff;
  font-size:1.2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0, .75);
  -moz-box-shadow: 0 0 10px rgba(0,0,0, .75);
  box-shadow: 2px 2px 15px rgba(0,0,0, .75);
  margin-left: 15px;
  margin-bottom: 10px;
}
input.buttonRound:hover{
  background:#326EB3;
  background: -moz-linear-gradient(top,  #326EB3 0%, #4784CF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#326EB3), color-stop(100%,#4784CF));
  background: -webkit-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -o-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -ms-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: linear-gradient(top,#326EB3 0%,#4784CF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326EB3',endColorstr='#4784CF',GradientType=0s);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
  box-shadow: 0px 0px 5px rgba(0,0,0, .75);
  margin-left: 15px;
  margin-bottom: 10px;
}


table.tablelogin tr td {
  background-color: #424a5d;
  font-size: 9pt;
  color: #fff;
  font-weight: bold;
  padding: 3px 15px 3px 15px;
}

table.accountTable {
  font-family:arial;
  margin:0px 10px 10px 0px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
  background:#326EB3;
  background: -moz-linear-gradient(top,  #326EB3 0%, #4784CF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#326EB3), color-stop(100%,#4784CF));
  background: -webkit-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -o-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -ms-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: linear-gradient(top,#326EB3 0%,#4784CF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326EB3',endColorstr='#4784CF',GradientType=0s);
  /*border-top-right-radius: 10px;
  border-top-left-radius: 10px;*/
}

table.tablesorter thead tr th, table.tablesorter tfoot  tr th
{
  /*background:#26527F;
  background: -moz-linear-gradient(top,  #26527F 0%, #37699E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26527F), color-stop(100%,#37699E));
  background: -webkit-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -o-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -ms-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: linear-gradient(top,#26527F 0%,#37699E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26527F',endColorstr='#37699E',GradientType=0s);*/
  background: #424a5d;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #326EB3;
}

#sbar_header {
  height:25px;
  top: 0;
  width: 100%;
  left: 0;
  z-index:-1;
  background-color: #1B6AF5;
  border: 1px solid #ccc;
  background:#26527F;
    background: -moz-linear-gradient(top,  #26527F 0%, #37699E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26527F), color-stop(100%,#37699E));
    background: -webkit-linear-gradient(top,#26527F 0%,#37699E 100%);
    background: -o-linear-gradient(top,#26527F 0%,#37699E 100%);
    background: -ms-linear-gradient(top,#26527F 0%,#37699E 100%);
    background: linear-gradient(top,#26527F 0%,#37699E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26527F',endColorstr='#37699E',GradientType=0s);
  border-radius:20px 20px 0px 0px;
  margin-bottom:1px;
  display:block;
  clear:both;
}

ul.tabs li a:hover {
  color: #ffffff;
  background:#326EB3;
  background: -moz-linear-gradient(top,  #326EB3 0%, #4784CF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#326EB3), color-stop(100%,#4784CF));
  background: -webkit-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -o-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: -ms-linear-gradient(top,#326EB3 0%,#4784CF 100%);
  background: linear-gradient(top,#326EB3 0%,#4784CF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326EB3',endColorstr='#4784CF',GradientType=0s);
  border-color: #0080FF #0080FF #0080FF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #0080FF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

html ul.tabs li.active /*, html ul.tabs li.active a:hover */ { /*--Makes sure that the active tab does not listen to the hover properties--*/
  background:#26527F;
  background: -moz-linear-gradient(top,  #26527F 0%, #37699E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26527F), color-stop(100%,#37699E));
  background: -webkit-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -o-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: -ms-linear-gradient(top,#26527F 0%,#37699E 100%);
  background: linear-gradient(top,#26527F 0%,#37699E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26527F',endColorstr='#37699E',GradientType=0s);
  border-color: #0000FF #0000FF #0000FF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid rgba(0,0,0,0);
  border-color: #0000FF;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

DIV.header
{
  font-weight: bold;
  font-size: 11pt;
  font-family: arial, tahoma;
  margin: 0;
  padding: 0;
  color: #000;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
  border-radius: 5px;
}

#status
{
  color: #fff;
  font-size: 20pt;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 4px;
}

g {
  fill: #ffffff;
}
h1 {
  font-size: 12pt;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  /*color: #ffffff;*/
}

a.dropdown-toggle {
    color: #ffffff;
}

a.dropdown-toggle:hover, a.dropdown-toggle:focus {
    color: red;
}

#bodyLogo, .bodyLogo {
  background-color: #2bace2;
}