﻿/* DEFAULTS
----------------------------------------------------------*/
td img {display: block;background-color: white;}
body { background-image: url('../images/sfondo2.jpg');}
table {background-color: white;}

p#mainP 
{
        font-size:15px;
        font-family: 'trebuchet ms', verdana, arial, sans-serif;
        color:#305474;
        text-align:justify;
}

p#mainP a,a:visited,a:active,a:link
{
     font-size:15px;
     font-family: 'trebuchet ms', verdana, arial, sans-serif;
     color:#008800; 
      text-decoration:none;
     }

p#mainP a:hover
{
     text-decoration:underline;
     }


/* DIV MOBILE
----------------------------------------------------------*/
div#newsbox{position:absolute;
            top:100px;
            left:330px;
			width:250px;
            border: 2px solid #F00;
			margin:5px;
			color: white;
			background-image:url('../images/tras.jpg');
			cursor:move;
			font-size:20px;
			}
div#newsbox table {
            background-color: transparent;
			width:100%;
			color: white;
			font-size:20px;
			}
div#MainContent_newscontentbox,div#MainContent_commenti {
            cursor:default;
			position:relative;
			width:240px;
			height:400px;
			left:5px;
			background: #FFC;
			color: #000;
			overflow:auto;
			font-size:12px;
			}
 a.headerArticle:visited,a.headerArticle:active,a.headerArticle:link {font-size:12px;color:yellow;}
.article a:visited,a:active,a:link {font-size:12px;color:#00009C;text-decoration:none;}
.article a:hover {text-decoration:underline;color:#043CF3;}
	
div#MainContent_newscontentbox div span {color:red;font-weight:bold;font-size:15px;}
div#MainContent_newscontentbox div p {color:#000;}
div#MainContent_newscontentbox div p span {color:gray;font-size:10px;}


div#MainContent_commenti div span {color:red;font-weight:bold;font-size:15px;}
div#MainContent_commenti div p {color:#000;}
div#MainContent_commenti div p span {color:gray;font-size:10px;}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #FFC;
}
.vscrollerbar {
width: 10px;
background-color: gray;
}
.hscrollerbase {
height: 10px;
background-color: red;
}
.hscrollerbar {
height: 10px;
background-color: white;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}