/* Body */
body {
    font-family: Arial, sans-serif, Helvetica;
    margin: 0 0 0 0;
    font-size: 10pt;
    background-color: #427835;
    height: 100%;
    width: 100%;
    min-width: 1000px;
}

/* Hack for min-width in Internet Explorer */
* html .minwidth {
	/*border-left: 1000px #999999 solid;*/
	position: relative;
	float: left;
}

* html .container {
	/*margin-left: -960px;	 -(border-left) - (window's margins)*/
	position:relative;
	float: left;
	height: 1%;
}

/* end hack for IE */

/* Links */
a {
    font-weight: bold;
    text-decoration: none;
    color: #427835;
}

a:hover {
    text-decoration: underline;
    color: #427835;
}

/* Window */
div.window {
    margin: 10px 10px 10px 10px;
    text-align: left;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100%;
}


/* Page title. */
div.header {
	text-align: center;
    background-color: #999999;
    margin: 5px 15px 5px 15px;
    border: 1px solid #aaaaaa;
    padding: 0px 0px 0px 0px;
    height: 100px;	/* The height of the header's image */

}

div.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.headerImg {
	 height: 100px;
	 width: 100%;
}

div.bantegalImg {
	position:absolute;
	left:5px;
	top:10px;
	z-index:1;	
}

div.xuntaImg {
	position:absolute;
	right:5px;
	top:15px;
	z-index:1;
}

/* Second header */
div.defaultHeader {
	background-color: #427835;
    color: #fff;
    text-align: right;
    font-weight: bold;
    margin: 5px 15px 5px 15px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    border: 1px solid #aaaaaa;
}

div.defaultHeader a {
	color: #999999;
	text-decoration: none;
}

div.defaultHeader a:hover {
	color: #999999;
	text-decoration: underline;
}

div.menuWelcome {
    float: right;
    /*text-transform: Capitalize;*/
}

div.specificHeader {
    float: left;
}

/* Footer. */
div.footer {
    clear: both;
    margin: 5px 15px 5px 15px;
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0;
    border-top: #999 1px solid;
    color: #999999;
    width: 96.25%;
}

div.footer a {
	color: #427835;
	text-decoration: none;
}

div.footer a:hover {
	color: #427835;
	text-decoration: underline;
}


/* Sidebar. */
div.sidebar {
    margin: 10px 0 10px 20px;
	float: left;
	text-align: left;
    width: 14%;
    border: 1px solid #aaaaaa;
    background-color: #729E47;
    color: black;
    font-weight: bold;
    padding: 0 0 10px 0;
    display: inline;
}

div.sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.sidebar li {
	list-style: none;	
	margin: 10px;
}

div.sidebar li a {
	padding: 0.5em 0 0.5em 0.75em;
	display: block;
	background-color: #427835;
	color: white;
	text-decoration: none;
}

div.sidebar li a:hover {
	background-color: #ccb;
	color: #000000;
	border-color: #ac6100;
}

div.sidebar li a:active {
	background-color: white;
}

div.sidebarHeader {
	color:#FFFFCC;
	padding:10px;
	background-color:#729E47;
	font-size: 13pt;
	text-align: center;
}

/* Content */
div.content{
	position: relative;
	padding: 10px 10px 20px 10px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: right;
    text-align: left;
	width: 79%;
	border: 1px solid #aaaaaa;
	display: inline;
}

/* Lists */
div.content ul {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.content li {
	margin-left: 20px;
	margin-top: 20px;
}

/* Titles. */
p {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

h1 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
}

h3 {
	clear: both;
	font-weight: normal;
	font-size: 10px;
	padding-top: 0.75em;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 25px;
}

h5 {
	float: right;
	font-weight: normal;
	font-size: 12px;
}

h6 {
	clear: both;
	font-weight: normal;
	font-size: 11px;
}

h7 {
	font-weight: bold;
	font-size: 14px;
}

h8 {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 1px;
}

h9 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	padding-top:5px;
	padding-bottom: 1px;
	margin-bottom: 0.25px;
}

img.legendIcon {
	border: 1px solid;
}

