/* #fab9ac - pink         */
/* #7bbc53 - green        */
/* #de6736 - red          */
/* #67c1ec - light blue   */
/* #e6b90d - orange       */
/* #0087c7 - blue         */

body {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: url(../images/tile.png);
	background-color: #ffffff;
	height: 100%;
	margin: 0px;
}

body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
 }

h1 {
	margin: 0px;
	padding: 16px 0px;
	font-size: 2em;
	text-align: center;
}

h1 span {
	color: #e6b90d;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #e6b90d;
	margin: 14px 0px;
	padding: 0px;
}

h3 {
	margin: 16px 0px;
	text-align: center;
}

h4 {
	margin: 16px 16px;
}

h5 {
	margin: 8px 16px;
}

 html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.addeditauthor {
	position: relative;
	display: inline-block;
	width: 800px;
	/*border: 1px solid blue;*/
}

.addeditauthor form{
	border: none;
}

.addeditauthor form fieldset{
	border: none;
}

.addeditauthor form input[type="submit"] {
	height: 40px;
	width: 160px;
}

.addeditauthor form fieldset table {
	/*border-spacing: 2px;*/
	/*border: 1px solid #c0c0c0;*/
}

.addeditauthor form fieldset table tr {
	text-align: left;
}

.addeditauthor form fieldset table tr td {
	color: black;
	max-width: 300px;
	/*border: 1px solid #c0c0c0;*/
	padding: 2px 4px;
}

.addeditauthor form fieldset table tr th {
	color: black;
	max-width: 300px;
	/*border: 1px solid #c0c0c0;*/
	padding: 2px 4px;
	text-align: center;
}

.addeditauthor form fieldset table tr td input {
	border: 1px solid #c0c0c0;
	height: 22px;
	padding: 0px;
	width: 100%;
}

.addeditauthor form fieldset table tr th input[type="file"] {
	width: 115px;
}

