
/*Barras de ámbito de servicios*/

.directoriesContainer {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 100%;
}

.directoryWindowButton{
	position: absolute;
	top: 20px;
	width: 130px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	cursor: pointer;
}

.serviceScopeBar {
	width: 315px;
	height: 24px;
	left: 6px;
	position: relative;
	background-image: url(../img/others/top-bottom_1x24.gif);
	background-position: 0 0;
	background-repeat: repeat;
}

.leftSizeServicesScopeBar{
	background-image: url(../img/others/corners-sprite_12x24.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 24px;
	position: absolute;
	width: 6px;
}

.rightSizeServicesScopeBar{
	background-image: url(../img/others/corners-sprite_12x24.gif);
	background-position: 6px 0;
	background-repeat: repeat;
	height: 24px;
	left: 321px;
	position: absolute;
	width: 6px;
}

.serviceScopeTextDiv {
	top: 5px;
	position: absolute;
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #15428B;
}

.unfoldServicesButtonOpened {
	position:absolute;
	right:0px;
	top:5px;
	height:15px;
	width:15px;
	background-image: url(../img/others/unfoldButton-sprites.gif);
	background-repeat: no-repeat;
	background-position: 0 -15;
	cursor: pointer;
}

.unfoldServicesButtonOpenedOver {
	position:absolute;
	right:0px;
	top:5px;
	height:15px;
	width:15px;
	background-image: url(../img/others/unfoldButton-sprites.gif);
	background-repeat: no-repeat;
	background-position: -15 -15;
	cursor: pointer;
}

.unfoldServicesButtonClosed {
	position:absolute;
	right:0px;
	top:5px;
	height:15px;
	width:15px;
	background-image: url(../img/others/unfoldButton-sprites.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.unfoldServicesButtonClosedOver {
	position:absolute;
	right:0px;
	top:5px;
	height:15px;
	width:15px;
	background-image: url(../img/others/unfoldButton-sprites.gif);
	background-repeat: no-repeat;
	background-position: -15 0;
	cursor: pointer;
}

.serviceNodeContainer {
	position:relative;
	height:auto;
	width:100%;
	bottom:5px;
	border:6px solid transparent;
}

.serviceTextContainer {
	cursor:pointer;
	width:280px;
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	left: 10px;
	position: 300;
}

.serviceInfoButton {
	position:absolute;
	right:30px;
	height:15px;
	width:15px;
	background-image: url(../img/others/infoService_stable.png);
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0px;
}

.serviceInfoButtonOver {
	position:absolute;
	right:30px;
	height:15px;
	width:15px;
	background-image: url(../img/others/infoService_over.png);
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0px;
}

.serviceInfoButtonOver {
	position:absolute;
	right:30px;
	height:15px;
	width:15px;
	background-image: url(../img/others/infoService_over.png);
	background-repeat: no-repeat;
	cursor: pointer;
	top: 0px;
}

.infoLine {
	height: auto;	/*25px*/
	position: relative;
	top: 8px;
	width: 100%;
}

.infoParameter {
	position: absolute;
	right: 425px;
}

.infoValue {
	left: 55px;
	position: relative;
	width: 390px;
}

#loadingDataBar{
	background-image: url(../img/others/waiting_idee.gif);
	background-position: 0 0;
	background-repeat: repeat;
	position: relative;
	left: 20px;
	top: 20px;
	height: 13px;
	width: 101px;
}

#disableAddLocalServicesWindow{
	background-image: url(../img/others/hideClient.gif);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#currentZoneServicesTextDiv{
	position:absolute;
	top:14px;
	left:40px;
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#000000;
}

#localAdministrationTextDiv{
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#000000;
}

