/* 
Override stylesheet for user app
Copyright 2005-2006 iCopyright, Inc. All rights reserved.
*/

body {
	margin: 25px 10px 10px 10px;
	font-family: Geneva, Arial, sans-serif, Verdana, Helvetica;
	color: #333;
	background-color: #333;
}

a {
	text-decoration: none;
	color: #1E78D2;
}

a:hover {
	color: #333;
}

h1 {
	font-size: 150%;
	font-style: normal;
	color: #333;
	margin-top: 0px;
}

h2 {
	font-size: 130%;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 110%;
	color: #333;
	font-weight: normal
}

/*
Container
*/
div#container {
	margin: 0 auto 0 auto;
	padding: 20px;
	background: #FFFFFF url( ../images/img-page.gif ) top right no-repeat;
}

/*
Entry
*/ 
div#eprintentry {
	background: #FFFFCC;
	padding-top: 1em;
	padding-bottom: 1em;
}

Head
*/
table#head {
	margin-bottom: 1em;
}

table#head td#publication {
	text-align: center;
	width: 234px;
}

table#head td#publisher {
	text-align: center;
	width: 150px;
}

/* 
Title
*/
td#title h1 {
	margin: 0px;
	border-bottom: none;
}

td#title h2 {
	margin: 38px 0 0 0;
	padding: 0 0 10px 5px;
	float: right;
}

td#title div#account-links {
	margin-top: 5px;
}

td#title img {
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
}

/*
Nav
*/
#nav {
	width: 150px;
	padding: 10px 10px 43px 10px;
	border: 1px solid #BFBFBF;
	background-color: #F1F1F1;
	margin: 0;
}

#nav h1 {
	font-size: 100%;
}

#nav div.menu a {
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

#nav div.menu a.selected {
	color: #000000;
	border: none;
	padding-left: 10px;
}

/*
Top nav
*/
td#topnav {
	text-align: left;
	background: #333;
	font-size: 120%;
	height: 52px;
	padding: 16px 0 0 10px;
	border-top: 0px;
	border-bottom: 10px solid #fff;
}

*html td#topnav {
	height: 34px;
	padding: 16px 0 0 10px;
}

td#topnav a {
	font-style: normal;
	font-weight:normal;
	padding: 7px;
	color: #999;
	margin: 0;
}

td#topnav a:hover {
	color: #fff;
}

td#topnav a.selected {
	color: #fff;
}

/*
Pricing
*/
div#pricingDEFAULT {
	display: block;
}

div#pricingEDUCATIONAL {
	display: none;
}

div#pricingNONPROFIT {
	display: none;
}

/*
Pricing links
*/
div#linkDEFAULT {
	display: none;
}

div#linkEDUCATIONAL {
	display: block;
}

div#linkNONPROFIT {
	display: block;
}

/*
Pricing tables
*/
table#pricing {
	margin-right: 1em;
}

table#pricing td#quantity {
	width: 50%;
	text-align: right;
	padding-right: 1em;
}

table#pricing td#prices {
}

table.pricingbox {
	margin-right: 1em;
	border: 1px solid #000000;
}

table.pricingbox th {
	background: #CCCCCC;
	border-bottom: 1px dashed #000000;
	width: 50%;
}

table.pricingbox td {
	background: white;
}

table.pricingbox td.range {
	text-align: right;
	padding-right: 2em;
}

table.pricingbox td {
	text-align: center;
}

span.pricingtierwarning {
	font-style: italic;
	font-size: smaller;
}

span.currencywarning {
	font-style: italic;
	font-size: smaller;
	text-align: center;
}

p.publicationmessage {
	font-style: italic;
	font-size: smaller;
	padding-top: 1em;
	text-align: center;
}


/*
Content
*/
td#content {
	padding: 0px 10px 10px 10px;
	width: 100%;	
}

/*
Footer
*/
td#footer {
	clear: both;
	margin-top: 1em;
	padding-top: 5px;
	color: #BFBFBF;
	border-top: 1px solid #CCCCCC;
	font-size: 95%;
	text-align: center;
	font-weight:normal;
}

/* 
Field Table
*/
table.field td.attribute {
	width: 100px;
}

*html table.field td.attribute {
	width: 120px;
}

/*
Command div
*/
div.command {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 21px;
}

/*
Reading Room
*/
td.readingroomtitle {
	vertical-align: middle;
	color: #333;
	font-size: 110%;
}

div.readingroomarticle {
	padding-top: 1.5em;
}

div.readingroomarticle a {
	color: #000000;
}

div.readingroomarticle a:hover {
	color: #336699;
}

div.readingroomarticle p.headline {
	margin: 2px 0px 0px 0px;
	font-size: 110%;
	color: #1E78D2;
}

div.readingroomarticle p.publication {
	margin: 2px 0px 0px 0px;
	color: #AAAAAA;
}

div.readingroomarticle p.abstract {
	margin: 2px 0px 5px 0px;
	font-size: 90%;
}

div.readingroomarticle div.commands {
	text-align: center;
	font-size: 80%;
}
