/* Nous estils per a la seccio de LAMP Gallery */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, p, a, li, input, label, select  {
	font-family: Verdana, Arial, sans-serif;
}
f
a {
	color: #666;
}

form {
	margin: 0;
	padding: 0;
}

label,select,input {
	font-size: 1.1em;
}

#super {	
	width: 780px;
	margin: 7px auto;
	border-top: 7px solid #E1081E;
}

img {
	border: none;
}

.nobr { white-space: nowrap; }

/* Estils capcalera (Logo + Idiomes + Opcions) */

#header {
	border-bottom: 1px dotted #999;
	height: 70px;
}

	#header h1 {
		margin: 15px;
		float: left;
	}
	
	#idiomes, #options, #admin_sections, #admin_sections_gallery, #idiomes a, #options a, #admin_sections a, #admin_sections_gallery a {
		text-align: right;
		color: #666;
	}
	#idiomes { clear: right }

	#idiomes {	
		margin: 7px 7px 27px 0;
		float: right;
		font-size: .9em;
	}
	
	#options {
		margin: 0 7px 0 0;
		float: right;
		clear: right;	
		font-size: 1em;
	}
	
	#admin_sections,
    #admin_sections_gallery {
		/* margin: 35px 5px 0 0; */
		margin: 0px 5px 0 0;
		float: right;
		clear: right;	
		font-size: 1.1em;	
	}
    
	#admin_sections_gallery {
		margin: 45px 5px 0 0;    
    }	

/* -------------- */




/* Estils barra de text de capcalera (missatges avis i enllac a la plana d'inici */

#textBar {
	height: 16px;
	margin: 5px;
	text-align: center;	
}
	
	#textBar p, #textBar p a {		
		margin: 0;
		color: #333;
	}
	
	#textBar p {
		font-size: 1.1em;
		float: left;
	}
	
	#textBar .back {
		float: right;
	}
	
	
	#textBar #flashMessage {
		font-weight: bold;
		font-size: 1.2em;
		margin: 0;
		color: #E1091F;
		background-color: #fff;
	}
	
		#textBar #flashMessage a {
			color: #E1091F;
		}

/* -------------- */



#content-gallery {
	position: relative; /* Per a poder posicionar i desplegar el desplegable d'enviament de pdfs */
	clear: both;
}

	/* Estils per a elements solts dintre del tag principal de la galeria */
	
	#content-gallery p {
		margin-left: 7px;
		font-size: 1.2em;
	}



/* Estils generals per a les columnes de la pagina principal */

	#column1 h2, #column2 h2, #column3 h2, legend {
		margin: 0 0 7px 0;
		color: #000;
		font-size: 13px;
		font-weight: bold;
	}
	
	#column2 p, #column3 p {
		font-size: 1.1em;
		margin-top: 10px;
		margin-left: 0;
	}
	
	#column2 a, #column3 a {
		color: #E1081E;
	}	

	#column1 ul, #column2 ul, #column3 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.tall1, .tall3 {
		height: 440px !important;
	}
	
	.tall2 {	
		height: 439px !important;
	}


/* Estils per a la columna 1 */

#column1 {
	margin-right: 10px;
	padding: 10px 15px;	
	float: left;
	width: 365px;
	height: 320px;

	background-color: #efefef;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

	/* Estils cercador home (columna 1) */
	
	#column1 p {
		margin: 0 0 15px 0;
	}
	
	#search_col label, #search_col input, #search_col select {
		font-size: 1.1em;
	}
	
	
	#search_col fieldset {
		margin: 0 0 20px 0;
		padding: 0 0 10px 0; 
		border: none;
	}
		
		#search_col fieldset.border {			
			border-bottom: 1px dotted #999;
		}
		
	#search_col legend {
		margin-left: -2px;
		margin-top: 0;
	}
	
	#search_col #buscar .text {
		width: 360px !important;
		padding: 1px;
	}
	
	#search_col .button, #search_col #ordenar input {	
		font-family: 'Microsoft Sans Serif';
		float: right;
		width: 60px;
		padding: 0;
	}
		
	#search_col #filtrar label {
		width: 160px; 
		line-height: 18px;
		clear: both;
		float: left;		
	}
	
	#search_col #filtrar select, #search_col #ordenar select {	
		width: 205px;	
		float: left;
		height: auto;
		margin-bottom: 10px;
	}
	
	#search_col #filtrar .checkbox {
		margin-bottom: 10px;
		border: none;
	}
	
	#search_col input {
		float: left;
		padding: 2px;
	}
	
	/* ----------------------------- */



