/* SHORTHAND STYLES */
.sm {
	font-size: 10px;
}

.ce {
	text-align: center !important;
}

.nb {
	white-space: nowrap;
}

.border {
	border: 2px solid #969696;
	padding: 10px;
}

.spaced {
	margin: 10px;
}

.big, .big input {
	font-size: 15pt;
}

.big input[type=checkbox] {
	height: 30px;
	width: 30px;
}

.hide {
	display: none;
}

.helpline a {
	color: #949494;
}

.helpline img {
	vertical-align: middle;
}

/* UNIVERSAL SITE COMPONENTS */
.sitemap {
	font-size: 14pt;
	line-height: 200%;
}

.actions {
	white-space: nowrap;
}

.actions a {
	padding: 4px;
	display: inline !important;
}

.actions a:hover {
	background: #DD2322;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* MESSAGES */
.messages {
	color: black;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

.messages > * {
	margin: 0 auto 10px auto;
	width: 350px;
	min-height: 35px;
	text-align: left;
	padding: 10px 10px 20px 65px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.messages .info {
	border: 1px solid #2B5BAF;
	background: #95B6EF url('/images/messages/info.png') no-repeat 10px 10px;
}

.messages .ok {
	border: 1px solid #35AF20;
	background: #ADFF9F url('/images/messages/ok.png') no-repeat 10px 10px;
}

.messages .delete {
	border: 1px solid #9F1D23;
	background: #FFAFB2 url('/images/messages/delete.png') no-repeat 10px 10px;
}

.messages .warning {
	border: 1px solid #BEBF23;
	background: #FEFF9F url('/images/messages/warning.png') no-repeat 10px 10px;
}
