/*
-----------------------------------------------
Styles for Etourism site
version:  2007-04-23
edited: added SurveyQuestion, label and SurveyTopic by AF
----------------------------------------------- */
/* elements */
P {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
A
{
	text-decoration: none;
	color: #0E0e0e;
}

A:hover
{
	text-decoration: underline;
	color: #0000FF;
}

A:link
{
	color: #0000FF;
}

A:visited
{
	color: #2F2F2F;
	text-decoration: none;
}

A:active
{
	color: #595959;
}

label {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}

/* Specific classes */

.Normal, .normal {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.SurveyQuestion {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20 0 10 0;
	
	}

.SurveyTopic {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.Center {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


.DateShortNewsItem
{
	/*color: #67A14C;*/
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
}

.TitleFullNewsItem
{
	FONT-FAMILY: "Trebuchet MS","Lucida Grande", Verdana,  Arial, sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
	line-height: 12px;
	font-weight: bold;
}

.SubtitleFullNewsItem
{
	FONT-FAMILY: "Trebuchet MS","Lucida Grande", Verdana,  Arial, sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
	line-height: 12px;
}
.TextFullNewsItem
{
	FONT-FAMILY: "Trebuchet MS","Lucida Grande", Verdana,  Arial, sans-serif;
	font-size: 95%;
	padding-bottom: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}
.ContFullNewsItem
{
	font-size: 80%;
	margin-top: 0px
}