.letters table {
	width: 200px;
	border-collapse: collapse;
}

.letters .letter {
	height: 28px;
	width: 28px;
	margin: 0px;
	padding: 0px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/letter.png');
	background-position: center;
	background-repeat: no-repeat;
}

.letters .letter a:link, .letters .letter a:visited
	{
	color: white;
	font-style: none;
	text-decoration: underline;
}

.letters .letter a:active, .letters .letter a:hover
	{
	color: rgb(40, 48, 60);
	font-style: none;
	text-decoration: underline;
}

.letter_list_idx_target {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: rgb(58, 79, 95);
	border: 1px solid rgb(144, 213, 252);
}

.letter_list_inactive {
	color: rgb(144, 213, 252);
	font-style: italic;
}

.letter_list_id {
	color: red;
}

.letter_list_state_1 {
	color: gray;
}

.letter_list_state_2 {
	color: yellow;
}

.letter_list_state_3 {
	color: lightgreen;
}

.letter_list_state_4 {
	color: white;
}

.letter_list_state_5 {
	color: red;
}

.letter_list_state_6 {
	color: cyan;
}

.letter_list_state_7 {
	color: magenta;
}