/*Euclides.org 
10.01.2008-----------------------------------------------------------------*/

body {background-color: #FFFFFF;}

A, TD,  .green, .yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
    color: #888888;}


/*TIPOS*/
.green {color : #858DB2;}
.yellow {color : #FFF2CC;}


/*TAULES*/	
.t1{background-color: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;}


/*STANDARD LINK*/
a:link {color: #999999; font-size: 10px; text-decoration: none}
a:active {color: #999999; font-size: 10px; text-decoration: none}
a:visited {color: #999999; font-size: 10px; text-decoration: none}
a:hover {text-decoration: none; color: #999999; font-size: 10px; font-weight: bold;}

/* GRIS - BOLD GRIS  LINK*/
a.altres:link {color: #808080; font-size: 10px; text-decoration: none}
a.altres:active {color: #808080; font-size: 10px; text-decoration: none}
a.altres:visited {color: #808080; font-size: 10px; text-decoration: none}
a.altres:hover {text-decoration: none; color: #CC6600; font-size: 10px; font-weight: bold;}


/*FORMS*/
input {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}
select {font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}