* { margin: 0; padding: 0px; }

body { 
  font-family: Verdana;
  font-size: 12px;
  color: #888;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow:hidden;
}

.node-sla-distance
{
  color: white;
  text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#600;
	padding-left: 10px;
}

.FXButton
{
  font-family:Geneva,Arial;
}

input
{
    font-family: Tahoma;
    font-size: 16px;
}

.MsgTable { font-size: 12px; border: 2px solid #444 }
input     { font-size: 12px;}
A:link    { text-decoration: none; color: #000}
A:visited { text-decoration: none; color: #000}
A:active  { text-decoration: none; color: #000}
A:hover   { text-decoration: underline; color: #000;}

A.systemSelect:link    { text-decoration: none; color: #888}
A.systemSelect:visited { text-decoration: none; color: #888}
A.systemSelect:active  { text-decoration: none; color: #888}
A.systemSelect:hover   { text-decoration: underline; color: #fff;}



table {
  border: 0px solid #000;
  font-family: Verdana;
  font-size: 12px;
  color: #444;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
}

.FXLabel 
{
	overflow: visible;
    cursor: default;
    color: #000;
    font-family: Arial;
    font-size: 13px;
}


.FXDropListField
{
	position:absolute;
	left:1px;
	top:1px;
	right:-1px;
	bottom:-1px;
    border:1px solid #ddd;
    padding-left:2px;
    padding-top:1px;
    color:#000;
    white-space:nowrap;
    overflow:hidden;
    font-size:12px
}

.FXDropListField > div
{
	font-family:Arial;
	font-size:13px;
}

/* These are for FXGrid.js. Move them out sometime */
td { overflow: hidden; }

.FXGrid
{
	width:100%;
	cursor:default;
	table-layout:fixed;
	white-space:nowrap;
	font-family:Arial;
	font-size:13px;
}

.FXGridRowSelected
{
	/* Placeholder. Don't delete. */
}

.FXGridRowEvenColor
{
	/* Placeholder. Don't delete. */
}

.FXGridRowOddColor
{
	/* Placeholder. Don't delete. */
}

.FXGridColumnHeader
{
	position: absolute;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    padding-top: 1px;
    background-color: #eee;
    color: #000;
    left: 0px;
    right: 0px;
    top: 0px;
    font-size: 12px;
    font-family: Lucida Grande, Arial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}

table.FXGrid > tbody > tr > td
{
	overflow: hidden;
	padding-left: 4px;
	padding-top: 1px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #000;
}

table.FXGrid > tbody > tr.FXGridRowSelected > td
{
	overflow: hidden;
	padding-left: 4px;
	padding-top: 1px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #fff
}

table.FXGrid > tbody > tr.FXGridEvenRowColor > td
{
	background-color: #fff;
}

table.FXGrid > tbody > tr.FXGridOddRowColor > td
{
	background-color: #fff;
	border-left: 1px solid #fff;
}

table.FXGrid > tbody > tr > td > div
{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.poon { float: left }

.empty { border: 4px solid #f00 }

.FXGridCell 
{
	font-family: "Lucida Grande", Verdana, Arial; 
	font-size: 13px;
	line-height: 16px;
	padding-left: 4px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.FXGridHeaderCell
{ 
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	line-height: 17px; 
	background: #eee;
	padding-left: 3px;
	padding-right: 4px;
	height: 17px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selected {
}

.disabled {
}


table.driverInfo {
	border:0px;
	font-size:10px;
	color:#fff;
}

table.driverInfo > tbody > tr > td {
	vertical-align: middle;
	border:0px solid #fff;
}

table.deviceInfo {
	border:0px;
	font-size:10px;
	color:#fff;
}

table.deviceInfo > tbody > tr > td {
	vertical-align: middle;
	border:0px solid #fff;
}

table.deviceInfo > tbody > tr > td:first-child {
	text-align: center;
}

ul.siteModemGraphList2x
{
	/*border: 1px solid #000;*/
	padding: 0px;
}

ul.siteModemGraphList2x > li > a
{
	color:#fff;
	padding-left:12px;
	background: #000 url('/assets/modem@2x.png') no-repeat 0px 2px;
	font-family: Arial;
	font-size: 30px;
	font-weight: normal;
	display:block;
	text-decoration: none;
}

ul.siteModemGraphList2x > li.selected > a
{
	color:#000;
	/*opacity:1.0;*/
	background: #fff url('/assets/modem_inv@2x.png') no-repeat 0px 2px;
}

ul.siteModemGraphList2x > li > a.disabled
{
	opacity:0.5;
}

ul.siteModemGraphList2x > li > a:active
{
	color:#000;
	background: #fff url('/assets/modem_inv@2x.png') no-repeat 0px 2px;
}


ul.siteModemGraphList
{
	padding: 0px;
}

ul.siteModemGraphList > li > a
{
	color:#fff;
	padding-left:7px; /*15px*/
	background: #000 url('/assets/modem.png') no-repeat 0px 2px;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	/*display:block;*/
	text-decoration: none;
}

ul.siteModemGraphList > li
{
	width:50%;
	float:left;
}

ul.siteModemGraphList > li.selected > a
{
	color:#000;
	/*opacity:1.0;*/
	background: #fff url('/assets/modem_inv.png') no-repeat 0px 2px;
}

ul.siteModemGraphList > li > a.disabled
{
	opacity:0.3;
}

ul.siteModemGraphList > li > a:active
{
	color:#000;
	background: #fff url('/assets/modem_inv.png') no-repeat 0px 2px;
}


/* mapTaskList */

ul.mapTaskList
{
	padding-left: 0px;
	padding-top: 0px; /*28*/
 	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	width: 209px;
}

ul.mapTaskList > li
{
	padding: 4px;
	white-space: normal;
	min-height: 26px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	cursor: pointer;
}

ul.mapTaskList > li.capacity
{
	color:#fff;
	padding-left:33px;
	background: #222 url('/assets/capacity_alert@2x.png') no-repeat 3px 3px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display:block;
	text-decoration: none;
}

ul.mapTaskList > li.modemUp
{
	color:#fff;
	padding-left:33px;
	background: #222 url('/assets/modem_up@2x.png') no-repeat 0px 2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display:block;
	text-decoration: none;
}

ul.mapTaskList > li.modemUpUnconfirmed
{
	color:#fff;
	padding-left:33px;
	background: #222 url('/assets/modem_up_unconfirmed@2x.png') no-repeat 0px 2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display:block;
	text-decoration: none;
}

ul.mapTaskList > li.dropDown
{
	color:#fff;
	padding-left:33px;
	background: #222 url('/assets/drops_down@2x.png') no-repeat 0px 4px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}

ul.mapTaskList > li.dropUp
{
	color:#fff;
	padding-left:33px;
	background: #222 url('/assets/drops_up@2x.png') no-repeat 0px 4px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}



ul.mapTaskList > li.modemDown
{
	color:#fff;
	padding-left:33px;
	background: #222 url('/assets/modem_down@2x.png') no-repeat 0px 2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}

ul.mapTaskList > li.modemTicketed
{
	color: #fff;
	padding-left: 33px;
	background: #222 url('/assets/map_ticket@2x.png') no-repeat 2px 4px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}

.mapSearchInputField 
{
	width:100%;
	font-family: Arial;
	font-size: 12px;
    border: 0px solid #fff;
    border-radius:8px;
    background:#000 url(/assets/map_mglass.png) no-repeat 4px 6px;
    padding:4px;
    padding-left:20px;
    outline:none;
    color:#fff;
}

/* Map Search List */

ul.mapSearchList
{
	border: 0px solid #888;
    padding: 0px;
    font-size: 14px;
    margin-top: 0px;
}

ul.mapSearchList > li
{
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;
	
	white-space: normal;
	min-height: 12px;
	cursor: pointer;
	font-family: Arial;
	font-size:12px;
	font-weight: normal;	
}

ul.mapSearchList > li.header
{
	border-top:1px solid #444;
	padding-top:6px;
	margin-top:3px;
	margin-bottom:0px;
	font-weight:bold;
}

ul.mapSearchList > li.mapSearchModemIcon
{
	color:#ccc;
	padding-left:23px;
	background: #000 url('/assets/map_search_modem_icon.png') no-repeat 2px 2px;
	display:block;
	text-decoration: none;
}

ul.mapSearchList > li.mapSearchDriverIcon
{
	color:#ccc;
	padding-left:23px;
	background: #000 url('/assets/map_search_driver_icon.png') no-repeat 2px 2px;
	display:block;
	text-decoration: none;
}

ul.mapSearchList > li.mapSearchSiteIcon
{
	color:#ccc;
	padding-left:23px;
	background: #000 url('/assets/map_search_site_icon.png') no-repeat 2px 2px;
	display:block;
	text-decoration: none;
}

ul.mapSearchList > li.mapSearchDeviceIcon
{
	color:#ccc;
	padding-left:23px;
	background: #000 url('/assets/map_search_safe_icon.png') no-repeat 2px 2px;
	display:block;
	text-decoration: none;
}

/* misconfiguredModemsList */

ul.misconfiguredModemsList 
{
	font-family: Arial;
	font-size: 18px;
	padding: 0px;
	list-style: none;
}

ul.misconfiguredModemsList > li
{
	padding: 0px;
	width: 12.5%;
	float:left;
	text-decoration: none;
}


/* mapDiagnosticsTabs */


ul.mapDiagnosticsTabs
{
	/*border:1px solid #f00;*/
	padding: 0px;
	list-style: none;
	width:550px;
}

ul.mapDiagnosticsTabs > li
{
	/*border-top: 1px solid #fff;
	border-left: 1px solid #fff;*/
	border-right: 1px solid #fff;
	background: #222;
	color: #fff;
	width:21%;
	float:left;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	cursor: pointer;
}

ul.mapDiagnosticsTabs > li.selected
{
	color: #000;
	background:#fff;
}

ul.mapDiagnosticsLog
{
	font-family: Monaco, monospace;
}

ul.mapDiagnosticsLog > li
{
	color: #ccc;
	white-space: nowrap;
	cursor: default;
}
 
ul.chat 
{
    padding-left:20px;
    float:left;
    list-style:circle;
    color:#fff;
}

div.contactEmailButton {
    float:left;
    background:url(/assets/contact_action_buttons.png);
    width:18px;
    height:16px;
    border-right:4px;
    cursor:pointer;
}

div.contactSMSInfoButton {
    float:left;
    background:url(/assets/contact_action_buttons.png) -18px;
    width:18px;
    height:16px;
    border-right:4px;
    cursor:pointer;
}

div.contactPhoneButton {
    float:left;
    background:url(/assets/contact_action_buttons.png) -36px;
    width:18px;
    height:16px;
    border-right:4px;
    cursor:pointer;
}

div.contactWindhornButton {
    float:left;
    background:url(/assets/contact_action_buttons.png) -54px;
    width:18px;
    height:16px;
    border-right:4px;
    cursor:pointer;
}

table.contactAction {
    table-layout:fixed; 
    font-size:10px; 
    font-face:Arial; 
    color:#ddd;
}

table.techsegtable {
	font-size:10px;
	color:#fff;
	border:0px solid #888;
}

table.techsegtable > tbody > tr > th {
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	background:#fff;
	border-right:1px solid #000;
	color:#000;
}

table.techsegtable > tbody > tr > td {
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	border-spacing:1px;
}

table.techsegtable > tbody > tr > td > a {
    color: inherit;
    text-decoration:none;
}

table.techsegtable > tbody > tr > td > a:hover {
    color: inherit;
    text-decoration:underline;
    cursor: pointer;
}

#map_canvas img {
    max-width: none !important;
}

