/*-- GENERAL -----------------------------------------------------------------------*/
html, body {
  background-color: #ffffff;
  margin:  0px;
  padding: 0px;
  height: 1%;
   max-width: 100%;
    overflow-x: hidden;
}




div, td, body {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #1f1f1f;
}

.pageDelimiter{
	cursor:pointer;
}


a {
  text-decoration: none;
}

a.link {
  color: #78c31f !important;
}

a.link:hover {
  color: #453821 !important;
}


a:hover {
  color:green !important;
}



a.button {
  margin: 0 0.2em;
}

img {
  border: 0px;
}

.right { text-align: right !important; }

.center { text-align: center !important; }

.shadow {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

.title { color: #b83400 !important; }

.highlight {
  background-color: #f7f3de;
  color: #b83400;
}

.justify {
  text-align: justify;
}

img.label {
  vertical-align: middle;
  margin-right: 5px;
}

hr {
  border: 0 none;
  background-color: #d9d6c4;
  color: #d9d6c4;
  height: 1px;
}

/*-- INPUT -------------------------------------------------------------------------*/
input, textarea {
  border: 1px solid #cbc7bd;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0.4em;
  padding: 0.6em 0.4em;
  -moz-box-shadow: 3px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 3px rgba(255, 255, 255, .5);
  box-shadow: 3px rgba(255, 255, 255, .5);
  background-color: #ffffff;
}

input:focus, textarea:focus {
  border-color: rgba(0, 0, 100, .5) !important;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 100, .5) !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 100, .5) !important;
  box-shadow: 0 0 2px rgba(0, 0, 100, .5) !important;
}

input[required], textarea[required] {
  border-color: #88a;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
  box-shadow: 0 0 3px rgba(0, 0, 255, .5);
}

input:invalid, textarea:invalid {
  border-color: #e88;
  -moz-box-shadow: 0 0 2px rgba(255, 0, 0, .8);
  -webkit-box-shadow: 0 0 2px rgba(255, 0, 0, .8);
  box-shadow: 0 0 2px rgba(255, 0, 0, .8);
}

.tooltip {
  background-color:#000;
  border:1px solid #fff;
  padding:10px 15px;
  width:200px;
  display:none;
  color:#fff;
  text-align:left;
  font-size:12px;

  -moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow:0 0 10px #000;
}

.ui-autocomplete-loading {
  background: url('../img/loader/input.gif') no-repeat scroll right center #ffffff;
}

/*-- ERROR -------------------------------------------------------------------------*/
#error {
  position: absolute;
  display: none;
  width: 500px;
  text-align: center;
  left: 50%;
  margin-left: -250px;
  top: 370px;
  margin-top: -20px;
  z-index: 100;
}

#success {
  position: absolute;
  display: none;
  width: 500px;
  text-align: center;
  left: 50%;
  margin-left: -250px;
  top: 370px;
  margin-top: -20px;
  z-index: 100;
}
/*-- HEADER ------------------------------------------------------------------------*/
#header {
	
 position:absolute;
 top:0px;
 left:0px;
 z-index:10;
  text-align: center;
  width: calc(100% - 1px);
  height: 5%; /*40px;*/
  

   /* background: #eceadf url('../img/nav/nav_active2.png') repeat-x top;*/
}




#flagFR{
	position: absolute;
      right: 10px;
     margin-left: 2px;
	 height:20px;
	 width:20px;
	cursor: pointer;
}

#flagGB{
	position: absolute;
     right: 35px;
     margin-left: 2px;
	 height:20px;
	 width:20px;
	cursor: pointer;
}

#logoImage{
	
 cursor:pointer;
}

.makeGreenColor{
	color:black;
}

.makeGreenColor:hover{
	color:#78c31f;
}

/*-- NAVIGATION --------------------------------------------------------------------*/
nav {
  margin: 0px auto;
  padding: 0px 20px;
  width: 800px;
  height: 40px;

  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;

  -webkit-border-top-right-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;

  box-shadow:inset 0 0 5px #a4a4a4;
  -moz-box-shadow:inset 0 0 5px #a4a4a4;
  -webkit-box-shadow:inset 0 0 5px #a4a4a4;

  background: #eceadf url('../img/nav/nav_td.png') repeat-x top;
}


.navBtn {
  width: auto; /*14%; */
  margin-right:5%;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal !important;
  font-size: 18px !important;
  white-space: nowrap;
  float: left;
  display: inline;
  /*background-color: #b83400 !important;*/
  color: #78c31f !important;
  cursor:pointer;
  Z-index:10;
 
}

/*
.navBtn:hover, .navBtn.selected {
 
  
  color: green !important;
   border-bottom:5px solid green;
  
   
}
*/


/*.navBtn.active {
  text-decoration: underline !important;
}*/

.mainOption{
 
  color: black;
  background:#fff;
 border-bottom:1px solid green;
   
}

/*.mainOption:hover, .mainOption.selected {
 
  
  color: white !important;
  background:#78c31f;
   border-bottom:5px solid green;
  cursor:pointer;
   
}
*/


.DownDivTitle1 {
	cursor:pointer;
	color:green; font-family:Impact; font-size:18px;
}


.DownDivTitle0 {
	cursor:pointer;
	color:green; font-family:Impact; font-size:17px;
}



.DownDivTitle2 {
	cursor:pointer;
	font-family:Times New Roman; font-size:16px;
	
}

.DownDivUnter2{
	
	padding-left:5px;
	width:98%; height:8%; float:left; margin-bottom:5px; margin-left:10px;
	padding-top:10px;
}

.DownDivUnter2:hover , .DownDivUnter2.selected {
	
	background:green;
	color:white;
	
}



