body{ 
	background: #e6e6fa;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

body, input, select, td, textarea{ 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, td, th, span, a, hr, code, pre, hr {
	margin:0;
	padding:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}

table{
	margin:0;
	padding:0;
	/* font-size: 1em; */
	background-repeat:no-repeat;
	list-style-type:none;
}


a, a:visited, a:hover { 
	text-decoration:none; 
}

a:hover {
	text-decoration: underline;
}
img{ 
	border:none;
}
hr {
	height: 1px;
	color: #000;
	clear:both;
}
dt {
	font-weight: bold;
}
.clear {
	clear: both;
}
h1 {
	font-size: 2em;
}

h1 a{
	color: #000;
}
div#header {
	background-color: #fea;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px 30px 15px;
	margin: 10px 5% 20px 5%;
}
div#header ul{
	margin: 10px 0 0 0;
}
div#header ul li{
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}
div#header ul li a{
	display: block;
	color: #f00;
	border-left: 1px solid red;
	padding-left: 5px;
}
div#header ul li a:hover{
	border-left: 1px solid #000;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

div#body {
	margin: 0 5% 20px 5%;
	padding: 20px 20px 20px 20px;
	border: 1px dashed #666;
}

div#validxhtml {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px;
	margin: 5px;
	width:100px;
	text-align: center;
}
div#footer {
	border-top: 1px solid #666;
	padding: 5px 5px 5px 5px;
	text-align:right;
}

div#footer span {
	float: left;
}

/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/
ul#stylelist {
	margin:0 0 30px 0;
}

ul#stylelist li {
	list-style-type: none;
	float:left;
	width:100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding:2px;
	margin-right: 2px;
}
table {
	/* border: 1px solid #666; */
	/* width: 80%; */
	/* margin: 10px 0 15px 0; */
}

table#results {
	border: 1px solid #666;
	width: 900;
	margin: 20px 0 20px 0;
}


th, td {
	padding: 2px 4px 2px 4px;
	/* text-align: center; */
 	vertical-align: top;
}
thead tr {  
  background-color: #fc9;;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}
th.sortable a {
	background-image: url(../img/arrow_off.png);
}
th.order1 a {
	background-image: url(../img/arrow_down.png);
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
}
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #fea
}

ul#showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width:100px;
	list-style-type: none;
}


/* test styles */
table.its thead tr {
  background-color: #69c;
}
table.its tr.even {
  background-color: #def;
}

table.mars thead tr {
  background-color: #9c9;
}
table.mars tr.even {
  background-color: #ccb;
}
table.mars tr.odd {
  background-color: #eec;
}


table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th{
	border-left: none;
	border-right: none;
}




table.report td, table.report th{
	font:         menu;
}
table.report th{
	background:   buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor:       hand;
}
table.report idcol {
	background: buttonface;
}

table.report tr.even{
	background-color: #399;
}
table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr{
	height: 10px;
}





table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
table.sublist td, table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 10px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}
span.csv {
	background-image: url(../img/ico_file_csv.png);
}
span.xml {
	background-image: url(../img/ico_file_xml.png);
}
span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
	font-size: x-small;
	
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display:block;
	border-top: none;
	margin-bottom: -5px;
	font-size: x-small;
}


span.pagelinks a, span.pagelinks a:visited, span.pagelinks a:hover {
	text-decoration:underline; 
}

span.pagelinks strong
{
	font-size: small;
	font-weight: bold;
	color: #444444;
}

