@IMPORT url("base.css");
@IMPORT url("tabbedPanel.css");

*{
  margin:0;
  padding:0;
}

html,body {
  background-color: white;
  text-align:left;
  font-size:12px;
  color:#414042;
  font-family:Arial;
  height: 100%;
}

h1.top {
  padding: 7px 10px 7px 10px;
  font-size: 140%;
  background-color: rgb(255,140,26);
  color: white;
  border-top: 1px solid rgb(255,200,100);
  border-bottom: 1px solid  rgb(200,110,17);
  margin: 0 0 2px;
}

p{
	padding: 7px 10px 7px 10px;
}

.right {
  text-align: right;
}

table.yDataTable {
  border-collapse: collapse;
}

table.yDataTable tr.navigation {
}

table.yDataTable th {
  color: #58616a;
  padding: 3px 7px 3px 7px;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
}

table.yDataTable td {
  padding: 2px 7px 2px 7px;
  border-top: 1px solid #e0e0e0;
  vertical-align: top;
}

#routePopup .yDataTable .right{
	text-align: left;
}

#routePopup .yDataTable td{
	vertical-align: middle;
}

#web table{
  border-collapse:collapse;
}
#web table th{
  background:whitesmoke;
  padding:3px 5px;
  text-align:center;
  border:1px solid silver;
}
#web table td{
  padding:3px 5px;
  text-align:left;
  border:1px solid silver;
}
