body{
  background-color: #e1e1e1;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#main{
  padding: 0px;
  margin: 0px auto;
  width: 1023px;
  font-family: arial,verdana,sanserif;
  background-color: #FFF;
  font-size: 12px;
  text-align: left;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  -webkit-box-shadow: #CCC 2px 2px 4px;
  -moz-box-shadow: #CCC 2px 2px 4px;
  box-shadow: #CCC 2px 2px 4px;
  behavior: url(/ceconnection/resources/htc/PIE.htc);
}
#banner{
  padding: 10px;
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  background-color: #FFF;
  -webkit-box-shadow: #CCC 2px 2px 4px;
  -moz-box-shadow: #CCC 2px 2px 4px;
  box-shadow: #CCC 2px 2px 4px;
  behavior: url(/ceconnection/resources/htc/PIE.htc);
}
#wk-logo{
  float: right;
  margin: 7px 13px 0px 0px;
}
#banner a{
  margin: 0px;
  display: block;
}
#banner a img{
  margin: 0px;
  display: block;
}
#content{
  padding: 15px;
}
a{
  color: #262d85;
}
a:visited{
  color: #262d85;
}
a:hover{
  color: #2a31ff;
}
a img{
  border: 0px;
}
.dialog{
  display: none;
  position: absolute;
  top: 100px;
  width: 400px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: #ccc 6px 6px 6px;
  -moz-box-shadow: #ccc 6px 6px 6px;
  box-shadow: #ccc 6px 6px 6px;
  behavior: url(/ceconnection/resources/htc/PIE.htc);
}
input,select,textarea{
  margin: 1px 0px 10px 0px;
}
#float-container {
	overflow: hidden;
}
#login, #loginInfo{
  float: left;
  border: 1px solid #aaaaaa;
  padding: 20px;
  background-color: #ffffff;
  margin-left: 27px;
  -webkit-box-shadow: #ccc 2px 2px 4px;
  -moz-box-shadow: #ccc 2px 2px 4px;
  box-shadow: #ccc 2px 2px 4px;
  behavior: url(/ceconnection/resources/htc/PIE.htc);
}
#login {
  width: 220px;
}
#loginInfo{
  width: 500px;
  text-align: center;
}
#login h3,.dialog h3{
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
#login label{
  font-weight: bold;
  display: block;
}
#login input{
  display: block;
  margin-bottom: 10px;
}
#login .button-tray{
  text-align: center;
  margin-bottom: 10px;
}
.error{
  border: 1px solid #950027;
  color: #950027;
  padding: 6px 6px 6px 32px;
  background-image: url(/ceconnection/resources/img/exclamation-14x14-01.png);
  background-position: 6px 6px;
  background-repeat: no-repeat;
  background-color: #fff1f5;
  margin: 0px 0px 14px 0px;
}
.success{
  border: 1px solid #37882d;
  color: #37882d;
  padding: 6px 6px 6px 32px;
  background-image: url(/ceconnection/resources/img/exclamation-14x14-03.png);
  background-position: 6px 6px;
  background-repeat: no-repeat;
  margin: 0px 0px 14px 0px;
  background-color: #f1fff5;
}
.label{
  vertical-align: middle;
  font-weight: bold;
  padding: 0px 2px 0px 0px;
  text-align: right;
}
#forgot-password-dialog .label{
  font-weight: bold;
  display: block;
  text-align: left;
}
h4{
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
h4 a{
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  text-decoration: none;
}
h4 a:hover{
  font-size: 16px;
  text-decoration: none;
}
h5{
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 14px;
}
#navigation{
  margin: 0px;
  padding: 4px 15px 4px 15px;
  display: block;
  font-size: 10px;
  height: 20px;
  border-top: 0px solid #808080;
}
#navigation a{
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 0px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#navigation #welcome{
  font-size: 14px;
  font-weight: bold;
  float: right;
}
#navigation #welcome a#logout{
  padding: 0px 0px 0px 0px;
}
td{
  font-size: 12px;
  vertical-align: top;
}
#footer{
  margin: 10px 0px 10px 0px;
  font-size: 10px;
  color: #aaaaaa;
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 6px;
}
#footer a{
  font-size: 10px;
  text-decoration: underline;
  font-weight: normal;
}
/* Buttons - Start */
.clear { /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}
a.button {
  background: transparent url('/ceconnection/resources/img/bg_button_a.gif') no-repeat scroll top right;
  color: #000000;
  display: inline-block;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}
a.button span {
  background: transparent url('/ceconnection/resources/img/bg_button_span.gif') no-repeat;
  display: inline-block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
  text-align: center;
} 
a.button:active {
  background-position: bottom right;
  color: #555555;
  outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* Buttons - End */
.button-tray{
  text-align: center;
}
ol li{
  margin-bottom: 10px;
}