/* Estils de la columna central */

#column2 {
	float: left;
	margin-right: 10px;
	padding: 9px 15px 10px 15px;	
	width: 165px;
	height: 319px;
	
	border-top: 2px solid #E1081E;
	border-bottom: 2px solid #E1081E;
}
	
	#column2 ul {
		width: 100%;
		overflow: hidden;
	}

	#column2 ul li {
		float: left;
	}

	#column2 ul li img {
		border:1px solid #ddd;
		display: block;
	}

/* -------------------------- */




/* Estils columna dreta */

#column3 {
	float: left;
	padding: 10px;
	width: 150px;
	height: 320px;	

	background-color: #efefef;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

	#column3 .separated { /* Estil per a separar amb filet superior els h2 */
		margin-top: 20px;
		padding-top: 10px;
		border-top: 1px dotted #999;
	}
	
	#column3 ul li {
		padding-left: 7px;
		background: url("../img/li_red.gif") no-repeat 0 8px;
		line-height: 16px;
		font-size: .9em;
	}

	#column3 ul li a, columna3 ul li {
		color: #000;
	}
	
	#column3 p {
		margin-left: 0;
	}
	
/* -------------------- */



/* Estils modul enviament pdf */

#clip {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	border: 1px solid #E1081E;
	width: 150px;	
	min-height: 72px;
	
	padding: 10px;
	background-color: #fff;	
}

	#clip .pdf {
		float: right;
	}
	
	#clip p {
		margin: 0;
	}
	
	#clip ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#clip ul li {
		line-height: 16px;
		margin: 3px;
	}
	
	#clip ul li img {
		vertical-align: middle;
	}
	
	#clip ul li, #clip ul li a {		
		font-size: .95em;
		color: #E1081E;
	}
	
	#clip label, #clip input.text {
		margin-bottom: 5px !important;
	}
	
	#clip label {			
		line-height: 18px;
		float: left;
		display: block;
		width: 50px !important;
		font-size: .9em;
	}
	
	#clip input.text {
		font-size: .9em;
		float: right;
		width: 90px;
	}
	
		#clip #downloadclips { /* Desplegable */
			margin-top: 20px;
		}
		
		#clip #success {
			padding-top: 10px;
			clear: both;
		}
	
/* -------------------------- */


#searchoptions #linifam {
	width: 200px;
}
#searchoptions #tipo {
	width: 160px;
}


