/* SMSA Template Styles */

#wrapper {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #669900;
	background-image: url(/opac-tmpl/eesi/en/images/greenbg.png);
	background-repeat: repeat;
}
#content {
	revisit-width: 100%;
	padding: 10px;
}

.topbarimg {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: none;
}

#wrapper table img {
	padding: 0px;
	wrapping: 0px;
}
.textbox {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000000;
	background-color: #eaf5cb;
	border: 1px solid #653300;
	padding: 4;
	}
#logon_box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF9900;
	padding: 10px;
	background-color: #ffffd8
}
#eesi_logon_box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF9900;
	padding: 10px;
}
td.logon_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#footer {
	height: 80px;
	clear: both;
}

#footer span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
}

#footer span img {
	position: relative;
	display: inline;
	clear: none;
}

#footer a {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
#footer a:visited {
	color: #669900;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
hr {
	color: #669900;
}
a:link {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
x-superced-h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #669900;
}
x-superced-p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
}
x-superced-h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

x-superced-td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/*
	ESSI Brand Green = #51a025
	Light Green = #ccff99
	Light Grey = #cccccc
	Dark Grey = #666666
	Hover Orange = #ff9900
*/

body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color: white;
}

/* START Page Objects */

#title {
	display:block;
	width:100%;
	height: 60px;
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	background-color: white;
	border: solid 1px #51a025;
}

#menuline {
	font-weight:bold;
	width:150px;
	font-size:12px;
	border:1px solid #666666;
	text-decoration:none;
	background-color:#cccccc;
	float: left;
}

/* the mainbloc : everything is in mainbloc, except menu */

#mainbloc {
	border: solid 1px #669900;
	margin-left: 160px;
	margin-right: 20px;
}

/* BLOCS */

#problem {
	color: white;
	font-weight:bold;
	background-color:red;
}
.problem {
	color: white;
	font-weight:bold;
	background-color:red;
}

#homebloc {
	float:left;
/* 	width:%; */
	margin-right:10px;
	margin-left:0px;
	border:0;
}

#leftbloc {
	float:left;
	border:0;
}

#bottombloc {
	width:100%;
	height:200%;
	margin-top:10px;
	vertical-align:top;
	text-align:center;
	float:left;
}

/* used in members */
#bloc20, .bloc20 {
	border:0px;
	padding:10px;
	margin-left:10px;
}
#bloc60, .bloc60 {
	border:0px;
	padding:10px;
}

/* used in biblio detail */

#bibliobloc {
	float:left;
	border:0px;
	padding:10px;
	margin-bottom:10px;
}

#itembloc {
	float:left;
	padding-left:10px;
	width:80%;
	border:0;
}


#bibliomenu {
	display:block;
	margin-top:60px;
	margin-left:20%;
}


/* END Page Objects */

/* START General Page Items */

.menu {
	display: block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left: 5px;
	font-weight:bold;
	color:#51a025;
	border-bottom:1px solid #99cc00;
	text-decoration:none;
	background-image: url(/opac-tmpl/eesi/en/images/menubg.png);
}
.menu:hover {
	color: #ff9900;
	background-image: url(/opac-tmpl/eesi/en/images/menubgover.png);
}

/* images */
eesi-img {
	border-width:0px;
	text-align:left;
	display:inline;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.relative { /* for images in relative position */
	border-width:5px;
	text-align:left;
	position:relative;
}


/* END Page Items */




/* START Links */

a {
	color: #51a025;
 	text-decoration:none;
}

a.transparent {
	background-color: transparent;
	text-decoration:none;
	color:#000000;
}

a:hover {
	color: #ff9900;
}

/* the page result number */
a.results {
	background-color : #FFD9BF;
	padding : 0px 2px 0px 2px;
	margin : 2px 1px 2px 0px;
}

a.results:hover {
	background-color: #FFB380;
	padding : 0px 2px 0px 2px;
	margin : 2px 1px 2px 0px;
}

/* END Links */




/* START Text Styles */

/* main title */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	x-font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	background-color: #FFFFFF;
	review-width: 100%;
	border: 1px solid #669900;
	padding: 5px;
}
eesi-h1 {
	color:#000066;
	font-weight:bold;
	font-style: italic;
	font-size: 14pt;
	padding: 5px;
}

/* style for library name, on top of menu (defined in LibraryName systempref) */
/* in opac-main page */
.LibraryName {
	color:#000066;
	font-weight:bold;
	font-size: 150%;
	text-align:left;
	padding: 2px;
	width:75%;
	border-bottom:0px;
}

/* in all other pages */
.SmallLibraryName {
	color:#000066;
	background-color:transparent;
	font-weight:bold;
	font-style: italic;
	font-size: 13pt;
	color: #51a025;
	margin-top: 20px;
	padding: 2px;
	width:100%;
}

/* subtitles. headers of blocks */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	x-font-size: .8em;
	font-weight:bold;
	font-style: italic;
	color:#669933;
	border: solid 1px #ccff99;
	background-color: white;
	width: 500px;
	padding-left: 5px;
}
eesi-h2 {
	color:#669933;
	border: solid 1px #ccff99;
	background-color: white;
	width: 500px;
	font-weight:bold;
	font-style: italic;
	font-size: 11pt;
	padding-left: 5px;
}

