.wrap {
  width: 740px;
  margin: 2px auto;
  position: relative;
}

.xhidden {
  display: none;
}
.drag-protect {
  /*display: inline-block;*/
  padding-left: 5px; /*0px; 5px; 0px; 5px;*/
  padding-right: 5px;
}
.selection_notification {
  width: 250px;
  height: 25px;
  margin: 0 auto;
  background-color: #eeeeee;
  border: 1px solid #b3b3b3;
}
#header { 
  text-align: center;
  color: #bdbdbd;
  
}
#navbar { 
  text-align: center;
  color: #bdbdbd;
}
#main { 
  text-align: center;
  color: #5d5d5d;
  padding-top: 5px;
  padding-bottom: 15px;
  background-color: #d6d6d6;
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
#footer { 
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #626262;
  border-top: 1px solid #b3b3b3;
  font-size: small;
}
#navbar ul { 
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  background-color: #b3b3b3;
  border: 1px solid #373737;
}
#navbar ul li { 
  display: inline;
}
#navbar ul li a { 
  padding: 2px 10px;
  color: #373737;
  text-decoration: none; 
}
#navbar ul li.current a:link, #navbar ul li.current a:visited, #navbar ul li a:hover  { 
  background-color: #3C72B0;
  color: #FFFFFF;
  border: 1px solid #373737;
}
#uploadform {
  float: left;
  width: 350px;
}
#disclaimer {
  width: 350px;
  border:1px solid;
  border-color: #bdbdbd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font-size: 80%;
}
#between {
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 30px;
}
#error {
  color: #b50202;
}
.private {
  background-color: #eeeeee;
}
.alt-r {
  background-color: #c7c7c7;
}
span.heading {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #373737;
}
.subheading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 3px;
  color: #373737;
  background-color: #b3b3b3;
  padding: 2px 5px;
}
table.dl {
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
  width: 100%;
/*   margin-top: 15px; */
  margin-bottom: 15px;
}
table.dl th {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  text-align: center;
  font-weight: bold;
  background-color: #b3b3b3;
}
table.dl td {
/*   border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3; */
  
  word-wrap: break-word;
}
.tags {
  font-size: 75%;
}
.tags a:link {
  color: #5d5d5d;
  text-decoration: none;
}
.tags a:visited {
  color: #5d5d5d;
  text-decoration: none;
}
.tags a:active {
  color: #5d5d5d;
  text-decoration: none;
}
.tags a:hover {
  font-weight: bold;
  text-decoration: none;
}

span.f-link a:link {
  color: #0000FF;
}

span.f-link a:visited {
  color: #0000FF;
}

span.f-link a:active {
  color: #FF0000;
}

span.f-link a:hover {
  font-weight: bold;
}
table.dl tr {
  border-bottom: 1px solid #b3b3b3;
}
table.dl tr:hover {
  background-color: #fbef9f;
}
.selected_row {
  background-color: #C7FFBC;
}
.highlighted-target {
  background-color: #ADB0FF;
  border: 1px solid #8466FF;
}
table.dl tr:hover td {
  background-color: #fbef9f;
}
table.dl tr td  #controls{
  float: right;
  top: 0px;
  display: none;
}
table.dl tr:hover td #controls{
  display:inline-block;
}
.theading a {
  text-decoration: none;
  color: #373737;
  display: block;
}

.fsize {
  text-align: right;
  font-size: 12px;
  padding-right: 5px;
}
.fdate {
  text-align: center;
  font-size: 12px;
}
.fauthor {
  text-align: right;
  font-size: 15px;
  padding-right: 5px;
}
.fdls {
  text-align: right;
  font-size: 13px;
  padding-right: 5px;
}
.small {
  font-size: 75%;
}

.clear {
  clear: both;
}
.highlight {
  background-color: #faffa3;
}

.file-thumb {
  width: 40px;
  height: 40px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}
.file-thumb:hover {
  -webkit-transform: scale(1.5,1.5);
  -moz-transform:scale(1.5,1.5);

}
.th_con {
  width: 42px;
  height: 42px;
  float: left;
  margin-right:3px;
}
.tbl_time {
  font-size: 75%;
}
.but_del {
  display:inline;
  border:none;
  background:transparent url(/images/trash.gif);
  width:16px;
  height:16px;
}
.but_edit {
  display:inline;
  border:none;
  background:transparent url(/images/edit.gif);
  width:16px;
  height:16px;
}
.but_tag {
  display:inline;
  border:none;
  background:transparent url(/images/tag.gif);
  width:16px;
  height:16px;
}
.but_private {
  display:inline;
  border:none;
  background:transparent url(/images/eyec.gif);
  width:16px;
  height:16px;
}
.but_public {
  display:inline;
  border:none;
  background:transparent url(/images/eye.gif);
  width:16px;
  height:16px;
}
input.btn {
  border:1px solid;
  border-color: #bdbdbd;
}
input.login-btn {
  border:1px solid;
  border-color: #bdbdbd;
  margin: 10px;
}
input.btn-large {
  border:1px solid;
  border-color: #bdbdbd;
  font-size: 130%;
}
body {
  background-color:#e8e8e8;
/*   background-color:#040205;
  background-image:url('/images/bg1.jpg');
  background-repeat:no-repeat;
  background-position:top center; */
  
}