/* 
 *	Stylesheet for erp-review.org
 *	Author: Dario Taraborelli
 * 	
 *	Changes:
 * 	2006-12-12 - added IE hack for dotted borders
 * 	2006-12-12 - added selectors for lists in issue page
 *
 */

BODY {
	border: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

/*  FRAMES  */ 

DIV.top{
	position: relative;
	margin: 10px 30px 0px 30px;
	width: 690px;
	height: 10px;
	font-size: 0.7em;
	color: #AAA;
	border: solid 0.01em #FFF;	
}

DIV.main{
	position: relative;
	margin: 10px 30px 0px 30px;
	width: 700px;
	height: 400px;
	border: solid 0.01em #FFF;	
}

DIV.main_page{
	position: relative;
	margin: 10px 30px 0px 30px;
	width: 700px;
	height:100%;
	background-color: #FFF;
	border: solid 0.01em #FFF;	
}

DIV#page{
	position: absolute;
	top: 180px;
	left: 200px;
	font-family: "Hoefler Text", Palatino, Georgia, Times, serif;
	font-size: .94em;
	text-align: justify;
	line-height: 140%;
	color: #000;
	border: none;
	padding-bottom: 30px;
	z-index: 1;	
}

DIV.credits{
	position: relative;
	margin: 2px 0px 10px 30px;
	padding: 2px;
	padding-right: 0px;
	width: 730px;	
	height: 70px;	
	font-size: 0.7em;
	color: #AAA;
	z-index: 2;
}

DIV.left{
	position: absolute;
	left: 10px;
}

DIV.right{
	position: absolute;
	right: 10px;
	text-align: right;
}


DIV.header {
	position: absolute;
	width: 100%;
	height: 140px;
	font-size: 0.8em;
	background: #000 url(../img/erp_logo.gif) no-repeat right bottom; 	
/*	border: solid 0.01em #222; */
}

DIV.header_home {
	position: absolute;
	width: 330px;
	height: 140px;
	font-size: 0.8em;
	background: #000 url(../img/erp_logo.gif) no-repeat right bottom; 	
/*	border: solid 0.01em #222; */
}


DIV.bottom{
	visibility: hidden;
}


DIV.desc{
	position: absolute;
	left: 340px;
	width: 390px;
	height: 300px;	
	font-size: 0.8em;
	text-align: justify;
	color: #FFF;
	border: 0px;
	background: #000 url(../img/erp.gif) no-repeat right bottom; 		
}

DIV.news{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 0.7em;
	line-height: 1.2em;
	padding-bottom: 15px;
	color: #FFF;
	position: absolute;
	top: 150px;
	width: 330px;
	border: solid 0.01em #FF0000;	
	background: #FF0000 url(../img/news.gif) no-repeat right bottom; 			
}

DIV.menu{
	position: absolute;
	top: 250px;
	width: 310px;
	height: 90px;
	font-size: 0.75em;
	color: #333;
	border: none;
	line-height: 1.2em;
       	z-index: 1;
}


DIV.bottomright{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 0.7em;
	line-height: 1.3em;
	position: absolute;
	padding-bottom: 15px;
	left: 340px;
	top: 310px;
	width: 390px;
	color: #FFF;
	border: solid 0.01em #FF0000;	
	background: #FF0000 url(../img/contact.gif) no-repeat right bottom; 			
	text-align: left;
	vertical-align: bottom;
}

DIV.addressbox{
	width: 300px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding: 7px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 0.75em;
	color: #333;
	font-style: italic;
	line-height: 1.2em;
}

DIV.highlights{
	float: left;
	margin-top: 62px; 
	margin-left: 10px; 
/*	width: 830px; */
	border: none;
/*	background-color: #EEE; */
	z-index: 0;	
}

DIV.bibinfo{
	width: 300px;
	margin-top: 25px;
	margin-bottom: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: .8em;
	font-family: Georgia, Times, serif;
	font-size: 0.9em;
	color: #666;
	line-height: 1.3em;
}


DIV.printlink{
	margin-top: 15px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000;
}

span.newitem{
	background-color: yellow;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 3px;
	text-align: center;
	font-size: 10px;
	width: 40px;
	line-height: 12px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: black;
	font-weight: normal;

}


/*  CORNER FRAMES  */ 

DIV.header_crn {
	position: absolute;
	width: 9px;
	height: 9px;
	border: 0px;
	background: url(../img/crn.gif) no-repeat left top; 				
}

DIV.desc_crn{
	position: absolute;
	left: 340px;	
	width: 9px;
	height: 9px;
	border: 0px;
	background: url(../img/crn.gif) no-repeat left top; 				
}


/*  HEADLINES */ 


H1{
	visibility: hidden;
}


DIV#page H2, DIV#page H3, DIV#page H4, DIV#page H5 {
	text-align: left;
}

DIV#page H2 {
	font-size:1.3em;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#000;
}

DIV#page H3 {
	font-size:.9em;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color:#FFF;
	background: #000 url(../img/crn.gif) no-repeat left top; 				
	padding-top:0px;
	padding-bottom:0px;
	padding-left:32px;
	padding-right:10px;
	margin-bottom: 1.9em;
}

DIV#page H4 {
	font-family: "Hoefler Text", Palatino, Georgia, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
}

