h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida", "Verdana", "sans-serif";
	font-weight: normal;
	color: #555;
	text-shadow: #fff 0 1px 0;
}

h1 {	
	font-size: 24px;
	margin-top: 15px;
}

h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 4px 0;
}

h3 {
	height: 24px;
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
	color: #555555;
    text-shadow: #FFFFFF 0px 1px 0px;
	padding-right: 20px;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 8px;
	clear: both;
}

h4 {
	font-weight: normal;
	font: 12px/1.5em "Helvetica Neue", "Helvetica", "Arial", "Geneva", "sans-serif";
}

p {
	margin: 0;
	/*padding: 2px;*/
	line-height: 100%;
}


.ttTitle {
	text-align: center;
	font: 13px "Verdana";
}

.ttBody {
	font: 11px "Verdana";
	color: #303030;
	min-width: 200px;
}

.ttBodyL {
	float: left;
}

.ttBodyR {
	float: right;
}

.ttBodyX {
	font: 11px "Verdana";
	color: #303030;
	min-width: 200px;
}

.ttBodyLX {
	min-width: 120px;
	float: left;
}

.ttBodyRX {
	min-width: 80px;
	text-align: right;
	float: right;
}


alarmTable {
	font-size: 8px;
}

.gmap-control-container {
    margin: 5px;
}
.gmap-control {
    cursor: pointer;
    background-color: -moz-linear-gradient(center top , #FEFEFE, #F3F3F3);
    background-color: #FEFEFE;
    border: 1px solid #A9BBDF;
    border-radius: 2px;
    padding: 0 4px;
    line-height: 160%;
    font-size: 10px;
    font-family: Arial,sans-serif;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.gmap-control:hover {
    border: 1px solid #678AC7;
}
.gmap-control-active {
    background-color: -moz-linear-gradient(center top , #6D8ACC, #7B98D9);
    background-color: #6D8ACC;
    color: #fff;
    font-weight: bold;
    border: 1px solid #678AC7;
}