.DownDivUnter3{
	
	padding-left:5px;
	width:100%; height:15%; float:left; margin-bottom:20px; margin-left:10px;
}

.DownDivUnter3:hover , .DownDivUnter3.selected {
	
	background:green;
	color:white;
}



.navAddClass{
	  width: 160px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-weight: normal !important;
  font-size: 16px !important;
  white-space: nowrap;
  float: left;
  display: inline;
  /*background-color: #b83400 !important;*/
 
  cursor:pointer;
  
  
   background-color: #ffffff !important;
  color: green !important;
   border:1px solid white;
  
  
	
	
	
}


.navBtn2 {
  width: 20%; /*20; */
  height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-weight: normal !important;
  font-size: 18px !important;
  white-space: nowrap;
  float: left;
  display: inline;
  /*background-color: #b83400 !important;*/
  color: #78c31f !important;
  cursor:pointer;
  Z-index:10;
}

.navBtn2:hover, .navBtn2.selected {
 color: green !important;
   border-bottom:5px solid green;
  
  
   
}




.navBtn3 {
  width: 10%; /*160px; */
  margin-right:2%;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-weight: normal !important;
  font-size: 18px !important;
  white-space: nowrap;
  float: left;
  display: inline;
  /*background-color: #b83400 !important;*/
  color: #78c31f !important;
  cursor:pointer;
  Z-index:10;
 
}


.navBtn4 {
  width: 22%; /*160px; */
  margin-right:3%;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-weight: normal !important;
  font-size: 18px !important;
  white-space: nowrap;
  float: left;
  display: inline;
  /*background-color: #b83400 !important;*/
  color: #78c31f !important;
  cursor:pointer;
  Z-index:10;
 
}


/*-- LOGIN -------------------------------------------------------------------------*/
div#login, div#logout {
  display: inline-block;
  float: right;
  text-align: right;
  
}

div#login-dialog {
 display: none;
  position: absolute;
  z-index: 10;
  width:14%;
  
  /* right:0px;*/
  padding: 10px;

  text-align: right;
  vertical-align: center;

  background: #eceadf url('../img/nav/nav_bu.png') repeat-x bottom;

  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;

  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;

  border: 1px solid #cbc7bd;
}

img#login-loader {
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}

#exposeMask {
	background:#678;
}

/*-- ARTICLE -----------------------------------------------------------------------*/
article {
 /* position: relative;
  margin: 0px auto 60px auto;*/
 /* width: 100%;*/
 /* padding: 20px;*/
 /*background-color:red;*/
 
 position:absolute;
	left:0;
	top:40px;
/*	background-color: #FFF;*/
	width: 100%;
	height:calc(100% - 40px);
	height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
 
}

.thumbnail {
  width: 160px;
  margin: 5px;
  border: 1px solid #b2a266;
}

.overlay {
  display:none;
  z-index:10000;

  width: auto;
  min-height: auto;

  padding: 2px;

  border: 1px solid #654b24;
}

.overlay .close {
  background-image: url(../img/overlay/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}

/*-- FOOTER ------------------------------------------------------------------------*/
footer {
  position: fixed;
  clear: both;
  font-size: 13px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #eceadf;
  color: #654b24 !important;
  padding: 3px;
  text-align: right;
  border-color: #d9d6c4;
  border-style: solid;
  border-width: 1px 0;
  height: auto;
  z-index: 20;
}



/**********************************from first onlineEdition***************************************/


.main_container {
	position:relative;
	background-color: #FFF;
	width: 100%;
	height:100%;
	
	
}

.main_container2 {
	position:relative;
	background-color: #FFF;
	width: 100%;
	height:100%;
	display:none;
	
	
}

.firstPageContent{
	
	float:left;
     width:70%;
    height:90%;
    margin:0;
 	/*border:1px double yellow; */
}


.content{
	
	float:left;
    width:70%;
    height:100%;
    margin:0;
	
 	/*border:1px double yellow; */
}

.content2{
	
	float:left;
     width:90%;
    height:100%;
    margin:0;
	/*background-color:yellow;*/
 	/*border:1px double yellow; */
}


.right_panel {
	float:right;
	width: 29%;
	height: 100%;
	/*background-color: #BBBBBB;*/
	border-left: 1px solid #888888;
	background-color: #FFFF;
	
}

#readSpace{
	width: 98%;
	height: 90%;
	
}

/*#infovis{
	width: 98%;
	height: 98%;
	
}*/


#upper_panel {
	
	overflow-y:scroll;
	width: 100%;
	height: 45%;
	padding-top:2px;
	/*background-color: #F2F4F8;*/
	
}


#lower_panel {
	
	overflow-y:scroll;
	width:100%;
	height:50%;
	border-top: 1px solid #555555;
	padding-top:2px;
	
	/*background-color: #F2F4F8;*/
	

}
.module_heading2 {
	width: 95% + 1px;
	height: 20px;
	
	background:  #eceadf url('../img/nav/nav_active2.png') repeat-x top;
	
	border-top: 1px solid #555555;
}


.module_heading {
	width: 95% + 1px;
	height: 40px;
	font-weight: bold;
	padding: 10px;
	background-color: #E2E4E8;
	border-bottom: 1px dotted #CCCCCC;
}


.wait_signal
{	
	position:absolute;
/*	width:100%;  */
	height:20px;
	  right: 100px;
	text-align:center;
	background-color:#F2F4F8;
}

.document_container {
	width: 100%;
	overflow-y:scroll;
	height: 100%;
}


.panel_toolbar a {
	text-decoration: none;
	color: #555555;	
}
.panel_toolbar{
	background-color:#E2E4E8;	
}


