﻿/* Main style for the table */

.dp-highlighter {
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	width: 100%;
	overflow: auto;
	line-height: 100% !important;
	margin: 10px 0px;
	background-color: #DDDDDD;	
	border: 1px solid #999999;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #DDDDDD;	
	margin-left: 15px;
}


.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	background-color: #F8F8F8;
	line-height: 1.3em;

}




/* 行ごとのカラー */
.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}


/* Styles for the tools */

.dp-highlighter .tools-corner {
	background-color: #eee;
}

.dp-highlighter .tools {
	background-color: #eee;
	padding: 3px 8px 3px 10px;
	border-bottom: 1px solid gray;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
}

/* 上部メニュー色 */
.dp-highlighter .tools-corner {
	background-color: #eee;
}
.dp-highlighter .tools a {
	font-size: 9px;
	color: gray;
	text-decoration: none;
	margin-right: 10px;
}



/* About dialog styles */

.dp-about {
	background-color: #fff;
	margin: 0px;
}

.dp-about table {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif !important;
}

.dp-about td {
	padding: 10px;
	vertical-align: top;
}

.dp-about .copy {
	border-bottom: 1px solid #ACA899;
	height: 95%;
}

.dp-about .title {
	color: red;
	font-weight: bold;
}

.dp-about .para {
	margin-bottom: 4px;
}

.dp-about .footer {
	background-color: #ECEADB;
	border-top: 1px solid #fff;
	text-align: right;
}

.dp-about .close {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif !important;
	background-color: #ECEADB;
	width: 60px;
	height: 22px;
}