﻿/*
 * Codi de colors
 *  #0000cd (ref:blau #0000cd) -> color base
 *  #b0e0e6 (ref:blau #b0e0e6) -> fons base
 *  #e0ffff (ref:blau #e0ffff) -> versió suau
 *
 */

/* barra superior */
.barrasup
{
 padding: 5px;
 height: 50px;
 border-style: none;
 background-image: url(fons_blau_gran.gif);
 background-repeat:repeat-x;
}

.barrasup .barrasupEines .barrasupEstil SELECT
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
	background-color: #e0ffff;
	color: #0000cd;
}


/* estructura pàgina */

/* elements del cos */
.titolElement
{
	border-style: none;
	background-image: url(fons_blau.gif);
	background-repeat:repeat-x;
	background-position: left center;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

* html .titolElement /* IE */
{
	background-position: left top;
}

hr
{
	color: #0000cd;
	height: 2px;
}

/* peu de pàgina */

/* altres elements */
.tooltip
{
	border-right: #0000cd 1px solid;
	padding-right: 5px;
	border-left: #0000cd 1px solid;
	padding-left: 5px;
	border-top: #0000cd 1px solid;
	padding-top: 5px;
	border-bottom: #0000cd 1px solid;
	padding-bottom: 5px;
	background-color: #b0e0e6;
	color: #0000cd;
	display: none;
	position: absolute;
}

.taulaDades
{
	border-right: #0000cd 1px solid;
	padding-right: 2px;
	border-left: #0000cd 1px solid;
	padding-left: 2px;
	border-top: #0000cd 1px solid;
	padding-top: 2px;
	border-bottom: #0000cd 1px solid;
	padding-bottom: 2px;
	border-collapse:collapse;
	border-spacing:1px;
	border-style:solid;
	border-width:thin;
	empty-cells:show;
	width: 95%;
	/*table-layout:fixed;*/
}

.titolTaulaDades, .titolTaulaDades a:active, .titolTaulaDades a:link, .titolTaulaDades a:visited, .titolTaulaDades a:hover
{
	background-color: #0000cd;
	color: #b0e0e6;
	font-size:large;
	font-weight:bold;
}

.etiquetaTaulaDades
{
	color: #0000cd;
}

.errors
{
	border-right: #0000cd 1px solid;
	padding-right: 5px;
	border-left: #0000cd 1px solid;
	padding-left: 5px;
	border-top: #0000cd 1px solid;
	padding-top: 5px;
	border-bottom: #0000cd 1px solid;
	padding-bottom: 5px;
	background-color: #b0e0e6;
	color: #0000cd;
}

/* efectes */

.link[href^="http:"]
{
	background-image: url(link_web.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}

.link[href^="mailto:"], .link[href^="javascript:correu"]
{
	background-image: url(link_mail.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}

.link[href^="file:"], .link[href$=".doc"]
{
	background-image: url(link_doc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}

* html .link
{
	background-image: url(link_web.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}

INPUT, SELECT
{
	border-style: solid;
	border-color: #0000cd;
	border-width: 1px;
}

INPUT:focus, SELECT:focus
{
	background-color: #b0e0e6;
	border-style: solid;
	border-color: #0000cd;
	border-width: 1px;
}

INPUT:hover, SELECT:hover
{
	background-color: #e0ffff;
	border-style: solid;
	border-color: #0000cd;
	border-width: 1px;
}