div.warnings {
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

div.warningsInsideBox {
	float: right;
	width: 70%;
	font-weight: normal;
	font-size: 11px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/* Forms for UserDetails*/
div.fieldUserDetails {
    clear: both;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    width: 100%;
}

div.fieldUserDetails span.label {
    float: left;
    padding-top: 0.1em;
    width: 30%;
}

div.fieldUserDetails span.labelGlobal {
	float: left;
	padding-top: 0.1em;
	width: 100%;
}

div.fieldUserDetails span.labelRight {
    float: right;
    padding-top: 0.1em;
    width: 60%;
    font-weight: 600;
}

div.fieldUserDetails span.labelWithEdit {
    float: right;
    padding-top: 0.1em;
    padding-bottom: 0.7em;
    width: 60%;
    font-weight: 600;
}

div.fieldUserDetails span.labelSelect {
    float: left;
    width: 49%;
}

div.fieldUserDetails span.entry {
    width: 80%;
}

div.fieldUserDetails span.entrySelect {
    float:right;
    width: 49%;
}

div.isolatedPairOfButtons {
    clear: both;
    float: none;
}

div.button {
    clear: both;
    padding-top: 1em;
    width: 100%;
}

span.innerButton {
	padding-right: 1em;
}

div.buttonLeft {
    clear: both;
    float: left;
    padding-top: 1em;
    width: 30%;
}

div.buttonRight {
	float: right;	
	padding-top: 1em;
    width: 70%;
}

div.buttonFind {
	clear: both;
    padding-top: 0px;
    padding-bottom: 25px;
    width: 100%;
}

div.buttonNoClear {
    padding-top: 1em;
    width: 100%;
}

div.buttonCenter {
    text-align: center;
    padding-top: 1em;
}

div.rightButtonRight {
    float: right;
    padding-top: 1em;
}

div.centerButtonLeft {
	clear: left;
	float: left;
	text-align:right;	
	padding-top: 1em;
	width: 49%;
/*	margin-left: 82%;*/
}

div.centerButtonRight {
	float: right;
	clear: right;	
	text-align: left;
	padding-top: 1em;
	width: 49%;
/*    width: 50%;*/
}

/* For selects in localizations */

div.selectLocBlock ul {
    padding: 0;
    margin-bottom: 0.5em;
}

div.selectLocBlock li {
    clear: both;
    margin-top: 0;
    margin-left: 1em;
    padding-bottom: 0.75em;
    width: 100%;
}

div.selectLoc {
	clear: both;
	width: 100%;
    padding-left: 0.75em;
}

div.selectLocTxt {
	clear: both;
    float: left;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
    width: 30%;
}

div.selectLocSelect {
    float: right;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
    width: 70%;
}

/* Si se pone los checkboxes y radiobuttons aparecen rodeados de blanco en IE6 
input, select, textarea  {
    background-color: white;
}*/

/* Stages */
#stage {
	border: 1px solid #aaaaaa;
	padding:0.5em;
    color:darkslategray;
    margin:5px 0;	
	background-color: #9AB06B;
	text-align: center;	
	border-radius: 7px;  
	/* Internet Explorer 8 round border */
	-ms-border-radius: 7px;  
	/* Firefox round border */
	-moz-border-radius: 7px;  
	/* WebKit and Safari round border */
	-webkit-border-radius: 7px;
	/* Konqueror round border */  
	-khtml-border-radius: 7px;  
}

#stage .title {
	font-size: 1.2em;
	font-weight: bold;
}

#stage .menuTitle {
    font-weight: bold;
    font-size:1.2em;
}

/* Boxes */
div.menuBoxLeft {
    border-right:1px solid #AAAAAA;
    clear:left;
    float:left;
    margin-top: 0.5px;
	margin-bottom: 0.5px;
	padding: 5px;
    padding-right:1em;
    width:46.5%;
    line-height: 1.15em;
}

div.menuBoxLeft ul {
	margin: 4px 4px 4px 17px;
	padding: 0px;
}

div.menuBoxLeft ul li{
	margin: 2px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}

div.menuBoxLeft ul li ul{
	margin: 0.5px;
	padding: 0px;
}

div.menuBoxLeft ul li ul li{
	margin: 1px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}


div.menuBoxLeftTitle {
    clear: both;
	float: left;
	width: 46.5%;
	font-size: 1.12em;
    font-weight: bold;
    padding-top: 1em;
}


div.boxLeft {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	position: relative;
}

div.menuBoxLeft2 {
	clear: both;
	float: left;
	padding: 5px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	line-height: 1.15em;
}

div.menuBoxLeft2 ul {
	margin: 1px 4px 4px 17px;
	padding: 0px;
}

div.menuBoxLeft2 ul li{
	margin: 1px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}

div.menuBoxLeft ul li ul{
	margin: 0.5px;
	padding: 0px;
}

div.menuBoxLeft ul li ul li{
	margin: 1px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}


div.boxLeftRed {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ff0000;
	width: 45%;
	float: left;
	color: red;
}

div.boxLeftTitle {
	clear: both;
	width: 45%;
	float: left;
	margin-top: 2em;
	margin-bottom: 1em;
}

div.menuBoxRight {
    _margin-top: 2em;
	margin-bottom: 0.5px;
    clear:right;
    float:right;
    padding:5px 2em 5px 5px;
    width:45%;
    line-height: 1.15em;
}

div.menuBoxRight ul {
	margin: 1px 4px 4px 1px;
	padding: 0px;
}

div.menuBoxRight ul li{
	margin: 2px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}

div.menuBoxRight li ul{
	margin: 0.5px;
	padding: 0px;
}

div.menuBoxRight li ul li{
	margin: 1px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}