.addeditauthor form fieldset table tr td p {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

.addeditbook {
	display: inline-block;
	width: 800px;
	/*border: 1px solid blue;*/
}

.addeditbook form  {
	display: inline-block;
	position: relative;
}

.addeditbook form fieldset {
	text-align: left;
	border-width: 0px;
}

.addeditbook form fieldset table {
	margin: 0px;
	table-layout: fixed;
	width: 100%;
	/*border: 1px solid green;*/
}

.addeditbook form fieldset table tr td {
	/*border: 1px solid red;*/
	padding: 4px;
	vertical-align: top;
}

.addeditbook form fieldset table tr td:first-child {
	padding: 4px;
}

.addeditbook form fieldset table tr td:last-child {
	/*padding: 4px;*/
}

.addeditbook form fieldset table tr td.last-cell {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	width: 22px;
}

.addeditbook form fieldset table tr td input{
	margin: 0px;
	padding: 0px;
	border: 1px solid #c0c0c0;
}

.addeditbook form fieldset table tr td input[type="button"]{
	border: 1px solid #c0c0c0;
	float: right;
	height: 22px;
	width: 22px;
}
.addeditbook form fieldset table tr td input[type="button"]:hover {
	border: 1px solid #aaaaaa;
}

.addeditbook form fieldset table tr td input[type="checkbox"]{
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

.addeditbook form fieldset table tr td input[type="date"]{
	height: 22px;
	width: 100%;
}

.addeditbook form fieldset table tr td input[type="text"]{
	width: 100%;
	height: 22px;
}

.addeditbook form fieldset table tr td input[type="file"]{
	border-width: 0px;
	height: 66px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.addeditbook form fieldset table tr td p, .addeditbook form fieldset p {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

.addeditbook form fieldset table tr td select {
	width: 100%;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #c0c0c0;
}

.addeditbook form fieldset table tr td span {
	display: inline-block;
	font-size: 11px;
	/*font-weight: bold;*/
}

.addeditbook form input[type="submit"] {
	height: 40px;
	width: 160px;
}

.addeditbook form fieldset table tr td table {
	border-spacing: 4px;
}

.addeditbook form fieldset textarea {
	height: 60px;
	width: 100%;
	font-size: 13px;
	padding: 0px;
	resize: vertical;
	font-family: Arial;
	border: 1px solid #c0c0c0;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.authorcard {
	display: inline-block;
	width: 800px;
}

.blocktext {
	text-align: justify;
	margin: 6px 0px;
}

.blocktitle {
	font-size: 14px;
	font-weight: bold;
	color: #e6b90d;
	text-align: left;
	margin: 32px 0px 6px 0px;
}

.boldtext {
	font-weight: bold;
}

.bookcharacter {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 50%;
	border-right: 1px solid #d0d0d0;
}

.bookcharacterstatus {
	font-size: 12px;
	padding: 0px 0px 0px 12px;
	text-align: left;
}

.bookcredit, .bookauxtitle {
	font-size: 12px;
	text-align: left;
	width: 160px;
}

.bookcreditname a {
	color: #0087c7;
	text-decoration: none;
}
.bookcreditname a:hover {
	text-decoration: underline;
}

.bookcreditname, .bookauxinfo {
	font-size: 12px;
	padding: 0px;
	text-align: left;
}

.booksearch form {
    height: 28px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.booksearch form input[type="search"] {
    width: 100%;
	height: 28px;
	padding-right: 28px;
}

.booksearch form input[type="submit"] {
    height: 28px;
    width: 28px;
	position: absolute;
	top: 0px;
	right: 0px;
	outline: none;
	border: none;
	/*border: 1px solid red;*/
	background: transparent;
	cursor: pointer;
	z-index: 2;
}

.booksearch form div {
    height: 28px;
    width: 28px;
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	z-index: 1;
}

.button {
    height: 40px;
    width: 160px;
}

.collectionstatus {
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	margin: 14px 0px;
	padding: 0px;
	float: right;
}

.color-orange {
	color: #e6b90d;
}

.containerMain {
	background-color: #fafafa;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	min-width: 1080px;
	box-shadow: 0px 0px 30px 0px #000000;
	/*height: 100%;*/
	min-height: 100vh;
	text-align: center;
}

.content {
	/*background-color: #ffffff;*/
	display: inline-block;
	margin:  12px 12px 100px 12px;
	/*min-width: 776px;*/
	width: calc(100% - 200px - 76px - 10px);
	height: calc(100% - 24px - 50px - 1px);
}

.content-pages {
	font-size: 12px;
	text-align: right;
}

.content-plot {
	font-size: 11px;
	text-align: justify;
}

.content-title {
	font-size: 12px;
	text-align: left;
}
.content-title a {
	color: #0087c7;
	text-decoration: none;
}
.content-title a:hover {
	text-decoration: underline;
}

.downleft-corner {
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.downright-corner {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.footer {
	bottom: 0px;
	/*display:  block;*/
	position: absolute;
	width: 100%;
	height: 50px;
	background: #67c1ec;
	color: #ffffff;
	border-top: 1px solid #e6e2da;
}

.footer .mysignature {
	float: right;
	margin: 14px 20px;
}

.footer .userform {
  float: left;
	margin: 13px 12px;
	height: 24px;
}

.footer .userform form {
	display: inline-block;
	margin: 0px;
}

.footer .userform form fieldset {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	opacity: 0;
}

.footer .userform:hover form fieldset {
	opacity: 1;
}

.footer .userform form fieldset input {
	height: 22px;
	width: 100px;
	font-size: 13px;
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;
	outline: none;
}

.footer .userform form input[name="enter"] {
	display: none;
}

.footer .userform form input[name="exit"] {
	background: transparent;
	border: none;
	cursor: pointer;
	color: #ffffff;
	margin: 6px 0px 0px 12px;
	padding: 0px;
	text-decoration: none;
	outline: none;
}

.footer .userform img{
  float: left;
	height: 24px;
	width: 24px;
	border-radius: 12px;
}

.footer .userform p {
	margin: 0px;
	color: #ffffff;
	white-space: nowrap;
  padding: 6px 40px;
}

.genre-field {
	height: 184px;
	width: 100%;
	border: 1px solid #c0c0c0;
	overflow: auto;
}

.genre-field input[type="checkbox"]{
	margin: 2px;
}

.imagetile {
	display: inline-block;
	width: 150px;
	padding: 8px 0px;
}

.imagetile a {
	position: relative;
}

.imagetile a img{
	height: 150px;
	border: 3px solid transparent;
}

.imagetile a img:hover{
	border-color: #67c1ec;
}

.itemcard {
	display: inline-block;
	width: 800px;
}

.itemcard table {
	width: 100%;
}

.itemcard-main {
	margin: 6px 0px 32px 0px;
}

.itemcard-main tr td {
	margin: 0px;
	padding: 0px;
	position: relative;
	/*text-align: left;*/
	vertical-align: top;
}

.itemcard-main tr td:first-child {
	/*background: #ffffff;*/
	text-align: left;
 	vertical-align: middle;
}

.itemcard-main tr td:first-child a {
	/*background: #ffffff;*/
	color: #0087c7;
	text-decoration: none;
	text-align: center;
}

.itemcard-main tr td:first-child a:hover {
	text-decoration:  underline;
}

.itemcard-main tr td p {
	margin: 0px 8px 8px 8px;
	padding: 0px;
}

.itemcard-main-left {
	text-align: right;
}
.itemcard-main-right {
	max-width: 200px;
	text-align: left;
}

.line {
	margin: 0px;
  border: 1px solid #d0d0d0;
  border-bottom: 1px solid #ffffff;
}

.logo {
	background-color: #67c1ec;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.logo:hover {
	background-color: #e6b90d;
	color: #ffffff;
}

.menu {
	float: left;
	height: 40px;
	transition: all .2s ease-in-out;
}

.menuBar {
	position: relative;
	margin: 0px;
	text-align: center;
	height: 40px;
	background: #67c1ec;
	border-bottom: 1px solid #e6e2da;
	z-index: 1;
	width: 100%;
}

.menuEdit {
	float: right;
	height: 40px;
	transition: all .2s ease-in-out;
}

.menuEdit .menuItem >li >p {
	cursor: pointer;
}

.menuItem {
	background: #67c1ec;
	display: block;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
	/*border: 1px solid #e6e2da;*/
}

.menuItem  > li {
	cursor: default;
	display: inline-block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-transform: uppercase;
}

.menuItem  > li > a {
	display: inline-block;
	color: #000000;
	height: 40px;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
}

.menuItem  > li:hover {
	background: #e6b90d;
}

.menuItem  > li >a:hover {
	background: #e6b90d;
	color: #ffffff;
}

.menuItem  > li > p {
	/*display: inline-block;*/
	color: #000000;
	height: 40px;
	margin: 0px;
	padding: 0px 10px;
}

.menuItem  > li > p:hover {
	background: #e6b90d;
	color: #ffffff;
}

.menuItem > li > ul {
	background: #67c1ec;
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	width: 100%;
}

.menuItem > li:hover > p {
	color: #ffffff;
}

.menuItem > li:hover > ul {
	display: block;
}

.menuItem > li > ul > li {
	display: block;
	position: relative;
}

.menuItem > li > ul > li > a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px;
	width: calc(100% - 20px);
}

.menuItem > li > ul > li > a:hover {
	background: #e6b90d;
	color: #ffffff;
}

.message {
	background: #de6736;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.orange{
	background: #e6b90d;
}

.searchwidth td:first-child {
	min-width: 40px;
	text-align: center;
}

.searchwidth td:last-child {
	max-width: initial;
	min-width: 300px;
}

.sideBar {
	display: inline-block;
	background-color: #ffffff;
	padding: 0px;
	margin:  40px 12px 100px 40px;
	/*border: 1px solid #000000;*/
	vertical-align: top;
	width: 200px;
}

.sideBar > ul {
	list-style: none;
	padding: 0px;
	position: relative;
	margin: 0px;
}

.sideBar > ul > li {
	margin: 0px;
	padding: 4px 0px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	/*border: 1px solid #000000;*/
}

.sideBar > ul > li > a {
	color: #0087c7;
	//display: inline-block;
	height: 100%;
  width: 100%;
  margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.sideBar > ul > li > a:hover {
	text-decoration: underline;
}

.tableauthor {
	/*display: inline-block;*/
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.tableauthor tr td {
	height: 40px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.tableauthor tr td p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

.tableauthor tr td p:first-child {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

.tableauthor tr td a{
	color: #0087c7;
	text-decoration: none;
}

.tableauthor tr td a:hover {
	text-decoration: underline;
}

.tableseries {
	border: 1px solid #c0c0c0;
	border-spacing: 2px;
	display: inline-block;
	margin: 0px 16px;
	text-align: left;
}

.tableseries td {
	color: black;
	max-width: 300px;
	border: 1px solid #c0c0c0;
	padding: 2px 4px;
}

.tableseries td a {
	color: #0087c7;
	text-decoration: none;
}

.tableseries td a:hover {
	text-decoration: underline;
}

.tableseries td div {
	text-align: center;
	width: 100%;
}

.tableseries td div input[type="text"] {
	width: calc(100% - 8px);
}

.title {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color: #e6b90d;
	margin: 14px 0px;
	padding: 0px;
}

.upleft-corner {
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

.upright-corner {
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

.uppercase {
	text-transform: uppercase;
}

.width100 {
	width: 100%;
}

.wrapper {
	display: inline-block;
	height: 100%;
	height: calc(100% - 40px - 50px);
	width:  100%;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}