/* Global container styles */
.Containers
{
  height: auto;  
}

/* This makes the SolPartMenu arrow sit to the left of the title properly */
.Containers .Menu SPAN
{
  width: 20px;
  padding-top: 4px;
}

.Containers .ActionButtons
{
  
  text-align: right;
}


/*  Container: Narrow Styles */
.Containers .Narrow
{
  width: 100%; 
  height: auto; 
}


.Containers .Narrow .Heading
{
}

.Containers .Narrow .Title
{
}

.Containers .Narrow .Menu
{
   
}

.Containers .Narrow .Body
{
}

.Containers .Narrow .Body .Normal
{
  font-size: 8pt;
}

.Containers .Narrow .Body P
{
  margin-top: 0px; 
  margin-bottom: 0px
}

/*  Container: Panel Styles */
.Containers .Panel 
{
  height: auto
}

.Containers .Panel .Heading
{
  background-color: green;
  text-align: center;
  width: 100%;
}

.Containers .Panel .Head
{
  color: white;  
}

.Containers .Panel .Title
{
  background-color: green;
}

.Containers .Panel .Menu
{
  background-color: green;
}

.Containers .Panel .Body
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*  Container: SideBar Styles */
.Containers .SideBar
{
  height: auto;
  background-color: #A0B9D2;
  width: 100%;
  border-top: 3px solid #494848;
  border-bottom: 3px solid #494848;
  margin-top: 5px;
  padding-top: 2px;
  margin-bottom: 5px;
  text-align: center;
  margin-right: 4px;
}

.Containers .SideBar .Heading
{
  text-align: center;
  
}

.Containers .SideBar .Title .Head
{
  font-weight: bold;
  font-size: 10pt;  
  font-family: Verdana, Arial;
  margin-bottom: 4px;
}

.Containers .SideBar .Menu
{
  width: 20px;
  float: right;
}

.Containers .SideBar .Body
{
  clear: both;
  padding-left: 4px;
  padding-right: 4px;
}

.Containers .Sidebar .Body .Normal
{
  font-size: 8pt;
}

/*  Container: Content Styles */
.Containers .Content
{
  height: auto
}

.Containers .Content .Heading
{
}

.Containers .Content .Title
{
}

.Containers .Content .Menu
{
}

.Containers .Content .Body
{
}

.Containers .Content .Body P
{
  margin-top: 0px;
  margin-bottom: 8px;
}

.Containers .Content .CommandButton
{
  margin-top: 10px;
}

/*  Container: Plain Styles */
.Containers .Plain
{
  height: auto
}

.Containers .Plain .Heading
{
}

.Containers .Plain .Title
{
}

.Containers .Plain .Menu
{
}

.Containers .Plain .Body
{
}

.Containers .Plain .Body P
{
  margin-top: 0px;
  margin-bottom: 8px;
}

/*  Container: ContentSolidBlue Styles */
.Containers .ContentSolidBlue
{
  height: auto;
  background-color: #BBE0E3;  
  margin-bottom: 5px;
}

.Containers .ContentSolidBlue .Icon
{
  background-color: #BBE0E3;  
}

.Containers .ContentSolidBlue .ActionButtons
{
  background-color: #BBE0E3;  
}


.Containers .ContentSolidBlue .Heading
{
  background-color: #BBE0E3;
  border: 6px solid #BBE0E3;
}

.Containers .ContentSolidBlue .Title
{
  background-color: #BBE0E3;
}

.Containers .ContentSolidBlue .Menu
{
}

.Containers .ContentSolidBlue .Body
{
  background-color: #BBE0E3;
  width: 100%;
}

.Containers .ContentSolidBlue .Body TABLE
{
  background-color: #BBE0E3;  
}

.Containers .ContentSolidBlue .Body P
{
  margin-top: 0px;
  margin-bottom: 8px;
}

.Containers .ContentSolidBlue .CommandButton
{
  margin-top: 10px;
}

/*  Container: Highlight Styles */
.Containers .Highlight
{
  height: auto
}

.Containers .Highlight .Heading .Head
{
  font-size: 10pt;
}

.Containers .Highlight .Title
{
}

.Containers .Highlight .Menu
{
}

.Containers .Highlight .Body
{
}

.Containers .Highlight .Body .Normal
{
  font-size: 8pt;
}

.Containers .Highlight .Body P
{
  margin-top: 0px;
  margin-bottom: 8px;
}

.Containers .Highlight .Body A, .Containers .Highlight .Body A:hover, .Containers .Highlight .Body A:visited, .Containers .Highlight .Body A:link, .Containers .Highlight .Body A:active
{
  color: #333333;
}

.Containers .Highlight .CommandButton
{
  margin-top: 10px;
}

