/*-- MCCLAIN MESSENGER--
-------------------------------*/

/*GENERAL STYLE--
--------------------------*/
#wrapper {
  width: 798px;
  margin: 50px auto 80px auto;
  font-family: 'Helvetica New', Helvetica, Verdana, Arial, sans-serif;
  font-size: small;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000000;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 150%;
  margin-bottom: 10px;
}

#content {
  margin: 0 0 0 28px;
  padding: 0 0 35px 0;
  position: relative;
}
/*HEADER STYLE--
--------------------------*/
#header {
  background: url(../images/messenger/header-border.gif) no-repeat bottom left;
  height: 60px;
  position: relative;
  margin-bottom: 60px;
  color: #939596;
}

#header-nav {
  position: absolute;
  bottom: 8px;
  right: 3px;
}

#header-nav a, #header-nav img {
  float: right;
  display: block;
  color: #939596;
}

.sub-header-link {
  position: absolute;
  top: -40px;
  right: 3px;
}

/* Login Form
------------------------------- */
#login-form input {
    border: 1px solid #ccc;
}

#login-form #submit {
    border: 0px solid #fff;
    background: transparent url(/layout/images/messenger-submit-button.gif) no-repeat top left;
    width: 38px;
}

/*UPLOAD STYLE--
--------------------------*/
#upload-box {
  background-color: #e9f4db;
  width: 425px;
  height: 228px;
  padding: 20px;
  position: relative;
  font-size: 120%;
  margin-bottom: 15px;
}

#content label {
  position: absolute;
  left: 20px;
}

input {
  line-height: 150%;
}

#description {
  width: 275px;
}

.text-input, input {
  margin-left: 120px;
  width: 200px;
  margin-bottom: 20px;
  line-height:150%;
  border: 0px solid #fff;
}

/*FILES STYLE--
--------------------------*/
.file-box {
  margin: 35px 0 0 15px;
  width: 310px;
  line-height: 100%;
}

.file-name {
    font-weight: bold;
}

.file-size {
    margin: 10px;
    display: block;
}

.file-box p {
    font-size: 85%;
    line-height: 1.4;
}

.upload {
  font-size: 120%;
  color: #444444;
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
}
/*DASHBOARD STYLE--
--------------------------*/
#dashboard-sub-header {
  width: 335px;
  float: right;
  margin: 0 3px 0 0;
  color: #939596;
  font-size: 130%;
}

#dashboard-sub-header a {  /*overrides style for ".sub-header-link"*/
  float: none;
  display: inline;
}

.dashboard-box-wrapper {
  position: relative;
  margin-left: 35px;
}

.dashboard-box-wrapper a.caption {
  color: #444444;
  font-size: 80%;
  padding: 0;
  margin: 0 0 0 12px;
}

.dashboard-box {
  padding: 7px;
  background: url(../images/messenger/dashboard-box-bg.gif) repeat 0 0;
  margin: 35px 0 7px 0;
  width: 325px;
}
/*FOOTER STYLE--
--------------------------*/
#footer {
  margin-top: 30px;
}

#footer, #footer a {
  color: #939596;
}

#contact {
  float: right;
}