/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.setAsButton {
	cursor: pointer;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
}

.innerLink {
	cursor: pointer;
	color: navy;
	text-decoration: underline;
}

.logArea {
	width: 600px;
	height: 200px;
}

.gwt-TabPanel {
 margin-top: 0px;
 border: 0px;
 padding: 0px;
}

.gwt-TabPanelBottom {
 border: 1px solid black;
 background-color: white;
 padding: 3px;
}

.gwt-TabBar {
 padding-top: 1px;
 border-bottom: 1px solid black;
 background:none repeat scroll 0 0 white;
}

.gwt-TabBarItem-wrapper {
	border: 1px solid black;
	padding: 1px;
}

.gwt-TabBar .gwt-TabBarItem  {
 padding: 4px;
 cursor: pointer;
 color: black;
 background:none repeat scroll 0 0 white;
 border-width: 1px;
 margin-right: 1px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
 padding: 4px;
 font-weight: bold;
 cursor: default;
 color: black;
 background:none repeat scroll 0 0 blau;
 border-width: 1px solid white;
 border-bottom: 0px;
 margin-right: 1px;
}

.gwt-Tree .gwt-TreeItem-selected {
  background-color: #C3D9FF;
}

.searchTab {
  width: 600px;
  height: 600px;
  padding: 0px;
}

.tab {
	width: 1000px;
	height: 400px;
	background: #FFFFFF;
	border: 5px;
	border-color: olive;
}
.infoPanel {
	width: 400px;
}

.addressList {
  width: 400px;
}

.stationTextBox { 
	height: 20px;
	width:300px;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding: 0px;
	margin: 1px;
}

.lineLink {
	font-size: 11px;
}

.stationTable {
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
}

.lineTitle {
	font-size: 14px;
	font-weight: bold;
}

.stationText {
	padding-left: 2px;
	padding-right: 4px;
}

.stopImage {
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
