﻿.archive th
{
  font-weight:normal;
  width: 450px;
}

.updateArchive
{
  display: block;
  width: 100px;
  text-align: center;
  margin-top: 10px;
  border:solid 2px #207DB2;
  font-weight: bold;
  padding: 3px 5px;
  background-color:#F2F2F2;
}

.updateArchive:hover
{
  background-color:#D4F0FF;
}

.marked-for-archive
{
  font-weight: bold;
}

.marked-for-archive .collapsed .archive-descr
{
  display:none;
}

.marked-for-archive .expanded .archive-descr
{
  font-weight: normal;
  padding: 5px;
  display:block;
  border: solid 1px black;
  background-color: #F2F2F2;
  position:absolute;
  width: 267px;
  right: 40px;
  top:55px;
  z-index: 903284908032;
}

.archive-instructions-toggler
{
  background-image:url(../images/icon_info.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
  width: 15px;
  height: 15px;
  position:relative;
  float:right;
  top:-15px;
  margin: 0px 10px 0px 30px;
}

.closewindow
{
  float: right;
  font-weight: bold;
}

.archive-link
{
  float:right;
  margin: -15px 0px 0px 30px;
  width: 67px;
}

.category td,
.category th {font-weight: bold;}
.archive .category th {width: 300px !important;}

.selectAll {text-align:right; padding-right: 3px; width:447px !important;}