html, body{ 
	height:100%;
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#464c4c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#022837;
} 
a {
	color:#022837;
}
#pagewidth{ 
	width:900px;
	height:100%;
	text-align:left;
	margin-left:auto; 
 	margin-right:auto;
 	background-color:#D4E685;
} 

#wrapper {
	background:#D4E685;
}

#header{
	position:relative; 
 	height:179px; 
  	background-color:#D4E685; 
 	background-image:url(../imgs/header-background.png);
	background-repeat:repeat-x;
	width:100%;
	padding: 0;
	margin: 0;
} 

 
#leftcol{
	width:20%; 
 	float:left; 
 	position:relative; 
 	background-color:#D4E685;
 	font-size:80%;
 	height:100%;
}
 
#twocols{
 	width:80%; 
 	float:right; 
 	position:relative; 
 	border: 0px solid black;
 }
 
#rightcol{
 	width:174px; 
 	float:right; 
 	position:relative; 
 	background-color:#D4E685;
 	font-size:80%;
 	padding-top:-20px;
 	border: 0px solid black;
}
 
#maincol{
	background-color: #D4E685;  
 	float: right; 
 	display:inline; 
 	position: relative; 
 	width:75%; 
	font-size:80%;
	padding: 20px;
	border: 0px solid black;
}
#menuoutline {
	border:1px solid #bac979;
	margin:0px;
	margin-top:20px;
	padding:3px;
}
#rightoutline {
	border:1px solid #bac979;
	margin:0px;
	margin-top:20px;
	padding:3px;
}
div.chronique {
	background-color: #003300;
	display: block;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/****************************** Menu Definitions ***************************/
#leftcol ul li a {
	font-size:80%;
	color:#022837;
	border-bottom:1px solid #bac979;
}
#leftcol ul.level-1,ul.level0 {
	margin-left: 0;
	padding-left: 0;
	
}

#leftcol ul.level-1,ul.level0,ul.level1 {
	width: 170px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	padding-left:0px;
}

#leftcol ul.level0 li a,ul.level-1 li a {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333;
	text-decoration: none;
	display: block;
	margin-left:0px !important;
	margin-left:-16px;
}

#leftcol ul.level-1 li a,ul.level0 li a {
	padding-left: 2px;
	font-weight: bold;
	color: #022837;
}

#leftcol ul ul.level1 li a {
	padding-left: 10px;
	font-weight: normal;
}

#leftcol ul.level0 strong a,ul.level-1 strong a {
	color: #D4E685;
	background-color: #bd520d;
	text-decoration: none;
}

#leftcol ul ul.level1 strong a {
	font-weight: normal;
}

/****************************** End Menu Definitions ***************************/
 h1 {
 	font-size: 100%;
	color:#bd520d;
 }
 
 


/* Table Authors*/
table#authorsTable {
	margin-top:10px;
	
}

.years a{
	display:block;
	float:none;
	clear:both;
	width:40px;
	background-color:#1C3F2C;
	color:#D1EC86;
	padding: 2px;
	margin: 4px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}

table#authorsTable td {
	padding:4px;
}

#workName {
	font-size: 100%;
	font-weight: bold;
	float:right;
	color:#004949;
}

#author {
	font-size: 100%;
	font-weight: bold;
	color:#004949;
}

#workYear {
	font-size: 100%;
	font-weight: bold;
	color:#BD520D;
}

.areaTitle {
	color:#1C3F2C;
	font-weight:bold;
}

#workImage {
	margin-right: 4px;
	margin-bottom: 4px;
}

#imageAuthor {
	margin-right: 4px;
	margin-bottom: 4px;
}

a.authorsListLink {
	color:#D1820C;
}
/*******************************************************************/

img#loading {
	position:absolute;
	top:40px;
	left:48%;
	z-index:199;
}

/*******************************************************************/

div#information {
	display:none;
	position:absolute;
	width: 700px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	top:100px;
	left:100px;
	background-color:#FFFFFF;
	z-index: 10;
	padding:0px;
	border: 1px solid #003E3E;
}

/************* Info Head **************************/
div#infoHead {
	height: 18px;
	display:block;
	background-color:#003E3E;
	text-align:right;
	padding: 2px;
	padding-right: 20px;
}
div#infoHead a{
	font-size: 70%;
	color:#FFFFFF;
	padding-right:10px;
	text-decoration:none;
}

/*******************************************************/
div.authorBody {
	padding:10px;
	font-size: 80%;
	text-align:left;
	padding-top: 10px;
}

/****************** Begin Author Bar *******************/
#authorBar {
	clear:both;
	padding:8px;
	text-align:center;
	font-size: 90%;
	background-color:#E7EFC2;
}
#authorName {
	font-size: 120%;
	font-weight:bold;
	color:#003E3E;
}

#workName {
	color:#377F57;
}

#authorBar b {
	margin-right: 10px;
}
/***************************** Menu Bar ****************/


#menuBar{
	height:20px;
	background-color:#C95522;
	vertical-align:top;
	width:inherit;
	color:white;
}
#menuBar a{
	font-size:80%;
	color:#FFFFFF;
	text-decoration:none;
	padding: 2px;
}
#menuBar a:hover{
	font-size:80%;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#003E3E;
}

/***************************************/
#workInfo{
	margin-top : -10px;
	margin-bottom : 10px;
	width:50%;
	text-align:center;
	font-style:italic;
}
img#authorImage {
	margin-right: 10px;
	margin-bottom: 20px;
	border:1px solid #003E3E;
	float:left;
}
img#workImage{
	margin-left:10px;
	border:1px solid #003E3E;
	float:left;
}

#authorBio {
	font-style:normal;
	margin-top: 10px;
	float:left;
}
div.annee {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
	color:#D1820C;
}

#chroniclesPlayer {
	background-color:#FFFFFF;
	padding:20px;
	border: 1px solid #1C3F2C;
	position:absolute;
	top:0px;
	left:50px;
	z-index: 99;
	color:#1C3F2C;
	font-size: 70%;
	width: 240px !important;
	width: 300px;
	white-space: normal;
	text-align:left;
	display:none;
}
#chroniclesPlayer a {
	display:block;
	width:100%;
	text-align:center;
	margin-top: 20px;
}
#chroniclesPlayer img {
	margin-right: 10px;
}

#loaderLayer {
	position:absolute;
	top: 0;
	left: 0;
	background-color:#333333;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display:none;
	z-index: 999;
	text-align:center;
}
#authbod1 {
	font-size:0.8em;
	overflow: auto;
	height:350px;
}
#authbod1 table td {
	text-align:left;
	vertical-align:top;
}
pre, xmp {
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

/****************** Top Thumbs *********************************/

#header ul {
	float:right;
	margin: 150px 0 0 0;
	padding: 0;
}

#header ul li {
	display: inline;
	float:left;
	margin-right:6px;
	border: 1px solid #003E3E;
	font-size: 0.8em;
	font-weight: bold;
	z-index:99;
}

#header ul li a {
	text-decoration:none;
	margin:0;
	padding:6px;
	color:#003E3E;
}


 /* *********************** printer styles *********************/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}