/* Estils requerits pel CMS */

/**********************************************************************
 * Missatges
 **********************************************************************/

.message { border: 2px solid; border-radius: 5px; -moz-border-radius: 5px; padding: 0.7em; width: 70%; margin: 1.5em auto }
.message.notice { color: #333; border-color: #ccc; background-color: #fafafa }
.message.error { color: #800; border-color: #c66; background-color: #fff6f6 }
.message.ok { color: #050; border-color: #9c9; background-color: #f6fff0 }

/**********************************************************************
 * "Accions" (enllaços de navegació, ...)
 **********************************************************************/

a.action { line-height: 18px; background: url(bullet_go.png) no-repeat 0 50%; padding: 1px 0 1px 19px }
a.action.add { background-image: url(add.png) }
a.action.edit { background-image: url(page_edit.png) }
a.action.save { background-image: url(disk.png) }
a.action.return { background-image: url(bullet_return.png) }

/**********************************************************************
 * Helper per mostrar fitxers adjunts
 **********************************************************************/

div.brcm-attachment a {
padding:2px 0 2px 22px;
background-position:0 2px;
background-repeat:no-repeat;
background-image:url(page_white.png)
}
	
	div.brcm-attachment.brcm-text a {background-image:url(page_white_word.png)}
	div.brcm-attachment.brcm-excel a {background-image:url(page_white_excel.png)}
	div.brcm-attachment.brcm-powerpoint a {background-image:url(page_white_powerpoint.png)}	
	div.brcm-attachment.brcm-pdf a {background-image:url(page_white_acrobat.png)}

div.brcm-attachment span.brcm-size {
font-size:91%;
color:#666666;
}

div.brcm-attachment div.brcm-description {
margin-top:3px;
font-size:91%;
}

/**********************************************************************
 * Paginador
 **********************************************************************/
 
.pager { text-align: center; color: #353C46; margin: 1.3em auto; padding: 10px 3% 0 3%; margin-top: 10px }
.pager ul { list-style: none; padding: 0; display: inline; line-height: 2em }
.pager ul li { display: inline; padding: 0 }
.pager ul li a,
.pager ul li strong { padding: 1px 4px 2px 4px }
.pager ul li strong { }
.pager ul li a { text-decoration:none }
.pager ul li a:hover { background: #eee }
.pager ul li,
.pager ul li.previous a,
.pager ul li.next a { border-width: 0; padding: 1px 1px 2px 0 }
.pager ul li.previous img,
.pager ul li.next img { vertical-align: middle }

/**********************************************************************
 * Formularis
 **********************************************************************/
 
form.generic .field { margin: 1em 0 }
form.generic .field .label label { font-weight: bold }
form.generic .field .label .required,
.formFieldRequired { color: #c30; font-weight: bold }
form.generic .field .error { color: #a61111; font-weight: bold }
form.generic .actions { margin-top: 1.5em }

/**********************************************************************
 * Administració
 **********************************************************************/

body.admin.no-part-publica,
body.admin.part-publica #cms-admin {
    font: 12px/1.2em Arial, sans-serif; 
    color: #222; 
    background: #fff; 
    margin: 0; 
    padding: 0;
}

	/**********************************************************************
	 * Capçalera
	 **********************************************************************/
	
	#cms-admin-capcalera { 
        color: #fff;  
	    background: #2B4F73 url(header-background-gestor-de-continguts-cat.jpg) 0 0 no-repeat; 
	    text-align: left; 
		width:100%; 
		width:100%;
        position: relative;
	}
	
	#cms-admin-capcalera a { 
	    color: #E0EBF1; 
        text-decoration: none; 
		border:0;
	}
	
	#cms-admin-capcalera a:hover { 
        text-decoration: underline;
	}
	
    #cms-admin-capcalera .logo { 
        float: left;
		width:20%;
		min-width:192px;
    }
	
		#cms-admin-capcalera .logo img {
		float:left;
		padding:3px 0 5px 35px; 
		} 
    
    #cms-admin-capcalera .contingut {
        float: left;
        margin-top:17px;
        margin-right:24px;
		padding-left:15px;
        padding-right:24px;
		border-left:1px solid #7B96AE;
        border-right:1px solid #7B96AE;
		min-height:38px;
    }
    
    #cms-admin-capcalera .contingut .titol {
        font-weight: bold; 
        font-size: 133%;
    }
    
    #cms-admin-capcalera .contingut .accions {
        margin:11px 0 0 0;
        padding:0;
		font-size:91%;
		float:left;
    }
    
    #cms-admin-capcalera .contingut .accions li {
        float: left;
        margin: 0 0.5em 0 0;
        padding: 0;
        list-style: none;
    }

    #cms-admin-capcalera .afegir { 
        float: left; 
        margin-top:17px; 
		min-height:38px; 
		position:relative; 
    } 
	 
		#cms-admin-capcalera .afegir span.boto { 
		height:33px; 
		cursor:pointer; 
		width:58px; 
		display:block; 
		overflow:hidden; 
		text-indent:-10000px; 
		background: transparent url(icona-afegir-pagina.jpg) 0 0 no-repeat; 
		border:2px solid #9AAEC0; 
		} 
		
		#cms-admin-capcalera .afegir span.boto:hover,
		#cms-admin-capcalera .afegir.desplegat span.boto {border-color:#E0EBF1} 
		 
		#cms-admin-capcalera .afegir.desplegat span.boto {background-position:0 -33px;}
	 
		#cms-admin-capcalera .afegir div.moduls { 
		display:none; 
		position:absolute; 
		top:33px; 
		left:0; 
		z-index:1000; 
		width:188px; 
		padding-bottom:5px; 
		background: transparent url(fons-menu-afegir-modul.png) center bottom no-repeat;		 
		} 
		 
			#cms-admin-capcalera .afegir.desplegat div.moduls {display:block;} 
		 
			#cms-admin-capcalera .afegir div.moduls ul { 
			margin:0; 
			padding:0; 
			list-style:none; 
			background-color:#5D81A0; 
			border:2px solid #9AAEC0; 
			} 
			 
				#cms-admin-capcalera .afegir div.moduls ul a { 
				text-decoration:none; 
				color:white; 
				display:block; 
				padding:5px 15px; 
				} 
				 
				#cms-admin-capcalera .afegir div.moduls ul a:hover {background-color:#2B4D6A} 
				 
				#cms-admin-capcalera .afegir div.moduls ul li.pagina { 
				padding-bottom:2px; 
				background: transparent url(separador-menu-afegir-tipus-moduls.gif) left bottom repeat-x; 
				}

    #cms-admin-capcalera .usuari { 
        position: absolute; 
	    top: 18px; 
	    right: 17px; 
	    background: url(user.gif) left center no-repeat; 
	    padding-left: 18px;
	}
	
	#cms-admin-capcalera .contingut a.actiu {
        font-weight: bold;
	}

	#cms-admin-capcalera .suport {
	position: absolute; 
	top: 40px; 
	right: 17px; 
	}
	
	#cms-admin-capcalera .suport a {
	float:right;
	margin-left:5px;
	padding:4px 4px 4px 24px;
	background-color:#3A5B7E;
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-size:91%;
	}
	
		#cms-admin-capcalera .suport a.ajuda { background-image: url(help.png) }
		#cms-admin-capcalera .suport a.contactar { background-image: url(email.png) }

