/*
Copyright 2005 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

@import url("../../css/portal-standard.css");

body
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding: 1em;
/**  Change Hex Color for page color outside of dashboard page #1 on screen capture 3-09-08 rlm   */
    background: #3B3B3B;
    color: #000;
/**  added line 1-12-08 rlm   */
    white-space: normal;

}

/** 
  This white-space setting is VERY important as it keeps content from "spilling"
  outside of portlets.
 added this block 1-12-08 rlm
  */

td,
th
{
  white-space: normal;
}

th
{
  font-size: 12pt;
}

a:link, a:visited
{
    color: #3B3B3B;
}

a:hover
{
    color: #f30 !important;
}

body.layout-DashNoLever
{
    margin: 0;
    padding: 0;
}

.layout-DashNoLever #banner
{
    font-size: 10pt;
    margin: 0;
}

.layout-DashNoLever #banner h1
{
    font-size: 1.25em;
    margin: 0;
}

.layout-DashNoLever #breadcrumbs
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
/**  Change Hex Color for page color outside of dashboard page #1 on screen capture 3-09-08 rlm   */
    background-color: #3B3B3B;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: x-small;
    padding: 2px 8px;
    color: #FFFFFF;
}

.layout-DashNoLever #breadcrumbs a
{
    text-decoration: none;
    color:  white;
}

.layout-DashNoLever #tophorizontalmenu
{

    background: #1EB34F;
    color: #000;
    border-top: 1px solid #000000;

}

.layout-DashNoLever #leftverticalmenu
{
}

.Link
{
}

.LinkFolder
{
}

.LinkPage
{
}

.FolderList
{
}

.PageTitle
{
}

#portal-page-actions A img
{
   display: inline;  

}

#portal-page-actions
{
   float:right;
   padding-left: 2px;
   position: relative;
   top: -12px;
}

.layout-DashNoLever .layout-edit-bar
{
  width: 100%;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 3px;
  clip:auto;
  font-size: 6pt;
}

.layout-DashNoLever .layout-edit-bar label, 

.layout-DashNoLever .layout-edit-bar input {
  font-size: 8pt;
}

.layout-DashNoLever .layout-edit-bar select 
{
  font-size: 8pt;
  color: blue;
}

.layout-DashNoLever .layout-edit-bar label
{
  padding-left: 9px;
}

.layout-DashNoLever .layout-edit-bar-left
{
  display:inline;
  float:left;
}

.layout-DashNoLever .layout-edit-bar-right
{
  display:inline;
  float:right;
  padding-right: 5px;
}

.layout-DashNoLever .portlet-edit-bar select
{
  font-size: 7pt;
  color: blue;
}

.layout-DashNoLever #container{
/**  Change width for dashboard page #6 on screen capture 3-09-08 rlm   */
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
/**  Change Color - add Hex for dashboard page #6 on screen capture 3-09-08 rlm   */
    background-color: WHITE;
    border: 1px solid #000000;
}


.layout-DashNoLever #footer{
    height: 1px;
    margin: 10 0 10 10;
    padding: 2px;
}


.layout-DashNoLever #levers{
    font-size: 8pt;
	padding-top: 10px;
	padding-left: 10px;

}

