

/* This is the main CSS that includes other CSS files. */

/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px 0px -1px;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

body {
	font: 62.5%/1.4em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
}

html, body {
	height: 100%;
}

/* ---------- Links ---------- */

a {
	color: #036;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: none;
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging {
	border: 10px solid #c00;
}

/* ---------- Main content body ---------- */
/* Amb marges per 1280x1024 

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

.ie #wrapper {
	margin: 0 auto;
	width: 98px;
}
*/

#wrapper {
	margin: 0 auto;
	width: 98%;
}


/* ---------- Banner ---------- */

#banner {
	background: transparent url(../images/sindicatura/capcelera_bo.jpg) no-repeat scroll 100% 100%;
	height: 6.5em;
	position: relative;
}

#banner .logo {
	##background: transparent url(../images/common/banner_bg.png) no-repeat scroll 0 100%;
	background: transparent none repeat scroll 0%;
	display: block;
	float: left;
	font-size: 2em;
	height: 4em;
}

#banner .logo a {
	text-decoration: none;
}

.ie6 #banner .logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$company_logo,sizingMethod=image)
	zoom: 1;
}

/* ---------- Drag Indicators ---------- */

.drag-indicator {
	background: url(../images/spacer.png) scroll repeat;
	border: 3px dashed #036;
	cursor: move;
	font-size: 0;
	position: relative;
}

.drop-area {
	background-color: #000;
	filter: alpha(opacity=10);
	font-size: 0;
	opacity: .10;
}

.drop-position-top {
	background: url(../images/arrows/03_up.png) scroll repeat-x top left;
}

.drop-position-bottom {
	background: url(../images/arrows/03_down.png) scroll repeat-x bottom left;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup {
	background: #fff;
	border: 2px solid #DDDDDD;
	padding: 0.4em;
	position: absolute;
}

.popup-header {
	background: #AD002B none repeat scroll 0%;
	color: white;
	cursor: move;
	padding: 5px;
	position: relative;
}

.popup-title {
	font-size: 1.5em;
	font-weight: bold;
	min-height: 1em;
	white-space: nowrap;
	width: 90%;
}

.ie6 .popup-title {
	height: 1em;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	right: 0.5em;
}

.popup-message {
	padding: 5px;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #fff;
	padding: 8px 4px 0;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #DCDCDC;
	border: 1px solid #BFBFBF;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0.3em;
}

/* ---------- Autocomplete styles ---------- */

.autocomplete-box {
	background: #E2ECF2;
	border: 1px solid #ABC6D7;
	color: #333;
	min-width: 200px;
	padding: 0;
}

.ie6 .autocomplete-box {
	width: 200px;
}

.autocomplete-selected {
	background: #C0D5E3;
	border-bottom: 1px solid #ABC6D7;
	border-top: 1px solid #ABC6D7;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0.3em;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

.separator {
	border: 1px dotted #CCC;
}

/* ---------- Update Manager ---------- */

.update-available {
	background: url(../images/messages/alert.gif) no-repeat top left;
	margin-top: 10px;
	padding: 2px 20px;
	text-align: left;
}
.beta-gradient{background:#EEF0F1; border:1px solid #DDE1E3; border-spacing:5px; padding:5px; }

/* This CSS controls the column layout. It is not recommended that you change this file. */ /* ---------- Wrapper ---------- */ #content-wrapper #layout-grid { border-collapse: collapse; width: 100%; } #layout-grid .lfr-column { padding: 5px; } /* ---------- Column widths ---------- */ .lfr-column.dragging { height: 100px; min-height: 100px; } .lfr-column.ten { width: 10%; } .lfr-column.twenty { width: 20%; } .lfr-column.thirty { width: 30%; } .lfr-column.forty { width: 40%; } .lfr-column.fifty { width: 50%; } .lfr-column.sixty { width: 60%; } .lfr-column.seventy { width: 70%; } .lfr-column.eighty { width: 80%; } .lfr-column.ninety { width: 90%; } /* ---------- 1 column ---------- */ .columns-1 #column-1 { padding-left: 0; padding-right: 0; } /* ---------- 2 columns ---------- */ .columns-2 #column-1 { padding-left: 0; } .columns-2 #column-2 { padding-right: 0; } /* ---------- 3 columns ---------- */ .columns-3 #column-1 { padding-left: 0; } .columns-3 #column-2 { } .columns-3 #column-3 { padding-right: 0; } /* ---------- 1/2/1 ---------- */ .columns-1-2-1 #column-1, .columns-1-2-1 #column-4 { padding-left: 0; padding-right: 0; } .columns-1-2-1 #column-2 { padding-left: 0; } .columns-1-2-1 #column-3 { padding-right: 0; } /* ---------- 2/2 ---------- */
.columns-2-2 #column-1, .columns-2-2 #column-2 { padding-left: 0; } .columns-2-2 #column-4 { padding-right: 0; } /* ---------- Freeform ---------- */ .freeform .lfr-column { position: relative; } .columns-2-2 #column-4 { padding-right: 0; }

#sindicatura-layout{ width:100%; height: 100%; background:#FFFFFF none repeat scroll 0%; } #sindicatura-layout-column-1-2-3{ height:100%; width:100%; float:right; margin-top: 3px; } #sindicatura-layout-column-1{ width:18%; float:left; background:#FFFFFF none repeat scroll 0%; } #sindicatura-layout-column-2{ width: 58.4%; float:left; background:#FFFFFF none repeat scroll 0%; } #sindicatura-general-layout-column-2{ width: 81.2%; float:left; background:#FFFFFF none repeat scroll 0%; } #sindicatura-layout-column-3{ width:22%; float:right; background:#FFFFFF none repeat scroll 0%; min-height:20px; } #sindicatura-layout-separator-1-2{ width:0.8%; float:left; } #sindicatura-layout-separator-2-3{ width:0.8%; float:left; } #layout-column_column-1, #layout-column_column-2, #layout-column_column-3, #layout-column_column-4, #layout-column_column-5 { min-height:100px; }

/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */

#navigation {
	margin:2pt auto 1.2em;
	min-height:1.2em;
	overflow:hidden;
	padding-right:1em;
	width:100%;
}

#navigation ul {
	float: left;
	min-height: 2em;
	width: auto;
}

.ie6 #navigation, .ie6 #navigation ul {
	height: 0.2em;
	margin:1pt auto 0.6em;
	overflow: visible;
}