/**********************************************************************
 * Llistes amb el format mínim (només amb salts de línia entre items)
 **********************************************************************/

ul.minimal { 
    margin: 0 !important; 
    padding: 0 !important; 
    list-style: none !important;
}

ul.minimal li { 
    margin: 0 !important; 
    padding: 0 !important;
    background-image: none !important;
}

/**********************************************************************
 * Disposició de fotografies
 **********************************************************************/

/* contenidors imatges*/
div.brcm-generic-element-with-images-on-the-right div.brcm-group-of-images,
div.brcm-news-module div.brcm-news-detail div.brcm-group-of-images {
float:right;
margin-left:10px;
}
div.brcm-generic-element-with-images-on-the-left div.brcm-group-of-images {
float:left;
margin-right:10px;
}

div.brcm-generic-element-with-image-gallery,
div.brcm-gallery-of-images {
width:100%;
overflow:hidden;
}

/* imatges */
div.brcm-generic-element-with-images-on-the-right div.brcm-image-and-caption,
div.brcm-generic-element-with-images-on-the-left div.brcm-image-and-caption,
div.brcm-generic-element-with-image-gallery div.brcm-image-and-caption,
div.brcm-generic-element-with-big-images div.brcm-image-and-caption {
margin-bottom:10px;
}

div.brcm-generic-element-with-image-gallery div.brcm-image-and-caption,
div.brcm-gallery-of-images div.brcm-image-and-caption {
float:left;
margin-right:10px;
margin-bottom:10px;
}

