/*
 * WiND - Wireless Nodes Database
 *
 * Copyright (C) 2005-2013 	by WiND Contributors (see AUTHORS.txt)
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
/* Default configuration */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

form {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #3315C1;
}

a:hover {
	text-decoration: underline;
	color: #475B7A;
}

a.menu-link:link,a.menu-link:visited,a.menu-link:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu-link:hover {
	text-decoration: underline;
	color: #E5E5E5;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}
table td {
	padding: 0px;
}

/** Generic classes **/

.hint-link {
	color: orange;
	text-align: right;
	vertical-align: bottom;
	padding: 0px 4px 4px 0px;
	font-size: 10px;
	font-weight: bold;
}
.hint-link a {
	text-decoration: none;
	color: rgb(51, 21, 193);
}

.ui-widget{
	font-size:11px;
}

/** Layout Table **/
table.layout {
	width: 100%;
	height: 100%;
}

table.layout td.header {
	height: 90px;
}

table.layout td.navigation {
	width: 200px;
	vertical-align: top;
	border-right: 4px solid #093668;
}

table.main td.footer {
	height: 20px;
	background-color: #000000;
}

/** Header table **/
div.header {
	width: 100%;
	height: 93px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #161E49),
		color-stop(1, #394C86)
	);
	background-image: -o-linear-gradient(bottom, #161E49 0%, #394C86 100%);
	background-image: -moz-linear-gradient(bottom, #161E49 0%, #394C86 100%);
	background-image: -webkit-linear-gradient(bottom, #161E49 0%, #394C86 100%);
	background-image: -ms-linear-gradient(bottom, #161E49 0%, #394C86 100%);
	background-image: linear-gradient(to bottom, #161E49 0%, #394C86 100%);
	border-bottom: 2px solid #c3c3c3;
	position: relative;
}

div.header img.logo {
	display: block;
}


div.user-panel {
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #c3c3c3;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-radius: 5px 0px 0px 0px;
	padding: 5px 10px;
	
}

div#login-dialog {
	display: none;
}

div.user-panel .user{
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.language-selection {
	display: inline-block;
	margin-left: 10px;
}
.language-selection a img{
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}

ul.languages{
	list-style-type: none;
	margin: 0px;
	display: block;
	float: right;
	position: absolute;
	z-index: 1000;
	right: 2px;
	top: 22px;
	background: white;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	padding: 5px 15px;
	display: none;
}

ul.languages li{
	margin: 5px 0px;
	padding: 0px
	
}
.languages li a{
	white-space: pre;
}

/** Login dialog **/

.login-dialog {
	padding: 10px;
	border-radius: 15px;
	border-width: 0px;
	font-size: 12px;
	font-family: Verdana !important;
	color: white !important;
	background-color: #9ba8c2 !important;
	background-image: none;
	box-shadow: 0px 0px 10px #343434;
	width: 250px !important;
	position: relative;
}

.login-dialog .close.button{
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent url('../images/login_close.png') no-repeat center center;
}
	
.login-dialog a {
	color: #474ca0;
}
.login-dialog a:hover {
	text-decoration: none;
}

.login-dialog .notification{
	display: none;
}

.login-dialog .info .notification{
	display: block;
	background-color: #D6D6D6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
    width: 212px;
}

.login-dialog .error .notification{
	color: #CF0D0D !important;
}
.no-title-dialog .ui-dialog-titlebar {
	display: none
}

.login-dialog label{
	display: block;
	margin: 15px 0px;
}

.login-dialog fieldset {
	border: 0px;
	padding: 0px;;
}

.login-dialog input[type=password], .login-dialog input[type=text]{
	display: block;
	font-size: 15px;
	width: 212px;
	border: none;
	border-radius: 4px;
	padding: 5px;
	color: #424242;
}

.login-dialog input[type=submit] {
	background: #627295;
	color: #f1f1f1;
	font-size: 13px;
	font-weight: bold;
	border: 0px;
	padding: 3px 8px;
	margin-right: 10px;
}

/** Main content table **/

table.main-content {
	width: 100%;
	height: 100%;
}

table.main-content td.main-title {
	height: 71px;
	border-bottom: 1px solid #093668;
}

table.main-content td.main-page {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
}

table.table-main {
    height: 100%;
    width: 100%;
}

/** Footer **/
div.footer {
	width: 100%;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
}
div.footer > *{
	margin: 0px;
	padding: 8px 8px 2px 8px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	width: 31.5%;
}

div.footer > .credits{
	text-align: right;
}

div.footer > .technologies{
	text-align: left;
}

/** Navigation **/

table.layout td.navigation > *{
	border-bottom: 2px solid rgb(9, 54, 104);
}
ul.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.menu li.even {
	background-color: rgb(255, 255, 255);
}

ul.menu li.odd {
	background-color: rgb(240, 240, 240);
}

ul.main-menu li, td.table-search-menu-text { /** hack: table-search-menu must be removed **/
	padding: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: text-bottom;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/menu2-back.png);
	border-bottom: 1px solid #000000;
}

#searchResult {
	font-family: Arial;
	font-size: 12px;
	background-color: white;
	border: #000000 dashed 1px;
	padding: 0px;
	display: none;
	position: absolute;
	width: 150px;
	vertical-align: left;"
}

div.statistics {
	font-size: 9px;
	font-style: italic;
	padding: 0px;
	font-weight: bold;

}

div.statistics .title{
	color: orange;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	background-image: url("../images/title-login-back.png");
	background-repeat: repeat-x;
	padding: 6px 4px;
}

div.statistics ul {
	list-style-type: none;
	padding: 2px 0px;
	margin: 0px;
	background: rgb(130, 150, 181) url(../images/stats.png) no-repeat 5px center;
}

div.statistics li {
	margin: 2px 0px 2px 65px;
}

div.statistics li .quantity{
	color: #f1f1f1;
}

div.toolbox .title{
	display:block;
	
	background-image: url(../images/menu2-back2.png);
	background-repeat: repeat-x;

	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
	border-bottom: 1px solid #000000;
}

div.toolbox .title img {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: middle;
}

div.toolbox .title span {
	
	padding-top: 10px;
	padding-left: 15px;
}

div.toolbox ul.menu li {
	padding: 5px;
	white-space: nowrap;
	color: rgb(0, 0, 0);
	font-size: 11px;
	font-weight: bold;
}

/* Page Title */
div.page-title {
	height: 73px;
	width: 100%;
	background-image: url(../images/title-back.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #093668;
	position: relative;
}

div.page-title h1 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	background: url(../images/title-bullet.png)	no-repeat 24px center;
	padding-left: 50px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

div.page-title .extra {
	position: absolute;
	bottom: 10px;
	right: 25px;
}

/** Help **/
#help-dialog-icon:hover {
	cursor: pointer;
}

#help-dialog {
	display: none;
}

/** Unknown **/

.table-d1 {
	width: 100%
}

td.table-d1-side {
	height: 10px;
	width: 4px;
	background-image: url(../images/table-d1-side.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

td.table-d1-side2 {
	height: 10px;
	width: 4px;
	background-image: url(../images/table-d1-side.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

td.table-d1-title-text {
	background-image: url(../images/bullet-arrow2.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C7AA6;
	padding: 5px;
	padding-left: 25px;
	padding-right: 10px;
	white-space: nowrap;
	width: 100%;
}

td.table-d1-title-space {
	width: 40px;
}

td.table-d1-title-border {
	
}

td.table-d1-title-down {
	width: 100%;
	height: 15px;
	background-image: url(../images/table-d1-footer.png);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #6C7AA6;
}

td.table-d1-text {
	background-image: url(../images/table-d1-text-back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #3B4E89;
}

td.table-d1-text1 {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #6C7AA6;
}

td.table-d1-footer {
	height: 20px;
	background-image: url(../images/table-d1-footer.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #6C7AA6;
}

/*PAGE-TABLE*/
table.table-page {
	width: 100%;
}

td.table-page-pad {
	width: 100%;
	padding: 10px;
	padding-top: 30px;
	text-align: left;
	vertical-align: top;
}

td.table-page-split {
	padding: 10px;
	padding-top: 30px;
	vertical-align: top;
	font-size: 12px;
}

td.table-page-nopad {
	width: 100%;
	text-align: left;
	vertical-align: top;
}

/* TABLE-LIST */
.table-list {
	width: 100%;
}

td.table-list-title {
	padding-top: 0px;
	padding-left: 10px;
	width: 100%;
	height: 30px;
	background-image: url(../images/table-list-title-bg2.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #36455C;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #3B4E89;
	border-bottom: 1px solid #3B4E89;
}

tr.table-list-top {
	width: 100%;
	background-color: #000000;
}

td.table-list-top-cell {
	height: 10px;
	color: #36455C;
	font-size: 12px;
	background-color: #ABBEEF;
	padding: 4px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

tr.table-list-list2 {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	padding: 4px;
}

tr.table-list-list1 {
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
}

td.table-list-cell {
	padding: 2px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

td.table-list-footer {
	padding: 4px;
	color: #375688;
	font-size: 10px;
	font-weight: bold;
	background-color: #ABBEEF;
}

.table-form {
	width: 100%;
}

tr.table-form-row1 {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}

tr.table-form-row2 {
	background-color: #F0F0F0;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

td.table-form-title {
	padding: 5px;
	white-space: nowrap;
}

td.table-form-field {
	padding: 5px;
	width: 100%;
}

td.table-form-submit {
	text-align: right;
	vertical-align: middle;
}

.fld-form-input {
	font-size: 14px;
	width: 100%;
	border: 1px solid #000000;
}

.fld-form-input-pickup {
	font-size: 14px;
	width: 100%;
	border: 1px dashed #000000;
	background-color: white;
}

.fld-form-submit {
	border: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	background-color: #8296B5;
	color: #FFFFFF;
}

.fld-form-file {
	border: 1px solid #000000;
	font-size: 10px;
}

td.menu-small-links {
	font-size: 9px;
	vertical-align: top;
	text-align: center;
	padding: 1px;
}

/* NODE INFO */
.table-node {
	width: 100%;
}

td.table-node-title {
	background-image: url(../images/title-bg.png);
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36455C;
	font-weight: bold;
	padding-left: 7px;
	border-top: 10px solid #36455C;
	border-bottom: 1px solid #36455C;
}

td.table-node-key {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36455C;
	font-weight: bold;
	background-color: #FFA448;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	white-space: nowrap;
	padding: 5px;
	text-align: right;
}

td.table-node-key2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36455C;
	font-weight: bold;
	background-color: #DBE0D7;
	border-bottom: 2px solid #ffffff;
	padding: 5px;
	white-space: nowrap;
}

td.table-node-value {
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36455C;
	padding-left: 3px;
	background-color: #EEF0EC;
	border-bottom: 2px solid #ffffff;
	padding: 5px;
}

td.table-node-value2,td.link-up,td.link-down {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36455C;
	background-color: #EEF0EC;
	border-bottom: 2px solid #ffffff;
	padding: 5px;
}

td.link-up {
	background-color: green;
	color: white;
	font-weight: bold;
}

td.link-down {
	background-color: red;
	color: white;
	font-weight: bold;
}

td.table-node-info {
	width: 100%;
	border-bottom: 3px solid;
	border-color: #36455C;
}

td.table-node-subinfo-title {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C7AA6;
	padding: 2px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	white-space: nowrap;
	border-bottom: 2px solid #36455C;
}

td.table-node-link {
	width: 100%;
	padding: 10px 0px 10px 0px;
}

td.table-node-link-info {
	vertical-align: top;
}

td.table-comments-title {
	width: 100%;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C7AA6;
	padding-left: 7px;
	text-align: left;
}

td.table-comments-text {
	width: 100%;
	height: 100%;
	padding: 5px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px solid #36455C;
	border-right: 1px solid #36455C;
	vertical-align: top;
}

table.plot-link-table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #63C8F8;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

table.plot-table {
	border: 1px solid #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #63C8F8;
}

td.plot-title {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36455C;
	font-weight: bold;
	background-color: #DBE0D7;
	border-bottom: 1px solid #000000;
	padding: 5px;
	white-space: nowrap;
	text-align: center;
}

td.node-view-left-top {
	border-right: 3px solid #36455C;
	border-bottom: 3px solid #36455C;
	padding: 5px;
}

td.node-view-left-mid {
	border-right: 3px solid #36455C;
	padding: 5px;
}

td.node-view-right-top {
	border-bottom: 3px solid #36455C;
	padding: 5px;
}

td.node-view-left-bottom {
	border-right: 3px solid #36455C;
	border-top: 3px solid #36455C;
	padding: 5px;
}

td.node-view-right-bottom {
	border-top: 3px solid #36455C;
	padding: 5px;
}

textarea {
	height: 200px;
}

/***************************************
   Map Style **/

.map {
	position: relative;
	background-color: white;
	border: 2px solid #d1d1d1;
	border-radius: 4px;
}

.map-picker-dialog {
	padding: 0px !important;
	width: 800px;
	height: 400px;
}
.map.picker{
	width: 800px;
	height: 400px;
	border-width: 0px;
	border-radius: 0px;
}

.map.fullscreen {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: auto !important;
	height: auto !important;
	border-radius: 0px;
	border-width: 0px;
}

.map-control {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 1000;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.4);
	padding: 3px;
	border-radius: 4px;
}

.map-control .button{
	font: 12px Verdana;
	padding: 8px 8px 8px 8px;
	height: 12px;
	border-radius: 4px;
	background-color: rgba(0, 60, 136, 0.5);
	color: #dedede;
	text-shadow: 1px 1px 2px #565656;
	display: inline-block;
	white-space: pre;
}

.map-control .button:hover{
	cursor: pointer;
	background-color: rgba(0, 60, 136, 0.698);
	color: white;
}
.map-node-action-popup iframe {
	width: 580px;
	height: 430px;
}

/** Location picker control **/
.map-control.map-control-picker {
	top: auto;
	bottom: 8px;
}

.map-control-picker .coordinates {
	background-color: rgba(47, 55, 66, 0.698);
	color: white;
	display: inline-block;
	height: 12px;
	padding: 8px 8px 8px 8px;
	border-radius: 4px;
}

.map-control-picker .button {
	background-color: rgba(0, 60, 136, 0.75);
}
.map-control-picker .button:hover{
	background-color: rgba(0, 60, 136, 0.85);
}
	
.map-control-picker .button.ok {
	margin-left: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px; 
}

.map-control-picker .button.cancel {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px; 
}

/** Fullscreen button **/
.map-control-fullscreen{
	right: 8px; 
}
.map-control-fullscreen span {
	display: block;
	width: 12px;
	background-image: url('../images/fullscreen.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: -2px; /** nasty hack for the extra 2px pad when overflow is hidden!!?*/
}

/** Map Filter **/
.map-control-filter {
	right: 45px;
}
.map-control-filter ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font: 10px Verdana;
	margin-bottom: -2px; /** nasty hack for the extra 2px pad when overflow is hidden!!?*/
}

.map-control-filter li.button {
	padding: 8px 0px 8px 20px;
	background: rgba(0, 60, 136, 0.5) url('../images/map/mm_20_grey.png') no-repeat 4px 4px;
	width: 0px;
	overflow: hidden;
	border-radius: 0px;
	text-shadow: none;
}

.map-control-filter li.p2p {	background-image: url('../images/map/mm_20_orange_inactive.png');	}
.map-control-filter li.p2p.active {	background-image: url('../images/map/mm_20_orange.png');	}

.map-control-filter li.ap {	background-image: url('../images/map/mm_20_green_inactive.png');	}
.map-control-filter li.ap.active {	background-image: url('../images/map/mm_20_green.png');	}

.map-control-filter li.client {	background-image: url('../images/map/mm_20_blue_inactive.png');	}
.map-control-filter li.client.active {	background-image: url('../images/map/mm_20_blue.png');	}

.map-control-filter li.unlinked {	background-image: url('../images/map/mm_20_red_inactive.png');	}
.map-control-filter li.unlinked.active {	background-image: url('../images/map/mm_20_red.png');	}


.map-control-filter ul:hover li{
	width: auto;
	padding-right: 8px;
	color: #d1d1d1;
}

.map-control-filter li:first-child {
	border-radius: 4px 0px 0px 4px;
}
.map-control-filter li:last-child {
	border-radius: 0px 4px 4px 0px;
}

.map-control-filter ul li.active{
	text-shadow: 1px 1px 2px #565656;
	color: white;
}

/** NodePopup **/
.olPopup {
	box-shadow: 2px 2px 8px #343434;
	border-radius: 0px 12px 12px 12px;
	background: white url(../images/popup-arrow.png) no-repeat 4px 4px;
}

.olPopup div.olPopupContent *{
	font-family:  Verdana;	/* google api tries to overide this... */
	font-size: 11px;
}

.olPopupContent {
	color: #464646;
	padding: 8px 14px 4px 14px !important;
}

.olPopupContent a{
	margin-top: 8px;
	margin-bottom: -5px;
	display: block;
	font-weight: bold;
	color: #475B7A;
}
	
.olPopupContent a:hover{
	text-decoration: none;
	color: #7989E0;
}
	
.olPopupContent .title{
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin: 4px 0px; 
}

.olPopupContent .id{
	color: #909090;
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 4px;
}


.olPopupContent ul.attributes{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.olPopupContent ul.attributes li{
	margin: 1px 0px;
}



/** Layers switcher Control **/ 

.olMap .olControlLayerSwitcher{
	top: 50px !important;
	padding: 3px 0px 3px 3px;
	border-radius: 4px 0px 0px 4px;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.4);
	width: auto;
}

.olMap .olControlLayerSwitcher div,
.olMap .olControlLayerSwitcher label,
.olMap .olControlLayerSwitcher a {
	font-size: 10px;
	font-family: Verdana !important;
	font-weight: normal;
}

.olMap .olControlLayerSwitcher .layersDiv {
	
	border-radius: 4px 0px 0px 4px;
	background-color: rgba(0, 60, 136, 0.698) !important;
	padding-bottom: 10px;
	padding-right: 50px;
}

.olControlLayerSwitcher .maximizeDiv, .olControlLayerSwitcher .minimizeDiv {
	top: 8px !important;
}

/* fix maximize button */
.olControlLayerSwitcher .maximizeDiv img {
	display: none;
}

.olControlLayerSwitcher div.maximizeDiv {
	background: rgba(0, 60, 136, 0.5) url('../images/map/layers_maximize.png') no-repeat ;
	border-radius: 4px 0px 0px 4px;
}

.olControlLayerSwitcher div.maximizeDiv:hover {
	background-color: rgba(0, 60, 136, 0.698) !important;
}