/* Elements pagina de resultats */

	#title-header {
		border-bottom: 1px dotted #999;
		width: 766px;
		padding: 7px;
		overflow: hidden;
	}

	#results h2 {
		margin: 20px 0 0 0;
		float: left;
		font-size: 1.2em;
	}

		.album h2 {	
			font-size: 1.8em !important;
		}
		
		.album h3.title {
			margin-top: 35px;
			padding-left: 7px;
			padding-bottom: 7px;
			font-size: 1.2em;
			border-bottom: 1px dotted #999;
		}		
		
		.album .actions {
			float: right;
			margin: 27px 0 0 0;
		}
		
			.album .actions li {
				font-size: 1.1em;
				line-height: 12px;				
				display: inline;
				margin-left: 10px;
				padding-left: 10px;
				border-left: 1px solid #666;
			}
			
			.album .actions li.first {
				border-left: none;
			}
			
			.album .actions li a {				
				color: #666;
			}
			
			.album .actions li img {
				vertical-align: middle;
			}
	
		.paginator {
			font-size: .9em;
			margin-top: 2.2em;
			float: right;
			color: #999;
		}
		
			.paginator-bottom {
				margin-top: 0;
			}
			
			.paginator-album {
				margin-top: 3.1em;
			}

			.paginator span, .paginator a {
				color: #333;
			}
	
	#results {		
		width: 100%;
		overflow: hidden;
	}

		#results .list {
			margin: 15px 7px 0 7px;
			padding: 0;
			width: 770px;
			list-style: none;
		}
		
		#results .list li {
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px dotted #999;
	
			width: 100%;
			overflow: hidden;		
		}
		
		#results .image {
			width: 100px;
			float: left;
			margin-right: 10px;
		}
		
		#results .description {
			width: 480px;
			float: left;
		}
		
			#results .description h3 {
				margin: 0;
				font-size: 1.4em;
			}
			#results .description h3 a {
				color: #333;
			}
			#results .description h3 a:hover {
				color: #006;
			}
			
			#results .description p {
				margin: 15px 0;
				font-size: 1.1em;
			}
			
			#results .description p.dades {
				margin-top: 0;
				color: #E1081E;
			}
			
			#results .description p.links, #results .description p.links a {
				color: #666;
			}
		
		
		#results .options {
			float: right;
			width: 165px;		
		}
		
			#results .options ul {
				margin: 0;
				padding: 0 0 15px 10px;
				list-style: none;
				border-left: 1px dotted #E1091F;
			}
			
			#results .options ul li {
				margin: 3px;
				padding: 0;
				border: none;			
				vertical-align: middle;
				font-size: .9em;
				cursor: pointer;
				height: 20px;
			}
			
			#results .options ul li a {			
				color: #666;
				vertical-align: middle;
			}		
			#results .options ul li a:hover {			
				color: #006;
			}		
			
			#results .options ul li img {
				vertical-align: middle;
			}
			
			#results .options ul li.detalles {
				background: url(/img/icon/camera.gif) no-repeat left 0;
				padding-left: 20px;
			}
			#results .options ul li.descargar {
				background: url(/img/icon/computer_go.gif) no-repeat left 0;
				padding-left: 20px;
			}
			#results .options ul li.addtofavourites {
				background: url(/img/icon/folder_add.gif) no-repeat left 0;
				padding-left: 20px;
			}
			#results .options ul li.favourites {
				background: url(/img/icon/folder_delete.gif) no-repeat left 0;
				padding-left: 20px;
			}
			#results .options ul li.updating {
				background: url(/img/spinner.gif) no-repeat left 0;
				padding-left: 20px;
			}
		
	
	#results .recommended_search {
		margin-left: 20px;
		padding-left: 0;
		list-style: none;
	}
	
		#results .recommended_search li {
			margin: 4px 0;
			padding-left: 5px;
			font-size: 1.1em;
			background: url("../img/li_red.gif") no-repeat left center;
		}
		
		#results .recommended_search a {
			color: #666;
		}		
		
	
	/* Formulari horitzontal per a l'enviament del pdf */

	#clip_row {
		margin: 0;
		padding: 10px 20px;		
		border: 1px solid #E1081E;		
	}
	
		#clip_row .col1 {
			float: left;
			width: 220px;
		}
		#clip_row .col1-2 {
			float: left;
			width: 440px;
		}
		
		#clip_row .col2 {
			float: left;
			width: 220px;
		}
		
		#clip_row .col3 {
			float: left;
			width: 220px;
		}		
		
		#clip_row legend {
			margin-left: -12px;
		}
		
		#clip_row fieldset {
			padding-bottom: 0;
			border: none;
		}
		
		#clip_row label {
			line-height: 18px;
			text-align: right;
			width: 70px;
			margin-right: 10px;
			
			float: left;
			clear: left;
		}
		
		#clip_row input {
			margin-bottom: 4px !important;
			float: left;
		}
		
		#clip_row .button {
			margin-left: 80px;
		}	
		
		#clip_row #success {
			text-align: center;
			margin-top: 16px;
			font-size: 1.1em;
			color: #E1081E;						
		}
		
			#clip_row #success img {
				vertical-align: middle;
			}
		
		#clip_row .enviarpdf p, #clip_row .descargarpdf p {
			padding: 0 0 0 25px;
			height: 1.5em;
			background: url("/img/icon/email.gif") no-repeat left center;
			float: left;
		}
		#clip_row .enviarpdf input, #clip_row .descargarpdf input {
			margin: 10px 0 0 10px;
			float: none;
		}
		#clip_row .descargarpdf {
			margin-top: 10px;
		}
		#clip_row .descargarpdf p {
			background: url("/img/icon/page_white_acrobat.gif") no-repeat left center;
		}

