/* boxes
----------------------------------------------- */

.alert, .info, .notice, #system-message dd.error, #system-message dd.notice, #system-message dd.message, .box-save, .box-accept {
	padding: 10px;
	margin: 0px 0px 15px 0px;
	height: 100%;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 0px 0px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
	-moz-border-radius: 9px 9px 0px 9px;
}

.alert, #system-message dd.error.message.fade {
	background: #ffe6e6;
	border: 1px solid #ebc4c4;
	color: #833939;
}

.alert .icon, .info .icon, .notice .icon, .box-save .icon, .box-accept .icon {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;	
}

.alert .icon, #system-message dd.error.message.fade ul {
	background: url(../images/icons/exclamation.png) no-repeat 0 0;
}

.info, #system-message dd.message {
	background: #e6f5ff;
	border: 1px solid #c2daea;
	color: #3d6b8a;
}

.info .icon, #system-message dd.message ul {
	background: url(../images/icons/information.png) no-repeat 0 0;
}

.notice, #system-message dd.notice.message.fade {
	background: #fffce6;
	border: 1px solid #eae5c2;
	color: #696025;
}

.notice .icon, #system-message dd.notice.message.fade ul {
	background: url(../images/icons/notice.png) no-repeat 0 0;
}

.box-save {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	color: #505050;
}

.box-save .icon {
	background: url(../images/icons/drive_disk.png) no-repeat 0 0;
}

.box-accept {
	background: #f4fae1;
	border: 1px solid #d8e1bc;
	color: #606e35;
}

.box-accept .icon {
	background: url(../images/icons/accept.png) no-repeat 0 0;
}

/* unsorted lists
----------------------------------------------- */

ul {
	list-style: none;
}

ul li {
	padding: 3px 0px 3px 0px;
	margin: 0 0 0 0px;
}

ul.latestnews li {
	background: url(../images/icons/page_white_text.png) no-repeat 0 4px;
}

ul.mostread li {
	background: url(../images/icons/page_white_star.png) no-repeat 0 4px;
}

ul.sections li {
	background: url(../images/icons/folder.png) no-repeat 0 3px;
}

ul.list-accept li {
	background: url(../images/icons/accept.png) no-repeat 0 3px;
}

ul.list-add li {
	background: url(../images/icons/add.png) no-repeat 0 3px;
}

ul.list-delete li {
	background: url(../images/icons/delete.png) no-repeat 0 3px;
}

ul.list-error li {
	background: url(../images/icons/exclamation.png) no-repeat 0 3px;
}

ul.list-alert li {
	background: url(../images/icons/notice.png) no-repeat 0 3px;
}

ul.list-cross li {
	background: url(../images/icons/cross.png) no-repeat 0 3px;
}

ul.list-tick li {
	background: url(../images/icons/tick.png) no-repeat 0 3px;
}

ul.list-tip li {
	background: url(../images/icons/lightbulb.png) no-repeat 0 3px;
}

ul.list-disk li {
	background: url(../images/icons/disk.png) no-repeat 0 3px;
}

ul.list-email li {
	background: url(../images/icons/email.png) no-repeat 0 3px;
}

ul.list-feed li {
	background: url(../images/icons/feed.png) no-repeat 0 3px;
}

ul.list-image li {
	background: url(../images/icons/image.png) no-repeat 0 3px;
}

ul.list-information li {
	background: url(../images/icons/information.png) no-repeat 0 3px;
}

ul.list-key li {
	background: url(../images/icons/key.png) no-repeat 0 3px;
}

ul.list-newspaper li {
	background: url(../images/icons/newspaper.png) no-repeat 0 3px;
}

ul.list-pencil li {
	background: url(../images/icons/pencil.png) no-repeat 0 3px;
}

/* Oredered stuff
----------------------------------------------- */

p.big-number {
	clear: both;
}

p span.big-number {
	font: normal 30px 'Cuprum', arial, serif;
	float: left;
	margin: 0 10px 0 0;
}

/* Paragraphs, quotes and lists
----------------------------------------------- */

blockquote.cite {
	background: url(../images/blockquote-1.png) no-repeat 0 0;
	border: 0;
	padding: 0;
}

blockquote.cite span.cite {
	background: url(../images/blockquote-2.png) no-repeat 100% 100%;
	display: block;
	padding: 10px 20px;
}

p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
	margin-bottom: 15px;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}