/*/////////// GENERAL ////////////////////*/
body {
	padding: 0px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 30px;
	background-color: #dddddd;
	
	text-align: center;
	}
body, h1, h2, h3, p, div, input, textarea, select {
	font-family: Arial;
	color: #000000;
}

p, input, textarea, select, li, div, dd, dt, td {
	font-size: 14px;
	text-align: justify;
}
img{
	border:0px;
	}

a {
text-decoration:none;
color: darkred;
/*font-weight:bold*/
}


a:hover{
color: darkblue;
text-decoration:underline;
/*font-weight:bold;*/
}

hr {border: none 0;
border-top: 1px dashed silver;/*the border*/

height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h1,h2,h3{
	color:darkred;
	text-decoration:none;
	}
h1 {
	padding-top: 12px;
	margin-bottom: 15px;
	font-size: 20px;
	
}
h2 {
	font-size: 16px;
	margin-bottom:10px;
	
}

h3 {
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	
}

h4 {
	font-size: 10px;
}

table,tr,td{


}

td{
	padding-left: 3px;
	padding-right:3px;
	margin:0px;
	}
	
/*FIRST LINE IN TABLE*/
.first{
		background-color: #FF7171;
		font-weight:bold;
		}
th{
	background-color:darkred;
	color:white;
	background: url(/pictures/updown.png) right no-repeat;
	font-weight:normal;
	height:25px;
	}

	
th.header{
	padding-right:20px;
	cursor:pointer;
	font-size:16px;
	background-color: darkred;
	
	}

table.sortableTable {
	font-size:12px;
	margin:0px;
	padding:5px;
	width:100%;
	
}

.headerSortUp{
	background: url(/pictures/up.png) right no-repeat;
	color:yellow;
	}
.headerSortDown{
	background: url(/pictures/down.png) right no-repeat;
	color:yellow;
	}
.sortableTable td{
	border-bottom:1px solid gray;
}
.sortableTable a{
	font-weight:bold;
	cursor:pointer;
}
.sortableTable tr:nth-child(odd) {
	background-color:#eeeeee;
	border-right:1px solid black;
}
.sortableTable tr:nth-child(even) {
	background-color:#ffffff;
}

.howpublished{
	font-size:0.8em;
	color:#777777;
}


#Hover tr:hover {
background-color:#8293CC;
}

/*HOVER_TABLE*/
table.real {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: darkred;
	border-collapse: collapse;
	
	/*background-color: none;*/
}

table.real th {
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	border-style: dotted dotted dotted dotted;
	border-color: darkred;
	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.real td {
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	border-style: dotted dotted dotted dotted;
	border-color: darkred;
	/*background-color: none;*/
	-moz-border-radius: 0px 0px 0px 0px;
}
.realtable {
       margin:1px;
	   background-color: white;
	   border-width:1px;
       border:1px solid black;
		}
.black a{
color: black;
font-weight:normal;
}
.black a:hover{
color: darkred;
}
#Hover  a{
display:block;
color: black;
font-weight:normal;
}

#Hover  a:hover{
	color:black;
	font-weight: normal;
}
 
		.high{
		background-color: #8203CC;
		font-weight:bold;
		}
	#Hover .first a
	{
		color: black;
		display:block;
	}
	#Hover .first a:active,
	#Hover .first a:hover
	{
		color: yellow;
		text-decoration: none;
	}
	
li {
	margin-top:5px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*ERROR-MESSAGE*/		
	#Container .error,
	.error
	{
	color: red;
	}
	
	.error a{
	color: red;
	
	}
	.error a:hover{
	color:darkred;
	
	}
	#Container .update,
	.update
	{
	color: grey;
	text-align:center;
	}
	.grey{
	color:#666666;
	}
	#Container .center,
	.center
	{
	text-align:center;
	}
	

/****Container*****/
/*div#login {
text-align:right;

}*/
/*
.right{
text-align:right;
}*/
.right{
	float:right;
	vertical-align:top;
	/*height:100%;*/
	text-align:right;
}
#right{
text-align:right;
}