#search_row {
	margin: 0;
	padding: 14px 10px;

	width: 575px;
	height: 64px;
	
	background-color:#efefef;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
	#search_row .reset {
		display: block;
		float: right;
		color: #333;
		margin:5px 0 0 0;
		padding:0;
		text-decoration: none;
	}
	#search_row .reset:hover {
		color: #000;
		background-color: #ccc;
	}
	#search_row .searchs {
		float: left !important;
	}
	
		#search_row .searchs input {
			margin-left: 10px;
			width: 200px;
			padding: 2px;
		}

	
	#search_row .checks {
		vertical-align: middle;
		float: right;		
	}
		#search_row .checks input {
			vertical-align: middle;
			margin-left: 7px;
			border: none;		
		}
		
		#search_row .checks label {
			vertical-align: middle;
		}
		
		#search_row .checks label#productos {
			margin-right: 25px;
		}

	
	#search_row .selects {
		vertical-align: middle;
		margin-top: 15px;
		width: 100%;
		float: left;
		clear: left;
	}


	/* Estil especific per a ajustar el cercador d'albums partind del #search_row */
	#search_row.album {
		width: 760px;
		height: 25px;
	}

div.auto_complete {
   position:absolute;
   width:250px;
   background-color:#fff;
   border:1px solid #888;
   margin:0px;
   padding:0px;
 }
 
div.auto_complete ul {
   list-style-type: none;
   margin:0px;
   padding:0px;
}
 
div.auto_complete ul li.selected { background-color: #ffb;cursor: pointer; }
 
div.auto_complete ul li {
   list-style-type: none;
   display:block;
   margin:0 !important;   
   padding: 2px;   
   font-size:1.2em;
}

textarea.auto_complete {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

#photostream {
	width:210px;
	height:110px;
}

#photostream .div {
	text-align:center;
	width:100px;
	height:100px;
}


p.warning {
	margin-top: 0;
	margin-bottom: 30px !important;
	font-size: 1.2em;
}

	p.warning img {
		vertical-align: middle !important;
	}
	
	p.warning a {
		color: #E1081E;
	}


/* Estils taules */

	#content {	
		margin: 20px 10px;		
	}

	#content h3 {
		margin: 10px 0 20px 0;
		font-size: 1.6em;
	}
	
	#content h4 {
		margin: 20px 0;
		font-size: 1.3em;
	}
	
	#content p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#content p, #content li {		
		font-size: 1.1em;
		line-height: 16px;
	}	
	
	#content li {
		margin: 7px 0;	
	}

	/* Estils propis de la taula */
	
	.list {
		border-collapse: collapse;
		width: 100%;
	}
	
		.list th, .list td {
			vertical-align: top;
			padding: 10px 10px;
			font-size: 1.1em;
			text-align: left;
		}
		
		.list th {
			color: #666;
			font-weight: normal;
		}
		
		.list td {
			color: #333;
		}
		
		.list tr {
		}
		
		/* Estils especifics per a les columnes */
		
			.albums .id { width: 20px; text-align: center; }
			.albums .publicado { width: 50px; text-align: center; }
			.albums .titulo { width: 200px; }
			.albums .descripcion { width: auto; }
			
			.familias .id { width: 20px; text-align: center; }
			
			.concursantes .dni { width: 100px; }
			.concursantes .inscripcion { white-space: nowrap;	}			
			.concursantes .telefono { white-space: nowrap; }
			.concursantes .email { white-space: nowrap; text-align: center;	}
			
			
			.acciones {
				text-align: center !important;
				white-space: nowrap;
				width: 60px;
			}

			.full {
				width: 100%;
			}			
			
			.gris {
				background: #eee;
			}			
			
		/* ------------------- */


/* Paginacio de les taules de productes */

.pagination {
	height: 20px;
	margin: 20px 10px;
	line-height: 20px;
}

	.pagination .right {
		float: right;
	}
	
	.pagination .left {
		float: left;
	}

/* ------------------------------------ */

			
		
