/* Destiny Newmedia Unified CSS */
/* Created by: David O'Donnell (dbo) */
/* Updated on: 2009-04-09 */

/* Fundamentals */

* {
	 margin: 0;
}

html, body {
	background-color: #c3b8c7;
}

html, body, p, th, td, li {
	font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	direction: ltr;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	background-color: #245f92;
	padding: 5px;
	color: #fff;
	border-bottom: 1px solid #194367;
}

h2 {
	font-size: 16px;
	margin-bottom: 0.6em;
}

p {
	margin-bottom: 0.6em;
}

/* Blocks */

#container {
	position: relative;
	width: 700px;
	height: auto;
	min-height: 500px;
	margin: 1.6cm auto auto auto;
	border: 4px solid #245f92;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #eee;
	box-shadow: 0 6px 23px #555;
	-webkit-box-shadow: 0 6px 23px #555;
}

/* Classes */

.content {
	position: relative;
	min-height: 420px;
	overflow: auto;
	padding: 4px;
}

.footer {
	position: absolute;
	width: 692px;
	bottom: 0;
	padding: 4px;
	background-color: #f2eba7;
	border-top: 1px solid #a19c6f;
}

.smaller {
	font-size: 80%;
}

.label {
	text-align: right;
	font-size: 80%;
}

.nomargin {
	margin-bottom: 0;
}

.bigmargin {
	margin-bottom: 2em;
}

.msg {
	background-color: #ccc;
	padding: 4px;
	border: 1px solid #888;
}

.error_red {
	color: #800;
}
