
/* Editor */

table.editor_list {
    margin: 0px auto;
    background-color: #dcdcdc;
    /* width: 100%; */
}

table.editor_list th {
    background-color: #e9e9e9;
    padding: 5px;
	font-size: 12px;
    font-weight: normal;
}

table.editor_list td {
    background-color: #ffffff;
	padding: 5px;
	font-size: 12px;
}

table.menu_list {
    margin: 0px auto;
    background-color: #dcdcdc;
    /* width: 100%; */
}

table.menu_list th {
    background-color: #90d0ff;
    /* background: transparent url(http://www.tori-info.co.jp/data/page2/page2_line_01.png) repeat-x top; */
	padding: 0px;
	font-size: 13px;
    font-weight: bold;
}

table.menu_list td {
    background-color: #ffffff;
	padding: 5px;
	font-size: 13px;
}

a.menu_link {
	display: block;
	border: solid 1px transparent;
    background: transparent url(http://www.tori-info.co.jp/data/page2/page2_line_01.png) repeat-x top;
	/* width: 100%; */
	padding: 4px;
	color: #333333 !important;
	text-decoration: none;
}

a.menu_link:hover {
	border: dotted 1px #cc0000;
	color: #cc0000 !important;
}

tr.line_disabled td {
    background-color: #ffcccc;
}

tr.line_selected td {
    background-color: #ffff99 !important;
    color: black !important;
}

table.editor_detail {
    margin: 0px auto;
}

table.editor_detail th {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
    background-color: #dddddd;
}

table.editor_detail td {
    background-color: #eeeeee;
}

/* jQuery hint */

input.blur { color: #999; }
textarea.blur { color: #999; }

/* jQuery datePicker */

.ui-datepicker { font-size: 12px; }
