/*******************************************/
/* GENERAL
/*******************************************/

body {
	background: #FFF;
	color: #666;
	font: normal 9pt "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	line-height: 1.5em;
}

.clear {
	clear: both;
}

a {
	color: #356aa0;
}

a:hover {
	color: #d03b75;
}

table {
	width: 100%;
}

table th,
table td {
	padding: 4px;
	text-align: left;
}

table th {
	background: #f1f1f1;
	border-bottom: 2px solid #e4e4e4;
}

p {
	padding: 2px;
}

.notification,
.information,
.notice,
.error,
.updated,
.success {
	background: #ffc url('/img/icons/exclamation.png') no-repeat 10px 10px;
	border: 1px solid #dad798;
	font-size: 0.8em;
	margin: 5px 0;
	padding: 10px;
	padding-left: 35px;
}

.information p,
.notification p,
.notice p,
.error p,
.updated p,
.success p {
	padding: 10px;
}

.notification p strong,
.notice p strong,
.error p strong,
.success p strong {
	color: #000;
}

.notification img {
	cursor: pointer;
	float: right;
}

.information {
	background: #ffc url('/img/icons/sticky_note_pin.png') no-repeat 10px 10px;
}

.notification {
}

.message {
	background: #ffc;
	border: 1px solid #dad798;
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
}

.error {
	background: #faa url('/img/icons/exclamation.png') no-repeat 10px 10px;
	color: #500;
	border: 1px solid #f66;
}

.error_text {
	color: #f66;
}

.updated,
.success {
	background: #cfea8b url('/img/icons/tick.png') no-repeat 5px 10px;
	color: #500;
	border: 1px solid #8ec700;
}

.hidden {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_center {
	text-align: center;
}

h1 {
	color: #000;
	font-size: 1.1em;
}

ul.list {
	margin: 0 0 0 20px;
	list-style: disc;
}



