body
{
	margin: 0px;
	padding: 0px;
}

#TablePage
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

#TdMenu, #TdBanner
{
	width: 150px;
	background-color: #eeeeee;
	border-right: #3d3d3d 1px solid;
	vertical-align: top;
	padding-right: 10px;
}

#TdBanner
{
	text-align: center;
}

#TdContent
{
	height: 450px;
	padding: 10px;
	vertical-align: top;
	font-family: Arial;
	font-size: small;
}

#TdMainLink
{
	height: 25px;
	text-align: right;
	background-color: #3264c8;
	background-image: url(Images/LinkBackground.jpg);
	background-repeat: repeat-y;
	font: menu;
	color: white;
	padding-right: 25px;
}
.AMainLink
{
	color: white;
}

#TableHeader
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-bottom: mediumblue 1px solid;
}

#TdHeaderLogo
{
	height: 50px;
	width: 155px;
	background-color: #ffffff;
	padding-left: 5px;
}

#TdHeader
{
	height: 50px;
	width: 825px;
	background-color: #6496fa;
	background-image: url(Images/HeaderBackground.jpg);
	background-repeat: repeat-y;
}

#TableFooter
{
	width: 100%;
	height: 50px;
	border: 0;
	border-collapse: collapse;
	background-color: #6496fa;
	background-image: url(Images/HeaderBackground.jpg);
	background-repeat: repeat-y;
	border-top: mediumblue 1px solid;
	font-size: x-small;
	font-family: Arial;
}

#TdFooterCopyright
{
	padding-left: 10px;
	width: 885px;
}

.HRSeparator
{
	border: 0;
	color: #eeeeee;
	height: 1px;
}

.PCellTitle
{
	color: #3264c8;
	font-size: 2ex;
	font-weight: bold;
}

/* Tabella Content */
.TableContent
{
    width:100%;
}

.TdContentDetail
{
	/*width:640px;*/
	/*white-space:nowrap;*/
	vertical-align: top;

}
.TdContentSeparator
{
	width:10px;
	white-space:nowrap;
}
.TdContentNote
{
	width:160px;
	vertical-align: top;
	white-space:nowrap;
}

/* Tabella Note */
.TableNote
{
	border: 0;
	border-collapse: collapse;
}

.TdNoteLTCorner
{
	width: 2px;
	height: 3px;
	font-size: 2px;
}
.TdNoteRTCorner
{
	width: 2px;
	height: 3px;
	font-size: 2px;
}
.TdNoteLBCorner
{
	width: 2px;
	height: 3px;
	font-size: 2px;
}
.TdNoteRBCorner
{
	width: 2px;
	height: 3px;
	font-size: 2px;
}
.TdNoteHeader
{
	height: 3px;
	background-color: #6493fa;
	font-size: 2px;
}
.TdNoteFooter
{
	height: 3px;
	background-color: #6493fa;
	font-size: 2px;
}
.TdNoteBody
{
	background-color: #eeeeee;
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
}

/* Tabella Titolo */
.TableTitle
{
	border: 0;
	border-collapse: collapse;
}
.TdTitleLogo
{
	width:100px;
	text-align: left;
}
.TdTitleText
{
	font-weight: bolder;
	font-size: x-large;
	white-space: nowrap;
}
HR
{
	color: #999999;
	border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
}

/* Tabella News */
.TableNews
{
    border-collapse: collapse;
    width: 99%;
    border-color: #6496FA;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.ThNews
{
    background-color: #3264C8;
    font-weight: bold;
    color: #FFFFFF;
}

.TdNewsDate
{
    width: 90px;
    text-align:center;
    font-style: italic;
    vertical-align: top;
    border-bottom: 1px solid;
}

.TdNewsIcon
{
    width: 25px;
    text-align:center;
    vertical-align: top;
    border-bottom: 1px solid;
}

.TdNewsLink
{
    vertical-align: top;
    text-align:left;
    border-bottom: 1px solid;
}

.TdNewsNote
{
    width: 100px;
    vertical-align: top;
    text-align:left;
    border-bottom: 1px solid;
}

/* Tabella Tutorials */
.TableTutorials
{
    border-collapse: collapse;
    width: 99%;
    border-color: #6496FA;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.ThTutorials
{
    background-color: #3264C8;
    font-weight: bold;
    color: #FFFFFF;
}

.TdTutorialsDate
{
    width: 90px;
    text-align:center;
    font-style: italic;
    vertical-align: top;
    border-bottom: 1px solid;
}

.TdTutorialsIcon
{
    width: 25px;
    text-align:center;
    vertical-align: top;
    border-bottom: 1px solid;
}

.TdTutorialsLink
{
    vertical-align: top;
    text-align:left;
    border-bottom: 1px solid;
}