html { 
}
body {
  /* Resetting the default styles of the page */
  margin:0;
  padding:0;
  /* Setting default text color, background and a font stack */
  background: url(../images/qtm_blend.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #999;
  line-height: 1.4em;
}

body, td {
  font-size: 12px;
  color:#666;
  font-family: Tahoma, Geneva, Arial, sans-serif;
}

a, a:visited {
  color: #900;
  text-decoration:none;
  outline:none;
}

a:hover{
  text-decoration:underline;
}

a img{
  border:none;
}
h1 {
  background-color: #F8F8F8;
  font-size: 32px;
  line-height: 1.35;
  margin-bottom: 30px;
  padding: 30px 0 60px;
  text-align: center;
  text-shadow: 0 1px 1px white;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.20;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

h1, h2, h3 {
  font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
  color: #09C;
  margin: 4px;
  font-weight: bold;
}

.bigblue {
  font-size: 16px;
  font-weight: normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #09C;
  padding: 4px;
}

th, .tab {
  /* background: url(../images/tbl_header.jpg) center repeat-x #000; */
  background: -webkit-linear-gradient(#DDD, #CCC); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#DDD, #CCC); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#DDD, #CCC); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#DDD, #CCC); /* Standard syntax */
  padding: 4px;
  color: #FFF;
  font-weight: bold;
}
th a, .tab a {
  color: #666;
}

#main {
  background: #FFF;
  padding: 10px;
  width: 96%;
  max-width: 1000px;
  min-width: 600px;
  border-top: #06C 3px solid;
  border-bottom: #06C 3px solid;
}

#login-main {
  background: #FFF;
  padding: 10px;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
  width: 96%;
  max-width: 400px;
}

#top {
  padding: 6px;
  height: 48px;
  width: 96%;
  max-width: 1000px;
  min-width: 600px;
}

#footer {
  width: 96%;
  max-width: 1000px;	
  min-width: 600px;
}

.main-nav,
.main-subnav {
  font-weight: 600;
  color: #AAA;
  background: url(../images/overlay.png);
  width: 96%;
  max-width: 1000px;
  min-width: 600px;
  z-index:999;
}
.main-nav {
  background: url(../images/overlay.png);
  background-color: rgba(3,3,3,.3); // Tint color
  background-blend-mode: multiply;
  
}
.main-nav a,
.main-subnav a {
  color: #DDD;
  text-decoration: none;
  display: block;
  padding: 12px;
}
.main-subnav a {
  padding: 8px;
}
.main-nav a:hover,
.main-subnav a:hover {
  color: #FFF;
}
.main-nav td:hover,
.main-subnav td:hover {
  background:#333;
}
.main-nav span,
.main-subnav span {
  position:relative;
  float: right;
}

#profile-box {
  color: #333;
  font-size: 11px;
}
#profile-box td {
  color: #333;
  font-size: 11px;
}
#profile-box td a {
  color: #000;
  font-size: 11px;
}

#left {
  background: #EEE;
  width: 160px;
}
#left td a, .linkspane a, .inactivelink {
  display: block;
  padding: 4px;
}
#left td a:hover, .linkspane a:hover {
  background-color: #e3e3e3;
  padding-left: 7px;
  transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}

#titlebar {
  color: #900;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
  text-transform: capitalize;
}
#notifications {
  padding: 3px;
  background:	#FC6;
  color: #000;
  display: none;
  margin: 0 auto;
  width: 95%;
  max-width: 996px;
  min-width: 600px;
}
#notifications .note, .redbubble {
  padding: 2px;
  background: #900;
  color: #FFF;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  margin: 1px;
}
#notifications .note span, .redbubble span {
  font-weight: bold;
}
.note {
  font-size:11px;
}
a.note {
  color: #FFF;
}
.cal-line {
  height: 16px;
  width: 11px;
  display: inline-block;
  margin: 0px;
  margin-right: 1px;
}
.free {
  background: #CCC;
}
.busy {
  background: #FC0;
}
.multibook {
  background: #900;
}

