/*
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.
*/


.securitas .PContentBorder
{
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    clear:left;
}

.securitas .PContent
{
    white-space:normal;
    background-color: white;
    overflow: auto;
	width: 100%;    
}

.securitas .PTitleContent
{
    padding-bottom:0px;
}


.portlet th, .portlet td, .portlet input {
    font-size: 8pt;
}

/*  end portlet decorator tigris additions  */

/* this was originally stored in the layout WHY?! */
/* TAB PANEL STYLES */

.layout-securitas div.tabpanel div.tab-row
{
  float:left;
  width:100%;
  line-height:normal;
}

.layout-securitas div.tabpanel div.tab-row ul
{
  margin:0;
  list-style:none;
}
  
.layout-securitas div.tabpanel div.tab-row li
{
  float:left;
  padding-right:3px;
}
  
.layout-securitas div.tabpanel div.tab-row a
{
  display:block;
  border-bottom:2px solid #ccc;
  padding:3px;
  text-decoration:none;
  font-size: 11px;
  color: #666666; 
  white-space:nowrap;
}
  
.layout-securitas div.tabpanel div.tab-row a:hover
{
  color:#333;
}
  
.layout-securitas div.tabpanel div.tab-row li.selected
{
}
  
.layout-securitas div.tabpanel div.tab-row li.selected a
{
  border-bottom:2px solid #05549c;
  	background:#EEF0F0;
  color:#333;
}

.portlet-action {
 font-family:verdana;
}

/* wicket styling */
/*
.securitas .j2admin-datatable{width: 100%;}
.securitas .j2admin-datatable-checkbox{width: 20px}
.securitas .j2admin-datatable td{text-align: left; font-size: small;}
*/