div#Container {
    text-align: left;    
    margin: 0px auto;      
	padding: 0px;
    width: 85%;
    border: 2px solid black;
	background-color:white;
	box-shadow: 0px 0px 20px #000000;
	border-radius:4px;
  }

  html>body div#Container {
    border-color: black;  
  }

div#Title
{
	position:relative;
	margin:0px;
	color: yellow;
	font-weight:bold;
	background: transparent url('/pictures/bg_title6.jpg') left top no-repeat; 
	background-color: #FFF4F4;
	/*height:160px;*/
	padding:0px;
	box-shadow: 0px 5px 5px rgb(136, 136, 136);
	
}


#Title h1{
	text-align: center;
	font-size: 42px;
	letter-spacing: 15px;
	color:yellow;
	margin:auto;
	
	text-shadow: 0.2em 0.2em 0.2em black; 
	

	
}
#Title h2{
	float:left;
	margin:0px;
	padding:10px;
	font-size: 18px;
	color:yellow;
	text-shadow: 0.2em 0.2em 0.2em black; 
	width:45%;
}

#Title h2.right{
	float:right;
	z-index:2;
	
}




/**** menu ********/

#menu{
	color:black;
	background-color: /*#BA7272*/ rgba(255,200,200,0.4);
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	z-index:9999;
	font-weight:bold;
	height:35px;
		
	}
#menu ul{
	list-style:none;
	margin:0;

	padding:0;
	z-index:9999;
	padding-left:5px;
	padding-right:5px;
	}
	#menu li{
		float:left;
		padding:0px;
		margin-top:0px;
		z-index:9999;
		height:100%;
		
		/*background:/*#BA7272*/ rgba(186,114,114,0.8);*/
		color:black;
		
		}
	#menu li:hover{
		background-color:darkred;
		
			}
	#menu li:hover a{
		color:yellow;
	}
	
	#menu li a{
		display:block;
		font-weight:bold;
		line-height:35px;
		margin:0px;
		color:black;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		z-index:9999;

		
		}
	#menu li a:hover{
			background: darkred;
			color:yellow;
			text-decoration:none;
			z-index:9999;
			}
	#menu li ul{
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		position:absolute;
		z-index:9999;
		
		}
	#menu li:hover ul{
		display:block;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		box-shadow: 3px 3px 3px #888888;
		
		
		border:2px solid black;
		border-top:none;
		
		}
	#menu li li {
		background: rgba(186,114,114,0.9);
		display:block;
		float:none;
		margin:0px;
		
		color:black;
		border:none;
	
		}
	#menu li:hover li a{
		background:none;
		
		}
	#menu li ul a{
		display:block;
		height:25px;
		font-size:1em;
		font-style:normal;
		margin:0px;
		padding:0px 10px 10px 15px;
		text-align:left;
		border:none;
		background:none;
		

		}
	#menu li ul a:hover, .menu li ul li:hover a{
			background:darkred;
			border:0px;
			color:yellow;
			text-decoration:none;
			}
	#menu p{
		clear:left;
		}	
	.new li a{
		color:red;
		background: url('/pictures/new.png') no-repeat fixed right; 
	}

	#menu a.activemenu{
		
		color:yellow;
		background-color:darkred;
		
		
	}
	
	

	
/****Content***/

div#Content {
  
	
	margin-left: 50px;
	margin-right: 50px; 
    padding: 10px;
    
	
	min-height: 400px;
	height: auto; 
	_height: 400px;}
 
.paperdetails{
	cursor:default;
	display:none;
	margin-right:10px;
	margin: 10px 10px 10px 50px;
	font-size:0.8em;
	}

.paperdetails a{
font-weight:bold;
}	
.paperdetails a:hover{
	font-weight:bold;
	text-decoration:underline;
}

.paper{
	background-color: 	#F0F0F0 ;
	cursor:pointer;
}

.detailspaper{
	display:none;
}

#Content .infobar{

float: right; 
width:250px;
border-left: 1px dashed silver;

padding-left:10px;
}