#navigation li {
	background:#AD002B none repeat scroll 0%;
	display:inline;
	float:left;
	margin-right:0.1em;
	position: relative;
}

#navigation li a {
	background:#AD002B none repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:0pt 1.1em 0.2em 1em;
	text-decoration:none;
}


#navigation li a span {
	
	text-decoration: none;
}


#navigation .child-menu {
	display: none;
}

#searcher {
	position: absolute;
	top:38px;
	right:40px;

}

.ie #searcher {
	position: absolute;
	top:38px;
	right:40px;

}


#idiomes {
	border-bottom:1px solid #AD002B;
	text-align:right;
	margin-bottom:-3px;
	margin-top:5px;
}

#candau {
	background: url(../images/sindicatura/candado.jpg) no-repeat 0 50%;
	display: inline;
	padding: 7pt 6pt 4pt;
}

.ie6 #candau {
	background: url(../images/sindicatura/candado.jpg) no-repeat 0 50%;
	display: inline;
	padding-top: 0.8em;
	margin-left: 2px;
}

.ie7 #candau {
	background: url(../images/sindicatura/candado.jpg) no-repeat 0 50%;
	display: inline;
	padding-top: 8px;
	margin-left: 2px;
}


#idiomes li {
	display: inline;
	float: none;
	margin-right: -0.1em;
	position: relative;
	font-weight: bold;
	border-right: 1px solid;
	vertical-align: middle;
}

#idiomes li.ultim {
	border-right: none;
}

#idiomes li a {
	display: inline;
	font-weight: bold;
	padding: 0pt 0.2em 0.1em 0.5em;
	text-decoration: none;
}

.ie #idiomes li a {
	display: inline;
	font-weight: bold;
	padding: 0pt 0.6em 0.1em 0.5em;
	text-decoration: none;
}

#cami_migues {
	margin: -14px 0px 0px 10px;
}

#cami_migues a {
	text-decoration: none;
	color: #007A90;
	font-weight: bold;
}

.ie6 #cami_migues {
	margin: 0em 1em;

}

.ie6 #cami_migues a {
	text-decoration: none;
	color: #007A90;
	font-weight: bold;
}

