@charset "utf-8";
/* CSS Document */


/********** Bàsics **********/

a{
	text-decoration:none;
}

a img {
	border: none;
}

body {
	margin:0px;
}



/*********** Ids ***********/

#addUrl{
	position:relative;
	width:280px;
	left:50%;
	margin-left:-140px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:50px;
	font-style: italic;
}

#globalInfo{
	height:40px;
	text-align:center;
}

#logo{
	position:relative;
	left:50%;
	margin-left:-75px;
	width:150px;
}

#notice{
	width:100%;
	margin:0px;
	padding:15px;
	font-style: italic;
}

/********** Class > Afegir adreça **********/

.addFormButton{
	text-align:center;
}



/********** Class > Menús **********/

/*** No s'està usant :
.menuDevice{
	float:left;
	width:40px;
	text-align:center;
}
***/

/*** No s'està usant :
.menuDeviceSelected{
	width:36px;
	height:36px;
	
	padding:2px;
	text-align:center;
	
	background-color:#999;
	
	-moz-border-radius: 18px 18px 18px 18px;
	border-radius: 18px 18px 18px 18px;
	-moz-box-shadow: 0px 3px 10px #111;
	-webkit-box-shadow: 0px 3px 10px #111;
	box-shadow: 0px 3px 10px #111;
}
***/

/*** No s'està usant :
.menuDeviceReady{
	float:left;
	width:60px;
	height:52px;
	
	text-align:center;
	padding-top: 6px;
	font-size: 9px;
	font-style: italic;
}
***/

/*** No s'està usant :
.menuFoot{
	width:100%;
	text-align:center;
}
***/

.menuGlobal{
	width:100%;
	height:50px;
	height:60px;
	
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	
	background-color:#999;
}

.menuGlobalReady{
	float:left;
	width:60px;
	height:52px;
	
	text-align:center;
	padding-top: 6px;
	font-size: 9px;
	font-style: italic;
}

.menuGlobalSelected{
	float:left;
	width:60px;
	height:56px;
	
	background-color:#FFF;
	
	-moz-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;
	
	text-align:center;
	padding-top: 6px;
	font-size: 9px;
	font-style: italic;
}

.menuLog{
	float:right;
	width:200px;
	margin:0px;
	padding: 10px;
}

/*** No s'està usant :
.menuOption{
	float:right;
	width:50px;
	height:60px;
	
	background-color:#999;
	
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	border: thin solid #FFF;
	
	text-align:center;
	padding-top: 6px;
	font-size: 9px;
	font-style: italic;
}
***/

.menuPannel{
	width:100%;
	margin:8px;
	padding:8px;
}

.menuSubOption{
	float:left;
	width:50px;
	height:50px;
}

.menuSubOptionButton{
	width:50px;
	height:50px;
	text-align:center;
}

/*** No s'està usant :
.menuSubOptionButtonDisabled{
	width:50px;
	height:50px;
	
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier
}
***/

.menuSubOptionsGroup{
	position:relative;
	width:200px;
	left:50%;
	height:60px;
	margin-left:-100px;
	padding:6px;
	font-size:9px;
	font-style: italic;
}



/********** Class > Llistats **********/

.reg{
	position:inherit;
	width:auto;
	height:80px;
}

.regButtons{
	float:right;
	width:50px;
	text-align:center;
}

.regCheckBox{
	float:right;
	width:50px;
	text-align:center;
}

.regFavCounter{
	width:auto;

	margin:8px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;

	text-align:left;
	font-size:12px;
	font-style:italic;
}

.regFolder{
	float:left;
	width:80px;
	padding:5px;
	text-align:center;
}

/*** No s'està usant :
.regNumber{
	float:left;
	width:75px;
	text-align:center;
}
***/

.regSelect{
	float:left;
	width:70px;
	padding:5px;
	text-align:center;
}

/*** No s'està usant :
.regTag{
	float:left;
	width:20%;
	text-align:center;
}
***/

.regURL{
	float:left;
	width:auto;
	padding:5px;
}



/********** Class > Llistats **********/

.urlsList{
	margin:6px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;
	
	font-size:16px;
	border-style:dotted;
	border-width: thin;
	border-color: #999;
	overflow:auto;
}

.urlsListHeader{
	margin:8px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;
	
	height:50px;
	
	border-style:dotted;
	border-width: thin;
	border-color: #999;
	
	text-align:center;
	font-size:12px;
	font-style:italic;
}
