/**
 * Copyright 2004-2012 The Kuali Foundation
 *
 * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
 *
 * 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.
 */

#banner {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#bannerTable {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#bannerTableLeft {
	padding-left:15px;
}

#bannerTableRight {
	text-align:right;
	padding-right:15px;
}

#bannerLeft {
	background-image: url('../images/kuali/header-background.png');
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs {
	background-color: #530003;
	background-image: none;
}

#breadcrumbs .xright {
	color: #A8A876;
	padding-top: 5px;
}

table.bodyTable th { #
	background-color: #878787;
}

#footer {
	padding: 10px;
	margin: 20px 0px 20px 0px;
	border-top: solid #696969 1px;
	color: #000;
}

#footer .xright a {
	display: none;
}

.section h3 {
	color: #fff;
	background-color: #696969;
	background-image: none;
}

a.poweredBy {
	text-align: center;
	display: block;
	border: 1px solid white;
	margin-left: 45px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
	width:35px;
}

a.poweredBy:hover {
	border: 1px solid #ccc;
}

img.poweredBy {
	border: 0px;
	margin: 0px;
}

#navcolumn {
	border: 1px solid white;
}