﻿.contentarea {
	width: 600px;
	float: left;
	padding: 5px;
	background: url(../images/bg_contentarea_software.gif) no-repeat top #FFF;
}

	.contentarea h1{
		font-family: Tahoma;
		font-size: 24pt;
		font-weight: bold;
		color: #FFF;
		margin: 0;
		float: left;
	}
	.contentarea h2{
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: bold;
		color: #05308A;
		margin: 0;
		clear: both;
	}
	.imgsection {
		float: right;
	}

	.os_on {
		width: 105px;
		height: 24px;
		border: 0;
		margin: 0 8px 0 0;
		padding: 0 0 1px 5px;
		background: url(../images/bg_software_os_on.gif) top no-repeat;
		color: #FFF;
		font-size: 9pt;
		font-weight: bold;
		text-align: left;
	}
	
	.os_off {
		width: 105px;
		height: 24px;
		border: 0;
		margin: 0 8px 0 0;
		padding: 0 0 1px 5px;
		background: url(../images/bg_software_os_off.gif) top no-repeat;
		color: #05308A;
		font-size: 9pt;
		font-weight: bold;
		text-align: left;
	}
	
	.os_txt
	{
		width: 100px;
		height: 18px;
		border: solid 2px #05308A;
	}

	.title_t1 {
		font-size: 13pt;
		color: #05308A;
	}

/*#################################################################*/
/* ELEMENTI APPARTENENTI AL CENTRALE */
/*#################################################################*/

.menuarea {
	width: 170px;
	font-size: 9pt;
	color: #FFF;
	float: left;
}
.menuareahead {
	width: 160px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-size: 11pt;
	background: url("../images/bg_top_software.gif") no-repeat;
}
.menuareacenter {
	width: 160px;
	text-align: left;
	background: url("../images/bg_center_software.gif") repeat-y;
}

	.menuareacenter hr {
			width: 135px;
			height: 1px;
			background-color: #FFF;
			color: #FFF;
			border: 0 solid #FFF;
			margin: 5px 0 5px 10px;
		}
		
		.menuareacenter a, .menuareacenter a:link, .menuareacenter a:active, .menuareacenter a:visited{
			width: 150px;
			padding: 5px 0 5px 10px;
			line-height: normal;
			color: #FFF;
			text-decoration: none;
		}
		.menuareacenter a:hover {
			width: 150px;
			padding: 5px 0 5px 10px;
			line-height: normal;
			color: #FFF;
			text-decoration: none;
			background: url("../images/bg_arrow_software.gif") right center no-repeat #4B8BE9;
		}
		
.menuareafooter {
	width: 160px;
	height: 10px;
	background: url("../images/bg_footer_software.gif") no-repeat;
}

/*#################################################################*/
/* ELEMENTI SEZIONE SOFTWARE */
/*#################################################################*/

/* Scheda software */
.aa_card
{
	background: url(../images/bg_aa_card.gif) no-repeat;
	padding: 10px 5px 5px 5px;
}

.aa_card .title
{
	font-size: 14pt;
	color: #FFF;
}
.aa_card .title2
{
	font-size: 14pt;
	color: #F7550F;
}

.aa_card .download {margin-top: 15px; width: 100%;}
.aa_card .download td
{
	vertical-align: top;
	padding: 5px;
}

.aa_card .download .summary td
{
	font-size:8pt;
	padding: 3px;
	text-align: left;
}

.aa_card .comments_area td
{
	border: none;
	padding: 5px;
	vertical-align: top;}

.aa_card .comments_area textarea
{
	width: 350px;
	height: 50px;
}

.aa_card .comments_area input
{
	width: 130px;
	height: 22px;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0 0 2px 0;
	background: url(../images/bg_aa_tab_list_row_input.gif) top no-repeat;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
}

/* Scheda software */


/* Sistema tabellare risultati */

.aa_tab_list {
	width: 590px;
	border: solid 1px #FFF;
	margin-top: 15px; 
}
	.aa_tab_list input {
		width: 120px;
		height: 24px;
		border: 0;
		margin: 0 2px 0 0;
		background: url(../images/bg_aa_tab_list_input.gif) top no-repeat  #F7550F;
		color: #FFF;
		font-size: 9pt;
		font-weight: bold;
	}
	
	.aa_tab_list input.off {
		width: 120px;
		height: 24px;
		border: 0;
		margin: 0 2px 0 0;
		background: url(../images/bg_aa_tab_list_input.gif) top left no-repeat  #AFAFAF;
		color: #FFF;
		font-size: 9pt;
		font-weight: bold;
	}
	
	.aa_tab_list_row
	{
		background: url(../images/bg_tdsoftware.gif) no-repeat;
		background-position: 0px 0px;
		width: 100%;
	}
	
	.aa_tab_list_row td.cell1 {
		width:420px;
		height:205px;
		padding: 15px 5px 5px 5px;
		vertical-align:top;
	}
	.aa_tab_list_row td.cell2 {
		width:150px;
		height:205px;
		padding: 15px 5px 5px 5px;
		vertical-align:top;
		background: url(../images/bg_tdsoftware.gif) no-repeat;
		background-position: -430px 0px;
	}
	
	
	.aa_tab_list_row .title
	{
		font-size: 13pt;
		color: #FFF;
		height: 15px;
		/*Sistema per visualizzare l'altezza e la larghezza sia con IE che MOZ*/
		display:-moz-inline-block;
		display:-moz-inline-box;
		display:block;
		/*fine*/
	}

	.aa_tab_list_row .card { font-size: 7pt; }
	.aa_tab_list_row td input {
		width: 130px;
		height: 22px;
		border: 0;
		margin: 5px 0 0 0;
		padding: 0 0 2px 0;
		background: url(../images/bg_aa_tab_list_row_input.gif) top no-repeat;
		color: #FFF;
		font-size: 8pt;
		font-weight: bold;
	}
	.aa_tab_list_row .card table td { border: 0px; padding: 0px;}
	.aa_tab_list_row img { margin: 0px 10px 0px 0px; }
	.aa_tab_list_pager td
	{
		padding: 0; 
		border-bottom: solid 3px #F7550F;
	}
	.aa_tab_list_pager table.nostyle table td {
		border: solid 1px #B1B1B1;
		background: url(../images/bg_aa_tab_list_pager_grey.gif) repeat-x #E6E6E6;
		width: 20px;
		height: 18px;
		text-align: center;
		font-size:8pt;
		font-weight: bold;
		color: #000;
	}
	.aa_tab_list_pager table.nostyle table td a 
	{
		text-decoration: none;
		color: #F7550F;
	}
/* FINE Sistema tabellare risultati */


/* Tabella lista Software ordine alfabetico */

		.software_tablelist {
			width: 600px;
			border: 0;
		}
		.software_tablelist td {
			border: 1px solid #FFF;
			padding: 5px;
			background: #E9F5FF;
		}
		.software_tablelist th {
			border: 1px solid #FFF;
			text-align: left;
			background: #B2D2ED;
		}


