/************************
* Utility styles
************************/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

span.brand {
	font-weight: bold;
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.feature {
	padding: .5em .8em;
	margin-bottom: 1em;
}

.left_quote {
	padding: 1em 0 1em 25px;
	background: transparent url(../img/left-quote.gif) no-repeat;
}

.right_quote {
	margin-bottom: 0;
	padding-right: 25px;
	min-height: 50px;
	background: transparent url(../img/right-quote.gif) no-repeat right bottom;
}

/***** Global message styles ******/

#flashMessage {
	background-color: #666;
	clear: both;
}

#flashMessage div {
	background-repeat: no-repeat;
	background-position: 30px 4px;
}

#flashMessage:hover {
	cursor: pointer;
}

#flashMessage .info {
	background-image: url(../img/notices/info24.png);
	border-bottom: 4px solid #0390e4;
}

#flashMessage .error {
	background-image: url(../img/notices/error24.png);
	border-bottom: 4px solid #c33;
}

#flashMessage .success {
	background-image: url(../img/notices/success24.png);
	border-bottom: 4px solid #c2d84b;
}

#flashMessage p {
	font: 1.2em/1.1em Helvetica, Arial, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	margin: 0 30px 0 60px;
	padding: 8px 0;
}

#flashMessage p strong {
	font-weight: bold;
	text-transform: uppercase;
}

#flashMessage a {
	color: #fff;
	font-weight: bold;
}

/***** Content message styles ******/
.error_message {
	color: #c33;
	font-weight: bold;
}

.notice {
	color: #333;
	background: #c2e5ff url(../img/notices/info24.png) no-repeat 10px 5px;
	border: 1px solid #739ab7;
	font-size: 1.2em;
	padding: 0.5em;
	padding-left: 40px;
	margin: 1em 0;
	display: block;
}

.errorMsg {
	color: #c33;
	font-weight: bold;
	margin-bottom: 15px;
}

.error {
	font-weight: bold;
	color: #cc0000;
	display: block;
}

.required {
	font-weight: bold;
	color: #cc0000;
}

a.externalLink,
a.externalLink:hover {
	padding-right: 10px;
	background: url(../img/external_link.png) no-repeat 100% 50%;
}

#Footer a.externalLink,
#Footer a.externalLink:hover {
	padding-right: 10px;
	background: url(../img/external_link_white.png) no-repeat 100% 50%;
}

#BuroLoz a.externalLink,
#BuroLoz a.externalLink:hover {
	padding-right: 0;
	background: none;
}

.banner a.externalLink,
.banner a.externalLink:hover {
	padding-right: 0;
	background: none;
}