﻿body 
{
    margin:0px;
    padding:0px;
    background-color:#303030;
    color:#303030;
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif;
    font-size:10pt;
}

div.warning 
{
    text-align:center;
    display:block;
    width:96%;
    padding:8px;
    border:1px dotted #FFE493;
    background-color:#FFFFDF;
    color:#EC7000;
    margin-bottom:6px;
}

.imageVerification 
{
    border:1px solid black;
    vertical-align:middle;
}

iframe.csharp 
{
    width:100%;
    height:auto;
    border:1px dotted gray;
}

textarea.testo 
{
    font-size:9pt;
    font-family:Trebuchet MS;
}

.header 
{
    font-size:16pt;
    color:Black;
}

.itemscount 
{
    font-size:10pt;
    color:Gray;
}

.mini 
{
    font-size:8pt;
}

div.title 
{
    font-size:14pt;
    color:Black;
}
div.title2
{
    font-size:12pt;
    color:Black;
}

.boxcode{
	background-color: #FFFFE8;
	width: 500px;
	padding: 10px;
	border: 1px dashed #000;
	min-height: 4em;
	height: auto;
	white-space: nowrap;
	overflow-x: auto;
}
/* for Internet Explorer */
/*\*/
* html div.boxcode {
	height: 4em;
	overflow-x: scroll;
	white-space: nowrap;
}

div.comment 
{
    font-size:12pt;
    color:black;
    font-weight:bold;
}

div.visits 
{
    color:Gray;
    font-size:8pt;
}

div.date 
{
    text-align:right;
    color:Gray;
    font-size:8pt;
}

td.tdBody 
{
    background-color:#F8F8F8;
    padding:0;
}

img.noborder 
{
    border:0px;
}

.footer 
{
    color:Gray;
    font-size:8pt;
}

/* links */

a:Link,
a:Visited,
a:Active,
a:Hover
{
    color:#145387;
    text-decoration:none;
}
a:Hover 
{
    color:#143C63;
    text-decoration:none;
}

/* right links */

a.right:Link,
a.right:Active,
a.right:Visited
{
    color:#5B5B5B;
    text-decoration:none;
}
a.right:Hover 
{
    color:#787878;
    text-decoration:none;
}