#LoginDialog td,
#LoginDialog th,
#LoginDialog table
{
	margin:0;
	padding:0;
	border: 0;
}
#login{
	width:290px;
	height:290px;
	margin:0;
	padding:0;
}

#log_head{
	margin:0;
	padding:0;
	width:290px;
	height:100px;
	background-image: url(./images/login/login_01.gif);
	background-repeat:no-repeat;
	position:relative;
}
#log_head img{
	position: absolute;
	bottom:0;
	left:60px;
	border:0;margin:0;padding:0;
}
#log{
	margin:0;
	padding:0;
	background-image: url(./images/login/login_02.gif);
	background-repeat:no-repeat;
	width:290px;
	height:87px;
	}
#log div.input{
	padding: 13px 0 0 65px;
	margin:0;
	font-size: 12px;
}
#log input {
	padding:2px;
	font-size: 10pt;
}
#log_foot{
	margin:0;
	padding:0;
	width:290px;
	height:103px;
	background-image: url(./images/login/login_03.gif);
	background-repeat:no-repeat;
	position:relative;
}

form {
	display:inline;
	padding-top:0;
	padding-right:0;
	padding-left:0;
	padding-bottom:0;
	margin:0;
}
img{
	border: 0;}
#AdmPasswd,
#AdmID {
	width: 135px;
	font-size: 10pt;
	border: solid 1px #CCC;
}
#login_error_msg {
	display:inline;
	margin-left: 20px;
	color: #F00;
}
.overlay_login {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.login_nw {
	width: 9px;
	height: 23px;
}

.login_n {
	height: 23px;
}

.login_ne {
	width: 9px;
	height: 23px;
}

.login_e {
	width: 2px;
}

.login_w {
	width: 2px;
}

.login_sw {
	width: 9px;
	height: 19px;
}

.login_s {
	height: 19px;
}

.login_se {
	width: 9px;
	height: 19px;
}

.login_sizer {
	width: 9px;
	height: 19px;
	cursor:se-resize;	
}

.login_close {
}

.login_minimize {
}

.login_maximize {
}

.login_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.login_content {
	overflow:auto;
	color: #000;

}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}





.alphacube_nw {
	background: transparent url(./alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}


.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background:#FFF;
}

/* For alert/confirm dialog */
.login_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.login_message {
	font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.login_buttons {
	text-align:center;
	width:100%;
}

.login_buttons input {
	width:20%;
	margin:10px;
}
.overlay_alert * { 	border: 0; }
.alert { position:absolute; z-index:99; }
.overlay_alert {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:1;
}

.alert_nw {
	background: transparent url(./images/alert/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alert_n {
  background: transparent url(./images/alert/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alert_ne {
  background: transparent url(./images/alert/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alert_w {
  background: transparent url(./images/alert/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alert_e {
  background: transparent url(./images/alert/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alert_sw {
  background: transparent url(./images/alert/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alert_s {
  background: transparent url(./images/alert/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alert_se, .alert_sizer  {
  background: transparent url(./images/alert/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alert_sizer {
	cursor:se-resize;	
}

.alert_close {
	width: 23px;
	height: 23px;
	background: transparent url(./images/alert/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:100000009;
}

.alert_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(./images/alert/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:100000009;
}

.alert_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(./images/alert/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:100000009;
}

.alert_title {
	float:left;
/*	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;*/
}

.alert_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alert_buttons {
	text-align:center;
	width:100%;
}

.alert_buttons input {
	width:20%;
	margin:10px;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(./images/alert/progress.gif) no-repeat center center
}

.alert_wired_frame {
	background: #F00;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
/*
 * ダイアログフレーム
 *--------------------------------------------------------------------*/
#admin_dialog * {
	margin:0;
	padding:0;
	border: 0;
}
.overlay_dialog * { border: 0; }

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*
.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
*/
.top_draggable, .bottom_draggable {
  /*cursor:move;*/
  width:98%;
}

.dialog_nw {
	background: transparent url(./images/dialog/top_left.gif) no-repeat 0 0;			
  width:6px;
  height:20px;
}
.dialog_n {
  background: transparent url(./images/dialog/top_mid.gif) repeat-x 0 0;			
  height:20px;
  vertical-align: top;
  padding: 2px 0 0 3px;
}
.dialog_ne {
  background: transparent url(./images/dialog/top_right.gif) repeat top right;			
  width:6px;
  height:20px;
}
.dialog_w {
  background: transparent url(./images/dialog/frame_left.gif) repeat-y top left;			
  width:3px;
}

.dialog_e {
  background: transparent url(./images/dialog/frame_right.gif) repeat-y top right;			
  width:3px;	  
}

.dialog_sw {
  background: transparent url(./images/dialog/bottom_left.gif) no-repeat 0 0;			
  width:7px;
  height: 15px;
}
.dialog_s {
  background: transparent url(./images/dialog/bottom_mid.gif) repeat-x 0 0;
  height: 15px;
}
.dialog_se, .dialog_sizer {
  background: transparent url(./images/dialog/bottom_right.gif) no-repeat 0 0;			
  width:7px;
  height: 15px;
}

.dialog_sizer {
	cursor:se-resize;
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(/_administrator/css./images/dialog/close.gif) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:14px;
	cursor:pointer;
	z-index:1000000;
}

.dialog_minimize {
	width: 14px;
	height: 14px;
	background: transparent url(./images/dialog/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:32px;
	cursor:pointer;
	z-index:1000000;
}

.dialog_maximize {
	width: 14px;
	height: 14px;
	background: transparent url(./images/dialog/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:50px;
	cursor:pointer;
	z-index:1000000;
}

.status_bar {
  font-family: "MS UI Gothic", Tahoma, Arial, sans-serif;
  padding: 3px 0 0 3px;
  font-size:11px;
  color:#FFF;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

.dialog_title {
	font-family: "MS UI Gothic", Tahoma, Arial, sans-serif;
	height: 18px;
	font-size:12px;
	font-weight: 800;
	text-align:left;
	color:#666;
}

.dialog_content {
	overflow:auto;
	color: #E6DF2A;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background:#FFFFFF;
}

.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; border: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}
.DialogBgcolor{
    background-color:#c0c0c0;
}
.DialogInTable{
    border-collapse:collapse;
    border : dotted 0px #aeaeae;
    width : 100%;
}
table.DialogInTable th{
    padding:3px;
    background-color:#fff;
    border-bottom: 1px dotted #ddd;
}
table.DialogInTable td{
    padding:3px;
    background-color:#ffffff;
    border-bottom: 1px dotted #ddd;
}
table.DialogInTable.DialogText{
    color : #ffffff;
}
a.dialoglink{
    color : #0000ff;
    text-decoration:none;
}
a.dialoglink:hover {
    color : #ff0000;
    text-decoration:underline;
}




