/*
 *    WebLEAFTest, a web application to test and showcase the features of the
 *    WebLEAF framework.
 *    Copyright (C) 2008 Universidad de las Islas Baleares(UIB),
 *                       Cra. Valldemossa, km 7.5
 *                       07071 Palma de Mallorca(Illes Balears)
 *                       Espaņa
 *    This software is the confidential intellectual property of
 *    the UIB; it is copyrighted and licensed, not sold.
 *    This program is free software; you can redistribute it and/or modify
 *    it under the terms of the GNU Lesser General Public License as published by
 *    the Free Software Foundation; either version 2.1 of the License, or
 *    (at your option) any later version.
 *
 *    This program is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU Lesser General Public License for more details.
 *
 *    You should have received a copy of the GNU Lesser General Public License
 *    along with this program; if not, write to the Free Software
 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
#bd {
	padding-top: 0px;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

.yui-b {
	margin-top: 0;
}

.yui-b H1 {
	margin: 0;
}

#yui-main .yui-b {
	padding-top: 1em;
	padding-left: 1em;
}

UL#options-menu A {
	
}

UL#options-menu {
	color: white;
	background: #17a;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font: normal 1em Verdana, sans-serif;
}

UL#options-menu UL {
	margin: 0;
	padding: 0;
}

UL#options-menu UL {
	list-style: none;
	border-bottom: 1px solid #92BD8D;
	margin: 0;
	display: none;
}

UL#options-menu UL.current {
	display: block;
}

UL#options-menu li a {
	display: block;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #72A96B;
	border-bottom-color: #314D2D;
	border-left: 10px solid #4A7745;
	border-right: 10px solid #629D5B;
	background-color: #4F7E49;
	color: #fff;
	text-decoration: none;
}

html>body UL#options-menu li a {
	width: auto;
}

UL#options-menu li a:hover,UL#options-menu a.current {
	border-left: 10px solid #54864E;
	border-right: 10px solid #77AC70;
	background-color: #5B9154;
	color: #fff;
}

UL#options-menu li li {
	border-top: 1px solid #92BD8D;
	border-bottom: 0;
	margin: 0;
}

UL#options-menu li li a {
	display: block;
	padding: 5px 5px 5px 15px;
	border-left: 10px solid #4A7745;
	border-right: 10px solid #629D5B;
	background-color: #77AC70;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

fieldset {
	width: 25em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #4A7745;
	padding: 15px;
}

.fullRow {
	margin-bottom: 1em;
	text-align: center;
}

.formRow {
	width: 100%;
	float: left;
	display: inline;
	padding-top: 4px;
}

.label {
	width: 30%;
	float: left;
	display: inline;
}

.field {
	width: 69%;
	float: left;
	display: inline;
}

.buttonBar {
	margin-top: 0.5em;
}

input#Modify,input#Create {
	float: left;
}

input#Remove {
	float: right;
}

.ext-mb-download {
	background-image: url(shared/download.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 46px;
}

.add {
	background-image: url(shared/icons/fam/add.gif) !important;
}

.remove {
	background-image: url(shared/icons/fam/delete.gif) !important;
}

.save {
	background-image: url(shared/icons/save.gif) !important;
}

#loading-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: white;
	background-image: url('images/default/shared/blue-loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity =       75);
	opacity: .75
}

#introTest {
	padding: 1em;
	font-family: Verdana;
	font-size: 0.9em;
}

H1 {
	text-align: center;
	border-bottom: 1px solid #629D5B;
	padding-bottom: 2px !important;
	margin-bottom: 10px !important;
}

form#itemSelect select {
	border: 1px solid #629D5B;
}

form#itemForm div.field input,form#itemForm div.field textarea {
	width: 14em;
	padding: 2px;
	border: 1px solid #629D5B;
}

form#itemForm .buttonBar input {
	border: 3px outset #4A7745;
}

#ft {
	background-image: url('footer_bg.gif');
	background-repeat: repeat-x;
	height: 38px;
	text-align: right;
	color: #FFF;
	padding-top: 12px;
	padding-right: 5px;
	font-size: 0.9em;
}

#hd {
	background-image: url('header_bg.gif');
	background-repeat: repeat-x;
	height: 110px;
}

#hd_logo {
	background-image: url('header_logo.gif');
	background-repeat: no-repeat;
	height: 110px;
}

