/* tool menu & pager */
table.toolMenu {
	font-weight:bold;
}

table.toolMenu th, table.toolMenu td {
	border-color:#3a1ba2;
	border-width:1px;
}

table.toolMenu th {
	border-style:solid dashed solid solid;
	color:#3a1ba2;
	background-color:#e5e5f7;
	width:4em;
	text-align: center;
}

table.toolMenu td {
	border-style:solid solid solid dashed;
}

table.toolMenu td.sp {
	border-style:none solid;
	width:1em;
}

table.toolMenu td input[type="radio"]{
	margin-left: 0.5em;
}

td.backpink {
	background-color:#fff0f7;
}


table.toolMenu td.arrow_p, table.toolMenu td.arrow_n {
	_background-color:#a3afd5;
	background-color:#e5e5f7;
	text-align: center;
	width:2em;
}

table.toolMenu td.arrow_p { border-right-style:none; }
table.toolMenu td.arrow_n { border-left-style:none; }

table.toolMenu td.numbers {
	color:#5850b0;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-style:solid none;
}

table.toolMenu a, div.lightPager a {
	color:#5850b0;
	text-decoration: none;
}

table.toolMenu a:hover, div.lightPager a:hover {
	color:#e5e5f7;
	background-color:#a3afd5;
}

table.toolMenu span.current, div.lightPager span.current {
	background-color:#a3afd5;
}

ul#blastmenu {
	margin: 0px;
	padding: 0px;
}
ul#blastmenu li {
	list-style-type: none;
	float: left;
	margin: 0em 0.1em;
	border-width:1px;
	border-style:solid;
	border-color:#eeeeee #666666 #666666 #eeeeee;
	background-color:#dddddd;
	color:#6e6e6e;
	padding: 0px;
	text-align:center;
	width:3em;
	font-size:0.8em;
	cursor:hand; cursor:pointer;
}

ul#blastmenu li.sel {
	border-color:#666666 #eeeeee #eeeeee #666666;
	color:#cc3300;
}

ul#blastmenu li.over {
	background-color:#c7d9d9;
	color:#556666;
}

div.lightPager span {
	color:#5850b0;
	text-align: center;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

div.lightPager span.title {
	padding-right:0.4em;
}

div.lightPager span.navi {
	padding-right:0.5em;
	padding-left:0.5em;
}


div#viewPH div.date {
	font-weight:bold;
	font-size:1.2em;
}

div#viewPH div.title {
	font-weight:bold;
	margin-top:0.6em;
}

div#viewPH div.comment {
	margin-bottom:1.2em;
}


