BODY
{
   margin:0px;
   padding:0px;
   background-color:#FFFFFF;
   font-family:Verdana,Sans-Serif;
   font-size:.7em;
   color:#000000;
   line-height:1.4em;
}

IMG
{
   border:0px;
}

a 
{
   font-family:Verdana,Sans-Serif;
   /*color:#9C3C00;*/
   color:#ce5d0f;
   text-decoration:none;
   font-size: .75em;
   font-size/* */: 1em;
}

textarea {
	font-family:Verdana,Sans-Serif;
	font-size:1em;
}

.enlacecabecera
{
  color:#575853;
  font-weight:normal;
  white-space: nowrap;
  text-decoration:underline;
  font-size: .6em;
  font-size/* */: .9em;
}

a.enlacecabecera:hover
{
   color:#000000;
}


.logos
{
  margin: 5px 10px 15px 15px;
  height: 40px;
}

.logos #logo-xovs
{
  float:left;
  margin-top:5px;
}

.logos #logo-smc
{
  float:right;
}

.franja .franjaazul
{
  background-color:#0C2754;
  padding-top:6px;
  padding-bottom:6px;
}

.franja .franjaazul .titulo{
	text-align: left;
	font-weight:bold;   
   	color:#FFFFFF;
   	float: left;
   	padding-left: 15px;
   	
}

.franja .franjaazul .franjamenu{
	text-align:right;
}

/*
.franjagroga
{
  background-color:#FFCC66; 
}
*/

/*
.franja
{
  margin:4px 0px 3px 0px;
}

.franja .franjagris
{
  text-align:right;
}*/

.franja .franjaazul a {
  font-weight:normal;
  color:white;
  padding-right:25px;
  text-decoration: underline;
}

/*
.franja .franjagris a
{
  font-weight:bold;
  color:white;
  padding-right:25px;
  padding-bottom:3px;
}

.franja .franjagroga
{
  height:2px;
}*/

.menu {
  text-align: left;
  position:absolute;
  visibility:hidden;
  overflow:hidden;
  z-index:199;
  margin:0;
  background:#BBBBBB;
  color: white;
  border:1px solid #818181;
  padding-bottom:5px;
  margin-left:-5px;
  top: 0px;
  left: 0px;
}
.menu div {
  padding:5px 10px;
  border-bottom:1px solid white;
}

.menu div a {
}

.contingut
{
  margin:0px 20px;
  /*width:960px;*/  
  min-height: 700px;
  height: auto !important;
  height: 700px;
  
}

.seccio
{	
	background-color: transparent;
	background-image: url(../imatges/seccioC.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: right top;
	height: 38px;
  	color: #132783;
 	font-weight:bold;
  	clear:both;
}

.seccio .left {
	float: left;
	width: 8px;
	height: 100%;
	background-color: transparent;
	background-image: url(../imatges/seccioL.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.seccio .right {
	float: right;
	width: 8px;
	height: 100%;
	background-color: transparent;
	background-image: url(../imatges/seccioR.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

.seccio .c {
	float: left;
	padding-top: 11px;
	padding-left: 4px;
}

.subtitol
{
  border:1px solid #d4d8d9;
  color: #ce5d0f;
  font-size:1.5em; 
  font-weight:bold; 
  padding:15px; 
  clear:both;
}

.indent
{
  padding:0px 10px;
}

.centrat
{
  text-align:center;
}

.peu
{
   margin-top:30px;
   background-color:#98BBE2;
   width:100%; 
   padding-top:6px;
   padding-bottom:6px;
   text-align:center;
   color:white;
   font-size:1em;
}

.peu a
{
   color:white;
   font-size:1em;
   text-decoration:none;
}

.peu a:hover
{
   color:white;
   font-size:1em;
   text-decoration:underline;
}

.caixa
{
   border:1px solid #dae0dc;
   background-color:white;
  text-align:left;
   width:310px;
   /*border:2px solid rgb(33,100,142);
   background-color:white;*/   
}

.caixa .ftitol
{
   background: #0c7a95 url(../imatges/fondoHeaderFinestra.png) repeat-x scroll top left;
   border-bottom:1px solid #dae0dc;
   padding-top: 4px;
   padding-left: 15px;
   padding-bottom: 4px;
   /*height:18px;
   background-color:rgb(48,121,172);
   padding:2px 5px;*/
   font-weight:bold;   
   color:white;
}

.caixa .fcontent
{
   padding:2px 5px 15px 5px;
   background: #FFFFFF url(../imatges/transparency.png) repeat-x scroll top left;
   
}

.funcions
{
   margin:0px 20px;
   width:960px;  
   height:500px;
}

.funcions li
{
   font-size:1.2em;
   padding:10px;
}

.funcions a:hover
{
   text-decoration:underline;
}

.messatge-info {
	position:relative;
	border: 1px solid white;
	padding: 3px;
	background: #339933;
	color: white;
	text-align: center;
	z-index:97;
	font-weight:bold;   
}

.messatge-error {
	position:absolute;
	border: 1px solid white;
	padding: 3px;
	background: red;
	color: white;
	text-align: center;
	cursor:pointer;
	z-index:99;
}

.messatge-debug {
	position:absolute;
	border: 1px solid white;
	padding: 3px;
	background: #999999;
	color: white;
	text-align: center;
	z-index:96;
}

.messatge-warning {
	position:absolute;
	border: 1px solid white;
	padding: 3px;
	background: orange;
	color: white;
	text-align: center;
	cursor:pointer;
	z-index:98;
}

.usertable-container {
	overflow:auto;
	text-align:center;
	height: 380px;
}

.botonesFlotantes {
	position: absolute;
	width: 98%;	
}

.botonesFlotantes div {
	float:right; 
	border:1px solid rgb(192, 192, 192); 
	padding: 3px 8px 3px 3px ; 
	margin-left:15px;
}

.botonesFlotantes div img {
	vertical-align: middle;	
}

.botonesFlotantes div a {
	font-size: 1.0em;
	font-weight: bold;	
}

.valorsObservacions {
	border-collapse:collapse;
	border: 0;	
	width: 100%;
}

.valorsObservacions tr {
  	width: 100%;
}

.valorsObservacions td {
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

.valorsObservacions .nomVar {
	width: 30%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 3px;
	text-align: left;
	vertical-align: middle;
}

/*
.valorsObservacions .iconMoment {
	width: 4%;
	vertical-align: middle;
	padding-left:3px;
}
*/

.label {
    width: 150px;
    font-weight: bold;
}
.labelMoment {
	font-size: 0.8em;
	color: #cccccc;
}

.valorMoment {
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #834423;
	padding-bottom: 2px;
}

.valorsObservacions .tresMoments {
	width: 23%;
}

.valorsObservacions .unMoments {
	width: 70%;
}

.navegacion {
	width:100%; 
	text-align:center; 
	padding-top:10px;
}

.missatge-info
{   
   position:absolute;
   top:580px;
   font-size:0.9em; 
   color:gray; 
   font-style:Helvetica; 
   text-align: center;
   font-weight: bold;
   
}
