body
{
    margin:0;
}

h1
{
    background-color:#54709a;
    color:White;
    border-bottom: 0px solid #888888;
    font-family: Tahoma, Arial, Sans-Serif;
    font-style: italic;
    padding:8px;
    margin:0;
    text-shadow: #000000 3px -2px 1px;
}

#menuHolder
{
    display:inline-block;
    position:absolute;
    width:185px;
    top:56px;
    bottom:0px;
    background:#DDDDDD;
}

#contentHolder
{
    display: block;
    width: calc(90% - 6px);
    max-width: 1100px;
    min-width: 800px;
    margin: 3px;
    margin-left: 6px;
    word-break: break-all;
}
#contentHolder2
{
    display:inline-block;
    width:800px;
    margin:1px;
    margin-left:6px;
}

#menuNav
{
    font-family:Helvetica, Arial, Sans-Serif;
    font-size:10pt; 
    line-height:25px;
    text-indent:10px;
    background:#DDDDDD;
    padding:10px;
}

#menuNav ul
{
    list-style-type:none; 
    padding-left:0;
    margin:0;
}

.menuGroup
{
    margin-bottom:10px;
    background:White;
    border: 1px solid #333344;
}

.menuGroup hr
{
    border:none;
    border-bottom:1px solid #9999BB;
}

.menuGroupTitle
{
    background: #666688;
    color: White;
    font-family: Tahoma, Arial, Sans-Serif;
    border-bottom: 1px solid #555555;
    font-weight: bold;
    font-size: 10pt;
    background-repeat: repeat-x;
}

.menuItem
{
    display:block;
    color:Black;
    border: 1px solid white;
    margin:5px;
    text-indent:5px;
}

.menuItem:hover
{
    color:Black;   
    background:#EEEEEE;
    border: 1px solid #AAAAAA;
}

.menuItem a
{
    color:Black;  
}

.plusButton
{
    float: right;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.plusButton:hover
{
    background:#DDDDDD;
}

.plusButton img
{
    margin-top:4px;
    border:0;
}

.printButton
{
    float: right;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.printButton:hover
{
    background:#DDDDDD;
}

.printButton img
{
    margin-top:4px;
    border:0;
}


.content
{
    border: 1px solid black;
    background: #EEE;
}

.subtitle, 
.subtitle2
{
    display:block;
    background:#54709a;
    color:White;
    margin:0;
    padding:8px;
    border-bottom:2px solid #1b365f;
    font-family: "Arial Black", Tahoma, Sans-Serif;
}

.subtitledetail
{
    color:Red;
    float:right;
    padding-right:8px;
}

.subtitle2
{
    padding-top:0px;
    padding-bottom:2px;
}

.buttongroup
{
    height:30px;
}

.button
{
    float:left;
    display:inline-block;
    padding-right:4px;
}

.buttonright
{
    display:inline-block;
    padding-left:4px;
    float:right;
}

.subcontent
{
    padding:8px;
}

.subcontent2
{
    border:1px solid black; 
    background: #dddddd;
    float:left; 
    margin-top:4px;
}

.detailbox
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size:9pt; 
    min-height:25px;
    width:100%;
    display:block;
   -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.detailrow
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size:9pt; 
}

.headerrow
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size:9pt; 
}

.third
{
    float:left;
    width:32%;
}

.half
{
    float:left;
    width:45%;
}

.leftcolumn
{
    width:45%;
    display:inline-block;
}

.rightcolumn
{
    width:45%;
    display:inline-block;
    float:right;
}

.rightthird
{
    float:right;
    width:32%;
}

.righttwothird
{
    float:right;
    width:62%;
}

.righthalf
{
    float:right;
    width:45%;
}

.searchcolumn
{
    float:left;
    width:30%;
}

.searchtext
{
    float:right;
    width:69%;
}

.searchlabel
{
    font-weight:bold;
    margin-right:10px;
}

.divider
{
    min-height:0;
}

.detaillabel
{
    float:left;
    width:110px;
    font-weight:bold;
    padding-left:5px;
}

.detaillabellong
{
    float:left;
    width:120px;
    font-weight:bold;
    padding-left:0px;
}

.detaillabelindent
{
    float:left;
    width:80px;
    font-weight:bold;
    padding-left:35px;
}

.detailvalue
{
    margin-left:120px;   
}

.searchvalue
{
    margin-left:80px;
}

.detailentry
{
    display:inline-table;
    width:100%;
}

.error
{
    color: Red;
}

.popupHolder
{
    text-align:center;
}
.popupPanel
{
    text-align:left;
    position:absolute;
    float:none;
    display:inline-block;
    background:#DDD;
    border:1px solid black;
    opacity:1;
    top:160px;
    left:140px;
}

.popupShadow
{
    position:absolute;
    float:none;
    display:inline-block;
    background:black;
    opacity:0.3;
    top:168px;
    left:148px;
}

#serverstatus
{
    background-color:#ea2c2c;
    color:White;
    border-bottom: 0px solid #888888;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    padding:0px;
    margin:0px;
    margin-left:6px;
    width:800px;
}

/* Remove today display because it's wrong */
.dxeCalendarToday
{
  padding: 4px 6px;
  border: 0;
}

.rightItem {
  float: right !important;
}

#menuContainer {
  width: 90%;
  max-width: 1106px;
  min-width: 806px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.datepicker {
  word-break: initial
}
