/*Copyright (c) 2003-2006 Microsoft Corporation.  All rights reserved.*/

/* main layout styles */

/* Everything should be Tahoma */
body
{
	background-color: #f4f4f4;
	text-align: center;
	font-family: Arial;
	color: #000;
	margin: 0;
	font-size: 13px;
}
img
{
	border:0;
}
.nonMSIE
{
	padding: 3px 3px; 
	margin: 2px 2px;
}
table#tblMain
{
	padding: 0;
	background-color: #fff;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    border-left: 5px solid #fff;
}

table.mid
{
	width: 385px;
	border-collapse:collapse;
	padding:0px;
	color:#444444; 
}
table.tblConn
{
    direction: ltr;
}
td.tdConnImg
{
    width: 22px;
}
td.tdCopy
{
    font-size: 80%;
}
td.tdConn
{
    padding-top: 15px;
}
td#mdLft
{
	background: url("/lm_auth_proxy?LMimage=kmgleft.gif") repeat-y;
	width:15px;
}
td#mdRt
{
	background: url("/lm_auth_proxy?LMimage=kmgright.gif") repeat-y;
	width:15px;
}
td#mdMid
{
	padding:0px 45px;
	background: #ffffff; 
	vertical-align: top;
}
td .txtpad
{
	padding: 3px 6px 3px 0px;
	text-align:right;
}
select, table
{
	color:#444444;
}
select, .txt
{
	color:#000000;
	background-color:#fff3c0;
	border: 1px solid #a4a4a4;
	margin: 3px 6px; 
}
.txt
{
	padding:3px;
	height:2.2em;
}
.nowrap
{
	white-space:nowrap;
}
hr
{
	height: 0px; 
	visibility: hidden;
}
.l
{
	text-align:left;
}
.r
{
	text-align:right;
}
/* logon page specific styles */
a
{
	color:#ff6c00;
	text-decoration:none;
}
.wrng
{
	color:#ff6c00;
}
.disBsc
{
	color:#999999;
}
.expl
{
	color:#999999;
}
.w100, .txt
{
	width:100%;
}
.txt
{
	margin:0px 6px;
}
.rdo
{
	margin:0px 12px 0px 32px;
}
tr.expl td, tr.wrng td
{
	padding:2px 0px 4px 0px;
}
tr#trSec td
{
	padding:3px 0px 8px 0px;
}
/* language page specific styles */
td#tdLng
{
	padding:12px 0px 12px 0px;
}
td#tdTz
{
	padding:8px 0px 8px 0px;
}
select#selTz
{
	padding:0px;
	margin:0px;
}
td#tdOptMsg
{
	padding:10px 0px 10px 0px;
}
td#tdOptChk
{
	padding:0px 0px 15px 65px;
}
td#tdOptAcc
{
	vertical-align:middle;
	padding:0px 0px 0px 3px;
}
select#selLng
{
	margin:0px 16px;
}
/* logoff page specific styles */
td#tdMsg
{
	margin:9px 0px 64px;
}
.dir
{
	direction: ltr;
}
.align
{
	text-align:left;
}
.padding
{
	padding-left:42px;
}
/* styles for logon page with script disabled */
div#dvErr
{
	padding:0px 0px 3px 3px;
	background-color: #FCBC9C;
	border:solid 1px #B43038;
}
div#dvErr table
{
	color:#000000;
}
div#dvErr a
{
	color:#3F52B8;
}
td.kmgTL, td.kmgBL
{
	width: 456px;
}
td.kmgTR, td.kmgBR
{
	width: 45px;
}
table.tblLgn
{
	padding: 0px; 
	margin: 0px; 
	border-collapse:collapse;
	width: 100%;
}

.header {
	background-color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

.logo {
	background: transparent url("/lm_auth_proxy?LMimage=VDI_Logo.png") no-repeat center center;
	width: 128px;
	height: 80px;
}

.content {
	padding-top: 20px;
}

.pageTitle {
	color: #008ad9;
    font-weight: bold;
    font-size: 2em;
	margin-top: 25px;
	margin-bottom: 40px;
}

#userid label,
#passid label {
	font-weight: bold;
}

#nopub td:first-child, 
#nopub1 td:first-child {
    text-align: right;
    vertical-align: top;
    padding: 0;
}

#nopub td, #nopub1 td {
    padding-left: 8px;
}

#userid td {
    padding-top: 15px;
}

.txtpad.submitButtonRow {
	padding-right: 0;
}

.button {
    background-color: #008ad9;
    color: #fff;
    border: none;
    margin: 5px 0px 0px 0px;
    padding: 8px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
	font-weight: bold;
	
	-webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.button:hover {
	background-color: #ff9900;
}

table.tblConn {
    margin-top: 30px;
}

table.tblConn .tdConn {
	font-size: 0.95em;
}

#resetPassword .txtpad {
    text-align: left;
    padding-left: 6px;
    box-sizing: border-box;
    font-size: 0.9em;
}

#resetPassword .txtpad a {
    color: #008ad9;
    text-decoration: underline;
}

#resetPassword .txtpad a:hover {
    text-decoration: none;
}