/* CSS Document */

/* undohtml ------------------------------------------------------------------ */

:link,:visited { text-decoration:none }
ul,ol,dl { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,button
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* undohtml ------------------------------------------------------------------ */

a{behaviour: url(#default#AnchorClick);}

body#home{
	width: 800px;
	margin: auto;
	padding: 20px 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

#admin{
	background: url(../img/bg_admin.png) no-repeat;
	float: left;
	padding: 10px 15px 0 20px;
}

#admin a{
	height: 200px;
	width: 255px;
	float: left;
}

div#webfolder_txt{
	border: 5px dotted #efefef;
	float: none;
	clear: both;
	margin: 0px;
	padding: 20px;
}

div#webfolder_txt h2{ 
	color: #9B5A71;
	margin-bottom: 10px;
}

div#webfolder_txt p{ 
	margin-bottom: 3px;
}
div#webfolder_txt p.star{ 
	margin-bottom: 1px;
	font-size: 11px;
	font-style: italic;
}




div#siteadmin_txt{
	border: 5px dotted #efefef;
	float: none;
	clear: both;
	margin: 0px;
	padding: 20px;
}

div#siteadmin_txt h2{ 
	color: #587D99;
	margin-bottom: 10px;
}

div#siteadmin_txt p{ 
	margin-bottom: 3px;
}
div#siteadmin_txt p.star{ 
	margin-bottom: 1px;
	font-size: 11px;
	font-style: italic;
}



/* inventory */


#inventory .isbn,#inventory .price{
	color: #003300;
}

#inventory td.admin div.admin{
	width: 110px;
}
#inventory td.price{
	width: 90px;
}
#inventory td.isbn{
	width: 150px;
}

#inventory .pricelist td, #selectionsedit .fixedtable td, #selectionsadd .fixedtable td{
	padding: 7px 5px;
}

#inventory .pricelist, #selectionsedit .fixedtable, #selectionsadd .fixedtable{
	width: 700px;
	margin: 0;
	padding: 0;
}

#inventory .pricelist th, #selectionsedit .fixedtable th, #selectionsadd .fixedtable th{
	cursor: pointer;
	background: #000;
	color: #fff;
	vertical-align: middle;
	margin: 0;
	padding: 5px 0;
}	

div#inventory_txt{
	border: 5px dotted #efefef;
	float: none;
	clear: both;
	margin: 0px;
	padding: 20px;
}

div#inventory_txt h2{ 
	color: #769B5A;
	margin-bottom: 10px;
}

div#inventory_txt p{ 
	margin-bottom: 3px;
}
div#inventory_txt p.star{ 
	margin-bottom: 1px;
	font-size: 11px;
	font-style: italic;
}

.show{
	display: '';
}
.hide{
	display: none;
}


/* VIEWS ------------------------------------------------------------------ */

body{
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 20px;
}

h1{
	color: #fff;
	background: #ccc;
	padding: 5px;
	font-size: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}

.admin{
	margin: 10px 0 20px 0;
	display: '';
}

button{
	background: #fff url(../img/btn_bg.gif) repeat-x;
	border: 1px solid #CCCCCC;
	color: #006699;
	cursor: pointer;
	*padding: 0 2px;
	*font-size: 12px;
}
button:hover{
	color: #0099FF;
}

.admin a{
	background: #fff url(../img/btn_bg.gif) repeat-x;
	margin: 3px 3px 3px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #98586E;
}
.admin a:hover{
	color: #E16490;
}

ul{
	margin: 10px 0;
}

ul li{
	margin-bottom: 10px;
	padding-bottom: 2px;
}

a{
	color: #769B5A;
	outline: none;
}
a:hover{
	color: #99E164;	
}

h2{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.isbn,p.subject,p.price{
	color: #999;
	font-style: italic;
}
p.author{
	color: #769B5A;
}
p.description{
	margin: 5px 0;
	width: 400px;
}

form#search{
	margin-bottom: 20px;
}

.italic{
	font-style: italic;
}

input.browse{
	*border: 1px solid #ccc;
}

/* bookview */

#bookview h2{
	font-size: 20px;
	color: #769B5A;
}

#bookview .author{
	font-size: 15px;
	color: #999;
	margin: 5px 0;
}

/* bookedit */

#bookedit button{
	font-size: 15px;
	margin-top: 10px;
	padding: 3px;
}
#bookedit label{
	width: 60px;
	display: block;
	float: left;
}

#bookedit p{
	margin-bottom: 5px;
}

h2.title{
	display: inline;
}

.inline{
	display: inline;
}

.choices {
	font-size: 18px;
}
th{
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
}
/* pricelist */

button.import{
	margin: 5px 0;
}

.strong{
	font-weight: bold;
	color: #555;	
}

#pricelist .isbn,#pricelist .price{
	color: #003300;
}

#pricelist .pricelist td{
	padding: 7px 5px;
}

.zebra td, .zebra{
	background: #EFEFEF;
}

/* selections */

#selections li{
	margin:0;
	padding: 10px;
}
#selections li li{
	margin-left:15px;
	padding: 5px;
	list-style-type: disc;
}

#selections .text{
	font-style: italic;
}

.booktitle{
	color: #769B5A;
	font-weight: bold;
	font-style: normal;	
}

#selectionsedit li{
	font-style: italic;
}

#selectionsview .text{
	font-style: italic;
	font-size:14px;
	background: #FFFFCC;
	padding: 5px;
}

.booklist tr{
	page-break-inside: avoid;
}
.booklist td{
	padding-top: 25px;
	page-break-inside: avoid;
	page-break-before: avoid;
	page-break-after: avoid;
}
.booklist p,.booklist img{
	page-break-inside: avoid;
	page-break-before: avoid;
	page-break-after: avoid;	
}

.booklist h2{
	font-size: 16px;
}
#selections h2.name{
	cursor: pointer;
}


/*------------SCAFFOLDING------*/

.inav{
	border: 1px solid #333333;
	font-size: 10px;
}

.inav th{
	background: #666666;
	color: #fff;
	padding: 3px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.inav td{
	padding: 3px;
	border: 1px solid #CCCCCC;
	height: 20px;
}


