@charset "UTF-8";

/*
 * WOS UI Migration
 */
 
input:focus, a:focus, iframe:focus, textarea:focus {
	outline: none;
}

select:not([size]):focus {
	outline: none;
}

select[size]:focus {
	outline: none;
}

.btn {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #659EA4;
	cursor: hand;
	width: AUTO;
	height: 2.00em;
	border: 0;
	background: linear-gradient(to bottom, #044237, #0a6f5a);
}

.btn2 {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	cursor: hand;
	width: 10em;
	height: 2.00em;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #000;
	border-bottom-color: #000;
	background: linear-gradient(to bottom, #ffffff, #7F7F7F);
}

.btn3 {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	cursor: hand;
	width: 12em;
	height: 2.00em;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #000;
	border-bottom-color: #000;
	background: linear-gradient(to bottom, #ffffff, #7F7F7F);
}

.btn:disabled, .btn2:disabled, .btn3:disabled {
	color: rgb(111 110 110);
    cursor: text;
    text-shadow: 1px 1px 1px rgb(233 230 230 / 51%);
}

.btn:active, .btn2:active, .btn3:active {
	transform: scale(0.97);
}

.btn:focus {
	outline: 1px dotted white;
	outline-offset: -4px;
}

.btn2:focus, .btn3:focus {
	outline: 1px dotted black;
	outline-offset: -4px;
}

#widget_alert .hd {
	padding: 3px;
}

#widget_alert .ft {
	height: auto;
	padding: 3px;
}

#widget_alert.yui-panel {
	min-width: 300px;
	min-height: 100px;
}

.textbox {
	FONT-SIZE: 10pt;
	COLOR: #000000;
	border: 1px solid #338BBE;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}