@charset "UTF-8";

/**********************************************************/
/***  Remote UI MEAP Servlet : Style Sheet              ***/
/***  << Login style >>�@�@�@�@�@�@�@�@�@�@�@�@�@�@ �@�@***/
/***  ver. 2013/01/30                                   ***/
/**********************************************************/

* {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: normal;
	line-height: auto;
}
* html * {
	font-size: x-small;
}
html {
	height: 100%;
}
body {
	color: #000000;
	background-color: #FEFEFE;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

a:link,
a:visited {
	color: #1D2F72;
	text-decoration: none;
}
a:hover {
	color: #004eee;
	text-decoration: none;
}
a:active {
	color: #10205a;
	text-decoration: none;
}

hr {
	display: none;
}
legend {
	display: none;
}
fieldset {
	border: none;
}
img {
	vertical-align: middle;
	border: none;
}
select {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	line-height: auto;
}
select option {
	padding: 0 1ex;
}
input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	line-height: auto;
}
textarea {
	vertical-align: middle;
}
#container {
	margin: 0 auto;
	width: 100%;
	min-width: 760px;
	text-align: center;
	height: 100%;
	min-height: 100%;

}
#loginWindow {
	margin: 40px auto;
	padding: 4px;
	width: 680px;
	text-align: left;
	border: solid 1px #9B9B9B;
	border-bottom: solid 2px #9B9B9B;
}
#login_contentsArea {
	margin: 0;
	padding: 0;
	border: solid 1px #FFFFFF;
}
#loginContentsWrapper {
}

/*-- #loginHeader --*/
#loginHeader {
	background-color: #FFFFFF;
	border-bottom: 4px solid #9B9B9B;
}

#corporateBranding {
	float: left;
	height: 24px;
	width: 200px;
}

#windowTitle {
}
#windowTitle h1 {
	font-weight: bold;
	font-size: 125%;
	padding-top: 8px;
	line-height: 24px;
}

#windowTitle #deviceType {
	padding: 0 6px 6px 2px;
	line-height: normal;
	margin-left: 200px;
}
#windowTitle #deviceType #deviceName {
	padding: 0;
	font-size: 100%;
}


/*-- #loginContents --*/

#login_contentsArea {
	padding: 0;
}

#loginContentsWrapper {
}

#loginContents {
	background-image: url(/login/image/login_img.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 200px;
	text-align: left;
	zoom: 1;
}

/*---.LoginModule--*/
.LoginModule {
	padding: 8px 0px;
	background: #EBEBEB;
	zoom: 1;
}

.LoginModule table {
	margin: 0 auto;
	width: 100%;
	border: none;
}
.LoginModule table.PropertyListComponent {
}
.LoginModule table.PropertyListComponent thead {
	display: none;
}
.LoginModule table.PropertyListComponent tbody th {
	min-width: 35%;
	text-align: left;
	vertical-align: top;
	color: #3E4555;
	font-weight: bold;
	white-space: nowrap;
	padding: 4px 4px 4px 3ex;
	border: none;
}
.LoginModule table.PropertyListComponent tbody td {
	color: #000000;
	vertical-align: top;
	padding: 4px;
	border: none;
}
.LoginModule table.PropertyListComponent tbody td select {
	margin: 0px;
}


/*---.LoginMessage--*/
.LoginMessage {
	margin: 0;
	padding: 4px 3ex;
	color: #676787;
	font-size: 70%;
}

/*---.LoginOperation--*/
.LoginOperation {
	margin: 0;
	padding: 4px;
	text-align: right;
	zoom: 1;
}
.LoginOperation:after {
	display: block;
	clear: both;
}
.LoginOperation fieldset {
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.LoginOperation fieldset button {
}

/*-- #applicationInfo --*/
#applicationInfo {
	clear: both;
	border-top: 2px solid #9B9B9B;
	height: 20px;
	margin: 0 0 6px 0;
	padding: 0;
}
span.TechInfo {
	float: left;
}

address.SiteInforLegal {
	padding: 0 6px;
	font-size: 12px;
	float: right;
	line-height: 20px;
	font-style: normal;
}

/*--.Buttons--*/
input.ButtonEnable,
button.ButtonEnable {
	font-weight: normal;
	line-height: 1.4em;
	width: auto;
	padding: 2px 10px;
	margin: 2px 4px;
	border: 1px solid #747474;
	background: #E7E7E7 url("surface/btn_bg.png") center center repeat;
}
input.ButtonEnable:hover {
	border: 1px solid #747474;
	background: #fff895 url("./surface/command_bg_fc.gif") center center repeat;
	color: #6D5412;
}
input.ButtonEnable:active {
	border: 1px solid #6c6d70;
	background: #DFFFFF url("surface/btn_bg_down.png") center center repeat;
	color: #132566;
}


/*=================== Sizes ===================*/
.Size_shortest{
	width: 160px;
}