table.simple td.textRed {color: #b11;}

.searchmore a, .searchmore a:visited
{
	text-decoration: underline;
}

.searchmore
{
	margin: 0 0 10 0;
}

.addedChar
{
	background-color: #88ff88;
}

.deletedChar
{
	background-color: #ff4422;
}

.modifiedChar
{
	background-color: #ffaa44;
}


table.entrychangescontent
{
	background-color: #dddddd;
}

.highlight
{
	background-color: #dd4400;
}

table.entrychanges td.highlight
{
	background-color: #ffdd77;
}

table.entrychanges td
{
	background-color: #FFEAA6;
	border-width: 5px;
	padding: 5px;
}

table.entrychanges td.newvalue
{
	background-color: #ffffff;
}

table.newentry {
	background-color: #999999;
	border-spacing: 1px;
	border-width: 1px;
}

table.newentry td {
	background-color: #c0c0d7;
}	

table.entrydetail {
	width: 55%;
	background-color: #999999;
	border-spacing: 1px;
	border-width: 1px;
}

table.entrydetail th {
	background-color: #ffdd77;
	font-size: small;
	text-align: left;
	font-weight: normal;
}

table.entrydetail td {
	background-color: #ffeaa6;
}

table.entrydetail td.id {
	font-size: x-small;
}

table.entrydetail td.japanese {
	font-size: larger;
}

table.entrydetail td.reading {
	font-size: small;
}

table.entrycomments {
	background-color: #999999;
	border-spacing: 1px;
	font-size: small;
}

table.entrycomments td.commenthead {
	background-color: #ffdd77;
}

table.entrycomments td.commentbody {
	background-color: #ffeaa6;
}	

td.menu {
	font-size: 12px;
	background-color: #c0c0d7;
	width: 10%;
}

td.menu a, td.menu a:visited, td.menu a:hover {
	text-decoration:underline; 
}

#searchhistory{
	padding: 12px 0px 0px 0px;
}

#searchhistory a {
	text-decoration:none; 
}

#searchhistory ul {
	margin: 0px;
	padding: 0px 0px;
	list-style-type:none;	
	list-style-position:outside;
}	

#searchhistory li {
	margin: 0px;
	padding: 2px 0px;
}

#menu ul {
	list-style-type:none;	
	list-style-position:outside;
	padding: 0px 0px;
	margin: 0px;
}

#menu li {
	padding: 8px 0px;
}	

table.master {
	height: 100%;
	width: 100%;  
}	

ul.listtest {
	border: 1px solid;
	list-style-type:none;	
	list-style-position:outside;
	display: block;
	padding: 5px 0px;
	margin: 0px;
}

ul.listtest li {
	padding: 5px 0px;
}

h1 {
	font-size: x-small;
}

table.search {
	font-size: small;
}	

#news {
	font-size: medium;
	background-color: #ffffff;
}	

#poplayer {
	position: absolute; 
	background-color: #dddddd;
	color: black;
	border-color: black;
	border-width: 20; 
	visibility: show; 
	z-index: +1;
}	

#menu h1{
	display: none;
}

.menuend{
	display: none;
}

#pageheader {
	display: none;
}

form.inplaceeditor-form input {
	background-color: #ffeaa6;
	border: 1px;
}

.myinput
{
	background-color: #ffeaa6;
	border: 1px;
}


.command
{
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 10px;
   border: 1px solid;
	padding: 2px 8px;
	cursor: pointer;    
}

#delbutton
{
	margin: 0px 0px 0px 200px;
	top: 100px;
}

#clipboard
{
	display: none;
	margin-top: 10px;
}

#clipboardList ul
{
	/*list-style-type: none;*/
	margin: 0px;
	padding: 5px 0px 0px 20px;
}

#clipboardList a
{
	text-decoration: none;
}

#clipboardMenu
{
	font-size: 10px;
	display: none;
}

#clipboard .remove
{
	background-color: #ffffff;
	font-weight: bold;
}

.genus
{
	font-size: small;
	font-stretch: condensed;
	vertical-align: super;
}

#sortlist
{
	text-align: left;
}

#mylist
{
	text-align: left;
}

#group1wrapper
{
	background-color: #faa;
}

#sortlist
{
	text-align: left;
	margin-left: 4em;
}

#sortlist li
{
	padding: 2px 0px;
	text-indent:-3em;
	list-style-type: none;
	cursor: move;
}

#group1
{
	text-align: left;
	background-color: #faa;
	margin-left: 4em;
	cursor: move;
	/*
	margin: 40px;
	padding: 0px 50px;
	*/
}