/* ---------- Dock without Javascript ---------- */

.lfr-dock {
	position: absolute;
	right: 10px;
	top: 10px;
}

.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-align: right;
	top: 20px;
}

.lfr-dock ul {
	display: inline;
	float: left;
	margin-top:20px;
}

.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.lfr-dock li.home a {
	background-image: url(../images/dock/home.gif);
}

.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.gif);
}

.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.gif);
}

.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.gif);
}

.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.gif);
}

.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.gif);
}

.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.gif);
}

.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.gif);
}

.lfr-dock li.my-places {
	display: none;
}

/* ---------- Dock with Javascript ---------- */

.js .lfr-dock.interactive-mode {
	float: right;
	min-width: 150px;
	position: relative;
	right: 10px;
	top: -24px;
}

.js .lfr-dock.interactive-mode h2 {
	background: transparent none repeat scroll 0%;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0 29px 0 0;
	position: relative;
	z-index: 82;
}

.js .lfr-dock.interactive-mode h2 span {
	background: transparent none repeat scroll 0%;
	color: #fff;
	display: block;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0.5em 0.5em 0.5em 2em;
}

.js .lfr-dock.interactive-mode h2 span p{
	font-size: 0.8em;
}

.js .lfr-dock.expanded .lfr-dock-list-container {
	background: #60738C;
	border: 1px solid #B5B9BB;
	border-top: none;
	top: -2px;
}

.js .lfr-dock.interactive-mode ul {
	background: url(../images/dock/menu_bg.gif) no-repeat 0 0;
	border: 3px solid whiteSmoke;
	display: none;
	float: none;
}

.js .lfr-dock.interactive-mode li {
	display: block;
	float: none;
	margin-bottom: 0pt;
	margin-left: 0.2em;
}

.js .lfr-dock.interactive-mode li a {
	background-position: 0.5em 50%;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	display: block;
	margin-left: 0.3em;
	padding: 0.5em 0pt 0.5em 2.5em;
	text-decoration: none;
}

.js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child ul.show-my-places li:first-child a {
	border-top: none;
}

.js .lfr-dock.interactive-mode li a:hover {
	background-color: #FFF5BA;
	background-position: 1.5em 50%;
	border-top: 1px solid #E0D79F;
	padding-left: 3.5em;
}

.js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a:hover, .js .lfr-dock.interactive-mode ul.lfr-dock-list li.my-places ul.show-my-places li ul li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list li.my-places ul.show-my-places li ul li:first-child a:hover {
	border-top: none;
}

.js .my-places {
	display: none;
}

.js .lfr-dock.interactive-mode li.my-places li a {
	background-image: none;
}

.js .lfr-dock.interactive-mode li.my-places li ul li.current a, .js .lfr-dock.interactive-mode li.my-places li ul li.current a:hover {
	background: #E5F7FD url(../images/dock/my_place_current.png) no-repeat 1em 50%;
	margin: 0.1em 0 0 0.2em;
	padding-left: 3.5em;
}

.js .interactive-mode .my-places .show-my-places {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	min-width: 200px;
	padding: 0.2em;
	position: absolute;
	right: 85%;
	top: 87%;
}

.js .interactive-mode .my-places.send-right .show-my-places {
	left: 100%;
	top: -10px;
}

.js .interactive-mode .my-places.send-down .show-my-places {
	left: 0;
	top: 100%;
}

.js .interactive-mode .my-places .show-my-places li {
	background: url() no-repeat 5px 50%;
	margin: 0;
}

.js .interactive-mode .my-places .show-my-places li .my-places-toggle {
	background: url(../images/dock/my_place.png) no-repeat 3px 50%;
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 0.2em 0.5em 2em;
}

.js .interactive-mode .my-places .show-my-places li .my-places-toggle h3 {
	background: url(../images/dock/expand_community.png) no-repeat 100% 50%;
	padding-right: 1.8em;
}

.js .interactive-mode .my-places .show-my-places li .my-places-toggle.hide h3 {
	background-image: url(../images/dock/collapse_community.png);
}

.js .interactive-mode .my-places .show-my-places li ul {
	background: none no-repeat 3px 50%;
	border: none;
	display: none;
}

.js .interactive-mode .my-places .show-my-places li ul {
	margin-left: 0.5em;
}

