html {
	font-family: arial, sans-serif;
	font-size: 13pt;
}

#site-type {
	float: right;
	font-size: 17pt;
	font-weight: bold;
	color: #f00;
}

.field {
	clear: both;
	float: left;
	margin-bottom: 4px;
	width: 500px;
}

.field-title {
	width: 105px;
	float: left;
	font-weight: bold;
}

.field-value {
	float: left;
}

.field-title-rj {
	float: left;
	width: 200px;
	text-align: right;
}

#header {
	float: right;
}

table {
	border-collapse: collapse;
	font-size: 12pt;
}

td, th {
	border: 1px solid #aaa;
	padding: 5px;
}

.hover {
	color: #55AAFF;
	background-color: #f2f2f2;
	cursor: pointer;
}

h1 {
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
	margin: 0;
}

.event-details-container {
	clear: both;
	float: left;
	margin: 10px 0;
	padding: 10px;
	background-color: #efefef;
	width: 95%;
}

.event-details-container .title {
	margin: 10px 0;
	font-weight: bold;
}

.clearfix {
	clear: both;
}

#summary {
	margin: 6px 0 0 0;
	font-weight: bold;S
}

#tabs-container {
	clear: both;
	margin: 20px 0;
}

#tabs {
	float: left;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#tabs li {
	float: left;
	margin: 0;
	text-decoration: none;
}

#tabs a {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	display: block;
}

#tabs a:hover {
	color: #fff;
	background-color: #666;
}

#tabs .tab.selected a {
	background-color: #136CB2;
}

#content {
	clear: both;
	float; left;
}

#version-info {
	float: left;
	margin: 0 0 25px 0;
}

#version-info .field-title {
	clear: both;
	float: left;
	width: 200px;
}

#version-info .field-value {
	float: left;
}

#svn-revision-history a,
#svn-revision-history a:hover,
#svn-revision-history a:visited {
	text-decoration: none;
	color: #777;
}

#svn-revision-history a:hover {
	color: #aaa;
}

.svn-rev-latest {
	background-color: #fff3e9;
}

.table-col-date {
	width: 160px;
}

#details-text {
	font-size: 12pt;
}

#page-refresh-countdown {
	float: right;
	color: #aaa;
	font-size: 10pt;
}
