body {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
}

h1 {
	font-size:medium;
	font-weight:bold;
}

h2 {
	font-size:small;
	font-weight:bold;
}

h3 {
	font-size:x-small;
	font-weight:bold;
}

p {
	font-size:x-small;
	font-weight:normal;
}

li {
	font-size:x-small;
	font-weight:normal;
}

.title {
	font-size:10px;
	font-weight:bold;
	background-color:white;
  margin:5px;
  padding:2px;
}

.gwt-Button {
  font-size:10px;
  margin:2px;
}

.gwt-Label {
  font-size:10px;
  margin:5px;
}

.gwt-RadioButton {
  font-size:10px;
}

.gwt-ListBox {
  font-size:10px;
}

.gwt-TextBox {
  font-size:10px;
  margin:5px;
}

.gwt-TabPanel {
  font-size:10px;
	width:800px;
	height:auto;
	padding: 0px;
}

.gwt-TabPanelBottom { 
}


.gwt-TabBar {
	font-size:10px;
	cursor:pointer;
	font-weight:normal;
	padding:0px 5px 0px 5px;  
	margin:0px;
	background-color:white;
}

.gwt-TabBar .gwt-TabBarFirst { the left edge of the bar }
.gwt-TabBar .gwt-TabBarRest { the right edge of the bar }

.gwt-TabBar .gwt-TabBarItem {
  font-size:10px;
	font-weight:bold;
	color: white;
	background-color:#FFD000;
	padding:5px;
  margin:0px 3px 0px 0px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  font-size:10px;
	font-weight:bold;
	color: black;
	background-color:#FFF5C4; 
	padding:5px;
  margin:0px 3px 0px 0px;
}

.gwt-PopupPanel {
  font-size:10px;
	background-color:white;
	border: 2px solid black;
	margin:5px;
	padding: 5px;
}

.gwt-StackPanel {
  font-size:10px;
	width: 30ex;
	height:100%;
	cursor:default;
	border:1px solid black;
	padding:5px;
	margin:5px;
	background-color:white;
	border-collapse:collapse;
}

.gwt-StackPanel .gwt-StackPanelItem {
  font-size:10px;
	cursor:pointer;
	font-weight:bold; 
	background-color:#F3F3F3;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-collapse:collapse;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
  font-size:10px;
	cursor:default;
	font-weight:bold; 
	background-color:#F3F3F3;
	border-top:2px solid black;
	border-bottom:2px solid black;
	border-collapse:collapse;
}

.Terms {
  font-size:x-small;
  border:solid 2px black;
	background-color:white;
	padding:10px;
}

.Terms * {
  font-size:x-small;
  margin:5px;
}

.Terms .gwt-Label {
  font-weight:bold;
}

.Terms .link {
  color:blue;
  cursor:pointer;
}

.Terms .gwt-Button {
  font-size:x-small;
  margin:5px;
}

.CreateBillboard {
  font-family:verdana,arial,sans-serif;
  font-size:x-small;
  border:solid 2px black;
	background-color:white;
	padding:10px;
}

.CreateBillboard * {
  font-family:verdana,arial,sans-serif;
  font-size:x-small;
}

.fasterplan-pages {
	background-color:#FFF5C4;
	padding:10px;
}

.fasterplan-instructions {
  font-size:10px;
	width:100ex;
	height:auto;
	text-align:left;
}

.fasterplan-desktopscrollpanel {
  font-size:10px;
	border-width:2px;
	border-style:dashed;
	background-color:white;
}

.fasterplan-logo {
	cursor:pointer;
}

.fasterplan-toolbar_button {
  font-size:10px;
	cursor:pointer;
	padding:10px;
}