﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', Verdana, Arial, Tahoma;
	font-size: 13px;
	padding-bottom: 40px;
}

body.website
{
    /*background-image: url('/img/backgrounds/ruota_w300_opacity15.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.validatorErrMsg
{
    font-family: 'Trebuchet MS', Verdana, Arial, Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: red;
}

input.cmd_100x22_light
{
	width: 100px;
	height: 22px;
	border: solid 1px #CCCCCC;
	color: #444444;
	background-color: #FFFFFF;
	background-image: url('img/cmd_background_h22_light.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma;
	font-size: 13px;
}

div.topcontainer
{
    background-image: url('/img/backgrounds/airplane_w200_opacity15.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

div.top
{
    background-image: url('/img/backgrounds/car_w200_opacity15.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Times New Roman';
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
}

div.body
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

div.news
{
    border: dashed 2px;
    width: 850px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.yahoo
{
    background-color: #D7EFD7;
    width: 250px;
    border: 1px solid #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

td.modeldesc
{
    background-color: #DBDBDB;
}

td.models_item
{
    border: 1px solid #DBDBDB;
    background-color: #E5E5E5;
}

td.models_altitem
{
    border: 1px solid #DBDBDB;
    background-color: #D1D1D1;
}

img.model
{
    border: 1px solid #DBDBDB;
}

div.notes
{
    border: dashed 2px;
    width: 850px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: justify;
}

a:link {
	color: #007A02;
	font-weight: bold;
}

a:visited {
	color: #007A02;
	font-weight: bold;
}

a:active {
	color: #007A02;
	font-weight: bold;
}

a:hover {
	color: #007A02;
	font-weight: bold;
}