﻿body
{
}

.none
{
    display: none;
}

.form
{
   border-top: 1px solid #388abd;
   background: #ECF5FF;
   background: -webkit-gradient(linear, left top, left bottom, from(#c2ecff), to(#ffffff));
   background: -webkit-linear-gradient(top, #c2ecff, #ffffff);
   background: -moz-linear-gradient(top, #c2ecff, #ffffff);
   background: -ms-linear-gradient(top, #c2ecff, #ffffff);
   background: -o-linear-gradient(top, #c2ecff, #ffffff);
    border-color: #87898C; /* 055DA8 */
    border-width: 1px;
    border-style: solid;
    border-top-style: none;
    clear: both;
    display: block;
    margin-bottom: 5%;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.form .standard
{
   background: #FFFFFF;
    
}
.header
{
   border-top: 1px solid #388abd;
   background: #60cdfc;
   background: -webkit-gradient(linear, left top, left bottom, from(#00a6ff), to(#60cdfc));
   background: -webkit-linear-gradient(top, #00a6ff, #60cdfc);
   background: -moz-linear-gradient(top, #00a6ff, #60cdfc);
   background: -ms-linear-gradient(top, #00a6ff, #60cdfc);
   background: -o-linear-gradient(top, #00a6ff, #60cdfc);
    color: White;
    font-size: larger;
    font-weight:bold;
    padding-bottom: .2em;
    margin-bottom: 1.5%;
    text-align: left;
    text-indent: 2%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.pointer {
    cursor: pointer;
}

.form .thin
{
    width: 44%;
    position: relative;
    z-index: 1;
}
.form .thinner
{
    width: 24%;
    position: relative;
    z-index: 1;
}
.form .wide
{
    width: 100%;
    position: relative;
    z-index: 1;
}
.form .wider
{
    width: 115%;
    position: relative;
    z-index: 1;
}

.formwide
{
    width:120%;
    border-top: 1px solid #388abd;
    background: #ECF5FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2ecff), to(#ffffff));
    background: -webkit-linear-gradient(top, #c2ecff, #ffffff);
    background: -moz-linear-gradient(top, #c2ecff, #ffffff);
    background: -ms-linear-gradient(top, #c2ecff, #ffffff);
    background: -o-linear-gradient(top, #c2ecff, #ffffff);
    border-color: #87898C; /* 055DA8 */
    border-width: 1px;
    border-style: solid;
    border-top-style: none;
    clear: both;
    display: block;
    margin-bottom: 5%;
    overflow: visible;
    position:static;
    z-index: 1;
}

.formverywide
{
    width:150%;
    border-top: 1px solid #388abd;
    background: #ECF5FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2ecff), to(#ffffff));
    background: -webkit-linear-gradient(top, #c2ecff, #ffffff);
    background: -moz-linear-gradient(top, #c2ecff, #ffffff);
    background: -ms-linear-gradient(top, #c2ecff, #ffffff);
    background: -o-linear-gradient(top, #c2ecff, #ffffff);
    border-color: #87898C; /* 055DA8 */
    border-width: 1px;
    border-style: solid;
    border-top-style: none;
    clear: both;
    display: block;
    margin-bottom: 5%;
    overflow: visible;
    position:static;
    z-index: 1;
}
.row
{
    background-color: Transparent;
    clear: both;
    min-height: 22px;
    position: relative;
    z-index: 1;
    padding-top: .2em;
    padding-bottom: .2em;
    
}

.thinrow
{
    background-color: Transparent;
    clear: both;
    min-height: 5px;
    position: relative;
    z-index: 1;
    padding-top: .1em;
    padding-bottom: .1em;
}

.twoCol1
{
    clear: left;
    float: left;
    margin-right: 2%;
    text-align: right;
    width: 45%;
    position: relative;
    z-index: 1;
}

.twoCol2
{
    float: left;
    text-align: left;
    width: 50%;
    position: relative;
    z-index: 1;
    
}

.twoColWeightedRight1
{
    clear: left;
    float: left;
    margin-right: 2%;
    text-align: right;
    width: 30%;
    position: relative;
    z-index: 1;
}

.twoColWeightedRight2
{
    float: left;
    text-align: left;
    width: 65%;
    position: relative;
    z-index: 1;
    
}
.calRow
{
    background-color: Transparent;
    clear: both;
    min-height: 210px;
    position: relative;
    z-index: 1;
    padding-top: .2em;
    padding-bottom: .5em;
    text-align:center;  
    
}
.calCol1
{
    clear: left;
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 45%;
    position: relative;
    z-index: 1;
    margin-left:5%;    
}
.calCol2
{
    float: left;
    text-align: center;
    width: 45%;
    position: relative;
    z-index: 1;    
}

.threeCol1
{
    clear: left;
    float: left;
    margin-right: 2%;
    text-align: right;
    width: 30%;
    position: relative;
    z-index: 1;
}
.threeCol2
{
    float: left;
    text-align: left;
    width: 50%;
    position: relative;
    z-index: 1;
}
.threeCol3
{
    float: left;
    text-align: left;
    width: 15%;
    position: relative;
    z-index: 1;
}


.content
{
    clear: both;
    width: 100%;
    position: relative;
    z-index: 1;
}
.contentHeader
{
    background-color: #6698FF;
    color: White;
    font-size: x-large;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: .25em;
    padding-bottom: .3em;
    margin-bottom: 1.5%;
    text-align: left;
    text-indent: 2%;
    width: 98%;
    position: relative;
    z-index: 1;
}

.left
{
    clear: left;
    float: left;
    margin-right: 5%;
    margin-left: 3%;
    position: relative;
    width: 45%;
    z-index: 1;
}
.right
{
    float: left;
    width: 45%;
    position: relative;
    z-index: 1;
}
.center
{
    clear: both;
    padding-left: 20%;
    padding-right: 20%;
    position: relative;
    z-index: 1;
	top: -2px;
	left: 9px;
}
.centerThin
{
    clear: both;
    padding-left: 30%;
    padding-right: 30%;
    position: relative;
    z-index: 1;
}
.centerWide
{
    clear: both;
    padding-left: 15%;
    padding-right: 15%;   
    position: relative;
    z-index: 1;
}
.centerVeryWide
{
    clear: both;
    padding-left: 10%;
    padding-right: 10%;   
    position: relative;
    z-index: 1;
}
.centerWidest
{
    clear: both;
    padding-left: 1%;
    padding-right: 1%;   
    position: relative;
    z-index: 1;
}
.messages {
    color:red;
}
.timeControl {
    float: left; 
    width: 50%;
}
.stickerList {
    list-style-type: none; 
    padding: 0px;
}
.stickerList div li {
    height: 38px; 
    border: 1px solid black; 
    margin-bottom: 2px; 
    padding-bottom: 3px;
}
.stickerListIstems {
    margin-left: 18%;
}
.timestamp {
      float: left;
    font-size: 8pt;
    margin: 0 4px 0 0;
    width: 60px;
}