@CHARSET "ISO-8859-1";

/* VEURE ANUNCI */
.anunci_complet{
	padding: 5px;
	border: solid 1px #999999;
}

/* CATEGORIA */

#nouAnunci{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFB605;
	background: url("../images/public/nouAnunci.png");
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	padding: 4px 0 0 27px;;
	margin: 20px 0 20px 25px;
}

#nouAnunci a{
	color: #FFB605;
}

.categoria{
	position: relative;
	width: 640px;
	padding: 20px 10px 5px 5px;
	margin: 5px 15px 10px;
	border: solid 1px #999999;
}

.categoria h2{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0125DD;	
}


/* INSERTAR ANUNCI */
#insertarAnunci{

}

#insertarAnunci h2{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0125DD;
	margin: 10px;
}

#insertarAnunci label{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#insertarAnunci table{
	margin: 0 0 0 30px;
}

#insertarAnunci td{
	padding: 5px 2px;	
}

/* Altra informació */

a{
text-decoration: none;
cursor: pointer;
color: #0125DD;
}

a:hover{
text-decoration: underline;
}

a img{
border: none;
}

/* Botones */
.boto_no_pitjat{
border: 2px outset #0033FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
background-color:#0066FF;
margin-left: 10px;
cursor:pointer;
}

.boto_pitjat{
border: 2px inset #0033FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
background-color:#0066FF;
margin-left: 10px;
cursor:pointer;
}