﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

.rt-placeholder, code {
    display: none;
}

.FirstAutomaticGreen {
	color: rgb(0,144,158);
}

.AqureBlue {
    color: rgb(23, 126, 179);
}

.BloodGasPurple {
    color: rgb(73, 61, 119);
}

.Brown {
    color: rgb(76, 0, 0);
}

.CorporateBlue {
    color: rgb(135, 148, 163);
}

.DarkTurquiose {
    color: rgb(8, 40, 56);
}

.Grey {
    color: rgb(128, 130, 133);
}

.HemocueRed {
    color: rgb(166, 25, 46);
}

.ImmunoassayOrange {
    color: rgb(250, 145, 25);
}

.LightBrown {
    color: rgb(233, 228, 214);
}

.LightTurquiose {
    color: rgb(33, 68, 83);
}

.LiveYellow {
    color: rgb(255, 195, 0);
}

.QCGreen {
    color: rgb(101, 146, 65);
}

.SamplersRed {
    color: rgb(149, 41, 48);
}

.Sepsis {
    color: rgb(238, 49, 36);
}

.TCBlue {
    color: rgb(170, 203, 226);
}

.MyRadiometerYellow {
    color: rgb(90,157,185);
}

.White {
    color: rgb(255, 255, 255);
}