/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);
@import url(../warp/css/yoooyoo.css);


html input, html select { vertical-align: top; }

/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 13px/18px Arial, Helvetica, sans-serif;
  color: #444446;
}

/* Headlines */
h1, h2, h3, h4, h5, h5, h6 { text-transform: uppercase; }

h4, h5, h6 { font-size: 14px; line-height: 14px; }

a { color: #777779; }

a:hover,
em, code { color: #222224; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #d2d2d4; }

pre {
  border: 1px solid #d2d2d4;
  border-top-color: #a2a2a4;
  border-radius: 4px;
  background: #fefeff;
  box-shadow: inset 0 0 12px rgba(0,0,2,0.04);
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
  position: relative;
  top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
  position: relative;
  top: -1px;
}

.map-widget-user-maps-content-view >  table{
	width: 510px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.map-widget-user-maps-content-view th, td {
  border: 1px solid #1442AE;
}


.map-widget-user-maps-content-view table:nth-child(1) td:nth-child(6){
	background-color  :#ccffff;
}

.map-widget-user-maps-content-view table:nth-child(1) td:nth-child(7){
  background-color  : #ccffcc
}
.map-widget-user-maps-content-view table:nth-child(1) td:nth-child(8){
  background-color  :#ffcccc;
}


