/*
 * PrimeFacesのCSSをオーバーライドするCSS
 */
.ui-widget-header {
	background: #f1fae1 !important;
	color: #000000;
	font-weight: normal !important;
	border: 1px solid #a6c9e2;
}
.ui-widget-content {
    background: #ffffff;
}
.ui-widget-content a {
    color: #0066cc;
}
.ui-inputfield {
	background: #ffffff;
}
.ui-button-text {
	font-size: 12px;
}
#mutant .ui-widget-header {
	background: none !important;
	border: none !important;
}
#nonIsolated .ui-widget-header {
	background: none !important;
	border: none !important;
}
#pathway .ui-widget-header {
	background: none !important;
	border: none !important;
}
#mutant .screeningIndex .ui-widget-content {
	border: none;
}
#mutant .screeningIndex .ui-datagrid-column {
	padding-top: 0px;
	padding-bottom: 0px;
}
#mutant .ui-datatable table,
#creTransgenic .ui-datatable table,
#balancer .ui-datatable table,
#nonIsolated .ui-datatable table,
#pathway .ui-datatable table
 {
	width: auto;
}
#request .ui-datatable .ui-datatable-header {
	text-align: left;
}
#faq .ui-panel {
	width: 770px;
	margin-bottom: 6px;
}
#menu .ui-menubar {
	background: #000000;
}
#menu .ui-widget-content {
	border: none;
}
#menuWrapper .ui-corner-all {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
#menuWrapper .ui-widget {
	font-size: 13px;
	font-family: "Meiryo", "メイリオ", "Arial", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#menuWrapper .ui-menu {
	padding: 0em;
}
#menuWrapper .submenuLabel .ui-menuitem-text {
	padding-left: 17px;
}
#menuWrapper .ui-menu .ui-menu-parent .ui-menu-child {
	width: 15.5em;
}