/**********************************************/
/*  RUI login style                           */
/*  for SmartPhone                          */
/*  2015/02/12                                */
/**********************************************/
.LoginModule {
zoom: 1;
}
/*---.LoginModule--*/
.LoginModule {
padding: 15px 0px;ackground: #eeeeee;
width:100%;
zoom: 1;
}
.LoginModule table {
margin: 0 auto;
width: 650px;
border: none;
}

.LoginModule table.PropertyListComponent thead {
display: none;
}
.LoginModule table.PropertyListComponent tbody th {
width: 25%;
text-align: left;
vertical-align: middle;
padding: 2px 0px 0px 0px;
white-space:nowrap;
}
.LoginModule table.PropertyListComponent tbody th label{
font-weight: bold;
}
.LoginModule table.PropertyListComponent tbody td {
color: #000000;
vertical-align: middle;
padding: 4px;
}
.LoginModule table.PropertyListComponent tbody td select {
margin: 0px;
}
.Sub th {
text-indent: 0.8em;
}

/*-- #loginHeader --*/
#loginHeader {
background: #0f0f0f;
margin-bottom: 0;
}
#corporateBranding {
float: left;
height: 32px;
width: 120px;
}
#windowTitle h1 {
font-size: 14pt;
font-weight: bold;
padding: 8px;
line-height: 24px;
color: #ffffff;
}
#deviceType {
padding: 4px 15px 4px 10px;
background: #232323;
}
#deviceName {
background: #232323;
color: #dfdfdf;
font-weight: bold;
}
.SwitchMode {
text-align: right;
margin: 6px 6px 12px 6px;
}
.SwitchMode label ,
.SwitchMode a{
font-size: 11pt;
}

.SwitchMode a:link,
.SwitchMode a:visited {
color: #1d2f72;
text-decoration: none;
border-bottom: 1px dotted #1d2f72;
}
.SwitchMode a:active {
color: #10205a;
text-decoration: none;
border-bottom: 1px dotted #10205a;
}
input.ButtonEnable,
input.ButtonEnable:hover,
input.ButtonEnable:active {
margin: 0px 45% 20px 45%;
min-width: 150px;
/ min-width: auto;
padding: 6px 10px;
}

input.Size_shortest {
display:block;
padding: 3px;
width: 95%;
margin: 0 4px;
}
#applicationInfo {
border-top: none;
}
label.MarginRight {
margin-right:15px;
}
label.MarginLeft {
margin-left:15px;
}


