
/* pagelister */

#pagelisterDoc h2
{
	color: #000;
	background-color: #DBDBDB;
	padding: 5px;
	text-align: center;
}

.pagelisterDocParamTable
{
}

.pagelisterDocParamTable th
{
	background-color: #414141;
	color: #FFF;
	padding: 4px;
}

.pagelisterDocParamTable td
{
	padding: 3px;
	font-style: italic;
	border-bottom: 1px solid #E1E8F6;
}

.pagelisterDocParamTable td + td
{
	font-style: normal;
}

.pagelisterDocParamTable tr.last-child td
{
	border-bottom: 0;
}

.pagelisterDocReturnRow td
{
	color: #2C7EC2;
	background-color: #D6ECFF;
	border: 0;
}

#pagelisterLog
{
	width: 400px;
}

#pagelisterLog > *
{
	padding: 4px;
}

.pagelisterLogVersion
{
	font-weight: bold;
	text-align: center;
	background-color: #EAEAFF;
}