/*
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;
    background: #666666;
    color: #000;

}

a:link, a:visited
{
    color: #3B3B3B;
}

a:hover
{
    color: #f30 !important;
}

body.layout-jscookmenu
{
    margin: 0;
    padding: 0;
}

.layout-jscookmenu #banner
{
    font-size: 10pt;
    margin: 0;
    text-align:center;
}

.layout-jscookmenu #banner h1
{
    font-size: 1.25em;
    margin: 0;
    text-align:center;
}

.layout-jscookmenu #breadcrumbs
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #666666;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: x-small;
    padding: 2px 8px;
    color: #FFFFFF;
}

.layout-jscookmenu #breadcrumbs a
{
    text-decoration: none;
    color:  white;
}

.layout-jscookmenu #tophorizontalmenu
{

    background: #6699CC;
    color: #000;
    border-top: 1px solid #000000;

}

.layout-jscookmenu #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-jscookmenu .layout-edit-bar
{
  width: 100%;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 3px;
  clip:auto;
  font-size: 6pt;
}

.layout-jscookmenu .layout-edit-bar label, 

.layout-jscookmenu .layout-edit-bar input {
  font-size: 8pt;
}

.layout-jscookmenu .layout-edit-bar select 
{
  font-size: 8pt;
  color: blue;
}

.layout-jscookmenu .layout-edit-bar label
{
  padding-left: 9px;
}

.layout-jscookmenu .layout-edit-bar-left
{
  display:inline;
  float:left;
}

.layout-jscookmenu .layout-edit-bar-right
{
  display:inline;
  float:right;
  padding-right: 5px;
}

.layout-jscookmenu .portlet-edit-bar select
{
  font-size: 7pt;
  color: blue;
}

.layout-jscookmenu #container{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    background-color: WHITE;
    border: 1px solid #000000;
}

.layout-jscookmenu #footer{
    height: 1px;
    margin: 10 0 10 10;
    padding: 2px;
}

