﻿
/*** DEFAULT HTML OBJECTS ***/

/***  PAGES ***/

/* LOGIN */
.loginWrapper {  background-image:url(images/login-bg.jpg); background-repeat:no-repeat; width:100%; height:auto; margin:0; padding:0; }
.loginWrapper a { font-family:Trebuchet MS; font-size:small; color:#111; font-weight:bold; text-decoration:none; cursor:pointer;  }
.loginWrapper span { font-family:Trebuchet MS; font-size:small; color:#111; font-weight:bold; text-decoration:none; cursor:default;  }

.login-logo { background-image:url(images/login-logo.png); background-repeat:no-repeat; margin-top:100px; width:577px; height:150px; margin-left:380px; }
.fields {  width:600px; height:100px; margin-top:20px; margin-left:390px; }
.column { background-image:url(images/field-bg.png); background-repeat:no-repeat; background-position:center; vertical-align:middle;  width:199px; height:33px; }
.textbox { border:solid 1px #fff; margin:3px; width:185px; font-family:Trebuchet MS; font-size:15; color:#555; font-weight:bold; cursor:pointer; }
.checkbox { font-family:Trebuchet MS; font-size:small; color:#111; font-weight:bold; }
.linksWrapper { width:100%; bottom:0; position:absolute; }

.fields div.login-message {  font-family:Trebuchet MS; color:Red; font-size:small; font-weight:bolder; }


.pwdPanel { width:258px; height:258px; background-color:#000; border:solid 3px #fff; position:fixed; }

.pwdPanel span {  text-align:left; font-family:Trebuchet MS; font-size:small; color:#fff; font-weight:bold;  }
.pwdPanel .textbox { width:207px; height:23px; border:solid 1px #C0C0C0; }
.pwdPanel .cancelButton { background-image:url(images/cancel.png); background-repeat:no-repeat; width:101px; height:27px; border:none; cursor:pointer;}
.pwdPanel .acceptButton { background-image:url(images/accept.png); background-repeat:no-repeat; width:101px; height:27px; border:none; cursor:pointer; }
.bg_panel {  filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; background-color: #444; position: fixed; top: 0px; left: 0px; width: 100%; height:100%; }