/* Estils barra administrador */

	#adminbar {
		background-color: #999;
		padding: 10px;
	}
	
		#adminbar h2 {			
			font-size: 1.6em;
			margin: 0;
			padding: 0;
			color: #fff;
		}



	
	#adminoptions {
		width: 100%;
		overflow: hidden;
		border-bottom: 1px dotted #999;
	}		
	
		#adminoptions form {	 	
			margin: 0;
			padding: 10px 0;
			float: left;
		}
		
			#adminoptions form .tip, #adminoptions form .error_message {
				margin-left: 150px;
				display: block;
				font-size: 1em;
				color: #666;
			}			
		
			#adminoptions label, #adminoptions input, #adminoptions select {			
				margin: 5px 5px 5px 0px;
				float: left;
			}
			
				/* Prices' main section search button alignment */
				#adminoptions input.concursantes_button {
					margin-left: 148px;
				}
			
			#adminoptions label {
				width: 135px;
				font-weight: bold;
				margin-left: 10px;
			}
			
			#adminoptions .radio, #adminoptions .checkbox {
				height: 18px;
			} 
			
			#adminoptions br {
				clear: both;
			}
			
		#adminoptions ul {
			margin: 15px 0px;
			list-style: none;
			float: right;
		}
		
		#adminoptions ul li {			
			padding-right: 5px;
			margin-right: 5px;
			border-right: 1px solid #999;
			font-size: 1em;
			float: left;
		}
		
			#adminoptions ul li.last {
				padding-right: 0;
				margin-right: 0;
				border-right: none;
			}

			#adminoptions ul li img {
				vertical-align: middle;
			}

		#adminoptions .actionform, .actionform {
			margin: 0;
			padding: 0;
		}
		
		.actionform img {
			vertical-align: middle;
		}
		
		.actionform button {
			background-color:transparent;
			border:1px solid #ffffff;
			font-size:1em;
			float:left;
			width: auto;
			overflow:visible;
			color:#666666;
			font-family:Verdana,Arial,sans-serif;
			cursor: pointer;
		}
		
		.actionform button:hover {
		    background-color:#EFEFEF;
		    border:1px solid #c2e1ef;
		    color:#336699;
		}
		.actionform button.positive:hover {
		    background-color:#E6EFC2;
		    border:1px solid #C6D880;
		    color:#529214;
		}
		.actionform button.negative:hover {
			background:#fbe3e4;
			border:1px solid #fbc2c4;
			color:#d12f19;
		}
		.actionform button span {
			text-decoration:underline;
		}
		.actionform button span.selected{
			text-decoration:none;
			font-weight: bold;
			color: #000;
		}
	
	.commercial-pedidos {
		float: right;
		margin-right:10px;
		width:327px;
		padding: 20px 0 0 0;
		border-top: 1px dotted #666;
		font-size: 15pt;
	}
	/* ---------------- */




/* Estils per a la fitxa p�blica de la imatge */

#description, #image {
	margin-top: 20px;
}

#image {
	padding-left: 7px;
	float: left;
}

#description {
	float: left;
	width: 255px;
	padding: 0 15px;
}

	#description h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.6em;
	}
	
	#description ul {
		margin: 8px;
		padding: 0;
		list-style: none;		
	}
	
	#description li {
		color: #E1081E;
		font-size: 1.1em;
		line-height: 20px;
		padding-left: 7px;
		background: url(../img/li_red.gif) no-repeat scroll 0 10px;
	}	
	
		#description li.zoom, #description li.download, #description li.favoritos {
			line-height: 22px;
			padding-left: 18px;
			font-size: 1.1em;
			color: #666;
		}
	
		#description li.zoom {			
			background: url(../img/icon/zoom.gif) no-repeat scroll 0 center;			
		}
		
		#description li.download {
			background: url(../img/icon/computer_go.gif) no-repeat scroll 0 center;
		}
		
		#description li.favoritos {
			background: url(../img/icon/folder_add.gif) no-repeat scroll 0 center;
		}
	
	#description p {
		color: #333;
		line-height: 14px;
		font-size: 1.1em;
		margin-left: 0;
	}
	
	#description .links {
		color: #666;
	}

#navigation {
	float: right;
	position: relative;
	z-index: 0;
	width: 300px;
	background-color: #eee;
	height: 80px;
	padding: 10px;
}

	#navigation .previous {
		float: left;
		margin-top: 30px;
	}
	
	#navigation .previousimg {
		float: left;
	}	

	#navigation p {
		margin: 0;
		width: 75px;
		position: absolute;
		top: 24px;
		left: 123px;
		text-align: center;
		line-height: 25px;
	}
	
	#navigation p, #navigation p a {
		font-size: 1.1em;
		color: #E1081E;
	}

	#navigation .nextimg {
		float: right;
	}
	
	#navigation .next {
		float: right;
		margin-top: 30px;
	}	
	
	
	
	
