﻿.Calibri {
    font-family: Calibri;
    font-size: 11pt;
}


.Body {
    background-color: White;
}


.DivCenter {
    margin-top: 500px;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.PnlForm{
    border-width:2;
    border-color:White;
    border-style:solid;
    background-color:White;
}

.CellRight{
    width:50%;
    text-align:right;
}

.Center{
    text-align:center;
}

.DolphinFastFood_BackColor {
    background-color:#424242;
}

.DolphinFastFood_Center{
    text-align:center;
    background-color:White;
}

.DolphinFastFood_Font{
    /*color: White;*/
    color:Black;
    font-size:large;
    font-family:Helvetica;
}

.DolphinFastFood_HiddenForeColor {
    color: #424242;
}

.DolphinStaffing_BackColor {
    background-color: #6699cc;
}

.DolphinStaffing_Center{
    text-align:center;
    background-color:#99ccff;
}

.DolphinStaffing_Font{
    /*color: White;*/
    color:Black;
    font-size:large;
    font-family:Helvetica;
}

.DolphinStaffing_HiddenForeColor {
    color: #6699cc;
}

.IndustrialStaffing_BackColor {
    background-color: #669900;
}

.IndustrialStaffing_Center{
    text-align:center;
    background-color:#669900;
}

.IndustrialStaffing_Font{
    color: White;
    font-size:large;
}

.IndustrialStaffing_HiddenForeColor {
    color: #669900;
}

.CodeBlu_BackColor {
    background-color: White;
    /*background-color: #336699;*/ /*blue*/
    /*background-color: #999999;*/ /*CodeBlu gray*/
}

.CodeBlu_Center{
    text-align:center;
    background-color:White;
}

.CodeBlu_Font{
    color: Black;
    /*color: White;*/
    font-size:large;
}

.CodeBlu_HiddenForeColor {
     background-color: White;
    /*background-color: #336699;*/ /*blue*/
    /*background-color: #999999;*/ /*CodeBlu gray*/
}

.visible { 
    visibility:visible;
}

.invisible { 
    display:none;
}

.TableCell_Left{
    width: 50%;
    color:Black;
    font-size:medium;
    font-family:Helvetica;
}

.TableCell_Center{
    width: 50%;
    color:Black;
    font-size:medium;
    font-family:Helvetica;
}

.TableCell_Right{
    display:none;
    color:Black;
    font-size:medium;
    font-family:Helvetica;
}

.ModalWindow{
  border: solid1px#c0c0c0;
  background-color:Silver;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

.modalBackground
{
	background-color:Black;
	filter:alpha(opacity=70);
}

.WhiteBorder_Invisible{
  border-style:solid;
  border-color:Black;
  border-width:medium;
  background-color:White;
  display:none;
}

.WhiteBorder{
  border-style:solid;
  border-color:Black;
  border-width:medium;
  background-color:White;
}

.Center{
    margin-left: auto; 
    margin-right: auto;
}

.TableHeader{
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.DropDownList{
    padding: 0.5em;
}

.Instructions{
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: thin;
}