body {
  background-color: #ffffff;
  color: #4c4c4c;
  font-size: 12pt;
  font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

th {
	text-align: left;
}

button {
    font-size: .75em;
}

.header {
    margin-bottom: 5px;
    padding-top: 10px;
    display: block;
    overflow: visible;
    height: 120px;
}

.header img {
  margin-left: 10px;
}

.info {
  position: absolute;
  vertical-align: top;
  right: 20px;
  color: #999999;
  font-size: x-small;
}

.info ul {
  padding-top: 0px;
  margin-top: 0px;
  list-style-type: none;
}

.content {
  clear: both;
  width: 100%;
}

.guide {
    position: absolute;
    margin-top: 16px;
    width: 25%;
    display: block;
    overflow: hidden;
    padding: 10px 5px 5px 5px;
    border-right: 1px solid #999999;
    vertical-align: top;
}

.guide a:link {
  color: #999999;
  text-decoration: none;
}
.guide a:visited	{
  color: #999999;
  text-decoration: none;
}
.guide a:active {
  color: #000000;
}
.guide a:hover {
  color: #000000;
}

.panel {
    position: absolute;
    left: 27%;
    width: 62%;
    margin-top: 15px;
    margin-left: 15px;
    padding-top: 10px;
    display: block;
    background-color: white;
    vertical-align: top;
}

.panel-head {
  font-size: large;
}

h1 {
    font-size: large;
    font-weight: normal;
}

h2 {
    font-size: 1em;
    font-weight: bold;
}

.inner-panel {
	margin-top: 20px;
}

.quartz-panel {
	margin-top: 20px;
}

#status {
    margin-left: 15px;
}

#status th {
    text-align: left;
    border-bottom: 1px solid black;
}

#status td.key {
}

.browse, .trace {
    margin-left: 15px;
    font-size: smaller;
}

.browse {
    padding-bottom: 4px;
    border-bottom: 1px solid black;
}

.browse th {
    text-align: left;
    border-bottom: 1px solid black;
}

.browse td.perm {
    font-family: Courier, monospace;
}

.process {
    padding: 5px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: small;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.process h3 {
    color: #999;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.process ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px;
}

.process li {
    margin-left: 0px;
}

.panel .actions {
    margin-top: 15px;
    margin-left: 15px;
    font-size: smaller;
    width: 100%;
}

.actions td { 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: bottom;
}

input {
    font-size: smaller;
}

.error {
    border: 1px solid #AA0000;
    padding: 10px;
}

.userinfo {
    text-align: right;
    font-size: small;
    margin-top: 100px;
}

.userinfo a:link {
    color: #0000AA;
    text-decoration: underline;
}

.userinfo a:visited {
    color: #0000AA;
    text-decoration: underline;
}

td.help {
    font-size: small;
    color: #0000AA;
}

.note {
    font-size: smaller;
    margin-left: 15px;
    margin-right: 15px;
}

.high {
    color: #00ff00;
}

.diffsource {
	width: 600px;
	overflow: auto;
}

.revisions, .backups, .trace {
	width: 620px;
}

td.last {
    text-align: right;
}

.spacing {
    margin: 10px 3em 0 0;
}

.refresh {
    margin-top: 1em;
    margin-left: 15px;
}

.trace th {
    border-bottom: 1px solid black;
}

.trace a, .trace a:link {
    text-decoration: none;
}

.trace-calls, td.trace-calls {
    text-align: right;
}

.trace-elapsed, td.trace-elapsed {
    text-align: right;
}

.legend {
	font-size: .75em;
}

label {
    display: block;
    width: 200px;
    float: left;
}

.output {
    position: relative;
    height: 8em;
    overflow: auto;
    font-size: 75%;
    border: 1px solid #CCC;
}

/* Tabs */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.tabs {
    list-style-type: none;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.tabs li {
    float: left;
    width: 155px;
    text-align: center;
    position: relative;
    margin: 0;
}

ul.tabs li a.tab-active {
    color: #999;
    background: #fff;
    position: relative;
    top: 1px;
}

ul.tabs li a {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
    background: #777;
    padding: 5px 5px 5px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.tab-container {
    border: 1px solid #999;
    background: #fff;
    padding: 8px 8px 8px 8px;
}

.tab-container .content {
    display: none;
    min-height: 400px;
}

#loading-indicator {
    width: 100%;
    text-align: center;
    display: none;
}

.packages {
    width: 100%;
}

.package {
    list-style: none;
    width: 128px;
    float: left;
    padding: 4px 4px;
    margin: 8px 4px 30px 0;
    text-align: center;
    position: relative;
}

.package .icon {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    width: 128px;
    text-align: center;
    overflow: hidden;
}

.package > img {
    display: inline;
    cursor: pointer;
    vertical-align: middle;
}

.package h3 {
    text-decoration: none;
    font-size: 100%;
    border: 0;
}

.package .details {
    display: none;
    position: absolute;
    width: 400px;
    top: 50%;
    left: 25%;
    background: #fff;
    z-index: 1000;
    padding: 4px;
    text-align: left;
    border: 2px solid #FFAD00;
    border-radius: 15px;
    moz-border-radius: 15px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.details table {
    width: 100%;
    margin-top: 1em;
}

.details ul {
    margin: 0;
    padding: 0;
}

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

.details th {
    text-align: right;
    color: #444;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: top;
}

.details .download {
    padding: 1em 0 0 8px;
}

.details .download button {
	border: 0;
	background-color: white;
}
.details .download form {
	float: left;
}

.close-details {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
