@charset "utf-8";
body {
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック","Meiryo UI","メイリオ", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #000000;
	background-attachment: fixed;
	background-color: #E9E9ED;
	background-image: url('/imgs/motif.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}
.unbound_text {
	padding-right:20px;
	padding-left:20px;
}
.main_content {
	width: 1260px;
	border: none;
	border-spacing: 0;
	padding: none;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_image { vertical-align: text-bottom; }
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	color: #57388F;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
	text-align: left;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	color: #57388F;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #57388F;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 20px;
	text-align: left;
	line-height: 24px;
	padding: 0px;
	color: #57388F;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #57388F;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
section {
	padding: 9px;
	border: 2px solid #9293A7;
	border-radius: 12px;
	background-image: url('/imgs/section_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 9px;
	box-shadow: 0px 3px 6px 0px #999;
	background-color: #FAFAFA;
	margin-left: 10px;
}
#pageTitle {
	background-image: url('/imgs/title_bg.png');
	background-repeat: repeat;
	background-color: #F5F7FA;
	border: 2px solid #9293A7;
	/*box-shadow: none;*/
	box-shadow: 0px 3px 6px 0px #999;
}
.button_close {
	background-image: url('/imgs/btn_close.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #821815;
	height: 22px;
	box-shadow: 0px 3px 3px 0px #CCC;
	border-radius: 4px;
	background-color: #CA2420;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 22px;
}
.button_close:hover {
	background-color: #E45E5A;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	cursor: pointer;
}
.button_close:focus {
	outline: none;
}
.status_green {
	background-image: url('/imgs/status_green.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	background-size: 14px 14px;
}
.status_yellow {
	background-image: url('/imgs/status_yellow.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	background-size: 14px 14px;
}
.status_red {
	background-image: url('/imgs/status_red.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	background-size: 14px 14px;
}
.status_off {
	background-image: url('/imgs/status_off.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	background-size: 14px 14px;
}
a:visited {
	color: #8000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #008000;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.working_small {
	background-image: url('/imgs/working_small.svg');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	display: inline-block;
	background-position: center;
}
.hidden {
	height: 0px;
	width: 0px;
	border-radius: 0px;
	box-shadow: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#processingHolder,
#processingHolder1,
#processingHolder2,
#processingHolder3,
#processingHolder4,
#processingHolder5,
#processingHolder6,
#processingHolder6,
#processingHolder8,
#processingHolder9 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.2);
}
.processing {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	border-radius: 12px;
	background-image: url('/imgs/section_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FAFAFA;
	box-shadow: 0px 3px 12px 3px #000;
	width: 300px;
	position: relative;
	left: 45%;
	top: 45%;
}
.processing_line {
	background-image: url('/imgs/working.svg');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-size: 75px 75px;
	padding-left: 96px;
	display: inline-block;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	height: 75px;
	padding-top: 10px;
}
.tab_head {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.tab_head span {
	color: #57388F;
	vertical-align: middle;
	height: 32px;
	border-radius: 6px 6px 0px 0px;
	background-color: #A9A4DD;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	margin-right: 8px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #57388F;
	border-right-color: #57388F;
	border-left-color: #57388F;
	cursor: pointer;
}
.tab_head span.tab_active {
	color: #FAFAFA;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #57388F;
}
.rule {
	background-image: url('/imgs/rule.gif');
	background-repeat: repeat-x;
	text-align: center;
	background-position: center;
	padding-top: 9px;
	padding-bottom: 9px;
}
.rule_inline {
	background-image: url('/imgs/rule_inline.gif');
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	margin-top: 8px;
	height: 24px;
}
.button_base {
	font-size: 13px;
	line-height: 13px;
	color: #000;
	background-image: url('/imgs/btn_shine.png');
	background-repeat: repeat-x;
	background-position: center;
	vertical-align: middle;
	height: 32px;
	min-width: 40px;
	border: 1px solid #A9A4DD;
	border-radius: 6px;
	box-shadow: 0px 3px 3px 0px #AAA;
	margin-left: 6px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.button_base:hover {
	-webkit-transition:background-color .5s;
	-moz-transition:background-color .5s;
	-ms-transition:background-color .5s;
	-o-transition:background-color .5s;
	transition:background-color .5s;
	cursor:pointer;
}
.button_base.standard, .button_base.expand {
	background-color: #A9A4DD;
}
.button_base.standard:hover, .button_base.expand:hover, .button_base.collapse:hover, .button_base.release:hover, .button_base.contract:hover {
	background-color: #968ED5;
}
.button_base.focus {
	border: 1px solid #57388F;
	background-color:#57388F;
	color: #FFF;
}
.button_base.focus:hover {
	background-color:#432C70;
}
.button_base.expand {
	background-image: url('/imgs/btn_expand.png');
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	border-radius: 4px;
	line-height: 12px;
	padding-left: 23px;
	background-color: #A9A4DD;
	margin-top: 3px;
}
.button_base.collapse {
	background-image: url('/imgs/btn_collapse.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	height: 22px;
	border-radius: 4px;
	line-height: 12px;
	padding-left: 23px;
	background-color: #A9A4DD;
	margin-top: 3px;
}
.button_base.release {
	background-image: url('/imgs/btn_release.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	height: 22px;
	border-radius: 4px;
	line-height: 12px;
	padding-left: 23px;
	background-color: #A9A4DD;
	margin-top: 3px;
}
.button_base.contract {
	background-image: url('/imgs/btn_contract.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	height: 22px;
	border-radius: 4px;
	line-height: 12px;
	padding-left: 23px;
	background-color: #A9A4DD;
	margin-top: 3px;
}
.button_block {
	text-align: right;
	margin-top: 9px;
}
.button_base:focus {
	outline:none;
}
.inline_table { 
	margin-top: 12px; 
	width: 100%;
	border: none;
	border-spacing: 1px;
}
.inline_table thead td, .columnheading {
	font-weight:bold;
	vertical-align: bottom;
	color:#7F7E8A;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#7F7E8A;
}
.inline_table td {
	padding: 3px;
	vertical-align: top;
}
.inline_table.rowheadings thead td:first-child, .rowheadingcolumn {
	border-bottom-style: none;
}
.inline_table.rowheadings tbody td:first-child, .rowheading {
	font-weight:bold;
	color:#000;
	text-align:right;
	border-right-width:medium;
	border-right-style:solid;
	border-right-color:#7F7E8A;
}
.inline_table.interactive tbody tr, .rowinteractive {
	background-color:#FFF;
}
.inline_table.interactive tbody tr:hover, .rowinteractive:hover {
	background-color:#9293A7;
	color: #FFF;
}
.inline_table.resultset tbody tr:nth-child(odd), .list_off {
	background-color:#F7F7F7;
}
.inline_table.resultset tbody tr:nth-child(even), .list_on {
	background-color:#FFF;
}
.list_select {
	background-color: #A9A4DD !important;
}
.search {
	font-weight: bold;
	height: 18px;
	width: 250px;
	border-radius: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 34px;
	background-image: url('/imgs/search.png');
	background-repeat: no-repeat;
	background-position: 8px 3px;
	border: 1px solid #9293A7;
	background-color: #FFF;
	text-align: left;
}
.search:focus {
	outline: none;
}
.search.mini {
	width: 100px;
	display: inline-block;
}
.centre { text-align: center; }
.pointer {
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 50px;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	border-radius: 10px;
	background-size: 40px 300px;
	border: 3px solid #7F7E8A;
	color: #7F7E8A;
}
.pointer.tip {
	background-image: url('/imgs/tip.gif');
}
.pointer.warn {
	background-image: url('/imgs/tip_warning.gif');
}
.action_box {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #9293A7;
	font-size: 11px;
	line-height: 18px;
	border-spacing: 0;
}
.action_box tr:first-child {
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	background-color: #C8C7D1;
}
.action_box tr td:first-child {
	font-weight:bold;
	width:22%;
}
.action_box td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 3px;
}
.toc {
	font-size: 13px;
	line-height: 24px;
	padding-left: 18px;
	cursor: pointer;
}
.toc li {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.toc_item {
	list-style-type: none;
	display: block;
	font-weight: normal;
}
.toc_item:hover {
	background-color: #A9A4DD;
}
.toc_expandable:hover {
	background-color: #A9A4DD;
}
.toc_expanded {
	list-style-position: outside;
	list-style-image: url('/imgs/list_collapse.png');
	font-weight: bold;
}
.toc_selected {
	list-style-type: none;
	font-weight: bold;
	display: block;
	background-color: #57388F;
	color: #FFF;
	cursor: default;
}
.toc_expandable {
	list-style-position: outside;
	list-style-image: url('/imgs/list_expand.png');
	font-weight: bold;
}
.toc_link, .toc_link:hover, .toc_link:link, .toc_link:visited {
	color: #000;
	text-decoration: none;
	display: block;	
	font-weight: normal;
}
.toc_link:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.popup {
	position: relative;
	width: 350px;
	left: 35%;
	padding: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	border-radius: 0px 0px 12px 12px;
	background-image: url('/imgs/section_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FAFAFA;
	box-shadow: 0px 3px 15px 5px #333;
	visibility: visible;
}
#popupHolder,
#popupHolder1,
#popupHolder2,
#popupHolder3,
#popupHolder4,
#popupHolder5,
#popupHolder6,
#popupHolder7,
#popupHolder8,
#popupHolder9 {
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0px;
}
.popup div:first-child {
	text-align: right;
	position: relative;
	right: 0px;
}
.utilisation_bg {
	background-image: url('/imgs/utilisation_bar_bg.png');
	background-size: 20px 14px;
	background-repeat: repeat-x;
	border: 1px solid #57388F;
	border-radius: 10px;
	line-height: 0px;
	display: block;
}
.graph {
	border: 1px solid #9293A7;
	background-image: url('../../imgs/graph_bg.png');
	background-size: 850px 150px;
}
.chart {
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	color: #7F7E8A;
}
.layout_table {
	border-spacing: 0;
	border: none;
	margin: none;
	padding: none;
	width: 100%;
	border-collapse: collapse;
}
.layout_table td {
	padding: none;
	margin: none;
}
.cellpadding3 td {
	padding:3px;
}
.cellpadding4 td {
	padding:4px;
}
.right {
	text-align: right;
}
.hw_icon {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
}
.hw_icon.hw_1_disk {
	background-image: url('/imgs/hdd.png');
	background-size: 40px 27px;
	width: 40px;
	height: 27px;
}
.hw_icon.hw_2_disk {
	background-image: url('/imgs/hdd_raid.png');
	background-size: 40px 33px;
	width: 40px;
	height: 33px;
}
.hw_icon.hw_4_disk {
	background-image: url('/imgs/hdd_raid_10.png');
	background-size: 40px 43px;
	width: 40px;
	height: 43px;
}
.hw_icon.hw_cpu {
	background-image: url('/imgs/cpu.png');
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}
.hw_icon.hw_ram {
	background-image: url('/imgs/memory.png');
	background-size: 40px 38px;
	width: 40px;
	height: 38px;
}
.hw_icon.hw_net {
	background-image: url('/imgs/network.png');
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}