/* CSS del componente content */
/* TAG redefinition */
fieldset{ border: none;color: #000000; }
legend{ color: #2A2959; font-weight:bold; text-transform: capitalize;border: none;}
label{ color: #2A2959;margin-left: 5px; font-size:12px; }
input{ margin-left: 5px; }
select{ margin-left: 5px; }
textarea{ height: 200px;margin-left: 5px; }


/*Classes*/
.outer { position:relative; background:#EEE; }
.text img { margin:10px; }
.tableone {width: 739px; border-collapse:collapse; margin:0 auto; font-size:12px;
			background:#000000; border:1px solid #FFF; color:#fff; }
.tabletwo { width: 719px; border-collapse:collapse;}

.th1 {width:80px;}
.th3 {width:100px;}
.th4 {width:100px;}
.th5 {width:459px;}

.td1 {width:80px;}	
.td3 {width:100px;}
.td4 {width:100px;}
.td5 {width:439px;}

.tableone td {border:1px solid #fff; color:#fff;}
.tableone tbody {background: #FFFFFF; color:#000;}
.tableone caption {background:#2A2959; color:#FFFFFF; font-size:16px; font-weight:bold; margin:0 auto;}
.tabletwo td {background:#CCCCCC; color:#000000;}
.tableone th, .tabletwo th {text-align:center;}

.innerb {height:300px; overflow:auto;}
.contentButton{background-color:#EFEFEF; border:1px solid #587C96; cursor:pointer;}

/* Commenti */
div#viewComment blockquote { background:#EFF0ED; border-left:6px solid #044559; color:#222; margin:10px auto; padding:10px; width:85%; }
div#viewComment blockquote.commenti p { font-size:100%; padding:3px 0pt; }
div#viewComment blockquote.commenti p.numcomm { background:#6BB1CC; color:#FFF; padding:0px 2px; text-align:center; width:25px; }
blockquote.viewComment p.blogtrack { background:#B90000; border-bottom:1px dotted #000; border-right:1px dotted #000; color:#FFF; padding:0px 2px; }
blockquote.viewComment p.commentdata { border-top:1px solid #666; font-size:90%; padding:3px 5px; }
div#viewComment p { font-size:90%; }
div#viewComment ul, div#viewComment ol{ padding-left: 20px}