
*
{
	border-color: #5abd00;
}

body
{
	border:15px solid #c7fd00;
	margin:10px;
	font-family: verdana;
	font-size: 0.8em;
	color: black;
	background-attachment: fixed; 
	background-image: url('');
	background-repeat: $BackgroundRepeat; 
	background-color: white;
	text-transform: none;
	SCROLLBAR-FACE-COLOR: #46af00;
	SCROLLBAR-ARROW-COLOR: #c7fd00;
	SCROLLBAR-TRACK-COLOR: #c7fd00;
}

H1, H2, H3, H4, H5, H6
{
	color:black;
}

/* 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: #4b9e00;
}

A:link
{
	color: #4b9e00;
}

A:visited
{
	color: #309e00;
}

A[href]:hover,input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover
{
	color: #FF0000;
}

TABLE
{	
	border-width: 2px;
	border-color: #5abd00;
}

TABLE [border='0'], TABLE [border='0px'] 
{	
	border-style: none;
}


TH
{
	text-transform: uppercase;
	border-width: 2px;
	border-color: #5abd00;
	background-color: #46af00;
	background-image: url('resources/images/backgrounds/greenlemon.gif'); 
}

TD
{
	border-width: 2px;
}

select, textarea, input
{
	background-color: #f5fea7;
	border: 1px solid #5abd00;
	color: black;
}

input[type='checkbox'], input[type='radio']
{
	background-color: white !important;
	border: none !important;
}

span.quote
{
	background-color: #eafca7;
}

iframe
{
	frameborder: '0';
	border: 0px none white;
}

/* Define class style used in web application */

.WebSiteTitle
{
	color:#46af00;
	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 #c7fd00;
}

.BoxElement
{
	margin: 20px;
}

.TitleThumbnail
{
	font-weight: bold;
}

.DescriptionThumbnail
{
	font-style: italic;
}

.Button
{
	float:left;
    position: relative;
    top: 0px;
    margin-top:19px !important;
    margin-bottom:19px !important;
}

.Button A, input[type='submit'], input[type='reset'], input[type='button']
{
    margin: 5px;
	padding: 12px;
	background-color: #daf804;
	color: #4b9e00;
	border: 2px outset;
	border-color: #daf804;
	font-weight: bold;
	cursor: pointer;
}

.Button A:hover, input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover
{	
	border-style: inset;
	border-color: #daf804;
}


.Weather, .Exchange
{
	margin:10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #5abd00 !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: #c7fd00;
	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(resources/images/ListStyleImage/greenlemon.png);
}

.RowPar
{
	background-color: #f5fea7;
}

.RowOdd
{
	background-color: #dbfca4;
}


/* Position DIV */
.Container
{
	padding: 10px;
}

.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%;
}