body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma;
	font-size: 12px;
	white-space: nowrap;
}
code {
  color: black;
  font-size: 11px;
}
table {
	border-collapse:collapse;
}
table, th, td {
	border: 0px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #424242;
	text-align: left;
}
input, select {
	border: 1px solid #424242;
	color: #424242;
}
input[type='button'] {
	cursor: pointer;
}
fieldset {
	font-weight: bold;
}
img {
	border: 0px;
}
.top {
	margin: auto auto;
	padding: 20px 20px 0px 20px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: bold;
	color: #777;
}
.top a {
  text-decoration: none;
}

.logo {
  padding: 0px 5px 10px 5px;
  text-align: right;
}
.nowrap {
	white-space: nowrap;
}

.white-border {
	border: 1px solid #FFF;
}
.content-table {
	width: 100%;
	border: 1px solid #FFF;
}
.content-table th {
}
.sample-title-tr {
	background-color: #0C2142;
	height: 29px;
}
.sample-title-tr th {
	border: 1px solid #FFF;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
}
.sample-view-table {
	width: 100%;
}
.sample-view-table th {
	color: #FFF;
	border: 0;
}
.sample-view-table td {
	text-align: right;
	padding-right: 5px;
}
.sample-view-table img {
  vertical-align: middle;
  cursor: pointer;
}
.sample-list-td {
	vertical-align: top;
	border-right: 1px solid #0C2142;
	width: 250px;
}
.sample-list-td ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sample-list-td li {
	cursor: pointer;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
}
.sample-list-td li.active-sample {
	background: #DDD;
	outline: 1px solid #DDD;
}
.sample-list-td li:hover {
	background: #AAA;
	outline: 1px solid #AAA;
}
.sample-code-td {
	vertical-align: top;
	border-left: 1px solid #0C2142;
	width: 500px;
}
.sample-code-div {
	min-width: 300px;
	max-width: 800px;
}

.intro {
	padding: 20px;
}

.intro p {
	text-indent: 20px;
}
.intro ul {
  list-style: none;
}

.intro li {
	padding: 2px;
}

/* Samples */

.sample {
	padding: 10px;
}
.scroll-div {
	overflow: auto;
	white-space: normal;
}
.description {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #296635;
}
.info {
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.help {
	color: #296635;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.overflow100 {
	overflow: auto;
	max-height: 100px;
}
.overflow200 {
	overflow: auto;
	max-height: 200px;
}
.overflow300 {
	overflow: auto;
	max-height: 300px;
}
.overflow100-fixed {
	overflow: auto;
	height: 100px;
}
.overflow300-fixed {
	overflow: auto;
	height: 300px;
}
.hand {
	cursor: pointer;
}
.log {
	font-size: 11px;
	color: #296635;
}
.item-table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.item-table th, .item-table td {
	padding: 2px;
}
.item-table tr {
	height: 25px;
}
.item-table thead tr {
	background: #D0CECF;
}
.item-table tbody tr {
	background: #EBECF0;
}
.item-table tbody tr.select:hover {
	background: #DDD;
}
.item-table tbody tr:nth-child(odd) {
	background: #F6F6F6;
}
.center-td {
	text-align: center;
}
.subitem-table {
	width: 100%;
}
.subitem-table thead tr {
	background: #DDD;
	text-align: center;
	border: 1px solid #DDD;
}
.subitem-table tbody tr {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
.subitem-table tbody tr:nth-child(odd) {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
.list ul {
  padding: 0px;
}
.list li {
  font-size: 11px;
}
.map {
	width: 100%;
	height: 400px;
}
.spanlist span {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	background: #F6F6F6;
	color: #296635;
}
.spanlist span:hover {
	cursor: pointer;
	background: #DDD;
}

/* Login sample */
.login-table {
	margin: 20px auto;
}
.login-action-td {
  text-align: right;
}

/* Logout sample */
.logout {
	padding: 10px;
	border-bottom: 1px solid #AAA;
}
.logout table {
  width: 100%;
}
.logout table th {
	font-size: 20px;
}
.logout table td {
	text-align: right;
}
/* Geofence sample */
.sample-zone-edit {
	cursor: pointer;
	color: #296635;
}
.sample-zone-delete {
	cursor: pointer;
	color: #F00;
}