/* ---------- RESET CSS ----------- */
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------ END OF RESET CSS ----------- */

body {
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.5;}
	
div {width:98%; float:left;}
span {width:98%; float:left;}

#wrapper {
	margin:30px;
	width:auto;}

#logo {
	height:35px;
	margin-bottom:10px;}
	
span.label {
	font-size:12px;
	color:#606060;}
span.title-content {
	font-size:22px;
	color:#202020;}
span.autor-name {
	font-size:14px;
	color:#202020;}
#location-edition-wrapper {
	width:100%;}
span.autor-location {
	font-size:12px;
	color:#202020;
	width:70%;
	float:left;
	text-align:left;}
span.edition {
	font-size:14px;
	color:red;
	margin-top:-2px;
	width:10%;
	float:right;
	text-align:right;}

#data {
	border-top:1px solid red;
	margin-bottom:10px;
	padding-top:10px;}
span.status {
	width:auto;
	padding:2px 5px;
	border:1px solid black;
	background:#fff;
	color:#202020;}
span.category {
	width:auto;
	padding:2px 5px;
	border:1px solid black;
	background:#fff;
	margin-left:10px;
	color:#202020;}
	.ie7 span.category {margin:5px 0 0 0;}

span.questions-group-title {
	font-size:14px;
	border-bottom:2px solid #202020;
	color:#202020;
	margin-bottom:20px;
	margin-top:20px;}

ul.questions {
	margin-left:20px;}
	
span.question {
	font-size:14px;
	font-weight:bold;
	color:#202020;
	border-bottom:1px solid #a0a0a0;
	margin-bottom:10px;
	margin-top:10px;}
	
div.answer-paragraph p, p.answer-paragraph {
	text-indent:20px;
	text-align:justify;
	margin:5px 0;
	line-height:1.5;}

/* hack CSS - IE7 */
.ie7 div {clear:both;}
.ie7 span {clear:both;}
.ie7 div.answer-paragraph {clear:both;}
.ie7 #wrapper {width:98%; float:left; clear:both;}
.ie7 span.status, .ie7 span.category {float:none;}
.ie7 span.category {margin-left:10px;}
.ie7 span.edition {float:right; margin:0;}
.ie7 span.label, .ie7 span.autor-name.label, {width:100%;}
