/* @override 
	http://localhost:8888/Sites/Site_conforme/Blue_lagoon/www/public/stylesheets/reset.css
	http://192.168.1.10/lusis/www2/mysite/css/reset.css?m=1292484360
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 10px/1 Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	line-height: 1.2;	
}

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd;
	font-size: 1em;
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #ee257b; color: #ffffff; border-color: #ee257b; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

#black_screen {
	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	opacity: 0.6;
}

#loader {
	background-image: url(../images/loaders/indicator_big.gif);
	width: 32px;
	height: 32px;
	z-index: 10;
	position: fixed;
	top: 50%;
	right: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

.typography {
	font-size: 14px;
	color: #4D4D4D;
	line-height: 18px;
}

.typography h1 {
	font-size: 25px;
	padding-bottom: 18px;
}

.typography h2 {
	font-size: 21px;
	padding-bottom: 18px;
}

.typography h3 {
	font-size: 18px;
	padding-bottom: 18px;
}

.typography h4 {
	font-size: 16px;
	padding-bottom: 18px;
}

.typography h5 {
	padding-bottom: 18px;
}

.typography p {
	text-align: justify;
	padding-bottom: 18px;
}

ol.code {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: decimal;
}