/*==============================================================================
	Foglio di Stile
	Andrea Zanferrari
	Copyright (c) 2007 Mizar Automazione
    $Id$
==============================================================================*/
HTML{ width: 100% !important; width: 97%; }
BODY{
	background: #191919;
	border: 0px;
	color: #2ca53b;
	margin: 0px;
	padding: 0px;
	width: 100% !important;
	width: 97%;
	text-align: center;
	font: 12px Arial, Sans-Serif;
}
TABLE, TD, DIV{
	color: #2ca53b;
}
TABLE{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
FORM{ margin: 0px; }
IMG{ border: 0px; }
A:link,A:active,A:visited{ color: #2ca53b; text-decoration: underline; }
A:hover{ color: #2ca53b; text-decoration: none; }
/* Corpo */
TABLE.content{
	margin: 0px auto 0px auto;
	width: 100%;
	text-align: left;
	
}
TABLE.content TD{
	width: 48%;
	color: #72de81;
	vertical-align: top;
}
TABLE.content TD.header{ padding-bottom: 5px;}
TABLE.content TD.footer{
	padding-top: 5px;
}
/* Timetable */
TABLE.timetable{ width: 100%;}
TABLE.timetable A:link,
TABLE.timetable A:active,
TABLE.timetable A:visited{ color: #72de81; text-decoration: underline; }
TABLE.timetable A:hover{ color: #72de81; text-decoration: none; }
TABLE.timetable TD,
TABLE.timetable TH{
	text-align: left;
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	border: 1px solid #343434;
	height: 20px;
}
TABLE.timetable TR.over TD{ background: #343434; }
TABLE.timetable TR.out TD{ background: #191919; }
TABLE.timetable TD.date{ 
  width: 10%; 
	color: #72de81;
}
TABLE.timetable TD.destination{ 
  width: 90%;
 	color: #72de81;
}
TABLE.timetable TD.title{
	font-weight: bold;
	color: #ffffff;
}

TABLE.timetable TD.titleSmall{
	font-weight: bold;
	color: #ffffff;

}
TABLE.timetable TD.titleSmall SPAN.dateTitle{ color: #ffffff; font-weight: normal; font-size: 11px}

TABLE.timetable TD.titleGate{
	font-weight: bold;
	color: #ffffff;
	
}

TABLE.timetable TD.title .date{ font-weight: normal; }
TABLE.timetable TD.medium{ color: #929292; }
TABLE.timetable TD .remark{
	vertical-align: middle;
	float: right;
	cursor: help;
}
/* Fiter */
TABLE.filter{ margin-top: 4px; }
TABLE.filter TD{
	text-align: left;
	vertical-align: middle;
	padding: 0px 4px 0px 0px;
	width: auto;
	height: 20px;
	color: #ffffff;
}
.link{ padding-top: 5px; float: right; }
TABLE.filter input.button {
	background: url(buttonBg.gif) #2ca53b repeat-x 0 0;
	font-weight: bold;
	height: 20px;
	width: 52px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
TABLE.filter SELECT{
	color: #2ca53b;
	border-color: #3f3f3f;
	border: none;
	background: #3f3f3f;
	height: 20px;
	padding: 2px;
	font-size: 12px;
}
TABLE.filterBig{ margin-top: 4px; margin-bottom: 4px; }
TABLE.filterBig TD,
TABLE.filterBig TH{
	padding: 2px 6px 2px 4px;
	width: auto;
	height: 20px;
	color: #2ca53b;
}
TABLE.filterBig TH{
	color: #ffffff;
	text-transform: uppercase;
}
TABLE.filterBig TD{ font-weight: bold; }
TABLE.filterBig TD.info{
	font-style: italic;
	font-weight: normal;
}
TABLE.filter.filterBig SELECT{
	color: #2ca53b;
	border-color: #3f3f3f;
	border: none;
	background: #3f3f3f;
	height: 20px;
	padding: 2px;
	font-weight: bold;
}
/* Big timetable */
TABLE.timetableBig{width: 745px;}
TABLE.timetableBig TH{
	color: #ffffff;
	font-weight: bold;
}
TABLE.timetableBig TD{ 
	color: #72de81;
}
TABLE.timetableBig TD.remark,
TABLE.timetableBig TD.gate,
TABLE.timetableBig TD.contractor,
TABLE.timetableBig TD.travelTime{ color: #929292; }
TABLE.timetableBig TH.time,
TABLE.timetableBig TD.time,
TABLE.timetableBig TH.actualTime,
TABLE.timetableBig TD.actualTime{ width: 35px; }
TABLE.timetableBig TH.gate,
TABLE.timetableBig TD.gate,
TABLE.timetableBig TH.remark,
TABLE.timetableBig TD.remark{ width: 100px; }
TABLE.timetableBig TH.via,
TABLE.timetableBig TD.via,
TABLE.timetableBig TH.line,
TABLE.timetableBig TD.line,
TABLE.timetableBig TH.direction,
TABLE.timetableBig TD.stop{ width: 225px; }
TABLE.timetableBig TH.contractor,
TABLE.timetableBig TD.contractor{ width: auto; }
TABLE.timetableBig TH.stoppoint{	text-align: center; width: 30px;}
TABLE.timetableBig TD.stoppoint{	text-align: center; width: 30px; color: #72de81}
TABLE.timetable TH.stoppoint{	text-align: center; width: 30px;}
TABLE.timetable TD.stoppoint{	text-align: center; width: 30px; color: #72de81}

DIV.ordergate {position: relative; top: auto; left: auto;}

TABLE.ordertable {
	border-width: 2px;
	border-spacing: 2px;
	border-collapse: collapse;
}
TABLE.ordertable TH {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
TABLE.ordertable TD{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

TABLE.ordertable TD,
TABLE.ordertable TH{
	text-align: left;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	border: 1px solid #343434;
	height: 20px;
}

TABLE.ordertable TD { text-align: left; color:#72de81; }
TABLE.ordertable TD.sendbutton{ text-align: center;}
P.largertext { font: 16px Arial, Sans-Serif; text-align: left; color:#72de81;}
P.normaltext { font: 14px Arial, Sans-Serif; text-align: left; color:#72de81;}
H1.ordergate { font: 20px Arial, Sans-Serif; text-align: left; color:#72de81;}
INPUT.inputtextbox {background-color:#ffffff; size=200px;}
DIV.centereddiv {margin-right:auto; margin-left:auto; width:450px;}
