﻿/*** Inherits ***/

.divMasterTopBanner
{
  height:180px;
}

.divMasterBody
{
}

.divMasterBodyLeft
{
}

.divMasterBodyDetail
{
  position:relative;
  border: none;
}

.divMasterBodyRight
{
  position:absolute;
  left: 740px;
  border-left:solid 2px #ffffff;
  height:500px;
}
/*** Local ***/

.divErrorMessage
{
  position:relative;
  top:0px;
  right:0px;
  width:300px;
  max-height:150px;
  border: solid 1px #ffffff;
  background-color:#9CCFEF;
  color: #ffffff;
  font-weight:bold;
  text-align:center;
  padding: 10px 10px 5px 10px;
  cursor:pointer;
  z-index:999;
}
