/*	backstage main css	*/

 .small_table {
	width : 200px;
	}
 .choice_table {
	width : 200px;
/*	height : 125px;	*/
	}
 .choice_table ul {
	line-height : 1.5em;
	}
 .mid_table {
	width : 500px;
	}
 .wide_table {
	width : 900px;
	}
 .large_table {
	width : 780px;
	}
 #wage_table {
	width : 900px;
	overflow : auto;
	}
 .new_wage_table {
	width : 100%;
	background-color : #000;
	}

#line_table {
	width : 780px;
	background-color : #fff;
	overflow : auto;
	}
 .new_line_table {
	width : 740px;
	background-color : #444;
	}


 .fill_table {
	width : 100%;
	}
 .event_table {
	width : 375px;
	}
 .content_table {
	width : 925px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	}
 #subevent_table {
 	width : 875px;
 	display : none;	
 }
 #title_table, #navigation_table, #search_table, #content_table, #action_table {
	margin-left : auto;
	margin-right : auto;	
	width : 950px;
	}
#tab_table {
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0;
	margin-bottom : -1px;
	width : 952px;
	padding : 6px 0 0 0;
	height : 17px;
}

.letterlist ul
{
	display: inline;
	margin:0;
	padding:0;
}

.letterlist ul li
{
	list-style-type: none;
	display: inline;
}

.letterlist ul li a:link,
.letterlist ul li a:visited 
{
	margin:0;
	text-decoration: none;
	padding : 3px 13px;
	border-right: 1px solid #222;
}
.letterlist ul li a:hover,
.letterlist ul li.letter_selected a:link 
{
/*	background : #d0d0d0 url(../images/fade_1.gif);*/
	background : #222;
	margin:0;
	text-decoration: none;
	padding : 3px 13px;
	color : #fa0;
}


