html {
	font: 14px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

body {
	width: 900px;
	padding: 20px;
	margin: 0 auto;
}

h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

.status {
	margin-bottom: 10px;
}

#tabs {
	display: none;
	margin-bottom: 10px;
}

label {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 105px;
	margin-bottom: 10px;
	text-align: right;
	vertical-align: top;
	z-index: 1;
}

ul {
	margin-bottom: 10px;
}

th, td {
	padding: 5px;
}

td.icon_cell {
	text-align: center;
}

form img.icon {
	vertical-align: middle;
}

table {
	margin-bottom: 20px;
}

#url_dropdown {
	margin-right: 10px;
}

#about {
	font-size: 12px;
	float: right;
}

#database form a {
	text-decoration: none;
}

.duplicate {
	background-color: #F33611;
}

#template_header .cancel, #cron_header .cancel {
	font-size: 12px;
	font-weight: normal;
}

#refresh {
	font-size: 12px;
	font-weight: normal;
}

