body {
	background-color: #E7E7E7;
	font-size: 13px;
/*	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Trebuchet MS",Arial,Sans-Serif; */
/*	font-family: tahoma,helvetica,arial,sans-serif; */
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	color: #444444;
	margin: 0px;
	padding: 3px;
	text-align: center;
}

#header-wrap, #footer-wrap {
/*	padding:0 10px; */
	background-color: #E7E7E7
}
#header-wrap a, #header-wrap a:visited {
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
	color: #CE7210;
}
#header-wrap {
	border-bottom:1px solid #A2A2A2;
}
#header {
	padding: 0 10px;
	background-color: #9DC8A2;
}
#footer-wrap {
	font-size: 10px;
	border-top:1px solid #A2A2A2;
}
#footer-wrap a, #footer-wrap a:visited {
	color: #CE7210;
}

#cse-search-box input {
	font-family: Times New Roman;
	font-size: 150%;
}

hr {
	border: 0 none;
	color: #C7DAE7;
	background-color: #C7DAE7;
	height: 1px;
}

#main {
	min-width: 640px;
	max-width: 1024px;
	width: expression(document.body.clientWidth < 640? "640px" : document.body.clientWidth > 1024? "1024px" : "100%");
}

a {	text-decoration: none; }
a:hover {	text-decoration: underline; }

#page {
	background: white url(../images/bg-right.png) repeat-y scroll 100% 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#menu {
	background: white url(../images/bg-left.png) repeat-y scroll left top; 
/*	border-right: #C7DAE7 solid 1px; */
	font-size: 13px;
	padding: 10px 5px 10px 7px;
	text-align: center;
	width: 150px;
}

#content {
	padding: 6px;
	text-align: left;
}

#langs {
	text-align: left;
	border-color: #7E9DB9;
	border-width: 1px;
}

#news {
	padding: 10px;
	text-align: left;
}
#news .date {
	color:#6F6F6F;
	font-size: 11px;
	font-family:tahoma,helvetica,arial,sans-serif;
	margin-top: 10px;
}
#news .text {
	margin: 0px;
}
#news .text h2 {
	margin-top: 5px;
}
#news a, #news a:visited {
	color: #CE7210;
	text-decoration: underline;
}

#news-main {
	color:#6F6F6F;
	font-size:10px;
	font-family:tahoma,helvetica,arial,sans-serif;
	border-left: 1px dashed #C7DAE7;
	text-align: left;
	padding: 7px 7px 15px 3px;
}
#news-main .title {
	font-size: 12px;
	font-weight: bolder;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	color:#8A8E27;
}
#news-main .date {
	font-weight: bolder;
	margin: 10px 0px 4px;
} 
#news-main .text {
	margin: 8px 0px 0px;
}
#news-main .link {
	color:#FF9B0B;
	font-weight:bold;
	cursor:pointer;
}
#news-main .book a, #news-main .book a:hover {
	color: #044FAA;
}
#news-main .devider {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #C7DAE7;
}

#footer {
	clear: both;
	font-size: 10px;
}

#gtcb {
	border: 1px solid #7E9DB9;
}
#gtcb:hover {
	border: 1px solid #A0A0A0;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
/*	color:#8A8E27; */
}
h2 {
	font-size: 1.1em;
}

.header-ads tr td {
	font-size: 8px;
	color: #666666;
	text-align:right;
}

.highlight {
	background-color: #C6DFF1;
}

.counters {
	margin-top: 5px;
	padding: 3px;
}

.links tr td {
	padding: 5px;
	vertical-align: middle;
}
.links a, .links a:visited {
	color: #044FAA;
	font-weight: bolder;
}

.gt {
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #505050;
}

.tn {
	margin-top: 50px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #ce8318;
	vertical-align: middle;
}

.menu {
	font-size: 13px;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}
.menub {
/*	background: transparent url(../images/menu-borders.png) repeat-y scroll left top;*/
	width: 100%;
	margin-top: 5px
}
.menuo {
/*	background: transparent url(../images/menu-top.png) no-repeat scroll left top;*/
	background: transparent url(../images/menu-line-h.png) no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
}
.menui {
/*	background: transparent url(../images/menu-bottom.png) no-repeat scroll left bottom;*/
	background: transparent url(../images/menu-line-v.png) no-repeat scroll 100% 0;
	padding: 3px;
	margin-top:3px;
}
.menu {
	margin: 0px;
}
.menu dl {
	margin: 0px;
}
.menu dt {
	text-align: left;
	padding-left: 7px;
	line-height: 150%;
	font-weight: bolder;
}

.menu dd {
	text-align: left;
	margin: 0px 2px;
	padding-left: 0px;
}
.menu dd a, dd a:visited {
	display: block;
	color: #CE7210;
	padding: 3px 10px 3px 15px;
}
.menu dd a:hover {
	color: #044FAA;
	background: #DAEAFE;
}

.menu .last {
	line-height: 6px;
}

.menu form {
	display: inline;
}

.topmenu {
	margin: 0px 10px 15px 10px;
	border-bottom: 1px solid #9DB6C8;
}
.topmenu tr td {
	border-left: 1px solid #9DB6C8;
}
.topmenu tr td a, .topmenu tr td a:visited {
	display: block;
	color: #CE7210;
	padding: 1px 10px 1px 10px;
}
.topmenu tr td a:hover {
	color: #044FAA;
	background: #DAEAFE;
}
.editor-on {
	color: #A8211A !important;
	border: 1px solid #A8211A;
	background-color: #F8CFCD !important;
}
.editor-off {
	border: 1px solid #E4E8AA;
	background-color: #EEF0C8 !important;
}	

