body, html {
  height: 100%;
}
body {
  background: #fff;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  margin-top: 3px;
}

a { 
  color: #000;
}

a:visited {
  color: #000; 
}

.ridesDiaryPanel {
  margin-left: auto;
  margin-right: auto;
}

.gwt-DialogBox {
	z-index:1000;
  background-color: white;
}

.gwt-DialogBox .Caption {
  background: url(gradient.gif) repeat-x 0px -1px;
  font-weight: bold;
  cursor: default;
  padding: 12px 10px;
  border: 1px solid #666;
  text-align: left;
}

.gwt-DialogBox .dialogContent {
  border: 1px solid #666;
  border-top: 0;
}

.gwt-DialogBox td {
  text-align: right;
}

.gwt-DialogBox .gwt-Button {
  margin: 10px;
}

.gwt-PopupPanelGlass {
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
} 

.gwt-MenuBar {
  background: #c3d9ff;
  cursor: default;
}

.gwt-MenuItem {
  xxfont-size: 80%;
  margin: 1px;
  cursor: default;
}

.gwt-MenuItem-selected {
  background: #e8eef7;
}

.gwt-Tree {
}

.gwt-Tree .gwt-TreeItem {
  xxfont-size: 80%;
  padding: 1px 3px 0 3px;
  cursor: hand;
  cursor: pointer;
  display: block !important;
}

.gwt-Tree .gwt-TreeItem-selected {
  background: #ccc;
}

.gwt-DecoratedStackPanel {
  width: 15em;
  border-bottom: 1px solid #666;
}
.gwt-DecoratedStackPanel .lcaption {
  width: 32px;
  padding: 0 0 4px 5px;
}
.gwt-DecoratedStackPanel .rcaption {
  padding: 0 0 4px 5px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelContent {
  border: 1px solid #666;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
}
.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight {
  width: 4px;
  height: 4px;
  xxzoom: 1;
}
html>body .gwt-DecoratedStackPanel .stackItemTopLeft {
  background: #c1eec8 url(leftCorner.gif) no-repeat;
  border-left: 1px solid #666;
}
html>body .gwt-DecoratedStackPanel .stackItemTopRight {
  background: #c1eec8 url(rightCorner.gif) no-repeat;
  border-right: 1px solid #666;
}
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 4px;
  height: 4px;
}
* html .gwt-DecoratedStackPanel .stackItemTopLeftInner {
  overflow: hidden;
  border-left: 1px solid #666;
  background-color: #d3def6;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='leftCorner.gif',sizingMethod='crop');
}
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
  overflow: hidden;
  border-right: 1px solid #666;
  background-color: #d3def6;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='rightCorner.gif',sizingMethod='crop');
}
.gwt-DecoratedStackPanel .stackItemTopCenter {
  background: #ddefde url(gradient.gif) repeat-x 0px 0px;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeft {
  background: #d3def6 url(gradient.gif) repeat-x 0px -1px;
  border-left: 1px solid #666;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedStackPanel .stackItemMiddleRight {
  background: #d3def6 url(gradient.gif) repeat-x 0px -1px;
  border-right: 1px solid #666;
}
.gwt-DecoratedStackPanel .stackItemMiddleCenter {
  font-weight: bold;
  font-size: 1.3em;
  background: #d3def6 url(gradient.gif) repeat-x 0px -1px;
}
html>body .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
html>body .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
  border: 0px;
  background-color: white;
}
html>body .gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
html>body .gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
  background-color: white;
}
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRightInner {
  border: 0px;
  background-color: white;
}
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeftInner {
  padding-left: 1px;
}
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRightInner {
  background-color: white;
}

.mail-TopPanel {
  height: 60px;
}

.mail-TopPanel .gwt-Image {
  margin-left: 0px;
  position: absolute;
}

.mail-TopPanelLogo {
  margin-left: 0px;
  margin-right: 20px;
  width:150px;
}

.TopPanelTitle {
  margin-left: 0px;
  font-size: 180%;
  font-weight:bold;
}

/* When we don't know yet whether this is production, staging or development */
.TopPanelVersion-pending {
  margin-left: 0px;
  font-size: 100%;
}

/* When this is production */
.TopPanelVersion-production {
  margin-left: 0px;
  font-size: 100%;
}

/* When this is staging */
.TopPanelVersion-staging {
  margin-left: 0px;
  font-size: 100%;
  color: orange;
  font-weight: bold;
  background-color: #607d8b;
}

/* When this is development */
.TopPanelVersion-development {
  margin-left: 0px;
  font-size: 100%;
  color: lightPink;
  font-weight: bold;
  background-color: #607d8b;
}


