@charset "utf-8";
/* Default some Basics */

body {
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#buritto {
	padding: 8px;
	margin: 10px;
	font-size: 12px;
	background-color: #383838;
}
.titlebar {
	border: 1px dashed #444;
	font-size: 24px;
	background-color: #303030;
	background-image: url(http://www.ntclan.org.uk/img/icons/32x32xbutton.jpg);
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	padding-left: 42px;
	padding-top: 4px;
	background-position: 4px 4px;
	margin-bottom: 10px;
}
#buritto h1 {
	border: 1px dashed #444;
	font-size: 24px;
	background-color: #303030;
	background-image: url(http://www.ntclan.org.uk/img/icons/32x32xbutton.jpg);
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	padding-left: 42px;
	padding-top: 4px;
	background-position: 4px 4px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
}
.titlebar-center {
	border: 1px dashed #444;
	font-size: 24px;
	background-color: #303030;
	background-image: url(http://www.ntclan.org.uk/img/icons/32x32xbutton.jpg);
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	padding-left: 42px;
	padding-top: 4px;
	background-position: 4px 4px;
	margin-bottom: 10px;
	text-align: center;
}
#buritto h2 {
	margin-top: 30px;
	padding-bottom: 3px;
	padding-left: 14px;
	border-bottom: 1px dashed #444;
	background-image: url(http://www.ntclan.org.uk/img/icons/bullet-square.png);
	background-repeat: no-repeat;
	background-position: 2px 9px;
}
.name {
	height: 32px;
	vertical-align: top;
}
/* CSS Intro Page */
#intro-wrapper {
	padding: 8px;
	margin: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #383838;
}

/* CSS No Talent History */
.footerbar {
	border: 1px dashed #444;
	background-color: #303030;
	background-image: url(http://www.ntclan.org.uk/img/icons/32x32xbutton.jpg);
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	padding-left: 42px;
	padding-top: 4px;
	background-position: 3px 3px;
	font-size: 24px;
}
#buritto a:link {
	color: #e0ffe0;
	text-decoration: none;
}
#buritto a:visited {
	color: #e0ffe0;
	text-decoration: none;
}
#buritto a:hover {
	text-decoration: none;
	color: #fff080;
}

#buritto em {
	text-decoration: underline;
	color: #FC0;
	font-style: normal;
	font-weight: bold;
}
.navigatore {
	text-align: center;
}
.modulecell {
	color: #ccc;
}
td#sottotitolo {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
td.tdspacer {
	height: 10px;
}