body {
  background: white;
  color: #666;
  width: 888px;
  margin: 0 auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 62.5%;
}

h1, h2, h3 {
  color: #0d104b;
}

a {
  color: #0d104b;
  text-decoration: none;
}

a:hover {
  color: #7980b4;
}

a img {
  border: none;
}

form {
  padding: 14px;
  font-size: 1.1em;
}

form .form-field {
  margin-bottom: 10px;
}

form .form-field label {
  display: block;
  margin-bottom: 3px;
}

form .form-checkbox label {
  display: inline;
}

form .form-field input {
  width: 10em;
}

form .form-submit input {
  font-family: Verdana, Geneva, sans;
  font-size: 1em;
  padding: 0.2em 0.7em;
  margin: 15px 0 0 0;
}

.warning {
  margin-bottom: 14px;
}  

.warning strong {
  color: #00425E;
}




/** HEADER **/

#header {
  position: relative;
  width: 888px;
  height: 160px;
}

#header #logo {
  position: absolute;
  display: block;
  margin: 52px 0 10px 0;
}

#header #logo a {
  display: block;
  padding-top: 92px;
  width: 142px;
  height: 0;
  overflow: hidden;
  background: transparent url(../images/logo.png) no-repeat top left;
}

#header #subtitle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 5px 10px;
  background: #f5f6fa;
  color: #acb3c9;
  font-weight: normal;
  font-size: 1.1em;
}

#header #subtitle strong,
#header #subtitle .user {
  font-weight: normal;
  color: #00425E;
  text-transform: uppercase;
}


/** LOGIN **/

#login .warning {
  margin: 14px 14px 0 14px;
  font-size: 1.1em;
}

#login.js .warning { 
  display: none;
}


/** CONTENT **/

.status {
  height: 3.2em;
  line-height: 3.2em;
  padding-bottom: 7px;
  background: transparent url(../images/current-bg.gif) repeat-x bottom left;
  white-space: nowrap;
  overflow: hidden;
}

.status p {
  margin: 0;
  padding-left: 1em;
  font-weight: bold;
  color: #fff;
}

.status strong {
  color: #FFF;
}


.panel h3 {
  font-family: Arial, Helvetica, sans;
  font-size: 2em;
  font-weight: normal;
  margin: 14px;
}

.panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/* folders */
#content { 
  min-height: 300px;
  height: auto !important;
  height: 300px;
}

#folders, #content {
  clear: both;
  float: left;
  width: 100%;
  border-top: 10px solid #fff;
  background: transparent url(../images/sfondo.gif) repeat-x top left;
}

.folder, #folders li {
  float: left;
  width: 148px;
  margin: 14px 4px;
  padding-bottom: 14px;
  overflow: hidden;
  text-align: center;
}

.folder a, #folders li a {
  display: block;
  padding-top: 133px;
  background: transparent url(../images/folder.gif) no-repeat 10px 0px;
  font-size: 1.1em;
  color: #00425E;
}

#folders li a:hover {
  background-image: url(../images/folder_hover.gif);
  color: #7980b4;
}

#parent.folder a, #folders #parent a {
  background-image: url(../images/parent_folder.gif);
}

#parent.folder a:hover, #folders #parent a:hover {
  background-image: url(../images/parent_folder_hover.gif);
  color: #007D9F;
}


/* files */

#files {
  float: left;
  min-height: 368px;
  height: auto !important;
  height: 426px;
  width: 433px;
  border-right: 10px solid #fff;
  background: transparent url(../images/sfondo.gif) repeat-x top left;
}

#files .empty {
  font-size: 1.1em;
  margin: 14px;
}

#files ul {
  margin: 14px 14px 14px 7px;
}

#files li {
  position: relative;
  height: 7.4em;
  margin-bottom: 10px;
}

#files li p {
  margin: 0;
}

#files li .name {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  width: auto !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Arial, Helvetica, sans;
  font-size: 1.6em;
}

#files li .name a {
  display: block;
  padding-top: 1em;
  padding-left: 71px;
  height: 64px;
  background: transparent url(../images/file.gif) no-repeat left center;
  white-space: nowrap;
}

#files li .name a:hover {
  background-image: url(../images/file_hover.gif);
}


#files .flv .name a {
  background-image: url(../images/file_video.gif);
}

#files .flv .name a:hover {
  background-image: url(../images/file_video_hover.gif);
}

#files li .edit, #files li .size {
  position: absolute;
  left: 69px;
  z-index: 0;
}

#files li .edit {
  top: 4em;
}

#files li .size {
  top: 5.5em;
}


/* uploads */

#uploads-panel {
  float: right;
  padding: 14px;
  width: 417px;
}

#uploads-panel h3 {
  margin: 0 0 14px 0;
  padding-bottom: 0.5em;
  text-align: left;
}

#uploads-panel #applet {
  border: 1px solid #00425E;
}

#uploads-panel #applet applet {
  display: block;
}

#uploads-panel #applet .warning {
  margin: 14px;
}

#uploads-panel .warning {
  font-size: 1.1em;
}


/* video */

#video {
  float: left;
  width: 100%;
  padding-bottom: 14px;
  border-top: 10px solid #fff;
  background: #eee;
}

#video .video-player {
  float: left;
  width: 600px;
  height: 450px;
  margin: 0 14px;
  background: #171A1C;
}

#video .video-player .warning {
  margin: 14px;
}

#video .folder {
  margin-left: 56px;
}


/* admin */

#admin .panel {
  border-top: 10px solid #fff;
  background: transparent url(../images/sfondo.gif) repeat-x top left;
}

#admin #edit-user,
#admin #remove-users {
  width: 445px;
  float: left;
}

#admin #edit-admin,
#admin #restore-users {
  width: 433px;
  float: right;
}

#admin #manage-users {
  clear: both;
  float: left;
  width: 100%;
}

#admin #remove-users {
  border-right: 10px solid #fff;
}

#admin #restore-users {
  border-left: 10px solid #fff;
  margin-left: -10px;
}

/** FOOTER */

#footer {
  clear: both;
  padding: 2px 0 3px;
  color: #fff;
  background: #8993B2;
  text-align: center;
}

#footer a {
  color: #00425E;
}

