/*
 * ELEMENTI GENERALI
 */
body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

body {
	background-image: url(../media/layout_images/bg.jpg);
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#overDiv {
	z-index: 1000;
	visibility: hidden;
	position: absolute;
}

img
{
	border: 0px;
}

/*
 * SEZIONE LINK
 */
a
{
	color: #666666;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

/*
 * VARIE
 */
.borderedimage
{
	border: 1px solid #999999;
}

.borderedimagered
{
	border: 1px solid #f00104 !important;
}

.error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}

.bigtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.admin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

.inputadmin
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.tenpixel
{
	font-size: 10px;
}

.continuebutton
{
	padding-top: 5px;
}

.greybox
{
	background-color: #eeeeee;
	margin-bottom: 10px;
}

.boxnewstitle
{
	color: #ff0000;
	font-size: 13px;
}

.not_selected
{
	color: #f00104;
}

.white
{
	color: #ffffff;
}

.bold
{
	font-weight: bold;
}

.red
{
	color: #f00104;
}

.newstitle
{
	color: #f00104;
	font-size: 12px;
	font-weight: bold;
}

.bggrey
{
	background-color: #cccccc;
}


/*
 * LINK NON STANDARD
 */
a.white, a.white:visited, a.white:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.credits, a.credits:visited, a.credits:hover
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	background: transparent url('../media/layout_images/credits_arrow.gif') no-repeat center right;
}

a.menuvoice, a.menuvoice:visited, a.menuvoice:hover
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	background: transparent url('../media/layout_images/menuarrow.gif') no-repeat center left;
}

a.grey, a.grey:visited, a.grey:hover
{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a.receptivity, a.receptivity:visited, a.receptivity:hover
{
	color: #f00104;
	text-decoration: none;
}

/*
.textlist
{
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Arial, serif;
}

.text
{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.newstitle
{
	color: #006699;
	font-size: 12px;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.right
{
	text-align: right;
}

.not_selected
{
	color: #006699;
}

.bottomcredits
{
	width: 100%;
	text-align: center;	
	padding-top: 10px;
	color: #333333;
}
*/
/*
 * BOTTOM CREDITS NELLE PAGINE
 */
/*
.candc_background
{
	background: #006699 url('../media/layout_images/layout_152.gif') repeat-x top left;
}

a.copyrightandcredits
{
	color: #ffcc33;
	text-decoration: none;
	padding-right: 10px;
	background: transparent url('../media/layout_images/credits_arrow.gif') no-repeat center right;
}

a.copyrightandcredits:visited
{
	color: #ffcc33;
	text-decoration: none;
	padding-right: 10px;
	background: transparent url('../media/layout_images/credits_arrow.gif') no-repeat center right;
}

a.copyrightandcredits:hover
{
	color: #ffcc33;
	text-decoration: none;
	padding-right: 10px;
	background: transparent url('../media/layout_images/credits_arrow.gif') no-repeat center right;
}

a.candc_link
{
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
}

a.candc_link:visited
{
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
}

a.candc_link:hover
{
	color: #ffffff;
	text-decoration: underline;
	padding-right: 10px;
}

.navigationstaticleft
{
	background: transparent url('../media/layout_images/layout_22.gif') no-repeat center left;
	padding-left: 9px;
}

.navigationstaticright
{
	background: transparent url('../media/layout_images/layout_23.gif') no-repeat center right;
	padding-right: 9px;
	font-weight: bold;
}

.continuebutton
{
	padding-top: 5px;
}

.navigationpage
{
	text-align: right;
}
*/
.dottedseparator
{
	border-bottom: 1px dashed #999999;
}