*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:9pt;
}

h1 { font-size: 140%; margin-bottom: 0.5em; }
h2 { font-size: 120%; margin-bottom: 0.5em; }
h3 { font-size: 110%; margin-bottom: 0.5em; }

a { color: #000; }

img { border: none; }

p { margin-bottom: 1em; }

.right { text-align: right; }
.left { text-align: left; }
.justify { text-align: justify; }
.center { text-align: center; }
.inline { display: inline; }
.under { border-bottom: 1px solid #aaa; }

label.error {
	color: #ff0000;
}
input.error, textarea.error, select.error {
	border: 1px solid #ff0000;
}
.errors p.error {
	color: #ff0000;
	text-align: center;
}
.errors {
	display: block;
	overflow: hidden;
}

/* Forms */
input, select, textarea, button {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:9pt;
}
textarea {
	padding: 0.2em;
}

.pagination {
	text-align: right;
	margin-bottom: 1em;
}
.pagination .page {
	font-weight: bold;
	padding-right: 1em;
}

ul#flash {
	float: right;
	list-style: none;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000;
}
ul#flash li {
	display: inline;
	margin-right: 1em;
}

.back {
	margin-bottom: 1em;
	text-align: right;
}

.tool-tip {
	cursor: pointer;
	color: #255585
}
.tip {
	background: #000;
	color: #fff;
	padding: 1em;
	font-size: 90%;
	opacity: 0.7; /* CSS3 */
	filter:alpha(opacity=70); /* IE */
	max-width: 300px;
}
.tip-title {
	font-weight: bold;
	margin-bottom: 1em;
}

/* Image Sprites */
.sprite { width: 20px; height: 20px; background: transparent url(/images/icons.png) no-repeat; overflow: hidden; display: inline; }
.sprite.question { background-position: 0 0; }
.sprite.question:hover { background-position: -20px 0; }
.sprite.delete { background-position: -40px 0; }
.sprite.delete:hover { background-position: -60px 0; }

#modal {
	width: 700px;
	background: #fff;
	position: absolute;
	padding: 1em;
	border: 5px solid #000;
	z-index:2000;
}
#blackout {
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5; /* CSS3 */
	filter:alpha(opacity=50);
	z-index:1000;
}

.pagination {
	overflow: hidden;
	text-align: right;
	padding: 0.4em;
}
.pagination span {
	padding: 0.4em;
	float: left;
}
.pagination ul {
	list-style: none;
	overflow: hidden;
	float: right;
}
.pagination.top {
	border-bottom: 1px solid #aaa;
	padding-bottom: 0.5em;
}
.pagination.bottom {
	border-top: 1px solid #aaa;
	padding-top: 0.5em;
}
.pagination ul li {
	display: inline;
	margin-right: 0.3em;
	margin-left: 0.3em;
	float: left;
}
.pagination ul li.title {
	padding: 0.4em;
}
.pagination ul li a {
	border: 1px solid #ccc;
	padding: 0.4em;
	text-decoration: none;
	background: #eee;
	font-size: 8pt;
	display: block;
}
.pagination ul li.active a {
	background: #2F578E;
	color: #fff;
}

.page-form {
	background: #f5f5f5;
	padding: 1em;
	margin: 0.5em;
	padding-bottom: 0;
	border: 1px solid #e5e5e5;
}
.page-form .buttons {
	margin-bottom: 1em;
}
