﻿/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.6.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/********************************************/


html,body {
  color: #9E9E9E;
  background: #333232;
  height: 100%;
}
#container {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  min-height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
html>body #container {
    height: auto;
}

#content {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
}

a {
  color: #E0E0E0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#header {
  text-align: left;
  background: #484E4D;
  font-size: 3em;
  letter-spacing: -0.05em;
  font-family: "Lucida Sans", Verdana, sans-serif;
  margin: 0 0 30px 0;
  padding: 30px 0 0 10px;
}

#headerLink {
  position: relative;
  top: 0.21em;
  text-decoration: none;
}
#footer {
  position: absolute;
  bottom: 0;
  padding: 10px 0;

  background-color: #555;
  color: #DDD;
  width: 100%;
  font-size: 0.75em;
  font-family: Verdana, sans-serif;
  letter-spacing: 1px;
  text-align: center;
}


#groups {
  margin: 0 0 0 30px;
}
.group,.listContainer {
  padding: 5px;
  margin: 0 0 0 0;
  clear: both;
}
.groupTitle {
  float: left;
  width: 90px;
  text-align: right;
  font-size: 1.5em;
  font-family: "Lucida Sans", Verdana, sans-serif;
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
}
.listTitle {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 0.8em;
  font-family: "Lucida Sans", Verdana, sans-serif;
  margin: 0.4em 0 0 0;
  padding: 0 0 0 0;
}
.list {
  margin: 0 0 0 85px;
}

.clear {
  clear: both;
}
.item,.cii {
  font-size: 0.9em;
  font-family: "Lucida Sans", Verdana, sans-serif;
  margin: 0;
}
.itemLink,.ciiLink {
  text-align: left;

  float: left;
  width: 200px;

  background: #444;
  padding: 5px 6px 5px 6px;
  margin: 1px;
}
.selected {
  background: #505756;
}
.itemLink:hover,.ciiLink:hover {
  background: #666;
  text-decoration: none;
}

/** Content display */

#contentBox {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -383px;
}
.contentTitle {
  font-size: 1em;
  font-family: "Lucida Sans", Verdana, sans-serif;
  margin: 0 0 15px 0;
}
.contentIndexGroupTitle {
  font-size: 0.8em;
  font-family: "Lucida Sans", Verdana, sans-serif;
}
#infoBox {
  float: left;
  background: #444;
  width: 360px;
  margin-left: 50px;
}
.ciiLink {
  padding-left: 20px;
}
#contentIndex {
  float: left;
  padding: 5px;
  margin: 0 0 0 0;
  border-left: 25px solid #484E4D;
  border-right: 25px solid #484E4D;
  color: #9E9E9E;
  background: #444;
  overflow: auto;
  width: 245px;
  height: 112px;
}

#nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navPrev {
  float: left; 
}
.navNext {
  float: right;
}
.navLink {
  color: #9E9E9E;
  background: #484E4D;

  font-size: 2em;
  vertical-align: top;

  display: block;
  padding: 40px 5px 45px 5px;
}
.navLink:hover {
  color: #E0E0E0;
  background: #595F5E;
  text-decoration: none;
}

#file {
  display: block;
  float: left;
  padding: 10px;
}
#fileName {
  display: none;
}


#display {
  margin: 90px auto 0 auto;
}


#size:before, #date:before, #dimensions:before, #version:before {
  font-size: 0.8em;
  font-family: "Lucida Sans", Verdana, sans-serif;
}
#size, #date, #dimensions, #version {
  display: block;
  float: left;
  clear: both;
  font-family: "Lucida Sans", Verdana, sans-serif;
  font-size: 0.8em;
}

#size:before {
  content: "Size";
  margin-right: 4.4em;
}

#date:before {
  content: "Date";
  margin-right: 4.3em;
}

#dimensions:before {
  content: "Dimensions";
  margin-right: 0.7em;
}
#width:after {
  content: " x";
}

#version:before {
  content: "Version";
  margin-right: 2.95em;
}