/***** Paper newsletter ****/
.help{
	display:none;
	clear:both;
	color:black;
	position:fixed;
	left:50%;
	width:600px;
	margin-left:-300px;
	top:25%;
	height:50%;
	min-height:300px;
	

/*background-color:  rgba(240,240,240, 0.9);  */
background-color:lightgray;
border: 2px black solid;
-moz-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
-webkit-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	padding:25px;
	margin-bottom:15px;
	font-size: 1.2em;
	}
	

.help table{
	border: none;
	border-left:0px;
	position:absolute;
	
	left:40px;
	}

.green{
	color:darkgreen;
	}
.red{
color:red;
}


#vcheckbox{
	/*position:float;*/
	text-align:center;
	width:auto;
	margin-right:10%;
	margin-left:10%;
	padding:20px;
	margin-top:20px;
	
}

#cookiemsg{
	position:fixed;
	top:0px;
	z-index:200;
	left:0;
	right:0;
	background-color:yellow;
	text-align:center;
	padding:10px;
	/*display:none;*/
}
.greenvbox{
	color:darkgreen;
	border:2px solid darkgreen;
	background-color:lightgreen;
	color:darkgreen;
}
.redvbox{
	color:darkred;
	border:2px solid darkred;
	background-color:darksalmon;
	color:darkred;
}
.greenbox{
	
	background: transparent url('/pictures/ok.png') left center no-repeat;
	background-size: 80px 80px;
	background-color:lightgreen;
	display: block;
	position:fixed;
	left:50%;
	width:600px;
	min-height:100px;
	margin-left:-300px;
	vertical-align:middle;
	padding:15px 15px 15px 90px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	
	}
.redbox{
	
	background: transparent url('/pictures/close.png') left center no-repeat;
	background-size: 80px 80px;
	background-color:darksalmon;
	display: block;
	position:fixed;
	left:50%;
	width:600px;
	min-height:100px;
	margin-left:-300px;
	vertical-align:middle;
	padding:15px 15px 15px 90px;
	
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

/****Footer****/  
div#Footer {
    clear: both;
    font-size: 10px;
    margin: 0; padding: 0;
    text-align: center;
	background-color: #CCCCCC;
	}
div#Footer.left{
	text-align:left;
}

/* -------------------- POPUP ------------------------ */	
  #Popup {
	border:4px black solid;
	
	display:none;
	background-color:white;
	height: 100%;
	width: 200px;
	
	
	position:fixed;
	top:5%;
	height:90%;
	left:10%;
	width:80%;
	
	z-index:100;
  }
  
  #Popupclose{
  float:right;
	position:relative;
	top:-20px;
	left:0%;
	width:20px;
	border:none;
	display:none;
  }
  #Popupcontent{

  height:95%;
  margin:20px;
  overflow:auto;
  }
  
  #Popupcontent table{
	border: 1px solid black;
	 }
	#Popupcontent tr,td{
	margin:1px;
	padding:2px;
	 }
  
	
	
	#overlay {
       position: fixed;
       z-index:50;
       top: 0px;
       left: 0px;
       height:100%;
       width:100%;
	   display:none;
	   overflow:hidden;
    }
	    * html #overlay { /* ie6 hack */
       position: absolute;
       height: expression(document.body.scrollHeight > document.body.
        offsetHeight ? document.body.scrollHeight : document.body.
        offsetHeight + 'px');
    }
	
	    .overlayBG {
       background-color:black;
       -ms-filter: "Alpha(Opacity=50)"; /* IE 8 */
       filter:alpha(opacity=50); /* IE5-7 */
       -moz-opacity: 0.50; /* Mozilla */
       opacity: 0.50;
	   
    }
.project{
	border:2px solid black;
	padding-left:20px;
	padding-right:20px;
	margin:20px;
-moz-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
-webkit-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	}
	
.quote{
	font-family:Times New Roman;
	font-style:italic;
	font-size:24px;
	margin-bottom:30px;
}
.source{
	text-align:right;
	margin-right:0px;
}