div.menuBoxRightTitle {
    clear: right;
    float: right;
    width: 47.5%;
    font-size:1.12em;
    font-weight:bold;
    padding-top:1em;
    
}

div.boxRight {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: right;
	clear: right;
}

div.menuBoxRight2 {
	padding: 5px;
	border: 1px solid #aaaaaa;
	width: 46.5%;
	float: right;
	clear: right;
	line-height: 1.15em;	
}

div.menuBoxRight2 ul {
	margin: 4px 4px 4px 17px;
	padding: 0px;
}

div.menuBoxRight2 ul li{
	margin: 2px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}

div.menuBoxRight li ul{
	margin: 0.5px;
	padding: 0px;
}

div.menuBoxRight li ul li{
	margin: 0.5px;
	padding: 0.5em 0.5em 0.25em 0.75em;
}
	

div.boxRightTitle {
	width: 48.5%;
	float: right;
	clear: right;
	margin-top: 2em;
	margin-bottom: 1em;
}

div.boxRightRed {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ff0000;
	color: red;
	width: 46.5%;
	float: right;
	clear: right;
	line-height: 150%;
}

div.boxRightRed a {
	color: #ff0000;
	font-weight: bold;
}

div.boxRightRed a:hover {
	text-decoration: underline;
}

div.boxRightActions {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #427835;
	color: #427835;
	width: 46.5%;
	float: right;
	clear: right;
	line-height: 150%;
	overflow: hidden;
	position: relative;
}

div.boxRightActions a {
	color: #427835;
	font-weight: bold;
}

div.boxRightActions a:hover {
	text-decoration: underline;
}

div.boxRightActions ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxRightActions li {
	padding-left: 0.25em;
	list-style: disc;
	margin-top: 0.5em;
	margin-left: 2em;
}

div.boxRightActions li a {
	color: #427835;
	font-weight: bold;
}

div.boxRightActions li a:hover {
	text-decoration: underline;
}



div.boxCenter {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #aaaaaa;
}

div.boxRentalDocumentation {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: auto;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
}

div.boxRentalDocumentation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxRentalDocumentation li {
	list-style: square;
	margin-top: 0.5em;
}

div.boxErrors {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ff0000;
	color: red;
}

div.boxErrorsMiddle {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ff0000;
	color: red;
	text-align: center;
	font-weight: bold;
}

div.radioUnderBoxes {
	clear: both;
	margin-bottom: 2em;
}

/* Columns for plot codes */
table.codes {
	margin: 1em 1em 1em 1em;
	width: 96%;
	border-style: solid;
	border-width: 1px;
}

table.codes th {
	text-align: center;
	font-weight: bold;
	width: 10.6%
}

table.codes td {
	text-align: center;
	width: 10.6%
}

table.selects {
	margin: 1em 1em 1em 1em;
	width: 90%;
}

table.selects th {
	text-align: center;
	font-weight: bold;
	width: 33.3%
}

table.selects td {
	text-align: center;
	width: 33.3%
}

#tableSelects {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	width: 98%;
}

#mapViewer{
/*
	 margin-right: 4%;
	 margin-left: 4%;
*/	 
	 clear:both;	 	 
	 padding: 0 0;	 
	 padding-top:0.5em;
	 margin:0 0;
	 /*padding-\top: 30px;  */	 		  
}

/* Plot lists */
.uses {
	padding-left: 5px;
	text-align: left;
}

#measures {
	float: right;	
	width: 45%;
}

#money {
	float: right;	
	width: 55%;
}

#metres {
	text-align: left;	
}

#hectares {
	text-align: left;	
}


/* Table user participations */
table.participations {
	margin: 0 0 0 0;
}

table.participations th {
	text-align: center;
}

table.participations th.label {
	text-align: left;
	width: 35%;
	font-size: 14px;
}

table.participations th.label a {
    font-weight: bold;
    text-decoration: none;
    color: #427835;
    background: #F9E3A9;
}

table.participations th.label a:hover {
    text-decoration: underline;
    color: #427835;
}

table.participations th.number {
	width: 20%;
	font-size: 14px;
}


span.export {
     padding: 0 4px 1px 20px;
     font-size: x-small;
     text-align: center;
}

span.excel {
	 background-image: url(../img/mimetypes/xls.png);
	 background-repeat: no-repeat;
	 cursor: pointer;
	 width: 16px;
}

span.pdf {
     background-image: url(../img/mimetypes/pdf.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.rtf {
     background-image: url(../img/mimetypes/rtf.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.odt {
     background-image: url(../img/mimetypes/odt.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.doc {
     background-image: url(../img/mimetypes/doc.gif);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.html {
     background-image: url(../img/mimetypes/html.png);
     background-repeat: no-repeat;
     cursor: pointer;     
     width: 16px;
}

span.criteriaIn {
	margin-left: 32px;
}

#mandatoryFieldsWarning {
    clear: both;
    color: gray;
    font-size: 80%;
    margin-bottom: 2%;
}