#group1 li
{
	padding: 3px 0px;
	text-indent:-3em;
	list-style-type: none;

	/*
	text-indent:-12em;
	margin-left:12em
	text-indent: -40px;
	margin-left: 40px;
	list-style-type: none;
	*/
	
}

#group2wrapper
{
	background-color: #fff;
}

#group2
{
	text-align: left;
	background-color: #faa;
	/*
	margin: 40px;
	padding: 0px 50px;
	*/
}

#group2 li
{
	padding: 2px 0px;
	text-indent:-1em;
	/*
	margin-left:12em
	text-indent: -40px;
	margin-left: 40px;
	list-style-type: none;
	*/
	
}

#sjapanese 
{
	font-size: 18px;
   background-color: #ffffff; border: 1px solid #000;
	vertical-align: top;
	display: inline;
	/*padding: 1px;*/
}

#sreading 
{
   background-color: #ffd; border: 1px solid #000;
	display: inline;
	vertical-align: top;
}

#sgerman 
{
	display: inline;
	vertical-align: top;
   background-color: #ddd; border: 1px solid #000;
}

a.link
{
	text-decoration: underline;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 		
}

.block
{
	background-color: #fff;
	margin: 10px;
}

.entry_domain
{
	text-transform: uppercase;
	color: green;
	font-style: italic;
	font-size: x-small;
}

.nomen_genus
{
	color: blue;
	font-size: x-small;
}
img, table { border: 0px; }
font, th, td, p { font-family: verdana, arial, helvetica, sans-serif; }

