﻿/* 管理画面スタイル */
.ControlPanel
{
	padding: 10px;
}
/* パスワード強度表示 */
.ChangePasswordHeader
{
	color: White; 
	background-color: #3333cc;
	font-size: 0.9em;
	font-weight: bold;
}
.l1{background-color:Red;}
.l2{background-color:Orange;}
.l3{background-color:Yellow;}
.l4{background-color:Blue; color: White;}

.LogTable
{
	width: 100%;
	border-collapse: collapse;
	border: 1px outset Black;
	background-color: #EEEEEE;
	font-size: small;
}
.LogTable .header
{
	font-weight: bold;
	color: white;
	background-color: #000000;
	text-align: center;
}