.searchtext {
	border: 1px solid #7E9DB9;
	padding: 2px;
}

.letters {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	padding:2px;
}
.letters a, .letters a:visited {
	color: #296B94;
}
.letters .selected {
	color: #CE7210 !important;
	border: 1px solid #CE7210;
}

.author, .author a, .author a:visited {
	color: #267bb6;/*#0975b3; */
}
.author .title {
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
	color: #CE7210;
	margin-bottom: 14px;
}

.book_title {
	margin-top: 20px;
	background-color: #C7DAE7;
	font-size: 14px;
	border-spacing: 1px;
}
.book_title>tbody>tr>td {
	padding: 4px 10px 4px 10px;
}
.book_title .head {
	background-color: #DAEAFE;
	white-space: nowrap;
}
.book_title .text {
	background-color: white;
	font-weight: bolder;
	color: #267bb6;
}
.book_title .text a, .text a:visited {
	text-decoration: underline;
	color: #CE7210;
}
.book_read {
	margin-top: 10px;
	background-color: #C7DAE7;
	font-size: 14px;
	font-weight: bolder;
}
.book_read td {
	background-color: white;
	font-weight: bolder;
	color: #267bb6;
	padding: 4px 10px 4px 10px;
}
.book_read a, .book_read a:visited {
	text-decoration: underline;
	color: #CE7210;
}

.table_of_contents {
	font-family: tahoma,helvetica,arial,sans-serif; /*Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
.table_of_contents a, .table_of_contents a:visited {
	color: #267bb6;
}

.booktitle {
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	color: #CE7210;
	font-weight: normal;
}
.booktitle a, .booktitle a:visited {
	color: #CE7210;
	text-decoration: underline;
}
.bookauthor {
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	color: #CE7210;
	font-weight: normal;
}
.bookauthor a, .bookauthor a:visited {
	color: #CE7210;
	text-decoration: underline;
}

.read_sync {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
.read_sync a, .read_sync a:visited {
	color: #cb9e32;
	text-decoration: underline;
}

.book_text {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Trebuchet MS",Arial,Sans-Serif;
	font-size: 13px;
}
.book_text td {
	vertical-align: top;
}

.book .nav {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bolder;
}
.book .nav a, .nav a:visited {
	color: #cb9e32;
}
.book .chaptertitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bolder;
}
.book .contents {
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 11px;
}
.book .contents a, .book .contents a:visited {
	color: #87B0CE;
}

.fontsize {
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #505050;
}

.fsel {
	padding:2px;
	border: 1px solid #87B0CE;
	width: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bolder;
}

.main-links {
  color:#6F6F6F;
  font-size:10px;
  font-style: italic;
  font-weight: bold;
  font-family:tahoma,helvetica,arial,sans-serif;
}
.main-links tr td {
  text-align: center;
}
.main-links a, .main-links a:visited {
  color: #fff !important;
}

#page-error-lnk {
	color: #AE2926 !important;
}
#page-error-dlg {
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 10px;
	text-align: left;
}
#page-error-dlg table tr td {
	text-align: left;
}

#voting {
	color: grey;
	font-size: 10px;
}
#upload_file_note {
	color: grey;
	font-size: 10px;
	font-weight: normal;
}

#loginform {
	color: #808080;
	font-size: 9px;
}
#loginform input {
	font-size: 9px;
}
#loginform .register {
	color: #CE7210;
	font-weight: bolder;
	text-decoration: underline;
}
#loginform .username {
	font-weight: bolder;
	color: #CE7210 !important;
}
#loginform #logout {
	font-size: -1;
	padding: 2px 4px;
	color: white;
	background-color: #044FAA;
}
#login_status {
	font-size: 9px;
	color: red;
}

.edit {
	cursor:pointer;
}

#result {
	padding: 3px 10px 3px 10px;
	font-size: 12px;
}
.ok {
	background-color: #21A121;
	color: white;
	-moz-border-radius: 3px;
}
.fail {
	margin: 0px 10px 0px 10px;
	background-color: #AD0616;
	color: white;
	-moz-border-radius: 3px;
}

.sup_button {
	padding: 8px;
	background-color: #CE7210;
	color: white;
	font-weight: bold;
}
.sup_button:disabled {
	background-color: #A28A79;
}

.epub {
	font-size: 60%;
	font-weight: normal !important;
	background-color: #638AB6;
	padding: 2px;
}
.epub a, .epub a:visited {
	color: white !important;
	text-decoration: none;
}

.notice {
	font-size: 11px;
	font-weight: bold;
	color: #803320;
	background-color: #EAE9E8;
	border: 1px solid #803320;
	padding: 15px;
	-moz-border-radius: 8px;
	margin-bottom: 20px;
}
.notice a, .notice a:visited {
	color: #CE7210;
	text-decoration: underline;
}

.note {
	font-size: 80%;
	color: grey;
}

.twitter-follow-button {
	width: 100px !important;
}

.book-size {
	font-size: 75%;
	font-style: italic;
	color: gray;
}

.help {
	border: 1px solid #7E9DB9;
	background-color: #DAEAFE;
	color: #333333 !important;
	padding: 3px;
}