/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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 {
background-color:#FFFFFF;
font-family:Arial;
font-size:12px;
margin:0px 0px 0px 0px;
color: #4D4D4D;
background-image: url(../images/body_bg.jpg);
background-repeat: repeat-y;
}

/** 
  This white-space setting is VERY important as it keeps content from "spilling"
  outside of portlets.
  */

a:link, a:visited {
color:#4D4D4D;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

body.layout-condast
{
    margin: 0;
    padding: 0;
}

.headerSeparator{
width: 2px;
height: 16px;
background-color: #4D4D4D;
float: left;
margin-top: 8px;
margin-right:15px;

}

.headerMenu {
background-color:#D9D9D9;
height: 32px;

height: 32px;
float: left;

padding-right:15px;
margin: 0px 0px 0px 0px;
vertical-align: middle;

}

.headerMenuFirst {
background-color:#D9D9D9;
height: 32px;

float: left;
padding-left: 15px;
padding-right:10px;
vertical-align: middle;
border-left-width: 1px;
border-left-color: #FFFFFF;
border-left-style: solid;


}

.headerMenuSelected {
background-color:#B2B2B2;
height: 32px;
color:#FFFFFF;
float: left;
padding-left: 15px;
padding-right:10px;
vertical-align: middle;
line-height: 32px;
margin: 0px;
margin-right: 15px;
z-index: 3;
}

.headerMenuFirstSelected {
background-color:#B2B2B2;
height: 32px;
color:#FFFFFF;
float: left;
padding-left: 15px;
padding-right:10px;
vertical-align: middle;
line-height: 32px;
margin-right: 15px;
border-left-width: 1px;
border-left-color: #FFFFFF;
border-left-style: solid;
}

.sideLink {
	line-height: 32px;
}

.headerLink {
	line-height: 32px;
}

.layout-condast #breadcrumbs {
   
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: x-small;
    padding: 3px 160px;
    margin: 0px 0px;
    background-color:#FFD000;
    
}

.layout-condast #breadcrumbs a {
    text-decoration: none;
    color: #FFFFFF;
}


#portal-page-actions A img
{
   display: inline;   
}

#portal-page-actions
{
   display: inline;
   position: absolute;
   right: 5px;
}

.layout-condast .layout-edit-bar
{
  width: 100%;
  padding-top: 5px;
  font-size: 8pt;
  color: blue;
  overflow:hidden;
  clip:auto;
}

.layout-condast .layout-edit-bar label, 
.layout-condast .layout-edit-bar input, 
.layout-condast .layout-edit-bar select 
{
  font-size: 8pt;
  color: blue;
}

.layout-condast .layout-edit-bar input
{
  font-size: 8pt;
}

.layout-condast .layout-edit-bar-left
{
  display:inline;
  float:left;
}

.layout-condast .FolderList{
 color: #FFFFFF;
}

.layout-condast .LinkFolder{
 color: #FFFFFF;
}
.layout-condast .FolderList a:link a:visited{
 color: #FFFFFF;
}



.layout-condast .layout-edit-bar-right
{
  display:inline;
  float:right;
  padding-right: 5px;
}

.layout-condast .portlet-edit-bar select
{
  font-size: 8pt;
  color: blue;
}

.layout-condast .content {
margin-left:160px;
margin-right: 0px;
padding-top:15px;
padding-left:15px;
font-size:1.2em;
min-height:427px;
height:auto !important;
height:427px; /*fur IE*/


}

.layout-condast p {
padding:2px 2px 2px 2px;

}

.layout-condast .thebox{
position: relative;
width:100%;
background-color:#FFFFFF;
background-image: url(../images/body_bg.jpg);
background-repeat: repeat-y;

}
.layout-condast .logo{
color:#111;
position:relative;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:115px;
font-size:2.5em;
text-align:left;
background:url(../images/condast-head.jpg) no-repeat #FC7E16;
}

.layout-condast .logo a{
color:#000;
}

.layout-condast .headerSpacer{
position:relative;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 160px;
background-color:#D9D9D9;
height: 32px;
width: 161px;
float: left;
z-index: 5;
}

.layout-condast .header{
position:relative;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 160px;
text-align:left;
list-style-type:none;
font-size:1.2em;
background-color:#D9D9D9;
height: 32px;
border-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-width: 0px;
font-weight: 600;
list-style-type:none;

}


.layout-condast .header li{
color:#888;
display:inline;
padding:0px 10px 0px 10px;
}
.layout-condast .header li a{
color:#aaa;
text-decoration:none;
}
.layout-condast .header li a:hover{
color:#ccc;
text-decoration:none;
}

.layout-condast .footer{
background-image: url(../images/footer_bg.jpg);
background-repeat: repeat-y; 
background-color: #FFD000;
width: 100%;
height: 25px;
text-indent: 180px;
line-height: 25px;
vertical-align: middle;
margin-top: 0px;
padding: 0px;

}


.layout-condast .footer img{
position: absolute;
right: 5px;
}

.layout-condast .footer a{

}

.layout-condast .side{
background-color:#CCCCCC;
font-size:0.91em;
width:160px;
float: left;
}

.layout-condast .logoGray{
position: absolute;
left: 0px;
bottom: 35px;
background:url(../images/logo-grau.gif) no-repeat #D9D9D9;
height: 108px;
width:160px;
float: left;;


}

.layout-condast .side div a{
color:#555;
font-size:1.05em;
}

.LinkPageContainer {
text-align: right;
height: 32px;
background-color: #CCCCCC;
color: #4D4D4D;
padding: 0px 5px 0px 0px;
vertical-align: middle;
border-bottom-width: 1px;
border-color: #B2B2B2;
border-bottom-style: solid;
font-weight: 600;
}

.LinkPageContainerActive {
text-align: right;
height: 32px;
background-color: #FFFFFF;
color: #FC7E16;
padding: 0px 5px 0px 0px;
vertical-align: middle;
border-bottom-width: 1px;
border-color: #B2B2B2;
border-bottom-style: solid;
font-weight: 600;
}

.sideFolderContainerActive {
text-align: right;
height: 50px;
background-color: #FC7E16;
color: #FFFFFF;
padding: 0px 5px 0px 0px;
vertical-align: middle;
border-bottom-width: 1px;
border-color: #FFFFFF;
border-bottom-style: solid;
line-height: 50px;
font-weight: 600;
font-size:1.2em;
}

.layout-condast .LinkPageContainerActive .sideLink {
	color: #FC7E16;
}



.layout-condast h2{
font-size:1.4em;
color:#888;
}

.layout-condast h4{
font-size:1.1em;
}