.redtext, .red {
  color: #F00;
}
.block {
  display: block;
}
.grey {
  color: #999;
}
.pull-right{float:right!important}
.pull-left{float:left!important}
.blinkrow:hover {
  background-color: #EEE;
  display:table-row;
}
.blinkrow {
  background-color: #FFFFFF;
}
input, textarea {
  color: #000;
}
input[type=text], input[type=number], input[type=date], input[type=email], input[type=password], select, textarea {
  padding: 4px;
  font-size: 12px;
  outline: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border:1px solid rgba(0,0,0, 0.2);
  font-family: Tahoma, Geneva, Arial, sans-serif;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border:1px solid rgba(0, 0, 0, 0.8); 
}
input[type=button], input[type=submit], .bluebutton1, button {
  background: #069;
  padding: 6px;
  color: #FFF;
  border:0px solid rgba(0, 0, 0, 0.8); 
  margin-bottom: 1px;
  font-family: Tahoma, Geneva, Arial, sans-serif;
}
input[type=reset] {
  background: #F90;
  padding: 6px;
  color: #000;
  border:0px solid rgba(0, 0, 0, 0.3);  
}
input[type=button]:hover, input[type=submit]:hover, .bluebutton1:hover, button:hover {
  background: #09C;
}
input[type=reset]:hover {
  background: #FC0; 
}
input.labelHighlight { color: #999; }
legend { color: #AAA; }
fieldset { border: 1px solid #AAA; margin-bottom: 5px; }

.bluebutton1:link, a:link .bluebutton1 {
  color: #FFF;
}
.bannerButton{
  padding: 2px;
}
.redButton  {
  background: #900;
  padding: 3px;
  color: #FFF; 
  margin: 2px;
  display: inline-block;
  font-size: 11px;
}
.redButton:hover {
  color: #FF6;
  text-decoration: none;
}
.encButton  {
  background: #EEE;
  padding: 3px;
  margin: 2px;
  display: inline-block;
  font-size: 11px;
}
.encButton:hover {
  color: #000;
  text-decoration: none;
}
#datatable, .bordered {
  border: 1px solid #DDD;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.copytext {
  font-size: 10px;
}
.inputtext {
  color: #000;
}
.toolbar {
  margin: 4px;
  margin-bottom: 7px;
}
#message {
  color: #F00;
  text-align: center;
}
.anylinkcss{
  position: absolute;
  visibility: hidden;
  line-height: 18px;
  z-index: 100;
  background-color: #333;
  width: 160px;
  color: #666666;
  font-size: 12px;
  font-family: Tahoma, Geneva, Arial, sans-serif;
}

.anylink:link, .anylink:visited{
  width: 100%;
  display: block;
  text-indent: 3px;
  padding: 2px 0;
  text-decoration: none;
  color: #DDDDDD;
}

.anylink:hover { /*hover background color*/
  background-color: #000;
  text-decoration: none;
  color: #FFFFFF;
}

.dashbar {
  border: #FFCC66 solid 1px; 
  background: url(../images/dashbar.jpg) repeat-x #FFFF66;
  height: 16px;
}

.dashbar_red {
  border: #FFCC66 solid 1px; 
  background: url(../images/dashbar_red.jpg) repeat-x #F00;
  height: 16px;
}

.dashbar_green {
  border: #FFCC66 solid 1px; 
  background: url(../images/dashbar_green.jpg) repeat-x #0C6;
  height: 16px;
}

.dashbar_off {
  background: url(../images/dashbar_off.jpg) repeat-x;
}
.hidden {
  display: none;
}
.pat-VIP, .pat-PRIVATE, .pat-PUBLIC, .pat-HMO , .pat-GENERAL, .pat-RTN {
  height: 4px;
  width: 100%;
  margin: 0px;
  margin-bottom: 3px;
}
.pat-VIP { background: #639; }
.pat-PRIVATE { background: #FC0; }
.pat-PUBLIC { background: #0F0; }
.pat-HMO { background: #F00; }
.pat-RTN { background: #09C; }
.pat-GENERAL, .pat- { background: #999; }

.pixcol {
  float: left;
  width: 184px; /*width of each menu column*/
  margin-right: 0px;
  margin-bottom: 5px;
  height: 140px;
  border: 1px solid #FFF;
  overflow: hidden;
  z-index: 0;
}
.pixcol img{
  width: 184px;
  height: 140px;
}
.faded {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
}
.nav-fixed {
  top: 0px;
  position: fixed;
  width: 100%;
}
.lineText, .lineText:link {
  max-width: 150px;
  max-height: 16px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.field {
  background: #F8F8F8;
}
#formsMenu {
  background-color: #999; 
  color: #FFF;
  padding: 3px;
}
#formsMenu a:link, #formsMenu a:visited {
  color: #FFF;
}
.column{
  float: left;
  width: 200px; /*width of each menu column*/
  margin-right: 1px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.strike {
  text-decoration: line-through;
  color: red; 
}
.strike td {
  color: #AAA; 
}
.fullwidth {
  width: 99%;
  margin: 0px;
}
.silver-grad {
  background: -webkit-linear-gradient(#EEE, #CCC); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#EEE, #CCC); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#EEE, #CCC); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#EEE, #CCC); /* Standard syntax */
}
.icon-wrapper{
  position:relative;
}
*.icon-white {color: #FFF}
.badge{
  background: #900;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 100%;
  position:absolute;
  top:-10px;
  right:-5px;
  padding:4px 8px;
}
@media print {
  #nav-wrapper, #nav-space, .noprint, #left, #message, .action, .faded, #profile-box {
    display: none;
  }
  #pane1, #pane2, #pane3, #pane4, #pane5, #pane6, #pane7, #pane8, #pane9, #pane10, #pane11, #pane12, #pane13, #pane14, #pane15, #pane16, #pane17, #pane18, #pane19, #pane20, #pane21, #pane22, #pane23, #pane24, #pane25, #pane26, #pane27, #pane28, #pane29, #pane30, #pane31, #pane32, #pane33, #pane34, #pane35 {
    display: block;
  }
  form {
    display: none;
  }
  .no-print, .action {
    display: none;
  }
  #main {
    border-top: #FFF 3px solid;
    border-bottom: #FFF 3px solid;
  }
}