.mail-TopPanelMessagesGrid {
  font-size: 100%;
  font-weight:bold;
  color:red;
}

.mail-TopPanelWelcome {
  xxfont-size: 80%;
}

.mail-TopPanelLinks {
  xxfont-size: 80%;
}

.mail-AboutText {
  width: 24em;
  xxfont-size: 80%;
  padding: 10px;
  text-align: left;
}

.mail-Contacts td, .mail-Tasks td {
  padding: 4px 0 0 0;
}

.mail-Contacts table {
  xxfont-size: 80%;
}

.mail-Tasks table {
  xxfont-size: 80%;
}

.Shortcut-content {
  height: 100%;
}

.shortcut h2 {
  font-size: 100%;
  font-weight: bold;
}

.Shortcut-content p,ul {
  xxxxxfont-size: 80%;
}

.mail-List {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  xxfont-size: 80%;
  cursor: pointer;
  cursor: hand;
}

.mail-List td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px 0 2px 10px;
}

.mail-ListHeader td {
  border-top: none;
  pointer:auto;
}

.mail-ListHeader {
  background: #c1eec8 url(gradient.gif) repeat-x 0px -1px;
  font-weight: bold;
}

.mail-ListHeader .mail-ListNavBar .gwt-HTML {
  font-weight: bold;
}

