﻿body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.pageHeader {
    height: 30px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 20;
    min-width: 710px;
    font-weight: bold;
    font-size: 1.3em;
        /*background: #f6a828 url("/Apollo/Scripts/jquery-ui-1.11.4/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50%;*/
       background: #3a8104 url("/Apollo/Scripts/jquery-ui-1.11.4/images/ui-bg_highlight-soft_33_3a8104_1x100.png") 50% 50% repeat-x;

        /*border: 1px solid #f7a929;*/
          border: 1px solid #3f7506;
        line-height: 30px;
        color: white;
    }

.pageContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
}


.frameContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
}

.frameContainer .frame {
  height: 100%;
  float: left;
  margin-top: -10px;
}

.dragHelper {
    background-color: orange;
    border: 1px solid black;
    font-size: 1.4em;
}

.dragging {
    /*display: none;*/
}

.dragHelper span {
    font-size: 1.1em;
    display: block;
    border-bottom: 1px solid white;
}

.dragHelper div div {
    color: white;
    height: 30px;
    line-height: 30px;
}

.dragHelper em {
    display: block;
    margin-left: 16px;
}

