/*Web OS Login Page*/

body{
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
 #BackgroundDisplayHelper {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url('/images/wallpapers/Cloud_Wallpaper_Large.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.loginTextOverride { font-size:12px; font-family: arial,sans-serif; color: #3e456c; font-weight: normal; text-decoration: none; }
.loginStatusText { font-size:13px; font-family: arial,sans-serif; color: #999999; font-weight: normal; text-decoration: none; }
.loginWarningText { font-size:13px; font-family: arial,sans-serif; color: #FF0000; font-weight: normal; text-decoration: none; }
.loginCopyRightText { font-size:9px;font-family: arial,sans-serif;color: #888888;font-weight: bold;text-decoration: none; float: right; margin-top: 3px}

.loginForm-main-table {padding: 0px;border-spacing: 2px;}
.loginForm-form-spacer {height: 12px;}
.loginForm-label-cell {
  text-align: right;
}
.loginForm-value-cell {
  text-align: left;
  padding-left: 3px;
  width: 130px;
}
.loginForm-label-text {
  font-size: 12px;
  font-family: verdana,sans-serif;
  color: #1D1D1D;
  font-weight: normal;
  text-decoration: none;
}
.loginForm-text-input {
    background-color:#243A4B;
    border:1px solid #333333;
    color:#CCCCCC;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    padding:3px;
    width: 128px;
}

.loginForm-text-input-hover {
    background-color: #315067;
    border: 1px solid #333333;
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding:3px;    
    width: 128px;
}

.loginForm-login-button {
    color:#FFFFFF;            
    font: 11px verdana,sans-serif;
    height:31px;
    line-height: 31px;
    text-align:center;
    width:75px;
    float: right;
    cursor:pointer;
    -moz-user-select: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSLoginButton.png');     
}
.loginForm-login-button[class] {
    background-image: url(/images/WebOSLoginButton.png);
    background-repeat: no-repeat;
}
.loginForm-login-button-hover {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSLoginButtonHover.png');     
}
.loginForm-login-button-hover[class] {
    background-image: url(/images/WebOSLoginButtonHover.png);
}
.loginForm-register-button {
    color:#FFFFFF;            
    font: 11px verdana,sans-serif;
    height:31px;
    line-height: 31px;
    text-align:center;
    width:75px;
    float: right;
    cursor:pointer;
    -moz-user-select: none;
    margin-right: -3px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSRegisterButton.png');     
}
.loginForm-register-button[class] {
    background-image: url(/images/WebOSRegisterButton.png);
    background-repeat: no-repeat;
}
.loginForm-register-button-hover {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSRegisterButtonHover.png');     
}
.loginForm-register-button-hover[class] {
    background-image: url(/images/WebOSRegisterButtonHover.png);
}
.loginForm-next-button {
    color:#FFFFFF;            
    font: 11px verdana,sans-serif;
    height:31px;
    line-height: 31px;
    text-align:center;
    width:75px;
    float: right;
    cursor:pointer;
    -moz-user-select: none;
    margin-right: -3px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSNextButton.png');     
}
.loginForm-next-button[class] {
    background-image: url(/images/WebOSNextButton.png);
    background-repeat: no-repeat;
}
.loginForm-next-button-hover {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSNextButtonHover.png');     
}
.loginForm-next-button-hover[class] {
    background-image: url(/images/WebOSNextButtonHover.png);
}
.loginInformation-label {
  font-size:10px;
  font-family: verdana,sans-serif;
  color: #1D1D1D;
  font-weight: bold;
  text-decoration: none;
}
.loginInformation-link {
  font-size:9px;
  font-family: verdana,sans-serif;
  color: #515151;
  font-weight: bold;
  text-decoration: none;
}

.loginIconTable {
    padding: 10px;
}
.loginFormLogo{
    background-color: #ffffff;
    width: 300px;
    height: 90px;
    background-image: url(/images/WebOS_LoginLogo.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.loginFormIconGlobe{
    height: 48px;
    width: 48px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop',src='/images/loginpage-img/www2.png');     
}

.loginFormIconGlobe[class]{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/loginpage-img/www2.png);
}

.loginFormIconAlert{
    height: 48px;
    width: 48px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop',src='/images/loginpage-img/alert.png');     
}

.loginFormIconAlert[class]{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/loginpage-img/alert.png);
}

.loginFormIconSucceed{
    height: 48px;
    width: 48px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop',src='/images/loginpage-img/ok.png');     
}

.loginFormIconSucceed[class]{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/loginpage-img/ok.png);
}

.loginFooter{
    position: absolute;
    bottom:0px;
    width: 99%;
}


/* Dojo CSS */

body .dojoFloatingPane {
	/* essential css */
	position: absolute;
	overflow: visible;		/* so drop shadow is displayed */
	z-index: 10;

	/* styling css */
	border: 0px solid;
        background-color: transparent;
        
}


body .dojoFloatingPaneTitleBar {
	vertical-align: top;
	margin: 2px 2px 2px 2px;
	z-index: 10;
	background-color: #7596c6;
	cursor: default;
	overflow: hidden;
	border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
	vertical-align: middle;
}

body .dojoFloatingPaneTitleText {
	float: left;
	padding: 4px 4px 2px 2px;
	white-space: nowrap;
	color: #ffffff;
	font: bold 11px Tahoma, sans-serif;
}

body .dojoTitleBarIcon {
	float: left;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

body .dojoFloatingPaneActions{
	float: right;
	position: absolute;
	right: 2px;
	top: 2px;
	vertical-align: middle;
}


body .dojoFloatingPaneActionItem {
	vertical-align: middle;
	margin-right: 1px;
	height: 22px;
	width: 22px;
}


body .dojoFloatingPaneTitleBarIcon {
	/* essential css */
	float: left;

	/* styling css */
	margin-left: 0px;
	margin-right: 4px;
	max-height: 24px;
        height: auto;
        _height: 24px;
}

body .dojoFloatingPaneClient {
	border: 1px solid;
	border-color: #000;
        background-color: #fbfbfb;
        color: #1D1D1D;
        margin: 0px;
	padding: 0px;
	overflow: hidden;
        border-width: 1px 2px 2px 2px;
}

body .dojoFloatingPaneTitleBar_tl {
    background:transparent url(/swDashboard/swdojo/widget/templates/images/left-top.gif) no-repeat scroll 0pt;
    height:34px;
    width:14px;
}
body .dojoFloatingPaneTitleBar_t {
    background:transparent url(/swDashboard/swdojo/widget/templates/images/middle.gif) repeat-x scroll 0pt;
    height:34px;
}
body .dojoFloatingPaneTitleBar_tr {
    background:transparent url(/swDashboard/swdojo/widget/templates/images/right-top.gif) no-repeat scroll 0pt;
    height:34px;
    width:10px;
}

.loginBlock {
    padding: 0px 15px;
}

#LoginBox {
    position: absolute;
    height: 450px;
    width: 300px;
    left:-1000;
    top:130; 
    background-color:transparent;
}

.windowPanelCover
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
}

/*Desktop profile dialog css*/
.WebOSButton {
    color:#FFFFFF;
    font: 11px verdana;
    height:31px;
    line-height: 31px;
    text-align:center;
    width:75px;
    float: right;
    cursor:pointer;
    -moz-user-select: none;
    border: none 0px;
    background-color: transparent;
    outline: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSGlossyButton.png');
}
.WebOSButton[class] {
    background-image: url(/images/WebOSGlossyButton.png);
    background-repeat: no-repeat;
}
.WebOSButtonHover {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSGlossyButtonHover.png');
}
.WebOSButtonHover[class] {
    background-image: url(/images/WebOSGlossyButtonHover.png);
}
.WebOSButtonDisabled {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/images/WebOSGlossyButtonDisabled.png');
    cursor: default;
}
.WebOSButtonDisabled[class] {
    background-image: url(/images/WebOSGlossyButtonDisabled.png);
}