.mail-ListHeader td {
  padding: 2px 0 2px 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.mail-ListNavBar table {
  xxfont-size: 80%;
}

.mail-ListNavBar td {
  border: none;
}

.mail-ListNavBar a {
  margin: 0 8px;
}

.mail-SelectedRow td {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}

.mail-SelectedRow {
  background: #eee;
}

.mail-Toolbar .gwt-Image {
}

.mail-ToolButton {
  xxfont-size: 80%;
  width: 10em;
}

.mail-Detail {
  border: 1px solid #666;
  margin-top: 4px;
}

.mail-DetailHeader {
  background: #eee;
  border-bottom: 1px solid #666;
  padding: 6px 4px;
}

.mail-DetailHeader td {
  padding: 0;
}

.mail-DetailInner {
  background-color: white;
  xxfont-size: 80%;
}

.mail-DetailSubject {
  padding: 2px 10px;
  font-weight: bold;
}

.mail-DetailSender {
  xxfont-size: 80%;
  padding: 2px 10px;
}

.mail-DetailRecipient {
  xxfont-size: 80%;
  padding: 2px 10px;
}

.mail-DetailBody {
  line-height: 150%;
  padding: 20px 40px 20px 10px;
  font-family: 'Times New Roman', Times, serif;
}

.mail-ContactPopup {
  background: #fff;
  border: 1px solid #666;
  padding: 4px;
}

.mail-ContactPopupName {
  xxfont-size: 80%;
  font-weight: bold;
}

.mail-ContactPopupEmail {
  xxfont-size: 80%;
  font-style: italic;
}



.mail-Contacts {
  border-bottom: none;
}

.ItemDetail-Viewer-CaptionPanel { 
	margin-top:12px;
	padding-left:0px;
}

.ItemDetail-Viewer-CaptionPanel legend { 
	font-weight: normal;
	margin-left:20px;
}

/* ItemDetail-Viewer-Grid is a general two-column grid which occupies THE ENTIRE WIDTH of the viewer area */

.ItemDetail-Viewer-Grid {
}

.ItemDetail-Viewer-Grid-Col0 {
	text-align:left;
	padding-top:6px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	vertical-align:top;
 	font-weight:bold;
	width:200px;
}

.ItemDetail-Viewer-Grid-Col1 {
	text-align:left;
	vertical-align:top;
	padding-top:6px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	border: 1px solid #BBBBBB;
	width:600px;
}

/* ItemDetail-Viewer-Grid-Title styles are used for grid rows that are simply text, and the text in col2 should not have a border */

.ItemDetail-Viewer-Grid-Title {
}

.ItemDetail-Viewer-Grid-Title-Col0 {
	text-align:left;
	padding-top:6px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	vertical-align:top;
 	font-weight:bold;
	width:200px;
}

.ItemDetail-Viewer-Grid-Title-Col1 {
	text-align:left;
	vertical-align:top;
	padding-top:6px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	width:800px;
}

/* ItemDetail-ViewerHalf-Grid is a general two-column grid which occupies HALF THE WIDTH of the viewer area */

.ItemDetail-ViewerHalf-Grid {
	  padding-top:12px;
}

.ItemDetail-ViewerHalf-Grid-Col0 {
  text-align:left;
  padding-top:6px;
  padding-left:6px;
  padding-bottom:6px;
  padding-right:6px;
  vertical-align:top;
  font-weight:bold;
  width:130px;
}

.ItemDetail-ViewerHalf-Grid-Col1 {
  text-align:left;
  vertical-align:top;
  padding-top:6px;
  padding-left:6px;
  padding-bottom:6px;
  padding-right:6px;
  border: 1px solid #BBBBBB;
  width:225px;
}

/* ItemDetail-ViewerHalf-Grid-Title styles are used for grid rows that are simply text, and the text in col2 should not have a border */

.ItemDetail-ViewerHalf-Grid-Title {
}

.ItemDetail-ViewerHalf-Grid-Title-Col0 {
  text-align:left;
  padding-top:6px;
  padding-left:6px;
  padding-bottom:6px;
  padding-right:6px;
  vertical-align:top;
  font-weight:bold;
  width:200px;
}

.ItemDetail-ViewerHalf-Grid-Title-Col1 {
  text-align:left;
  vertical-align:top;
  padding-top:6px;
  padding-left:6px;
  padding-bottom:6px;
  padding-right:6px;
  width:800px;
}

/* ItemDetail-Viewer-Other styles are used for content beneath the viewer grid that needs to be indented by the same amount as the grid above it */
/* Used for both ItemDetail-Viewer-Grid and ItemDetail-ViewerHalf-Grid */
.ItemDetail-Viewer-Other {
  padding-left:8px;
  padding-right:8px;
  padding-top:6px;
  padding-bottom:6px;
}

.ClubRideDetail-DayOfWeek {
  background: #EEEEEE;
	text-align:left;
	vertical-align:top;
	padding:6px;
	padding-left:10px;
	border: 1px solid #BBBBBB;
	width:80px;
}

.ItemDetail-Editor-CaptionPanel { 
	margin-top:12px;
}

.ItemDetail-Editor-CaptionPanel legend { 
	font-weight: bold;
}

.ItemDetail-Editor-Grid table {
  
}

.ItemDetail-Editor-Grid-Col0 {
	text-align:left;
	vertical-align:top;
 	font-weight:bold;
 	padding-left:12px;
 	padding-right:12px;
  padding-top:12px;
  padding-bottom:0px;
	width:200px;
}

.ItemDetail-Editor-Grid-Col1 {
	text-align:left;
	vertical-align:top;
	padding-top:12px;
	padding-bottom:0px;
  padding-right:18px;
	width:800px; 
}

.ItemDetail-Editor-Grid-Col2 {
  text-align:left;
  vertical-align:top;
  padding:6px;
  width:150px;
}

/* ItemDetail-Editor-Grid-Title styles are used for grid rows that are simply text, and the text in col2 should not have a border */

.ItemDetail-Editor-Grid-Title-Col0 {
	text-align:left;
	vertical-align:top;
 	font-weight:bold;
 	padding-left:12px;
 	padding-right:12px;
  padding-top:12px;
  padding-bottom:0px;
	width:200px;
}

/* Three-column grid containing a variable number of listboxes with "add" and "remove" buttons, used for routes in a routeset, or tags in a route */
/* The rows are close together without vertical padding between them */

.VLGrid table {
  
}

.VLGrid-Title-Col1 {
	text-align:left;
  padding-right:18px;
	width:800px; 
}

.VLGrid-Col0 {
  text-align:left;
  vertical-align:top;
  font-weight:bold;
  padding-left:12px;
  padding-right:12px;
  width:200px;
}

.VLGrid-Col1 {
  text-align:left;
  vertical-align:top;
  padding-right:18px;
  width:800px; 
}

.VLGrid-Col2 {
  text-align:left;
  vertical-align:top;
  width:150px;
}

/* Styles for a 4-column Grid taking up half of the width of the detail EDITOR */
/* and containing a label, a yes/no box, a label and a yes/no box (used in ClubRideDetailsEditor, Basics tab, left column) */

.EditorGridWith4Cols table {
  padding-top:12px;
}

.EditorGridWith4Cols td {
  /* padding-left:12px; */
}

.EditorGridWith4Cols td {
  /* padding-top:12px; */
}

.EditorGridWith4Cols-Col0 {
  padding-left:12px;
  width:110px;
  font-weight:bold;
}

.EditorGridWith4Cols-Col1 {
}

.EditorGridWith4Cols-Col2 {
  padding-left:12px;
  width:110px;
  font-weight:bold;
}

.EditorGridWith4Cols-Col3 {
}

/* Styles for a 4-column Grid taking up half of the width of the detail VIEWER */
/* and containing a label, a yes/no box, a label and a yes/no box (used in ClubRideDetailsViewer, Basics tab, left column) */

.ViewerGridWith4Cols table {
  height:28px;
}

.ViewerGridWith4Cols td {
  vertical-align: middle !important
	/* padding-top:6px; */
  /* padding-bottom:6px; */
}

.ViewerGridWith4Cols-Col0 {
  padding-left:6px;
  padding-right: 12px;
  /* width:130px; */
  font-weight:bold;
}

.ViewerGridWith4Cols-Col1 {
  padding-left:6px;
	border: 1px solid #BBBBBB;
	width:30px;
}

.ViewerGridWith4Cols-Col2 {
  padding-left:12px;
	/* width:140px; */
  font-weight:bold;
}

.ViewerGridWith4Cols-Col3 {
	padding-left:6px;
  border: 1px solid #BBBBBB;
  width:30px;
}

/* Editor Buttons */

.GeneralButton {

	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:0px;	
	height: 35px;
	width:60px;
    border: 1px solid #666;
	font-size: 100%;
	font-weight: bold;	
  	background: #d3def6 url(gradient.gif) repeat-x 0px -1px;
}

.StoppingPlacesDetail-ButtonPanel Table {     
}

.StoppingPlacesDetail-ButtonPanel Button {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:0px;	
	height: 35px;
	width:70px;
    border: 1px solid #666;
	font-size: 100%;
	font-weight: bold;	
  	background: #d3def6 url(gradient.gif) repeat-x 0px -1px;
}

.StoppingPlacesDetail-ButtonPanel-newButton {
}

.StoppingPlacesDetail-ButtonPanel-editButton {
}

.StoppingPlacesDetail-ButtonPanel-copyButton {
}

.StoppingPlacesDetail-ButtonPanel-deleteButton {
}

.StoppingPlacesDetail-ButtonPanel-saveButton {
}

.StoppingPlacesDetail-ButtonPanel-cancelButton {
}

/*****************************/
/* Date picker               */
/*****************************/

.gwt-DatePicker {
  border: 1px solid #A2BBDD;
  cursor: default;
}

.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}

