/*----------------------------------------------------------------------------------------------
Name:   watcheeTrack.css
Author: mr@marcelruff.info
Background grey: #e6e6e6
Background blue: #377CB1  Decimal: 55 124 177
FgColor  orange: #ee7d13   Decimal: 238 125 19
class="xy"  --> .xy
id="xy"     --> #xy
----------------------------------------------------------------------------------------------*/

.roundedLogoContainer {
	background-image:url(../images/bkg_button_header.gif);
	height:68px; /* see headerBarHeight in TrackGui.js */
}

span.header {
   color: #ee7d13;
   font-size: x-large;
   font-weight: bold;
   font-style: italic;
   margin-left: 10px;
}

/**
 * XSMS display for info window in google map
 */
th.xsmsMapLabel, td.xsmsMapLabel, th.gpsMapLabel, td.gpsMapLabel {
    background-color: #888888;
    color: white;
    font-size: 12px;
}
/**
 * XSMS display for info window in google map
 */
td.xsmsMapValue, td.gpsMapValue, td.xsmsMapBody {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #CCCCCC;
    text-align: left;
    font-size: 11px;
}
/**
 * XSMS display for info window in google map
 */
td.xsmsMapValue {
  text-align: center;
}
