@charset "utf-8";
/*
// AXIOLE
// Copyright(C) 2007-2021 NetSpring,Inc. All rights reserved.
//
//
*/

pre, dl, ol, p, blockquote
{
	line-height:130%;
}

blockquote
{
	margin-left:32px;
}

table.login_form {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border: 1px outset;
	border-collapse: separate;
}

table.main_contents {
	margin-top:-20px;
	margin-bottom:40px;
	font-size:111%;
	width:100%;
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
}

table.menu {
	border-collapse:collapse;
}

table.ppolicy_allow_symbols {
	border: 1px outset;
	border-collapse: separate;
	border-spacing:0px;
}

table.setting_list {
	border: 1px outset;
	border-collapse: separate;
}

th.head
{
	color:#00a;
	background-color:rgb(167,182,222);
	text-align:center;
}

th.setting_list
{
	white-space:nowrap;
	border: 1px inset;
}

td
{
	color:black;
	background-color:transparent;
	margin-left:2%;
	margin-right:2%;
	font-size:90%;
	font-family:verdana, arial, helvetica, Sans-Serif;
}

td.odd,td.odd_left,td.odd_center,td.odd_right,td.tab,td.tab_left,td.tab_center,td.tab_right
{
	color:#00a;
	background-color:#dde;
}
td.even,td.even_left,td.even_center,td.even_right,td.item_name,td.item_name_left,td.item_name_center,td.item_name_right
{
	color:#00a;
	background-color:rgb(227,232,242);
}
td.other,td.other_left,td.other_center,td.other_right
{
	color:#00a;
	background-color:rgb(215,215,230);
}

td.left,td.odd_left,td.even_left,td.other_left,td.tab_left,td.item_name_left
{
	text-align:left
}
td.center,td.odd_center,td.even_center,td.other_center,td.tab_center,td.item_name_center
{
	text-align:center
}
td.right,td.odd_right,td.even_right,td.other_right,td.tab_right,td.item_name_right
{
	text-align:right
}

td.ppolicy_allow_symbols
{
	padding:3px;
	text-align: center;
	font-family:"monospace", "lr SVbN", "Osaka|";
}

td.important_notice
{
	font-weight:bold;
	color:red;
	cursor:pointer;
	border:double 3px red;
	background-color: #FFECFF;
	text-align:center;
	padding:5px;
}
td.important_notice:hover
{
	font-weight:bold;
	color:red;
	cursor:pointer;
	border:double 3px red;
	background-color: #FFD0A0;
	text-align:center;
	padding:5px;
}

td.form_label
{
	min-width:128px;
}

td.login_form_label
{
	min-width:68px;
	border: 1px inset;
	white-space:nowrap;
	text-align: left;
}

td.nowrap
{
	white-space:nowrap;
}

td.login_form
{
	border: 1px inset;
	text-align: left;
}

td.login_form_nowrap
{
	border: 1px inset;
	white-space:nowrap;
	text-align: left;
}