DIV#page strong {
	font-family: "Hoefler Text", Palatino, Georgia, Times, serif;
	font-size: 1em;
	font-weight: bold;
}

/* INITIAL CAPITALS */

P.caps:first-letter {
	font-size: 80px; 
	float:left; 
	height:70px; 
	line-height:75px; 
	overflow:hidden; 
	margin-right: 3px;
	margin-top: 7px;
}

/* COVER IMAGES */


img.cover {
	float:right; 
/*	margin-right:-30pt;  BUGGY IN IE*/
	margin-right: 0;
	margin-left:10pt; 
	margin-top:4pt; 
	margin-bottom:4pt;
}

/*  LINKS  */ 

A IMG {
	border: none;
}


DIV.top A:link {
	text-decoration: none;
	color: #333;
}

DIV.top A:visited{
	text-decoration: none;
	color: #333;
}

DIV.top A:active {
	text-decoration: none;
	color: #333;
}

DIV.top A:hover {
	text-decoration: none;
	color: #AAA;
}

DIV.bottom A:link {
	text-decoration: none;
	color: #333;	
}

DIV.bottom A:visited {
	text-decoration: none;
	color: #333;	
}

DIV.bottom A:active {
	text-decoration: none;
	color: #333;	
}

DIV.desc A:link {
	text-decoration: none;
	color: #777;
}

DIV.desc A:visited{
	text-decoration: none;
	color: #777;
}

DIV.desc A:active {
	text-decoration: none;
	color: #777;
}

DIV.desc A:hover {
	text-decoration: none;
	color: #FFF;
}


DIV.credits A:link {
	text-decoration: none;
	color: #333;
}

DIV.credits A:visited {
	text-decoration: none;
	color: #333;
}

DIV.credits A:active {
	text-decoration: none;
	color: #333;
}


DIV.credits A:hover {
	text-decoration: none;
	color: #AAA;
}

DIV.menu A:link {
	text-decoration: none;
	color: #333;
}

DIV.menu A:visited{
	text-decoration: none;
	color: #333;
}

DIV.menu A:active {
	text-decoration: none;
	color: #333;
}

DIV.menu A:hover {
	text-decoration: none;
	color: #AAA;
	text-transform: uppercase;		
}

DIV.printlink A:link {
	text-decoration: none;
	color: #333;
}

DIV.printlink A:visited{
	text-decoration: none;
	color: #333;
}

DIV.printlink A:active {
	text-decoration: none;
	color: #333;
}

DIV.printlink A:hover {
	text-decoration: none;
	color: #AAA;
	text-transform: none;
}

DIV#page A {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; 
	font-size: .9em;
}

DIV#page A:link {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

/* IE hack */

* HTML DIV#page A:link {
	text-decoration: none;
	border-bottom: 1px solid #333;
	color: #333;
}

DIV#page A:visited{
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

/*IE hack */

* HTML DIV#page A:visited{
	text-decoration: none;
	border-bottom: 1px solid #333;
	color: #333;
}


DIV#page A:active {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

/*IE hack */

* HTML DIV#page A:active {
	text-decoration: none;
	border-bottom: 1px solid #333;
	color: #333;
}


DIV#page A:hover {
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
	color: #AAA;
}

/*IE hack */

* HTML DIV#page A:hover {
	text-decoration: none;
	border-bottom: 1px solid #AAA;
	color: #AAA;
}


DIV.news A {
	font-family: Verdana, Helvetica, sans-serif;	
	text-decoration: none;
	color: #FFF;
}

DIV.news A:hover {
	text-decoration: none;
	color: #FFAAAA;
}

DIV.bottomright A {
	font-family: Verdana, Helvetica, sans-serif;	
	text-decoration: none;
	color: #FFF;
}

DIV.bottomright A:hover {
	text-decoration: none;
	color: #FFAAAA;
}


/*  VARIOUS TAGS */ 

.pad3 { margin: 4px; }
.pad5 { margin: 5px; }
.pad7 { margin: 7px; }
.pad9 { margin: 9px; }
.pad11 { margin: 11px; }
.pad_news { 
margin-left: 5px; 
margin-right: 0px; 
margin-bottom: 20px;
margin-top: 3px;
}
.red {	color: #E60000;}
.white { 	color: #FFF;}
.gray {	color: #AAA;}

.small {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 75%;
	color: #333;
}

.sans{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	font-style:italic;
}

.sansr{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: .9em;
}

.noem {
	font-style: normal;
}

blockquote {
	border: 1px dotted #CCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 85%;
	background: #EEE;
	color: black;
}

tt {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 105%;	
}

.center {
	text-align: center;
}

/*  LISTS */


DIV.menu UL {
	list-style-type: none;
	width: 300px;
	padding: 0px;
	margin: 0px;
}

DIV.menu LI {
	height: 15px;
	padding: 1px;
	margin: 0px 0px 0px 20px;
}

DIV.news UL {
	padding: 0px;	
}

DIV.news LI {
	border-bottom: solid 0.01em #FFF;	
	margin: 0px;
}

DIV#page UL {
	list-style-image: url("../img/bullet.gif");
	padding: 0px;
	margin-left: 30px;
}

DIV#page LI {
	margin: .4em;
}

DIV#page UL.issues {
	width: 100%;
	text-align: left;
}

DIV#page UL.issues LI {
	clear:both;
	margin: 30px 0;
}
