/*	backstage main css	*/

 .avail_table {
	width : 140px;
	}

 #check_content h1 {	color:#888;text-align:center; }
 #check_content {	line-height:1.2em; }

 .small_table {
	width : 200px;
	}
 .dashboard_table {
	width : 90%;
	}
 .choice_table {
	width : 200px;
/*	height : 125px;	*/
	}
 .choice_table ul {
	line-height : 1.5em;
	}
 .mid_table {
	width : 500px;
	}
 .wide_table {
	width : 100%;
	}
 .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 : 95%;
	}
 .content_table {
	width : 925px;
	width : 100%;
	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;
	}
 #title_table {
	background :  url(../images/title_table_round.gif);
}
 #ggcopyright {
	background: url("../images/content_tail.gif");
	background-repeat: no-repeat;
	width:952px;
}
#tab_table {
	text-align : left;
	margin: 0 auto;
	width : 925px;
	padding : 0;
}

.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 #ccc;
}
.letterlist ul li a:hover,
.letterlist ul li.letter_selected a:link 
{
/*	background : #d0d0d0 url(../images/fade_1.gif);*/
	background : #3a71b4;
	margin:0;
	text-decoration: none;
	padding : 3px 13px;
	color : #fa0;
}


