﻿/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body
{
	font: 9pt georgia, sans-serif;
	line-height: 1.9;
	color: #ddd;
	background: #fff;
	padding: 0;
	margin: 0;
}
p { 
	margin-top: 0; 
	}
h1
{
    font: bold 14pt;
    font-family: 'Times New Roman' , Times, serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 5px;
    padding: 2px 5px;
}
h2
{
    font: bold 13pt;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    margin: 5px;
    padding: 2px 5px;
}
h3
{
    font: normal normal bold 12pt/16pt 'times new roman';
    margin: 0;
    padding: 5px 0 3px 0;
}

a:link
{
	text-decoration: none;
	color: #fff;
}
a:visited { 
	text-decoration: none;
	color: #eee;
	}
a:hover, a:active
{
	text-decoration: underline;
	color: #fff;
}


/* specific divs */
#container
{
    position: relative;
    margin: 0 auto;
    width: 1004px;
    padding: 0; 
    /*border: solid 2px black;*/
    background: #06c url('images/HomepageBg.jpg');
}

#intro
{
	position: relative;
	width: 1004px;
	height: 220px;
	padding: 0;
	margin: 0;
	background: url('images/RIES_logo.gif') no-repeat 5px 35px;
	/*border: solid 1px blue;*/
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader 
{
	width: 1004px;
	padding: 0;
}
#pageHeader h1  
{
	position: absolute;
	top: 40px;
	right: 0;
	background: url('images/HomepageTitle.gif') no-repeat right top; 
	margin: 0;
	padding: 0;
	width: 400px; 
	height: 150px; 
	/*float: right;*/
	/*border: solid 1px red;*/
	}
#pageHeader h1 span
{
	display: none;
}

#ISSN
{
	position: relative;
	background: #fff url('images/loginStatusBgHome.jpg') repeat-x bottom;
	float: right;
	padding: 10px 0px 0 5px;
	margin: 0 120px 0 20px;
	min-height: 20px;
	font: normal normal bold 12px/14px Arial;
	color: #ddd;
	letter-spacing: 1px;
}

#loginStatus
{
	position: relative;
	float: left;
	max-width: 350px;
	background-image: url('images/loginStatusBgHome.gif');
	padding: 5px 10px;
	font: normal normal bold 12px/14px Arial;
	color: black;
	letter-spacing: 1px;
	}
#loginStatus a
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#loginStatus a:visited;
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#loginStatus a:hover
{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}

#topMenu
{
	position: absolute;
	top: 185px;
	right: 0;
	left: 0;
	text-align: center;
	padding: 0px;
	margin: 5px 0 5px 0;
	background-color: #36C;
	text-transform: uppercase;
	font: bold 10pt/22pt georgia;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #000000;
}
#topMenu p {
	color: #FFFFFF;
	text-align: center;
	}

#topMenu a
{
	color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	text-align: center;
}
#topMenu a:visited
{
	text-decoration: none;
}
#topMenu a:hover
{
	text-decoration: none;
	color: Yellow;
}
.currentPage
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #A7BEEA;
	padding: 5px 5px 7px 5px;
}


#supportingText
{
    float: left;
	color: Black;
	margin: 20px 0 0 220px;
	padding: 10px 15px 10px 15px;
	min-height: 500px;
	width: 530px;
}

#footer 
{ 
	clear: both;
	text-align: center;
	padding: 0;
	margin: 10px 0 2px 0;
	background-color: #36C;
	font: bold 12px/16px Arial;
	letter-spacing: 1px;
	color: #eee;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #000000;
}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#leftmenu
{
	position: absolute;
	margin: 0;
	top: 240px;
	left: 15px;
	color: Black;
	max-width: 200px;
	width: 199px;
	border-right: solid 1px #666;
}
#leftmenu2  
{
	padding: 0 15px 0 20px;
	}
	
#submenu
{
    margin: 0;
    padding: 2px 0 10px 0;
    border-bottom: dotted 1px gray;
}
#submenu ul
{
	margin: 0;    
	padding: 0;
}
#submenu li
{
    padding: 0 0 3px 25px;
    list-style-type: none;
    text-indent: -25px;
    line-height: normal;
}
#submenu li span.bullet
{
    color: navy;
}
#leftmenu h3.submenu  
{
	display:none;
	/*
    font: normal normal bold 12pt/16pt;
    padding: 0 0 0 0;
    margin: 0; */
	/*background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; */
	}
