/*
* Licensed to the Apache Software Foundation (ASF) under one or more
*  contributor license agreements.  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.  For additional information regarding
* copyright in this work, please see the NOTICE file in the top level
* directory of this distribution.
*/
/* ======================================================================
layout.css: Base CSS layout for Roller's web UI (position and sizing only)
====================================================================== */

#banner {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.bannerBox {
    width: 100%;
}
.bannerStatusBox {
	margin-top:1px;
    width: 100%;
}
.sidebarBodyHead {
    height: 25px;
}
.searchSidebarHead {
   height: 5px;
}
.searchSidebarBody {
   margin: 0px 0px 0px 0px;
}
.searchSidebarBody input {
   margin: 5px;
}
#menu {
    padding: 0px 10px 0px 10px;
}
#content {
}
/*  
    NOTE: these wrap divs are kinda lame, however they are necessary.
    the problem is that when 2 divs are floated side-by-side then the
    calculation of their widths does not include padding or margins.

    so without the wrap divs then putting a margin or padding value in any
    of the XXXcontent divs forces the width calculation to be > 100% and 
    the divs don't fit next to each other anymore :(

    to get around this we put a XXXcontent_wrap around the XXXcontent divs
    to do the float and set the width.  margin, padding, borders, etc
    should be applied directly to the XXXcontent div.
*/
#centercontent_wrap {
    float: left;
    display: inline;
}
#centercontent {
    margin: 10px 0 10px 10px;
}
#rightcontent_wrap {
    float: right;
    display: inline;
}
#rightcontent {
    margin: 10px;
}
#leftcontent_wrap {
    float: left;
    display: inline;
    padding-left: 5px;
}
#leftcontent {
    margin: 10px;
}
#footer {
    clear: both;
    padding: 15px 0px 15px 0px;
    font-size: smaller;
    text-align: center;
}
.prop {
    height: 300px;
    float: right;
    width: 1px;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.xx{
	width:500px;
	clear:both;
}
.xx_left{
	width:80px;
	float:left;
	margin-right:5px;
	padding-bottom:0 0 8px 0;
}
.xx_left ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.xx_left li{
	width:80px;
	line-height:26px;
	text-align:right;
}
.xx_right{
	width:400px;
	float:left;
}
.xx_right ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.xx_right li{
	width:400px;
	line-height:26px;
	text-align:left;
}
.xx_xiugai{
	width:50px;
	clear:both;
	border:1px solid #ECEAEA;
	padding:0px 5px;
	margin:0px 0 3px 90px;
	letter-spacing: 3px;
	text-align:center;
	background:#f4f4f4;
}
.lishi{
	width:520px;
	clear:both;
	height:30px;
	padding:0;
}
.lishi_left{
	width:120px;
	float:left;
	line-height:22px;
	text-align:right;
	padding:0;
}
.lishi_right{
	width:380px;
	float:right;
	text-align:left;
	padding:0;
}
.tj{
	clear:both;
	margin:0px 0 3px 90px;
	letter-spacing: 3px;
}
.asd{
	font-size:12px;
	float:right;
	color:#cbd5e1;
}
.asd_1{
	font-size: 20px;
	font-weight: bold;
	padding-bottom:15px;
	float:left;
	color: #e77100;
}
.asd_2{
	color:#adbdd1;
}
.small{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52829c;
	padding-bottom:30px;
	line-height:32px;
}