#navigationVert {
	padding: 5px 0;
	float: right;
	width: 170px;
	border-top: 3px solid #E1081E;
	background-color: #eee;
	display: inline;
	
	margin: 20px 0 0 0;
}

	#navigationVert p {
		text-align: center;
	}

	#navigationVert p, #navigationVert p a {
		color: #E1081E;
	}


	.up, .upimg, .down, .downimg {
		margin: 5px auto;
		display: block;
	}

/* ------------------------------------------ */







/* TODO: Reordenar i preparar-los per a aprofitar-los al maxim a la resta de planes on calgui reutilitzar-los */

#modificarAlbum {
	margin-top: 20px;
	margin-left: 10px;
}

#modificar_right {
	width: 320px;
	float: right;
}

#modificar_left {
	width: 400px;
	float: left;
}

.fieldblock {	
	width: 370px;
	padding: 15px;
	margin-bottom: 1px;
	border-top: 1px dotted #999;
	border-right: 1px dotted #999;
	border-left: 3px solid #999;
}

	.fieldblock p {		
		margin: 0 25px 15px 0 !important;
		font-size: 1.1em;
	}
	
	.fieldblock label {
		float: left;
		width: 100px;
		line-height: 18px;		
	}	
	
	.fieldblock input, .fieldblock select {
		width: 240px;
	}
	.fieldblock .inp2 {
		width: 20px;
	}
	.fieldblock .inp4 {
		width: 40px;
	}
	.fieldblock textarea {
		width: 240px;
		height: 50px;
	}	
	
	.fieldblock label, .fieldblock textarea, .fieldblock select, .fieldblock input {
		margin-bottom: 10px;
	}
	
	.fieldblock .sublabel {
		vertical-align: top;
		padding-top: 30px;
		float:none;
	}

	.fieldblock .horizgroup {
		float:none;
	}
	
	.fieldblock .button {
		float: right;
		clear: both;
		margin-right: 25px;
		margin-bottom: 0;
		display: inline;
		width: auto;
	}
	
	.fieldblock .tip, .fieldblock .error_message {
		font-size: 1em;
		margin-top: -5px;
		width: 235px;
		clear: right;
		float: right;
		
		margin-right: 30px;
		margin-bottom: 10px;
		color: #666;
	}	
	
	.fieldblock .error_message {
		font-weight: bold;
		color: #E1081E;
		/*background: url(/img/icon/error.png) no-repeat left;*/
	}
	
	.fieldblock .lock {
		width: 18px;
		float:right;
	}	
	
	form .last {
		border-bottom: 1px dotted gray;
	}	
	

/* Estils de la pagina de modificar imatge (administrador) */

#mainImage {
	width: 300px;
	background-color: #eee;
	padding: 10px;
	margin-top: 5px;
	float: right;
	clear: right;
}

	#mainImage h1 {
		margin: 0;
		font-size: 1.1em;
	}

	#mainImage .description {
		margin-bottom: 10px;
		font-size: 1em;
		color: #E1081E;
	}



#duplicate {
	margin-top: 5px;
	padding: 10px !important;
	
	width: 298px;
	float: right;
	clear: right;
	border: 1px solid #E1081E;
	background-color: #fff;
}

.red {
	color: #E1081E;
}

.green {
	color: #009933;
}

#duplicate ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#duplicate li {
	height: 80px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1em;
	border-top: 1px dotted #ccc;
}

#duplicate li .duplicada {
	margin-right: 10px !important;
}

#duplicate li p {
	margin: 0;
	line-height: 20px !important;
}

#duplicate p.borrar {
	font-size: 1.1em;
	margin: 5px;
}

input.check {
	margin-top: 10px;
	float: left;	
	width: auto;
}

label.check {
	margin: 5px;
	height: 20px;
	width: 150px;
	vertical-align: middle;
	display: block;
	float: left;
	clear: none;
}

.check img {
	margin-right: 4px;
	vertical-align: middle;
}

#content br, form br {
	clear: both;
}




/* Estils per al dl per a mostrar dades */