div.brcm-image-and-caption div.brcm-caption {
margin-top:5px;
font-size:91%;
}

/**********************************************************************
 * Mòdul cercador
 **********************************************************************/

div.brcm-search-module div.brcm-url {
font-size:91%;
color:#666666;
}

/**********************************************************************
 * Mòdul butlletí electrònic
 **********************************************************************/
div.brcm-newsletter-module ul.brcm-list-of-modules {
margin:0 inherit !important;
padding:0 !important;
}


div.brcm-newsletter-module ul.brcm-list-of-modules li {
background-image:none !important;
padding:0 !important;
margin:0 0 5px 0 !important;
width:100%;
overflow:hidden;
}

div.brcm-newsletter-module ul.brcm-list-of-modules div.brcm-module,
div.brcm-newsletter-module ul.brcm-list-of-modules div.brcm-select-interests {
float:left;
}

	div.brcm-newsletter-module ul.brcm-list-of-modules li div.brcm-module { /* estat desmarcat */
	width:180px;
	border:1px solid #CDCDCD;
	background-color:#F3F3F3;
	padding:0 10px;
	}

	div.brcm-newsletter-module ul.brcm-list-of-modules li div.brcm-module * {
	float:left;
	height:22px;
	line-height:22px;
	margin-right:5px;
	}
	
	div.brcm-newsletter-module div.brcm-select-interests {width:250px;overflow:hidden}
	
		div.brcm-newsletter-module ul.brcm-list-of-modules div.brcm-show-hide {
		border:1px solid #CDCDCD;
		border-left-width:0;
		background-color:#F3F3F3;
		padding:0 10px;
		height:22px;
		line-height:22px;
		}
		
			div.brcm-newsletter-module ul.brcm-list-of-modules div.brcm-show-hide a {
			padding-left:20px;
			background:transparent url(icona-plegar-desplegar.gif) 0 -36px no-repeat;
			}
			
			div.brcm-newsletter-module ul.brcm-list-of-modules div.brcm-select-interests.brcm-open a {background-position: 0 0;}
	
		div.brcm-newsletter-module div.brcm-select-interests ul {
		height:100px;
		overflow:auto;
		border:1px solid #CDCDCD;
		border-top-width:0;
		padding:10px;
		margin:0 !important;
		}

/**********************************************************************
 * Miscelània
 **********************************************************************/

.float-container, /* deprecated */ .floatContainer { 
	overflow: hidden; 
	_display: inline-block;
}

.clear,.brcm-clear { 
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hasMargin { 
	margin: 1.2em 0;
}

a.feed {
	background: url(feed.png) no-repeat 0 center;
	padding-left: 18px;
}

.achtung {
    text-decoration: blink;
    background-color: #FF0000;
    font-weight: bold;
    color: #FFFFFF;
}
