/* global.css */

/************************ general document settings ************************/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #FFFFFF url(../img/system/background.jpg) 0 0 repeat-x;
	font-size: 0.9em !important;
}
table, td {
	font-size: 100%;
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 1.20em;
}
h2 {
	font-size: 1.20em;
}
h3 {
	font-size: 1.10em;
}
h4 {
	font-size: 1.00em;
}
h5 {
	font-size: 1.20em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
}
h6 {
	font-size: 1.00em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
}
hr {
	display: none;
}
img {
	border: 0;
}
input[type="radio"] {
	margin-right: 3px;
}

/* font-hack for safari */

html*#box-content {
	font-size: 0.98em;
	line-height: 1.40em;
}
html*#box-infobar {
	font-size: 0.78em;
	line-height: 1.40em;
}