td.menu
{
	font-size:100%;
	width: 5%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

td.menu_top
{
	padding: 5px;
}

td.content
{
	font-size:100%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

td.setting_list
{
	border: 1px inset;
	text-align: left;
}

div.important_notice
{
	font-weight:bold;
	color:red;
	border:double 3px red;
	background-color: #FFECFF;
}

a.head:link
{
	color:#00a;
	background-color:inherit;
	text-decoration:none;
}

a.head:active
{
	color:#00a;
	background-color:#CCDDEE;
	text-decoration:none;
}

a.head:visited
{
	color:#00a;
	background-color:inherit;
	text-decoration:none;
}

a.head:hover
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

a:link
{
	color:#00a;
	background-color:inherit;
	text-decoration:none;
}

a:active
{
	color:#00a;
	background-color:#CCDDEE;
	text-decoration:none;
}

a:visited
{
	color:#00a;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family:verdana, arial, helvetica, Sans-Serif;
	background-color:rgb(243, 226, 158);
	color:white;
	background-image:url('grad_external_user.png');
	background-repeat:repeat-y;
	padding:.3em;
	border:0px;
	margin:0px 0px .5em 0px;
}

h1.title
{
	font-size: 30px;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 12px 0px 0px 0px;
}

h4.admin
{
	background-image:url('grad_admin.png');
}

h5.error
{
	color:black;
	font-weight:bold;
	background:rgb(255,192,192);
	border: 1px solid rgb(250,130,85);
}

dt
{
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre
{
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
	white-space:pre;
	color:black;
	background-color:#F0F8FF;
}
pre.small
{
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.2em;
	margin-left:1em;
	margin-right:2em;
	color:black;
	background-color:#F0F8FF;
}
pre.error_small
{
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.2em;
	margin-left:1em;
	margin-right:2em;
	color:black;
	font-size:80%;
	background-color:rgb(255,236,236);
}

img
{
	border:none;
	vertical-align:middle;
}

ul
{
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:130%;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}

span.required
{
	color:red;
	font-size:80%;
}

span.noexists
{
	color:inherit;
	background-color:#FFFACC;
}

span.disabled
{
	color:#ACA899;
}

span.backupcode
{
	font-size:xx-large;
}

.small
{
	font-size:80%;
}


hr.full_hr
{
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
}
input
{
	font-family:verdana, arial, helvetica, Sans-Serif;
}

.imeoff
{
	ime-mode:disabled;
}

input.enterblock
{
	position:absolute;
	visibility:hidden;
}

select.memberlist
{
	min-width:10em;
	height:12em;
}

textarea.logfield
{
	font-size:80%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	width:50em;
	height:25em;
}

textarea.xmleditor
{
	font-family:monospace !important;
	width:50em;
	height:25em;
}

textarea.attributelist
{
	font-family:monospace !important;
	width:25em;
	height:25em;
}

textarea.mailbody
{
	font-size:80%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	width:50em;
	height:25em;
}

textarea.exschemaattrvalue
{
	font-size:80%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	width:25em;
	height:6em;
}

textarea.description_custom
{
	font-size:80%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	width:50em;
	height:25em;
}

textarea.description_custom_mini
{
	font-size:80%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	width:50em;
	height:4em;
}

.edit_form
{
     clear:both;
}

div#header
{
	padding:0px;
	margin:0px;
}

div#navigator
{
	clear:both;
	padding:6px 0px 0px 0px;
	margin:0px;
}


div#body
{
	padding:0px;
	margin:0px 0px 0px .5em;
}

div#note
{
	clear:both;
	padding:0px;
	margin:0px;
}

div#attach
{
	clear:both;
	padding:0px;
	margin:0px;
}

div#toolbar
{
	clear:both;
	padding:0px;
	margin:0px;
	text-align:right;
}

div#lastmodified
{
	font-size:80%;
	padding:0px;
	margin:0px;
}

div#related
{
	font-size:80%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#footer
{
	font-size:70%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#copyright
{
	text-align:center;
	font-size:70%;
	padding:0px;
	margin:-4px 0px 0px 0px;
}

div.copyright {
	font-size:90%;
	display:block;
	clear:both;
	background-color:#dde;
	padding:5px;
	border-top:solid 1px #bbc;
	text-align:center;
}

div#preview
{
	color:inherit;
	background-color:#F5F8FF;
}

div#status
{
	color:green;
	font-weight:bold;
	background:rgb(237,242,252);
	border: 1px solid rgb(85,130,210);
	padding:20px;
	margin:16px 0px 0px 0px;
}
div.http_error_code
{
	width:50%;
	font-weight:bold;
	background:rgb(255,192,192);
	border: 1px solid rgb(250,130,85);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	margin:10px 0px 0px 0px;
	text-align:center;
}
div.http_error_msg
{
	width:50%;
	font-weight:bold;
	background:rgb(255,236,236);
	border: 1px solid rgb(250,130,85);
	padding:20px;
	margin:1px 0px 0px 0px;
	text-align:center;
}
div.notice,div#notice
{
	color:green;
	font-weight:bold;
	padding:5px;
	margin:10px 0px 0px 0px;
	background:rgb(237,242,252);
	border: 1px solid rgb(85,130,210);
	font-size:90%;
}
div#reboot_notice
{
        color:orangered;
        font-weight:bold;
        padding:5px;
        margin:10px 0px 0px 0px;
        background:lemonchiffon;
        border: 1px solid rgb(255,69,0);
        font-size:90%;
}
div#warning
{
	color:red;
	font-weight:bold;
	padding:10px;
	margin:16px 0px 0px 0px;
	background:rgb(255,192,192);
	border: 1px solid rgb(214,82,91);
	font-size:90%;
}
div#location
{
	font-size:75%;
}
div#login
{
	width: 320px;
	border: solid 1px #777;
	margin: 1em auto;
	text-align: center;
}
div#login_warning
{
	color:red;
	font-weight:bold;
	padding:10px;
	margin:16px 0px 0px 0px;
	background:rgb(255,192,192);
	border: 1px solid rgb(214,82,91);
	font-size:80%;
	text-align: left;
}
div#expire_msg
{
	background-color: rgb(255,192,192);
	font-weight: bold;
	border: solid 1px #777;
	width: 70%;
	padding: 3px;
	margin: 3em;
	font-size: 150%;
	text-align: center;
}
div#login_error_msg
{
	width: 320px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
div.description
{
	margin:10px 0px 10px 0px;
}
div.notice_center
{
	width:50% !important;
	font-size:100% !important;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom:80px !important;
}
#location ul
{
	margin:0px 0px 0px 10px;
}
#location li 
{
	display:inline;
	list-style:none;
}
div#pager
{
	font-size:75%;
}

img#logo
{
	float:left;
	margin-right:20px;
}
.logo
{
	margin:-16px 0px 0px 0px;
}

.anchor
{
}
.anchor_super
{
	font-size:xx-small;
	vertical-align:super;
}

br.spacer
{
}

.calendar
{
	padding:0px;
	border:0px;
	margin:3px;
	font-weight:bold;
	font-size:80%;
	color:inherit;
	background-color:rgb(237,142,152);
	text-align:center;
}

.calendar_top
{
	padding:2px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}

.calendar_today
{
	padding:2px;
	margin:1px;
	font-weight:bold;
	font-size:80%;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}

.calendar_sat
{
	padding:2px;
	margin:1px;
	font-size:80%;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}

.calendar_sun
{
	padding:2px;
	margin:1px;
	font-size:80%;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}

.style_td_blank
{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}

.style_td_day
{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}

.style_td_week
{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

.clear{
	margin:0px;
	clear:both;
}

div.counter
{
	font-size:70%;
}

span.notation
{
	color:navy;
	padding-left:5px;
	font-size:75%;
}

span.input_success
{
	color:green;
	padding-left:5px;
	font-size:75%;
}

span.input_warning
{
	color:green;
	padding-left:5px;
	font-size:75%;
}

span.input_error
{
	color:red;
	padding-left:5px;
	font-size:75%;
}

div.input_success_for_user
{
        margin: 10px 0 0 0;
        padding: 5px;
        border: 1px solid #009900;
        background-color: #DDFFDD;
        font-size: medium;
}

span.input_success_for_user
{
	color: green;
}

span.input_success_for_user_at_field
{
        padding: 0px 5px;
        font-size: medium;
        color: green;
        border: 1px solid #009900;
        background-color: #DDFFDD;
        font-size: medium;
}

div.input_warning_for_user
{
        margin: 10px 0 0 0;
        padding: 5px;
        border: 1px solid #999900;
        background-color: #FFFFaa;
        font-size: medium;
}

span.input_warning_for_user
{
	color:green;
}

div.input_error_for_user
{
        margin: 10px 0 0 0;
        padding: 5px;
        border: 1px solid #990000;
        background-color: #FFDDDD;
        font-size: medium;
}

span.input_error_for_user
{
	color:red;
}

span.table_error
{
	color:red;
	font-weight: bold;
}

span.header_notice {
    font-family:      arial, helvetica, sans-serif;
    font-size: 70%;
    font-weight: bold;
    color: black;
    background-color: rgb(255,192,192);
    padding: 4px;
}

span.redundancy_info_stop {
    font-family:      arial, helvetica, sans-serif;
    font-size: 70%;
    font-weight: bold;
    color: black;
    background:rgb(211,211,211);
    border: 1px solid rgb(192,192,192);
    padding: 4px;
}

span.redundancy_info_healthy {
    font-family:      arial, helvetica, sans-serif;
    font-size: 70%;
    font-weight: bold;
    color: black;
    background:rgb(237,242,252);
    border: 1px solid rgb(85,130,210);
    padding: 4px;
}

span.redundancy_info_recovering {
    font-family:      arial, helvetica, sans-serif;
    font-size: 70%;
    font-weight: bold;
    color: black;
    background:rgb(135,206,235);
    border: 1px solid rgb(0,191,255);
    padding: 4px;
}

span.redundancy_info_protected {
    font-family:      arial, helvetica, sans-serif;
    font-size: 70%;
    font-weight: bold;
    color: black;
    background:rgb(102,205,170);
    border: 1px solid rgb(60,179,113);
    padding: 4px;
}

span.redundancy_info_error {
    font-family:      arial, helvetica, sans-serif;
    font-size: 70%;
    font-weight: bold;
    color:black;
    background:rgb(255,192,192);
    border: 1px solid rgb(214,82,91);
    padding: 4px;
}

.navi {
        margin: 0;
        padding-left:10px;
        padding-bottom:23px;
        border-bottom:1px solid #777;
}

.navi ul {
        margin:0;
        padding:0;
}

.navi li {
        font-weight: bold;
        color:#666;
        margin:0;
        margin-left:0.4em;
        padding:3px;
        display:inline;
        list-style-type:none;
        background:#bbb;
        border:1px solid #777;
        float:left;
        line-height:16px;
        text-decoration:none;
        white-space:nowrap
}

.navi .leftmost{
        margin-left:0;
}

.navi #here {
        background:#fff;
        border-bottom:1px solid #fff;
        color:#000;
}

.navi .here {
        background:#fff;
        border-bottom:1px solid #fff;
        color:#000;
}

.navi li a {
        display: block;
        color:#666;
        text-decoration : none;
}

.navi li a:hover {
        background-color:#fc5;
        text-decoration : none;
}

body {
    background-color: #FFFFFF;
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        76%;
    font-style:       normal;
    font-weight:      normal;
    margin:           0;
}

body.warning {
    background-color: #FFFFaa;
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        76%;
    font-style:       normal;
    font-weight:      normal;
    margin:           0;
}

body.error {
    background-color: #FFccFF;
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        76%;
    font-style:       normal;
    font-weight:      normal;
    margin:           0;
}

#user_content {
    margin-left:  15px;
    margin-right: 15px;
}

#header {
    background-color: #027;
    border-bottom:    solid 1px #505050;
    color:            #edd;
    font-family:      arial, helvetica, sans-serif;
    font-size:        2.0em;
    letter-spacing:   0.03em;
    margin:           0 0 15px 0;
    padding:          10px 0 10px 15px;
}

#menu {
    border:           solid 1px #505050;
    background-color: #fff;
    padding:          5px;
}

#menu a {
    background-color: #eef;
    color:            inherit;
}

#menu a:hover {
    background-color: #fc5;
    color:            inherit;
}

#menu li {
    background-color: #909090;
    height:           1%;
    list-style-type:  none;
    margin:           0;
    padding:          0;
    font-size:80%;
}

#menu ul {
    margin:  0;
    padding: 0;
}

#menu .target {
    background-color: #f54;
    color:            inherit;
}

#menu .target:hover {
    background-color: #fc5;
    color:            inherit;
}

#title {
    border-bottom:  solid 1px #373737;
    color:          #373737;
    font-size:      2.0em;
    letter-spacing: 0.03em;
    margin-bottom:  15px;
}

div#help,div#logout,div.navigator_link_button {
	font-weight: bold;
	width: 6em;
	display: inline;
	padding: 3px;
	border: 1px solid #777;
	background-color: #fff;
	margin-left:0.4em;
	text-align: right;
}
div#dispaccount {
	text-align: right;
	padding: 4px;
	color: #fff;
	margin-top:-5em;
}
div#shortcut {
	text-align: right;
	padding: 1px;
	margin-top:0.5em;
	margin-bottom:1em;
}

/* IE Windows hack */

* html #user_content {
    margin-left: 15px;
}

* html #menu li {
    margin-bottom: -5px;
}