#leftmenu h3.submenu span {
	display:none;
	}

#affiliation
{
    margin: 0;
    padding: 10px 0 5px 0;
    border-bottom: dotted 1px gray;
}
#affiliation ul
{
	margin: 0;    
	padding: 0;
}
#affiliation li
{
    padding: 0 0 5px 20px;
    list-style-type: square;
    list-style-position: inside;
    text-indent: -20px;
    line-height: normal;
}
#affiliation a
{
    font: 9pt/12pt 'arial narrow';
    color: #333 ;
}
#leftmenu h3.affiliation 
{
    font: normal normal bold 12pt/16pt 'times new roman';
    padding: 5px 0 3px 0;
    margin: 0;
}
#leftmenu h3.affiliation span {
	/*display:none*/
	}
	
#leftFreeBox
{
    margin: 0;
    padding: 10px 0 5px 0;
    /*border-bottom: dotted 1px gray;*/
}	
#leftFreeBox ul
{
	margin: 0;    
	padding: 0;
}
#leftFreeBox li
{
    padding: 0 0 5px 20px;
    list-style-position: inside;
    text-indent: -20px;
    line-height: normal;
}
#leftmenu h3.leftFreeBox  
{
	display:none
    /*
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; */
	}
#leftmenu h3.leftFreeBox span {
	display:none
	}

/*
#leftmenu ul {
	margin: 0;
	padding: 0;
	}
#leftmenu li {
	line-height: 2.5ex; 
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#leftmenu li a:link {
	color: #988F5E;
	}
#leftmenu li a:visited {
	color: #B3AE94;
	}

.accesskey {
	text-decoration: underline;
	}
*/

#rightMenu
{
    /*
	position: absolute;
	margin: 0;
	padding: 10px;
	top: 240px;
	right: 15px;
	width: 199px;
	max-width: 199px;
	border-left: solid 1px #666;
    */
	position: relative;
	float: right;
	margin: 20px 0 10px 0;
	padding: 10px;
	width: 199px;
	max-width: 199px;
	border-left: solid 1px #666;
}

/*---------------- Article*/
#Article H1
{
	text-align:center;
	clear: both;
}

#Article H2
{

	text-align:center;
    
}
#Article H3
{
	text-align:center;
}
#articlePdfLink
{
	position: relative;
	float: right;
}

#articleID
{
	visibility: hidden;
	display: none;
}

#articleIssue
{
	 background: gray;
	 color: #DDD;
	 font: normal normal bold 11px/15px Tahoma;
	 padding: 1px 4px;
}

#articleCategory
{
	float: left;
	padding: 1px 3px;
	margin: 2px;
	text-align: right;
	background: silver;
	border: solid 1px gray;
}
#articleCorrespondence
{
	margin: 2px 0px;
	padding: 1px 0px;
	text-align:center;
	
}

.abstract
{
	text-align: center;
	margin: 2px 0px;
	font-family: Arial;
}



/* ---------------------- PageGenerator */
.pageGeneratorFooter
{
	display: none;
	visibility: hidden;
}
.pageGeneratorBody
{
	margin:5px;
	padding:1px;
}
.pageGeneratorSubject
{
	margin: 10px 5px;
	font-family: Arial;
	font-size: large;
}
#pageGenerator
{
	position: relative;
	margin: 20px 2px;
	padding: 10px 5px;
}

#adobeReader
{
	margin:30px 0 3px 0;
	text-align: center;
}


#statistics
{
	position: absolute;
	bottom: 0;
	left: 5px;
	
	/*
	margin: 0;
	padding: 10px;
	top: 600px;
	right: 15px;
	max-width: 199px;
	width: 199px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	*/
}
#onlineMaps
{
	position: relative;
	margin: 100px 0 0 0;
	padding: 5px 0;
	clear: both;
}
#onlineNumbers
{
	text-align: center;
	position:relative;
	padding:3px 0;
	clear: both;
}
#webstat
{	text-align: center;}

.articlePages
{
    display: none;
    visibility: hidden;
}