
*
{
	border-color: #f8f7d9;
}

body
{
	border:0px solid #d1dee5;
	margin:10px;
	font-family: verdana;
	font-size: 0.9em;
	color: black;
	background-attachment: fixed; 
	background-image: url('');
	background-repeat: repeat; 
	background-color: white;
	text-transform: none;
	SCROLLBAR-FACE-COLOR: #abb6bb;
	SCROLLBAR-ARROW-COLOR: #d1dee5;
	SCROLLBAR-TRACK-COLOR: #d1dee5;
}

/* Imposta dimensione relativa per i font */
[style*='x-small']
{
	font-size:80% !important;
}

H1, H2, H3, H4, H5, H6
{
	color:black;
}

/* Elimita i salti a capo che seguono i sottotitoli e che sono messi erroneamente dal software */
H3+BR
{
	display: none;

/* Rimuove il bordino delle emoticons nella anteprima della chat sotto IE8 */
}
fieldset img
{
	border: none;
}

/* sposta a destra le liste dentro Content */
.Content li
{
    position: relative;
    left: +40px;
    margin-right: 200px;
}

.Content A
{
	font-weight: bold;
}

A
{
	text-decoration: none;
}
A:active
{
	color: #002bb8;
}
A:link
{
	color: #002bb8;
}
A:visited
{
	color: #5a3696;
}
A[href]:hover,input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover
{
	color: #FF0000;
}

p: first-letter
{
	font-size: 1.2em;
}

TABLE
{	
	border-width: 2px;
	border-color: #f8f7d9;
}

TABLE [border='0'], TABLE [border='0px'] 
{	
	border-style: none;
}


TH
{
	text-transform: uppercase;
	border-width: 2px;
	border-color: #f8f7d9;
	background-color: #abb6bb;
	background-image: url(''); 
}

TD
{
	border-width: 2px;
}

select, textarea, input
{
	background-color: #f1faff;
	border: 1px solid #f8f7d9;
	color: black;
}

input[type='checkbox'], input[type='radio']
{
	background-color: white !important;
	border: none !important;
}

span.quote
{
	background-color: white;
}

iframe
{
	frameborder: '0';
	border: 0px none white;
}

/* Define class style used in web application */

.WebSiteTitle
{
	color:#abb6bb;
	vertical-align:top;
	margin-left: 40px;
    position: relative;
    top: 30px;
}

.Message
{
    background-color: Yellow;
	font-size: larger;
	font-weight: bold;
	color:Red;
}

.RSS
{
	font-family: Verdana;
	font-size: 10px;
	color:White;
	background-color: #f89230;
	text-decoration: none;
	border-style: outset;
	border-color:#f89230;
	padding:1px;
}

.Thumbnail
{
	text-align: center;
}

.PhotoUnpair
{
	float: left;
}

.PhotoPair
{
	float: right;
}

.Border
{
	border: solid medium #d1dee5;
}

.BoxElement
{
	margin: 20px;
}

.TitleThumbnail
{
	font-weight: bold;
}

.DescriptionThumbnail
{
	font-style: italic;
}

.Button
{
	float:left;
    margin: 10px;
}

input[type='submit'], input[type='reset'], input[type='button']
{	
    margin: 5px;
	padding: 12px;
	background-color: #d1dee5;
	color: #002bb8;
	border: 2px outset;
	border-color: #d1dee5;
	font-weight: bold;
	cursor: pointer;
}

input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover
{	
	border-style: inset;
	border-color: #d1dee5;
}

.Weather, .Exchange
{
	margin:10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #f8f7d9 !important;
}

.Menu, .Exchange, .Weather
{
	background-color: white;
	background-image: url('');
	border: none;
	margin: 0px 0px 20px 0px;

	box-shadow: 5px 5px 15px #555;
	-moz-box-shadow: 5px 5px 15px #555;
	-webkit-box-shadow: 5px 5px 15px #555;
	
	border-radius: 25px 10px;
	-moz-border-radius: 25px 10px;
	-webkit-border-radius: 25px 10px;
}

.m0
{
	padding: 4px 5px 4px 5px;
	text-align:center;
	font-size:150%;
	background-color: #d1dee5;
	margin-bottom: 12px;
}

.m1
{
	padding: 2px 5px 2px 0px;
	font-size:120%;
	font-weight: bold;
}

.m2
{
	padding: 2px 5px 2px 10px;
	font-weight: bold;
}

.m3
{
	padding: 2px 5px 2px 30px;
	font-style:oblique;
}

.m1, .m2, .m3
{
	margin-left: 30px;
	display: list-item;
	list-style-image: url();
}

.RowPar
{
	background-color: #f1faff;
}

.RowOdd
{
	background-color: #eaf6fd;
}


/* Position DIV */
.Container
{
	margin: -5px;
	padding: 0px;
}

.BarTop
{
	float: left;
	margin: 5px;
}

.Wrapper
{
	clear: both;
}


.BarLeft
{
	clear: none;
	float: left;
	width: 25%;
	margin: 5px;
	padding: 3px;
}

.BarRight
{
	clear: none;
	float: right;
	border: 1px solid;
	width: 120px;
	margin: 5px;
	padding: 3px;
}

.Content
{
	clear: none;
	margin: 5px;
}

.Footer
{
	clear: both;
	margin: 5px;
	text-align: center;
}

.wc 
{
	float: right;
	font-size: 70%;
}