.js .interactive-mode .my-places .show-my-places ul li.public a, .js .my-places .show-my-places ul li.public a:hover {
	background-image: url(../images/dock/my_places_public.png);
}

.js .interactive-mode .my-places .show-my-places li.private a, .js .my-places .show-my-places li.private a:hover {
	background-image: url(../images/dock/my_places_private.png);
}

.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}

.ie.js .lfr-dock .my-places .show-my-places h3 {
	font-size: 1.1em;
}

.ie6.js .lfr-dock.expanded.interactive-mode .lfr-dock-list-container {
	height: 1%;
}

.ie6.js .interactive-mode .my-places .show-my-places {
	width: 200px;
}

.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
}

.ie6.js .lfr-dock.interactive-mode li a {
	height: 1%;
}

/* ---------- Add/Sort/Remove page ---------- */

.js #navigation .enter-page {
	background: #AD002B none repeat scroll 0% 50%;
	padding: 0.5em 2em 0.7em 1.5em;
}

.js #navigation .enter-page.editing {
	background: none;
	padding: 0.5em 2em 0.7em 1.5em;
}

.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	margin-left: 1em;
	padding: 0;
}

.js #add-page {
	float: left;
	font-weight: bold;
	padding-top: 0.16em;
}

.js #add-page a {
	color: #FFFFFF;
	padding-left: 0.5px;
}

.js #add-page a span {
	background:#AD002B none repeat scroll 0% 50%;
	padding:4px 7px;
}

.js #add-page a:hover span {
	background-image: url(../images/navigation/add_page.png) no-repeat;
}

.js .delete-tab {
	cursor: pointer;
	display: block;
	height: 7px;
	position: absolute;
	right: 5px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}

/*------ Drag/drop menu items ------*/

