/*
 * Common Text
 */
body, td, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*
 * Common Hyperlinks
 */
A, A:active, A:visited
{
	color: #ffffff;
	text-decoration: none;
}

A:hover
{
	color: #ffffff;
	text-decoration: none;
}

.home A, .home A:active, .home A:visited
{
	color: #ffffff;
	text-decoration: none;
}

.home A:hover
{
	color: #FFCA00;
	text-decoration: none;
}

.home
{
  color: #ffffff;
}

/*
 * Title
 */
.title, .title A, .title A:active, .title A:visited
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

.title A:hover
{
	color: #0066ff;
}

.title_recurs, .title_recurs A, .title_recurs A:active, .title_recurs A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.title_recurs A:hover
{
	color: #ffffff;
}

.chosen_recurs, .chosen_recurs A, .chosen_recurs A:active, .chosen_recurs A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.chosen_recurs A:hover
{
	color: #000000;
}

/*
 * Options Area ( Book & Page Options )
 */
.options
{
	border-top: 1px dotted #666633;
	background-color: #ffffcc;
	width: 100%;
	padding: 3px 3px 3px 3px;
	text-align: right;
}

/*
 * SMALL. Used for Image Footers, tooltips on the way, ...
 */
.small
{
	font-size: 10px;
}

/*
 * Login Help
 */
.tip_block
{
	vertical-align: top;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #ededed;
}

/*
 * Padding
 */
.padding5
{
	padding: 5px 5px 5px 5px;
}

.padding10
{
	padding: 10px 10px 10px 10px;
}

.copy, .copy A, .copy A:active, .copy A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
		text-decoration: none;
}
.copy A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff0000;
		text-decoration: none;
}
.campllista{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.titolsecc
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}