﻿/*
Aquest és la fulla d'estils general que han d'incorporar totes les págines del projecte

Codis de colors emprats
-----------------------
#0C8181 <-- Verd
#FFFFFF <-- Blanc
#D6DBDE <-- Gris clar
#433F40 <-- Gris fosc
#FEFDFF	<-- Fons blanc
#EDEDF0 <-- Gris pestanyes (llengüetes) - capçalera
#F1F1F1 <-- Gris fosc fons

*/
/*Treu el borde del RadEditor*/
.Default.RadEditor .reContentCell
{
	border: 0px none #FFFFFF !important;
}
/*Estil general del body, defineix el color de fons i la font*/
body
{
    font-family: Arial,Sans-Serif,Arial;
    text-align: center;
    background-color: #F1F1F1; /*background-color: Red;*/
    font-size: small;
    margin: 0px;
    padding: 0px;
}
#ContenidorGeneral
{
    background-color: #FEFDFF;
    float: left;
}

/*** Estils de tipografies i colors ***/

/* Estil de text normal (Gris fosc) */
span.TextNormalFosc
{
    color: #433F40;
}
/* Estil de text Destacat (Gris fosc) */
span.TextDestacatFosc
{
    color: #433F40;
    font-weight: bold;
}
/* Estil de text a resaltar (color Verd) */
span.TextDestacat
{
    color: #D78012;
}
/* Estil de text a resaltar (color Verd) */
span.TextDestacatGreen
{
    color: #0C8181;
}
/* Estil de text Destacat (Gris fosc) */
td.TextDestacatFosc a
{
    color: #433F40;
    font-weight: bold;
}
/* Estil de text a resaltar molt (color Verd - negreta)  */
td.TextMesDestacat a
{
    color: #0C8181;
    font-weight: bold;
}
/* Estil de text a resaltar molt (color Verd - negreta)  */
span.TextMesDestacat
{
    color: #D78012;
    font-weight: bold;
}
/* Estil de text a resaltar molt (color Verd - negreta)  */
span.TextMesDestacatGreen
{
    color: #0C8181;
    font-weight: bold;
}
/* Estil del text menys destacat per a les descripcions, comentaris ...*/
span.TextNormalClar
{
    color: #777777;
}
/* Estil dels links a resaltar (color diferent-Verd) */
.LinkDestacat
{
    color: #D78012;
}
.LinkDestacatSubratllat
{
    color: #D78012;
    text-decoration: underline;
}
/* Estil dels links a resaltar (color diferent-Verd) al posar el ratolí a sobre */
.LinkDestacat:hover
{
    text-decoration: underline;
}
/* Estil dels links a resaltar i negreta (color diferent-Verd) */
.LinkMesDestacatGreen
{
    color: #0C8181;
    text-decoration: none;
}
/* Estil dels links a resaltar i negreta (color diferent-Verd) */
.LinkMesDestacatGreen:hover
{
    text-decoration: underline;
}



/*** Fi estils de tipografies i colors ***/

/* Estil per netejar els float */
div.Separador
{
    height: 0em;
    overflow: hidden;
    width: auto;
    clear: both;
}
/* Estil només visible quan es desactiva el css*/
.NoVisible
{
    display: none;
}
/* Contenidor principal de la home*/
#HomeContenidorPrincipal
{
    width: 962px;
    margin: 0 auto;
    text-align: left;
}
/* Estil del separador horitzontal entre blocs de continguts*/
div.SeparadorHoritzontal
{
    height: 5px;
    overflow: hidden;
    width: auto;
    clear: both;
    background-color: #F1F1F1;
}

/* Estil del separador vertical entre diferents àrees */
div.SeparadorVertical
{
    width: 5px;
    background-color: #D6DBDE;
    float: left;
    border: 1px solid #D6DBDE;
}
/* Estil dels títols de les pestanyes a la home */
span.HomeTitolPestanya
{
    font-weight: bold; /*color: #0C8181;*/
    color: #D78012;
}
/* Estil dels títols de les pestanyes a la home */
span.HomeTitolPestanyaGreen
{
    /* padding-left:2%;     padding-top:2%;*/
    font-weight: bold;
    color: #0C8181;
}
/* Estil dels títols de les seccions d'actualitzacions de la home  */
span.HomeTitolSeccioActualitzacio
{
    color: #000000;
    font-weight: bold;
}

/* Estil del fons mentres es recarrega una petició AJAX */
.FonsPeticioAJAX
{
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url('../Imatge/Icona/CarregantAJAX.gif');
    background-color: #d6eefd;
}

/* Estil del contenidor principal del missatge d'error */
div.ContenidorMissatge
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 207px;
}

/* Estil del contenidor de missatge d'error */
div.ContenidorMissatgeError
{
    background: #FFE2C6 url(../Imatge/Icona/IconaErrorDades.png) no-repeat scroll 10px 6px;
    padding-top: 0px;
    text-align: left;
    border: 2px solid #FFCE9E;
    color: #5B5B5B !important;
    font-weight: bold;
    margin: 0;
    padding: 12px 6px 12px 47px;
}

/* Estil del contenidor de missatge d'error */
div.ContenidorMissatgeOk
{
    background: #CAFFD8 url(../Imatge/Icona/IconaOkSystem.png) no-repeat scroll 10px 6px;
    padding-top: 0px;
    text-align: left;
    border: 2px solid #0C8181;
    color: #5B5B5B !important;
    font-weight: bold;
    margin: 0;
    padding: 12px 6px 12px 47px;
}

/* Estil del text del missatge d'error */
span.TextMissatge
{
    color: Black;
}

/*Estil pels links del glossari de termes*/
.Glossari
{
    text-decoration: none !important;
    border-bottom: dotted 1px #0C8181 !important;
    color: #0C8181 !important;
}

.Captcha span
{
    display: none;
}

.Captcha p
{
    padding: 0;
    margin: 0;
}

.Captcha img
{
    margin-bottom: 10px;
}

.CaptchaTextBox
{
    margin: 0;
    width: 90%;
}

/* Contenidor per emular una fila (row) a un formulari */
div.FilaSenseBorde
{
    width: 100%;
    clear: both;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

/* Cel·la esquerra */
div.CellaEsquerra
{
    float: left;
    clear: left;
    width: 35%;
}

/* Cel·la dreta */
div.CellaDreta
{
    float: right;
    clear: right;
    width: 65%;
}


h3
{
    font-size: medium;
    font-weight: bold; /*padding:5px 15px 30px;*/
    margin-bottom: 30px;
    text-align: center;
}

a
{
    color: #D78012;
}

.paddingLeft
{
    padding-left: 2%;
}

/*.RadComboBoxDropDown_Vista .rcbHovered {
background:#AED6D5 none repeat scroll 0 0 !important;
}
.RadComboBox_Vista .rcbArrowCell
{
    background:url('../Imatge/Combobox/icon.png') 100% -1px no-repeat !important;
}*/

.Invisible
{
    visibility: hidden;
}
.ValignBottom
{
    vertical-align: bottom;
}

div.BtnEnrere
{
    padding-top: 1%;
    clear: both;
    color: #D78012 !important;
}
.PaddingLeft
{
    padding-left: 1%;
}