#navigation ul .sort-helper {
	background: url(../images/portlet/placeholder_bg.gif);
	border: 1px dashed #508FB4;
	float: left;
	padding: 0.5em;
}
/* This CSS sets the default styles for portlets. */ /* ---------- Portlet wrapper and icons ---------- */ .navmenu ul li a { color: #007A90; font-weight: bold; } .portlet { background: #fff; margin-bottom: 10px; text-align: left; border: 1px solid #DDDDDD; } .portlet-topper { background:#AD002B none no-repeat scroll 100% 0pt; margin:1px; position: relative; } .portlet-title { background:transparent none no-repeat scroll 0pt -50px; color:#FFFFFF; display: block; font-weight: bold; min-width: 50%; padding: 3px 9px; } .portlet-icons { margin: 3px; position: absolute; right: 3px; text-align: right; top: 0; } .portlet-content { padding: 10px; } .ie6 .portlet-topper { zoom: 1; } .ie6 .portlet-icons { margin-top: 5px; } .portlet-icon-back { background: url(../images/portlet/back.png) no-repeat 0 50%; font-weight: bold; padding: 0.2em 0 0.5em 1.8em; } /* ---------- Drag and drop ---------- */ .portlet-dragging { background: #FFFFE3 !important; border: 3px solid #666; padding: 10px; } .portlet-hover { background: #ddd; padding: 10px; } .portlet-placeholder { background: url(../images/portlet/placeholder_bg.gif); border: 1px dashed #508FB4; width: 100% !important; } .portlet-resize-handle { background: url(../images/arrows/resize.png) scroll no-repeat; bottom: 12px; cursor: se-resize;
height: 10px; position: absolute; right: 2px; width: 10px; } /* ---------- Standard styles defined in the JSR 168 ---------- */ /* ---------- Fonts ---------- */ /* ---------- Font attributes for the 'normal' fragment font ---------- */ .portlet-font { } /* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */ .portlet-font-dim { } /* ---------- Messages ---------- */ /* ---------- Status of the current operation ---------- */ .portlet-msg-status { font-style: italic; font-weight: bold; } /* ---------- Help messages, general additional information, etc. ---------- */ .portlet-msg-info { background: #FAFAFA; border: 1px solid #53B2F8; color: #777; display: block; font-style: italic; font-weight: bold; padding: 2px; text-align: left; } /* ---------- Error messages ---------- */ .portlet-msg-error { background: #FFF1ED url(../images/messages/error.gif) no-repeat 0.5em 50%; border: 1px solid #900; display: block; font-style: italic; font-weight: bold; margin: 1px 0px 0px 0px; padding: 1px 1px 1px 24px; text-align: left; } /* ---------- Warning messages ---------- */ .portlet-msg-alert { background: #FEFFDF url(../images/messages/alert.gif) no-repeat 0.5em 10%; border: 1px solid #EFEFEF; display: block; font-style: italic; font-weight: bold;
margin: 1px 0px 0px 0px; padding: 1px 1px 1px 24px; text-align: left; } /* ---------- Success messages ---------- */ .portlet-msg-success { background: #F4FDEF url(../images/messages/success.gif) no-repeat 0.5em 50%; border: 1px solid #3F9305; display: block; font-style: italic; font-weight: bold; margin: 1px 0px 0px 0px; padding: 1px 1px 1px 24px; text-align: left; } /* ---------- Sections ---------- */ /* ---------- Table or section header ---------- */ .portlet-section-header { background: #007A90; padding: 1px 0 0; } .portlet-section-header th { border-bottom: 1px solid #ccc; color: white; font-weight: bold; padding: 0.3em 1em; } /* ---------- Normal text in a table cell ---------- */ .portlet-section-body { background: #E7EDF4; color: #000; } .portlet-section-body td { background: #DCDCDC; border-top: 1px solid #BFBFBF; padding: 0.3em 1em; } /* ---------- Text in every other row in the cell ---------- */ .portlet-section-alternate { background: #D3DEEB; color: #000; } .portlet-section-alternate td { background: #fff; border-top: 1px solid #BFBFBF; padding: 0.3em 1em; } .portlet-section-alternate-hover td, .portlet-section-body-hover td { background: #FFF5BA; border-bottom: 1px solid #E0D79F; border-top: 1px solid #E0D79F; padding: 0.3em 1em; }
.portlet-section-body td td, .portlet-section-body-hover td td { border: none; } .portlet-section-alternate td td, .portlet-section-alternate-hover td td { border: none; } /* ---------- Text in a selected cell range ---------- */ .portlet-section-selected { background: #EEE; } /* ---------- Text of a subheading ---------- */ .portlet-section-subheader { } /* ---------- Table or section footnote ---------- */ .portlet-section-footer { } /* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */ .portlet-section-text { } /* ---------- Forms ---------- */ /* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */ .portlet-form-label { } /* ---------- Text of the user-input in an input field ---------- */ .portlet-form-input-field { } /* ---------- Text on a button ---------- */ .portlet-form-button { } /* ---------- Text that appears beside a context dependent action icon ---------- */ .portlet-icon-label { } /* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */ .portlet-dlg-icon-label { } /* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
.portlet-form-field-label { } /* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */ .portlet-form-field { } /* ---------- Menus ---------- */ /* ---------- General menu settings such as background color, margins, etc. ---------- */ .portlet-menu { } /* ---------- Normal, unselected menu item ---------- */ .portlet-menu-item { } /* ---------- Selected menu item ---------- */ .portlet-menu-item-selected { } /* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */ .portlet-menu-item-hover { } /* ---------- Selected menu item when the mouse hovers over it ---------- */ .portlet-menu-item-hover-selected { } /* ---------- Normal, unselected menu item that has sub-menus ---------- */ .portlet-menu-cascade-item { } /* ---------- Selected sub-menu item that has sub-menus ---------- */ .portlet-menu-cascade-item-selected { } /* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */ .portlet-menu-description { } /* ---------- Menu caption ---------- */ .portlet-menu-caption { }

/* This CSS sets the default styles for tabs. */ .tabs { border-bottom: 1px solid #8DB2E3; margin: 0 0 1.5em 0; padding: 0 0 2.6em 1em; } .tabs li { background: url(../images/common/tabs_bg.gif) 100% -50px; display: inline; float: left; line-height: 2.25; margin-right: 0.8em; padding: 0; position: relative; text-decoration: none; } .tabs li a, .tabs li span { background: url(../images/common/tabs_bg.gif) 0 -150px; display: block; float: left; padding: 0.35em 1em 0; text-decoration: none; } .tabs li.current { background: url(../images/common/tabs_bg.gif) 100% 0; font-weight: bold; top: 0.15em; } .tabs li.current a, .tabs li.current span { background: url(../images/common/tabs_bg.gif) 0 -100px; color: #333; padding: 0.15em 1em; } .ie .tabs li { line-height: 2.35; } .ie .tabs li.current { top: 0.2em; }

/* This CSS sets the default styles for forms. */ fieldset { border: 1px solid #ccc; padding: 0.7em; } legend { font-weight: bold; padding: 0.5em; } input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea { background: #fff url(../images/forms/input_shadow.gif) no-repeat; border: 1px solid #aaa; border-left-color: #777; border-top-color: #777; font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif; padding: 0.3em; } input { padding: 0.5em; } select { padding: 0.3em; } input[type="image"] { background: transparent none; border: none; padding: 0; } input[type="submit"], input[type="button"], input[type="reset"] { background: #FAFAFA url(../images/forms/button.gif) repeat-x; border: 3px double #999; border-left-color: #ccc; border-top-color: #ccc; color: #333; font-weight: bold; padding: 0.25em; } /* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */ .ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button { background: #fff url(../images/forms/input_shadow.gif) no-repeat; border: 1px solid #aaa; border-left-color: #777; border-top-color: #777;
font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif; padding: 0.3em; } .ie6 input.submit, .ie6 input.button { background: #FAFAFA url(../images/forms/button.gif) repeat-x; border: 3px double #999; border-left-color: #ccc; border-top-color: #ccc; color: #333; font-weight: bold; padding: 0.25em; } input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus { background: #ffc none; border: 1px solid #fc0; } /* ---------- OpenID ---------------- */ input.openid_login { background: url(http://openid.net/login-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; color: #000; padding-left: 18px; }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */ @import url(color_schemes/green.css); @import url(color_schemes/orange.css); #footer { background-color: #AD9CA0; border:0pt none; clear:both; color:#000000; float:left; font-family:Arial,Helvetica,Sans-serif; height:20px; margin:10px 0pt 0pt; padding:0pt; position:static; text-align:left; vertical-align:bottom; } .ie6 #footer { background-color: #AD9CA0; clear:both; color:#000000; float:left; font-family:Arial,Helvetica,Sans-serif; height: 2em; } #footer-left { float: left; font-size: 0.85em; margin: 2px 0pt 11px 15px; } .ie6 #footer-left { float: left; font-size: 0.9em; margin: 0.5em 0.8em; font-weight: bold; } .ie7 #footer-left { float: left; font-size: 1em; margin: 2px 0pt 11px 15px; } #footer-right { float: right; margin: 2px 8px 11px 15pt; } .ie6 #footer-right { float: right; font-size: 0.9em; margin: 0.5em 0.8em; font-weight: bold; } .ie7 #footer-right { float: right; font-size: 1em; margin: 2px 8px 11px 15pt; }

/* ----------- ENHANCED JOURNAL ARTICLES ------- */ /* ----------- RESUM DESTAQUEM ----------------- */ #cosUltimsArticles { margin-top: -12px; } #total { margin-top: 10px; } #title { font-weight:bold; line-height:normal; } #title a {color: #007A90;} #content { position: relative; margin-left:-9px; margin-top:8px; } .ie6 #content { height: 20px; } #description span { color:#000000; font-size: 0.9em; } #description { min-height: 80px; margin: 2px 11px; } #description img{ float:left; height:66px; margin-right:4px; width:66px; } #content img { margin: 2px 4px; float: left; } /* ----------- NOTICIES AMB TAGGS ESPECIFICS ----- */ #taggs_notices { margin-bottom:35px; color:#AD002B; font-size:1.4em; font-weight:bold; } /* ----------- RESUM ACTUALITAT-INFORMES --------- */ #notices { color: #007A90; font-weight:bold; line-height:normal; font-size: 1.3em; margin: 9px 0px 6px; } #sub_notices { border-top: 1px dashed #64888F; margin: 1px 2px 9px; padding-top: 9px; } #sub_notices_primer { margin: 1px 2px 9px; padding-bottom: 9px; } #sub_notices p { color: #64888F; } #sub_notices_primer p { color: #64888F; } #sub_notices a { color: #64888F; } #sub_notices_primer a { color: #64888F; } #sub_notices span { color: #000000; font-weight:bold; } #sub_notices_primer span { color: #000000;
font-weight:bold; }