.showdata {
	width: 345px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
	margin: 0;
	border: 1px dotted #999;
	border-left: 3px solid #ccc;
	font-size: 1.1em;
}
	
	dl.inner {
		border-bottom: none;
	}

	.espanol, .es { 
		border-left-color: #FFCC00;
	}
	.english, .en {
		border-left-color: #E1081E;
	}
	.francais, .fr {
		border-left-color: #0033CC;
	}
	.deutsch, .de {
		border-left-color: #093;
	}	

	.showdata dt {
		font-weight: bold;
		float: left;
		clear: left;
		margin-bottom: 15px;
		width: 120px;
	}
	
	.showdata dd {
		margin-left: 130px;
		margin-bottom: 25px;
	}



	/* Llista de definicio per als llistats de projectes entregats de cada concursant - Mateix estil que el showdata pero m�s estret */
	
		.project {
			width: 300px;
			padding-bottom: 10px;
		}
		
			.project dt {
				margin-bottom: 0px;
			}
			
			.project dd {
				margin-bottom: 10px;
			}
	
	
	
	
	
/* Estils per a la pagina de gesti� solicituds */
	
.datos_contacto {
	float: left;
}

table {
	clear: both;
}

.solicitudes_list, .actions_list {
	width: 345px;
	background-color: #fff;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 3px solid #E1091F;
}

.solicitudes_list .solicitud {
	width: 335px;
	overflow: hidden;
	padding: 4px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	border: 1px solid #cccccc;
}
	#solicitudes_list .solicitudes_title, #actions_list h4 {
		margin: 10px 0;
	}
	.solicitudes_list .solicitud p {
		letter-spacing: -0.05em;
		font-weight: bold;
	}
	div.type {
		margin-top: -5px;
	}
	div.status {
		/* float: right; */
	}
	
		.pedido-actions {
			width: 40%;
		}
		.pedido-actions, .pedido-actions li {
			list-style: none;
			float: right;
			margin: 0 0 0 5px !important;
			padding: 0 !important;
			display: block;
			top: 0;
		}
	
		.pedido-actions li {
			line-height: 18px;
			vertical-align: middle !important;
		}
		
		.pedido-actions li img {
			display: inline;
			vertical-align: middle !important;
			margin-right: 2px;
		}

.actions_list .action {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
}
	.actions_list .action .user {
		float: right;
		text-align: right;
	}
	.actions_list .action .comment {}
	.actions_list .action select, .actions_list .action textarea {
		width: 100%;
		border: 1px solid #7F9DB9;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
	}
	.actions_list .action textarea {
		border: 1px solid #CBCBCB;
	}
	.actions_list .form {
		background-color: #EEEEEE;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.actions_list .form form {
		margin: 10px;
	}
	.actions_list .comment {
		width: 75%;
	}
.fieldblock .checks, .fieldblock .radios {
	float: right;
	width: 270px;
	*width: 265px;
}

.fieldblock .checks input {
	width: 18px !important;
	float: left;
	
}

.fieldblock .checks label {
	padding-top: 2px;
	width: 80%;
	float: left;
	clear: none;
}

.fieldblock .radios {
	margin-bottom: 15px;
}

.fieldblock .radios input {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 18px !important;
	float: left;
	
}

.fieldblock .radios label {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 2px;
	width: 80%;
	float: left;
	clear: none;
}


/* Estils per als zooms de les imatges de la galeria */

	#zoom {
		padding: 15px;
	}

	#zoomOptions {
		width: 100%;
		overflow: hidden;
		font-size: 1.1em;
		border-bottom: 1px dotted #999;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
		#zoomOptions ul {		
			margin: 0;
			padding: 0;
			list-style: none;
		}
	
		#zoomOptions li {			
			font-family: Verdana, sans-serif;
			color: #333;
		}
		
			#zoomOptions li a {
				text-decoration: none;
				color: #333;
			}
			
			#zoomOptions li a:hover {
				text-decoration: underline;
			}			
		
			#zoomOptions li.close {
				float: right;
			}
			
			#zoomOptions li.print {
				float: left;
			}
		
		#zoomOptions img {
			vertical-align: middle;
		}
	
	#zoomImage{
		text-align: center;
	}	

#content ul.pedidos {margin:0;padding:0;font-size:0.9em}
#content li.pedido {margin:0;padding:0;line-height:13px}
#content li.pending {color:#f00}

#pedidos { float:right; clear:right; margin: 15px 5px 0 0; font-size: 8pt;}

#sortfam {
	list-style: none;
}
	#sortfam li{
		height: 100px;
		border: 1px dotted #666;
	}

p.aviso {
	color:#666666;
	float:left;
	font-size:10px;
	text-align:left;
	width:150px;
	margin-top: 12px;
}

p.aviso span {
	color: #E1081E;

}

p.aviso span.nowrap {	
	white-space: nowrap;
}