/* probably useless */
h3 {
	color:#000000;
	font-weight:bold;
	font-size: 125%;
	margin: 5px 0px 0px 0px;
}

/* paragraphs */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	x-font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0pt;
	margin:0pt;
}
eesi-p {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0pt;
	margin:0pt;
	font-weight: normal;
}

/* centered paragraphs */
p.center {
	padding-left:10pt;
	padding-bottom:0pt;
	margin:0pt;
	text-align:center;
}

/* the copyright (at the end of the main page */
p.copyright {
	border-top: 1px solid #000000;
	margin-top:10px;
	text-align:center;
}


li {
	list-style-type: none;
	margin-left: -25px;
}


/* END Text Styles */




/* START Table Styles */

stall-table {
	border:1px solid #000000;
	border-collapse:collapse;
	width:100%;
	position:static;
}
/* header */
stall-th {
	background-color: #ccffcc;
	color:black;
	font-weight:bold;
	text-align:center;
	font-size:10pt;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
/* standard cell */

stall-tr {
	display:table-row;
	position:static;
}

stall-td {
	font-size:10pt;
	border-left:1px solid #000000;
	vertical-align:top;
	position:static;
	display:table-cell;
}

/* hilighted cell */
tr.hilighted td, td.hilighted {
	font-size:10pt;
	border-left:1px solid #000000;
	background-color:#efefef;
	vertical-align:top;
}

/* END Table Styles */



/* START Form Styles */

/* label size & look just before input fields */
label {
	float:left;
	width: 9em;
}

/* class used in form buttons */
.button {
	text-align: center;
	padding: 2px 2px;
	text-decoration: none;
	line-height:175%;
	background-image: url(/opac-tmpl/eesi/en/images/menubg.png);
	color : #51a025;
	margin : 3px 3px 3px 0px;
	border:1px solid #51a025;
	border-style: outset;
}

.button:hover {
	text-align: center;
	padding: 2px 2px;
	text-decoration: none;
	line-height:175%;
	background-image:url(/opac-tmpl/eesi/en/images/menubgover.png);
	color : #ff9900;
	margin : 3px 3px 3px 0px;
	border-style: inset;
}

/* standard input field */
input {
	border:1px solid #888888;
	margin-bottom:2px;
	background-color:#FFFFFF;
}
input:hover {
	border:1px solid #000000;
}

/* textarea input field */
textarea {
	border:1px solid #888888;
	background-color:#FFFFFF;
}

textarea:hover {
	border:1px solid #000000;
}
/* select input field */
select {
	border:1px solid #888888;
	background-color:#FFFFFF;
}

/* END Form Styles */




/* span classes */
/* used to show small 1,2,3, to reach other pages when too much results */
.smallnumber {
	background-color:#99cccc;
	font-family:Times,serif;
	font-size:small;
	border:1px solid #000000;
	padding:1pt;
	vertical-align:top;
}

.smallnumberactive {
	background-color:#FFB380;
	font-family:Times,serif;
	font-size:small;
	border:1px solid #000000;
	padding:1pt;
	vertical-align:top;
}

/* a little spacer. should not be used */
.basketspacer {
	padding-left:8pt;
	float:left;
}

/* for SubscritptionHistory view  */
div.tabsubs {
	margin-left:20%;
	display : inline;
}

div.tabsubs a {
	font-size: small;
	border: thin solid black;
	margin-right: 2px;
	padding: 10px 10px;
	-moz-border-radius: 5px 5px 0px 0px;
}
div.tabsubs a:hover {
	background-color:#993366;
}

div.tabsub {
	background-color: white;
	position:absolute;
	visibility:hidden;
	margin-left:20%;
	margin-top:0px;
	margin-right:5%;
}

/* for MARC view  */
div.tabs {
	width:15px;
	display:block;
	margin-top:1px;
	margin-left:200px;
}

div.tabs a {
	display:block;
	font-size: small;
	border: thin solid black;
	margin-right: 2px;
	padding: 10px 10px;
	-moz-border-radius: 5px 0px 0px 5px;
}

div.tabbloc {
	position:absolute;
	display:block;
	top:165px;
	left:230px;
	width:80%;
	margin-right:0px;
	border: 0px solid black;
	background-color:transparent;
}

div.tab {
	display: block;
	visibility:hidden;
	position:absolute;
	float:left;
	margin-right:0px;
	background-color:transparent;
	width:80%;
}

.MARCtag { /* style for tag definition (700 - Statement of responsability) */
	font-weight:bold;
	color:#993366;
	background-color:#efefef;
	background-image:none;
	border-bottom: thin solid #993366;
	margin-right:30%;
}

.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
	float:left;
	width: 12em;
	margin-left:30px;
}


/* START Amazon Styles */

# STARS styles, for Amazon.com ratings
#starMT {
        position:relative;
        height: 25px;
        width: 100px;
        margin: 0 3px 0 30px;
        padding:0;
        background: url(../images/emptystars.png) top left no-repeat;
}
#starFull {
        height: 25px;
        margin: 0 ; padding: 0;
        background: url(../images/bluestars.png) top left no-repeat;
}

/* END Amazon Styles */