.datePickerMonthSelector td:focus {
  outline: none
}

.datePickerDays {
  width: 100%;
  background: white;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #C3D9FF;
  padding: 0px 4px 2px;
  cursor: default;
}

.datePickerDay {
  padding: 4px;
  cursor: hand;
  cursor: pointer;
}

.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
}

.datePickerDayIsWeekend {
  background: #EEEEEE;
}

.datePickerDayIsFiller {
  color: #888888;
}

.datePickerDayIsValue {
  background: #aaccee;
}

.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}

.datePickerDayIsHighlighted {
  background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
  background: #bbddd9;
}

.datePickerMonthSelector {
  background: #C3D9FF;
  width: 100%;
}

.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  color: blue;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px;
}

td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
  color: blue;
}

.gwt-DateBox input {
  width: 8em;
}

.dateBoxFormatError {
  background: #ffcccc;
}

.dateBoxPopup {
}

/*******************************************************************/
/* Club ride detail editor's tab panel                             */
/*******************************************************************/

.gwt-TabLayoutPanelTab, .gwt-TabLayoutPanelTab-selected {
  position: relative;
  height: 26px;
  width: auto;
}

.gwt-TabLayoutPanelTab .gwt-TabLayoutPanelTabInner,
.gwt-TabLayoutPanelTab-selected .gwt-TabLayoutPanelTabInner {
  height: 26px;
  padding-left: 15px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  background: url(images/tab_images/tab-inactive-left.png) no-repeat bottom left; 
  cursor: default;
  padding: 0;
  margin-left: -16px;  
}

.gwt-TabLayoutPanel {
  /* for diary manager */
  /* background-color: #CBEEC8; mid green*/
  /* background-color: #DEEFE0; lightish green */
  border-style:solid;
  border-width: 1px;
  height:600px;
}


.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-TabLayoutPanelTabInner {
  background: url(images/tab_images/tab-inactive-right.png) no-repeat bottom right;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  background: url(images/tab_images/tab-active-left.png) no-repeat bottom left;
  z-index: 1;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .gwt-TabLayoutPanelTabInner {
  background: url(images/tab_images/tab-active-right.png) no-repeat bottom right;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
  background: url(images/tab_images/tabs-bg.png) repeat-x bottom;
  padding-left: 2em;
  margin-left: 2px;
  margin-right: 4px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabInner div {
  color: #444;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  height: 26px;
  text-align: center;
  margin-right: 15px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab .gwt-TabLayoutPanelTabInner div {
  background: url(images/tab_images/tab-inactive-center.png) repeat-x top;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected .gwt-TabLayoutPanelTabInner div {
  background: url(images/tab_images/tab-active-center.png) repeat-x top;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
  border: none;
}

