@import url("sigave.css");
/* @group YAML-OVERWRITE */

body {
	padding: 0;
	background-color: #fff;
}

#header {
	background-image: url(/img/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #003060;
	padding: 0;
	height: 200px;
}

#header span {
	color: #eee;
}

#header #img1 {
	background: transparent url(../images/wwf_logo.png) no-repeat;
	height: 118px;
	position: absolute;
	left: 40px;
	font-size: 20px;
	padding-left: 70px;
	padding-top: 85px;
	font-style: italic;
}

#header #img2 {
	background: transparent url(/img/engrane.gif) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0;
	height: 100%;
	width: 1000px;
}

#topnav, #footer {
	background-color: #006699;
	color: #fff;
}

#nav {
	background-color: #eee;
	border-top-color: #222;
	border-bottom-color: #cccccc;
}

#footer {
	border-top-color: #222;
	padding: 0;
}

#extended {
	background-color: #eee;
	border-top-color: #cccccc;
}

.hlist ul li a {
	height: 30px;
}

.hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active {
	background-color: #ccc;
}

.hlist ul li.active strong {
	background-color: #006699;
}

.hlist ul li a span {
	color: #bbb;
}

.hlist ul li strong span {
	color: #bbb;
}

div.submit{
	text-align: center;
	margin-top: 10px;
}

table{
	width: 100%;
	border: none;
}

form tbody th, form tbody td{
	width: 50%;
	background-color: transparent;
	border: none;
}

form tbody th{
	vertical-align: top;
	font-weight: normal;
	text-align: right;
}

form tbody tr:hover td {
	background-color: transparent;
}

h4{
	font-size: 16px;
	color: #222;
	border-bottom: 2px solid #003060;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h5{
	font-size: 14px;
	color: #222;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h6{
	font-size: 14px;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #222;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.info h4{
	border-bottom: 2px solid #ccc;
}

#extended h4{
	border: none;
}

/* @end */

/* @group MY STYLES */

#loginbox {
	background-color: #eee;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #006699;
	margin-right: 10px;
}

#loginbox #title {
	background-color: #006699;
	height: 20px;
	padding: 5px 5px 5px 15px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #006699;
}

#loginbox #title h4 {
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	border: none;
	padding: 0;
	margin: 0;
}

#loginbox .label, #loginbox .input {
	padding: 5px 5px 5px 15px;
}



/* @end */