@CHARSET "UTF-8";

.ok {
	color: green;
}

.error {
	color: red;
}

.warning {
	color: red;
}

.warning_box {
	background-color: #eeeeee;
	padding: 2px 16px 2px 16px;
	
	-moz-box-shadow: 0 0 8px #999999;
	-webkit-box-shadow: 0 0 8px #999999;
	box-shadow: 0 0 8px #999999;
}

h3 {
	padding-top: 16px;
}

div.versionHistory {
	background-color: #eeeeee;
	padding-left: 16px;
	padding-right: 16px;
	
	-moz-box-shadow: 0 0 8px #999999;
	-webkit-box-shadow: 0 0 8px #999999;
	box-shadow: 0 0 8px #999999;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.versionHistory h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	
	cursor: pointer;
	
	width: 100%;
}

table {
	width: 100%;
}

caption {
	text-align: left;
	font-weight: bold;
}

td.icon-cell {
	vertical-align: top;
	width: 40px;
}

td.os-row {
	background-color: #dfdfdf;
	font-weight: bold;
	line-height: 2em;
}

td.file-cell {
	width: 200px;
}

td.sample-cell {
	background-color: #dfdfdf;
}

td a {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}

hr {
	margin-top: 24px;
	width: 90%;
}