* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	background: #ededeb;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}

img {
	border: none;
}

hr,
*.hidden,
div#msn {
	display: none;
	visibility: hidden;
}

abbr,
acronym {
	border-bottom: dotted #ccc 1px;
	cursor: help;
}

div#all {
	background: #fff;
	border-right: 1px solid #435262;
	border-left: 1px solid #435262;
}

/* LINKS */
a:link,
a:visited {
	color: #435263;
}

a:hover {
	background: #ffffd7;
	color: #2e3338;
}

/* FORM */
form.circle fieldset {
	padding: 10px;
	border: 1px solid #d4d4d4;
	line-height: 12px;
}

form.circle legend {
	margin: 0 0 10px 0;
	padding: 0 5px;
}

form.circle em {
	font: italic 11px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #900000;
}

form.circle input.text,
form.circle textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #abadb3;
	font: 10px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}

form.circle input.button {
	width: 70px;
	padding: 1px 0;
	background: #f3f3f3 url("/template/default/image/form_button_bg.gif") repeat-x;
	border-top: 1px solid #f4f4f4;
	border-right: 1px solid #abadb3;
	border-bottom: 1px solid #abadb3;
	border-left: 1px solid #f4f4f4;
	cursor: pointer;
	font: bolder 11px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #435262;
}

/* HEADER */
div#header {
	border-top: 10px solid #435262;
	background: #c6cad0;
	color: #485159;
}

div#header h1 {
	padding: 5px 0 2px 2px;
}

div#header h1 a:link,
div#header h1 a:hover,
div#header h1 a:visited {
	display: block;
	width: 239px;
	height: 43px;
	background: transparent url("/template/default/image/cristiano.jpg") no-repeat 0px 0px;
	text-indent: -5000px;
}

div#header h2 {
	padding: 0 0 5px 4px;
	font: italic 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}

div#header div#menu {
	padding: 0 0 0 2px;
}

div#header div#menu ul {
	height: 22px;
	list-style: none;
}

div#header div#menu ul li {
	display: block;
	float: left;
	width: 60px;
	height: 14px;
	margin: 0 2px;
	padding: 4px 0;
	background: #fff url("/template/default/image/tab_off_bg.gif") repeat-x 0 0;
	font: 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	text-align: center;
}

div#header div#menu ul li a:link,
div#header div#menu ul li a:visited {
	display: block;
	background: transparent;
	color: #000;
	text-decoration: none;
}

div#header div#menu ul li.active {
	background: #fff url("/template/default/image/tab_on_bg.gif") repeat-x 0 0;
	font-weight: bolder;
}

/* MIDDLE */
div#middle {
	clear: both;
	margin: 10px 5px;
	padding: 10px;
	background: transparent url("/template/default/image/left_top_corner_box.jpg") no-repeat 0 0;
	font: 12px/20px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	text-align: justify;
}

div#middle h2 {
	margin: 0 0 5px 0;
	font: 18px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #435263;
}

div#middle div#index {
	display: none;
	visibility: hidden;
}

div#middle ol,
div#middle ul {
	margin: 10px;
}

div#middle ol li,
div#middle ul li {
	padding: 0 0 0 5px;
	list-style-position: inside;
}

div#middle h3 {
	clear: both;
	margin: 20px 0 10px 0;
	border-bottom: 1px dashed #435263;
	font: bolder 16px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	text-align: right;
	color: #435263;
}

div#middle h4 {
	margin: 20px 0 10px 0;
	font: bolder 14px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #435263;
}

div#middle h5 {
	margin: 20px 0 10px 0;
	font: bolder 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #435263;
}

div#middle dl.weblog dt {
	margin: 10px 0 0 0;
	padding: 0 0 0 16px;
	background: transparent url("/template/default/image/blog_entry.gif") no-repeat 0 4px;
}

div#middle dl.weblog dt a {
	font: bolder 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}

div#middle dl.weblog dd {
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
}

div#middle dl {
	margin: 0 0 20px 0;
}

div#middle dl dd {
	padding: 0 0 0 16px;
}

div#middle p {
	margin: 0 0 10px 0;
}

div#middle p.success,
div#middle p.notice,
div#middle p.error {
	margin: 10px 0;
	padding: 3px 10px 3px 40px;
}

div#middle p.success {
	background: #eeffee url("/template/default/image/p_success.png") no-repeat 12px 50%;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 3px solid #006600;
}

div#middle p.notice {
	background: #ffffcc url("/template/default/image/p_notice.png") no-repeat 12px 50%;
	border-top: 1px solid #cccc00;
	border-right: 1px solid #cccc00;
	border-bottom: 1px solid #cccc00;
	border-left: 3px solid #cccc00;
}

div#middle p.error {
	background: #fee1e1 url("/template/default/image/p_error.png") no-repeat 12px 50%;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-left: 3px solid #cc0000;
}

div#middle q {
	font: italic 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}

div#middle pre {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-left: 4px solid #ddd;
	font: 12px/16px 'Andale Mono', Courier, 'Courier New', Verdana, Arial;
}

/* FOOTER */
div#footer {
	font: 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}

div#footer div#footer-links {
	padding: 0 0 0 5px;
}

div#footer address {
	padding: 0 0 0 5px;
	border-bottom: 1px solid #485159;
	background: #c6cad0;
	font: 12px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	color: #485159;
}

div#footer address a:link,
div#footer address a:hover,
div#footer address a:active,
div#footer address a:visited {
	display: none;
	visibility: hidden;
}