/*************/
/* Titoletto */

div.content_widget {
	padding: 1px 10px;
	background-color: #e1e1cd;
	color: #3f3f0f;
	border: 1px #c1c1ad solid;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

div.content_module {
	margin: 10px 5px;
}

.recent_topic {
	margin: 5px 10px;
}

a.highlight_link {
	font-weight: bold;
}

/**********/
/* Survey */

div.survey_layout {
	width: 300px;
	border: 1px #000000 solid;
	padding: 5px;
	margin: 10px 5px;
}

div.survey_title {
	font-weight: bold;
	color: #000a2e;
}

ul.survey {
	list-style: none;
}

ul.survey li {
	text-indent: 0px;
	margin: 0px 0px;
	text-align: left;
	width: 100%;
}

ul.survey li input {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

span.survey_result {
	font-size: 12px;
	font-style: italic;
	color: #003600;
}

div.vote_button {}

/********/
/* Game */

div.pgnviewer_layout {
	margin: 10px auto;
}

div.title_game {	
	margin: 5px;
}

div.title_game div {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.title_game a:link,
div.title_game a:visited,
div.title_game a:hover {
	text-decoration: none;
	color: #000000;
}

/************/
/* Articolo */

div.highlight_link {
	font-size: 18px;
	font-weight: bold;
}

div.article_intro {
	margin: 2px 5px;
}

/*******************************************************/
/* Menu di navigazione contestuali                     */

div.contextual_layout {
	width: 300px;
	margin: 5px;
	padding: 10px;
	background-color: #f5f5ee;
	border: 1px #4079a7 dotted;
}

div.contextual_title {
	padding: 2px 5px;
	margin: 5px 0px;
	color: #FFFFFF;
	background-color: #4079a7;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
}

div.contextual_layout table {
	width: auto;
}