/* Links */
a:link   { color: #01336b; text-decoration: none; }
a:active { color: #01336b; }
a:visited{ color: #01336b; text-decoration: none; }
a:hover  { color: #dd6900; text-decoration: underline; }

hr         { border: #dfdfdf 1px solid; height: 0px; }
.bodyline  { border: #cccccc 1px solid; }
.forumline { border: #006699 2px solid; }

/* td */
table.forumlist td.row1 { height: 50px; }
td.row1 { background-color: #fafafa; }
td.row2 { background-color: #f7f7f8; }
td.row3, td.row3right, td.spacerow { background-color: #dfdfdf; }
td.spacerow     { height: 1px; }
td.row1announce { background-color: #fff8dd; }
td.row1sticky   { background-color: #efefef; }
td.row2announce { background-color: #f5ecd4; }
td.row2sticky   { background-color: #dee3e7; }
td.row3announce { background-color: #efe0c3; }
td.row3sticky   { background-color: #d1d7dc; }
td.rowpic       { background-color: #ffffff; background-image: url(../images/cellpic2.jpg); background-repeat: repeat-y; }

th, td { border: #ffffff 1px none; }
th { font-weight: bold; font-size: 11px; text-align: center; color: #ffa34f; height: 25px;
    background-color: #01336b;}
td.cat, td.cathead, td.catsides, td.catleft, td.catright, td.catbottom { height: 28px;
    background-color: #dfdfdf;}
th.thhead, th.thtop, th.thcornerl, th.thcornerr, td.cathead	{ border-top-style:		solid; }
th.thhead, th.thsides, th.thbottom, td.catsides, td.cathead, td.catbottom, td.spacerow,
th.thright, th.thcornerr, td.catright, td.row3right		{ border-right-style:	solid; }
th.thhead, th.thsides, th.thbottom, td.catsides, td.cathead, td.catbottom, td.spacerow,
th.thleft, th.thcornerl, td.catleft						{ border-left-style:	solid; }
th.thbottom, td.catbottom									{ border-bottom-style:	solid; }
th.thhead, td.cathead { font-size: 12px; }
th.thsides { height: 12px; }

.maintitle, .boardtitle { font-weight: bold; font-size: 18px; color: #000000; line-height: 120%; font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif; text-decoration: none }
.boardtitle { font-size: 22px; }

.gen, .poll { font-size: 12px }
.genmed, .name { font-size: 11px; }
.gensmall, .postdetails { font-size: 10px; }
.strong { font-weight: bold; }

.mainmenu { font-size: 11px; color: #000000 }
.cattitle { font-weight: bold; font-size: 12px; color: #01336b; letter-spacing: 1px; }
.forumlink { font-weight: bold; font-size: 12px; color: #01336b; }
.nav, .topictitle { font-weight: bold; font-size: 11px; color: #000000; }

blockquote {
    background:#E1EBF2 none no-repeat scroll 6px 8px;
    border:1px dashed #DBDBDB;
    font-size:0.95em;
    margin:0.5em 10px 0pt 10px;
    overflow:hidden;
    padding:5px;
}

blockquote {
    background-color:#E1EBF2;
    background-image:url(../images/quote.gif);
    border-color:#DBDBCE;
}

blockquote cite {
    display:block;
    font-size:0.9em;
    font-style:normal;
    font-weight:bold;
    margin-left:20px;
}

blockquote.uncited {
    padding-top:25px;
}

.pre-error { font-size: 1em; color: #000000; font-family: verdana, arial, helvetica, sans-serif; background-color: #fafafa; border: 0; padding-left: 0; }
.copyright { font-size: 10px; color: #444444; font-family: verdana, arial, helvetica, sans-serif; letter-spacing: -1px }

/* posts */
.postbody { font-size: 12px; line-height: 1.5em; }

.postinfo { font-size: 10px; color: #000000; background-color: #dee3e7; padding: 4px; height: 2em; }
.postinfo .date { width: 170px; float: left; }
.postinfo .subject { float: left; }
.postinfo .action { float: right; }

a.copyright { color: #444444; text-decoration: none; }
a.copyright:hover { color: #000000; text-decoration: underline; }
input, textarea, select { border: 1px solid #ccc; font: 11px verdana, arial, helvetica, sans-serif; color: #000000; }
textarea { width: 100%; }
input { text-indent: 2px; }
input[type='checkbox'], input[type='radio'] { border-style: none; }

input.button, input.mainoption, input.liteoption, .inlineedit input {
    font-size: 11px;
    color: #000000;
    font-family:
        verdana, arial, helvetica, sans-serif;
    background: #fafafa none repeat-x scroll center top;
    background-image: url(../images/button.gif);
    cursor: pointer;
}

input.button:hover, input.mainoption:hover, input.liteoption:hover, .inlineedit input:hover {
    background-image: url(../images/button_hover.gif);
}

input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
    font-size: 11px;
    color: gray;
    font-family:
        verdana, arial, helvetica, sans-serif;
    background: #f5f5f5 none repeat-x scroll center top;
    background-image: url(../images/button.gif);
    cursor: pointer;
    border-color: #dedede #bfbfbf #bfbfbf #dedede;
}

.helpline { background-color: #f7f7f8; border: 0px; font-weight: bold; font-style: italic; color: green; }

input[type='text']:hover, input[type='text']:focus,
input[type='password']:hover, input[type='password']:focus,
textarea:focus, textarea:hover,
select:hover, select:focus { border-style:inset; }

.moderatortitle { font-weight: bold; font-size: 12px; color: #ffa34f; }
.moderator { font-size: 10px; color: #006600; }
.admin { font-size: 10px; color: #ffa34f; }
.online { color: #006600; }
.offline { color: #ff0000; }

.bg_yellow { background-color:#ffeea7; }
.moderation_highlight, .bg_small_yellow { background-color: #fff8dd; }

td.attachrow		{ font: normal 11px verdana, arial, helvetica, sans-serif; color : #000000; border-color : #000000; border: 1px; border-style: solid; }
td.attachheader     { font: normal 11px verdana, arial, helvetica, sans-serif; color : #000000; border-color : #000000; background-color: #d1d7dc; border: 1px; border-style: solid; }
table.attachtable	{ font: normal 12px verdana, arial, helvetica, sans-serif; color : #000000; border-color : #000000;	border-collapse : collapse; border: 1px; border-style: solid; }

.inputSearchForum {
    background-image: url(../images/icon_mini_search.gif);
    background-position:left 1px;
    background-repeat:no-repeat;
    padding-left:17px;
}

#icon_saving { background-image: url(../images/indicator.gif); width: 16px; height: 16px; display: none;}
.icon_folder_announce { background-image: url(../images/folder_announce.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_sticky { background-image: url(../images/folder_sticky.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_hot { background-image: url(../images/folder_hot.gif); width: 19px; height: 18px; display: inline; }
.icon_folder { background-image: url(../images/folder.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_lock { background-image: url(../images/folder_lock.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_announce_new { background-image: url(../images/folder_announce_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_sticky_new { background-image: url(../images/folder_sticky_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_new_hot { background-image: url(../images/folder_new_hot.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_new { background-image: url(../images/folder_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_lock_new { background-image: url(../images/folder_lock_new.gif); width: 19px; height: 18px; display: inline; }
.icon_vote_lcap { background-image: url(../images/vote_lcap.gif); width: 4px; height: 12px; display: inline; }
.icon_vote_rcap { background-image: url(../images/vote_rcap.gif); width: 4px; height: 12px; display: inline; }
.icon_topic_delete { background-image: url(../images/topic_delete.gif); width: 19px; height: 18px; display: inline; }
.icon_topic_move { background-image: url(../images/topic_move.gif); width: 19px; height: 18px; display: inline; }
.icon_topic_unlock { background-image: url(../images/topic_unlock.gif); width: 19px; height: 18px; display: inline; }
.icon_topic_lock { background-image: url(../images/topic_lock.gif); width: 19px; height: 18px; display: inline; }
.icon_latest_reply { background-image: url(../images/icon_latest_reply.gif); width: 18px; height: 9px; display: inline; }


/* Default buttons, in English. For localized ones, see <locale_name>.css in the "styles" directory */
.icon_new_topic img { background-image: url(../images/en_US/post.gif); width: 82px; height: 25px; }
.icon_reply img { background-image: url(../images/en_US/reply.gif); width: 82px; height: 25px; }
.icon_reply_locked img { background-image: url(../images/en_US/reply_locked.gif); width: 82px; height: 25px; }
.icon_quote img { background-image: url(../images/en_US/icon_quote.gif); width: 59px; height: 18px; }
.icon_edit img { background-image: url(../images/en_US/icon_edit.gif); width: 59px; height: 18px; }
.icon_profile img { background-image: url(../images/en_US/icon_profile.gif); width: 59px; height: 18px; }
.icon_pm img { background-image: url(../images/en_US/icon_pm.gif); width: 59px; height: 18px; }

/*CSS Sabrosus style pagination*/
.pagination {
    padding:3px;
    margin:3px;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Times;
}

.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}
.pagination a:hover, .pagination a:active {
    border: 1px solid #dd6900;
    color: #000;
    background-color: #ffffe0;
    text-decoration: none;
}
.pagination .current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid navy;
    font-weight: bold;
    background-color: #2e6ab1;
    color: #FFF;
}
.pagination .disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #929292;
    color: #929292;
}

#goToBox {
    position:absolute;
    display:none;
    border: 1px solid black;
    background-color: #fafafa;
    padding: 2px;
    width: 190px;
}

#goToBox .title {
    padding: 1px;
    background-color: #dd6900;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}

#goToBox .form {
    padding: 5px;
    text-align: left;
}

#goToBox .form input {
    font-weight: bold;
}

blockquote dl.codebox code { font-size: 1.0em; }
input.subject, textarea.message { width: 100%; }
.postTabContents { padding-top: 24px; }
.postTabContents div { background-color: #E5EDF3; }

/* Admin search_stats_list.htm  */
.bottomLine {
    border-bottom: 1px solid #000;
}

.leftLine {
    border-left: 1px solid #000;
}

.announcementBar {
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    font-size: small;
}

/* Empty. It uses the default buttons set in the file "style.css" */