/* General properties */
body, td
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #4d5255;

	scrollbar-track-color: #e4ecef;
	scrollbar-face-color: #c2cfd7;
	scrollbar-arrow-color: #e4ecef;
	scrollbar-shadow-color: #e4ecef;
	scrollbar-highlight-color: #e4ecef;
	scrollbar-3dlight-color: #e4ecef;
	scrollbar-darkshadow-Color: #e4ecef;
}

/* Regular links */
a, a:active, a:visited
{
	color: #BB0000;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}


/* Selected menu item */
a.menu_on
{
	color: #ffffff;
	padding: 1px 0px 1px 0px;
	background-color: #ff0000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

a.menu_on:active, a.menu_on:visited, a.menu_on:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* Menu item */

a.menu_off, a.menu_off:active, a.menu_off:visited
{
	color: #000000;
	padding: 1px 0px 1px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}

a.menu_off:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff0000;
}


a.lng_link, a.lng_link:active, a.lng_link:visited
{
	color: #999999;
	text-decoration: none;
}
	
a.lng_link:hover
{
	color: #999999;
	text-decoration: underline;
}

/*
.menu_off
{
	padding: 1px 10px 1px 20px;
	text-transform: uppercase;
	font-size: 13px;
}

.menu_off a, .menu_off a:active, .menu_off a:visited
{
	color: #000000;
	text-decoration: none;
}

.menu_off a:hover
{
	color: #000000;
	text-decoration: underline;
}
*/

/* Footer */
.footer, .footer A, .footer A:active, .footer A:visited
{
	font-size: 11px;
	color: #a6b3bc;
	text-decoration: none;
}

.footer A:hover
{
	color: #a6b3bc;
	text-decoration: underline;
}

.copy, .copy A, .copy A:active, .copy A:visited
{
	color: #bec9cf;
	text-decoration: none;
}

.copy A:hover
{
	color: #bec9cf;
	text-decoration: underline;
}


.date
{
	color: #888888;
}

/* Titol Projecte */
.proj_title {
	color: #4d5255;
	font-weight: bold;
	text-transform: uppercase;
}

.proj_title a, .proj_title a:active, .proj_title a:visited {
	color: #BB0000;
	text-decoration: none;
}

.proj_title a:hover {
	color: #BB0000;
	text-decoration: underline;
}


/* Titol Noticia */
.not_title {
	color: #4d5255;
	font-weight: bold;
	text-transform: uppercase;
}

.not_title a, .not_title a:active, .not_title a:visited {
	color: #4d5255;
	text-decoration: none;
}

.not_title a:hover {
	color: #4d5255;
	text-decoration: underline;
}