@charset "utf-8";

/**********************************************************************
 * General
 **********************************************************************/

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D0C66F;
	margin: 0;
}

a img {
	border-width: 0;
}

input,
textarea {
	font-family: sans-serif;
	font-size: 11px;
}

/*
 *	CSS PROPI
 */
table.usuari_categories td
{
	font: bold 11px verdana;
}

.FotoBox
{
	background-color: #FAFBE6; 
	padding: 1em; 
	border:1px solid #6F6400;
}

.capsalera {
  color: #ffffff;	
  background-color: #6F6400;
  font-size: 11px; 
  font-family: Verdana,Tahoma, Arial; 
  font-weight: bold;
}

table.content_table
{
	background-color: #cfc66f;
}

.content_table_top
{
	background-image: url(img/propla/hdrbg.gif);
}

.color_bg_css
{
	background-color: #F6F5E4;
}

.base_bg_css
{
	background-color: #cfc66f;
}

/*
 *	CSS GENERIC AVANÇAT
 */
 
.message { border: 2px solid #666; color: #666; background: #fff; padding: 1ex 1em; margin: 2em auto; width: 70%; font-weight: bold }
.message.error { border-color: #c30; color: #c30 }
	
.InfoBox
{
	background-color: #EBEBEB;
	border: 1px solid #333;
	padding: 0.5em 1em;
	margin: 2em auto;
	width: 70%;
	text-align: left;
}
	
.OkBox
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9FF8F;
	border: 1px dotted #505F12;
	text-align: center;
	padding: 0.5em 1em;
	margin: 2em auto;
	width: 80%;
}

.FieldError {
	color: #c30;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

label[for]
{
	cursor: pointer;
}

ul.Unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Unstyled li {
	margin: 0;
	padding: 0;
}

/**********************************************************************
 * Capçalera
 **********************************************************************/

#header {
	background: url(../images/admin/propla/hdrbg.gif) repeat-x top left;
}

#innerHeader {
	width: 780px;
	height: 120px;
	background: url(../images/admin/propla/topel.png) no-repeat 0 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#home {
	display: block;
	text-align: right;
}

#moreInnerHeader {
	background: url(../images/admin/propla/hdrfor01.gif) no-repeat left top;
	height: 85px;
	position: relative;
}

#contact {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0.5em;
	text-align: right;
}

#contact a {
	color: #706400;
}

#moreInnerHeader,
#moreInnerHeader a {
	/* color: #ceedff; */
	#706400
}

#header a:hover {
	color: #fff;
}

/**********************************************************************
* Barra superior
**********************************************************************/

#topBar {
	position: relative;
}

#topBarLeft {
	background: url(../images/admin/propla/hdr12.gif) repeat-x left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 510px;
	bottom: 0;
	height: 24px;
	line-height: 24px;
}

#topBarRight {
	background: url(../images/admin/propla/hdr13.gif) no-repeat left 3px;
	position: absolute;
	top: -3px;
	right: 0;
	bottom: 0;
	width: 270px;
	text-align: right;
	color: #fff;
	font-size: 10px;
	height: 27px;
	line-height: 27px;
}

#innerTopBarRight {
	background: url(../images/admin/propla/hdr14.gif) no-repeat left 0;
	padding-left: 16px;
}

/**********************************************************************
* Menú d'accions
**********************************************************************/

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#menu li .Title {
	background: url(../images/admin/propla/lftmnu13.gif) no-repeat top left;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	padding-left: 1em;
	text-transform: uppercase;
}

#wrapper {
	width: 780px;
	/* background: url(../images/admin/propla/wrapper-background.jpg) repeat-y left top; */
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE Hack */
* html #wrapper {
	height: 1%;
}

#sidebar {
	float: left;
	width: 180px;
	margin-bottom: 4em;
}

#content {
	float: right;
	width: 600px;
	background: #F6F5E4 url(../images/admin/propla/bdy14.gif) no-repeat left top;
	padding-bottom: 2em;
}

#content h2 {
	background: url(../images/admin/propla/bdy01.gif) no-repeat left top;
	font-size: 1.2em;
	line-height: 25px;
	padding: 0 0 0 28px;
	margin: 7px 0 15px 0;
	color: #403902;
}

#innerContent {
	margin: 0 2em 0 2em;
}

/**********************************************************************
* Peu de pàgina
**********************************************************************/

#footer {
	background: url(../images/admin/propla/btm02.gif) repeat-x left top;
	color: #ceedff;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#innerFooter {
	position: relative;
	width: 780px;
	height: 42px;
}

#legal {
	position: absolute;
	bottom: 0.2em;
	right: 0;
}

table.Registers {
	width: 100%;
}

table.Registers tr td {
	background-color: #E1CD1E;
	padding: 0.4em 0.4em;
}

table.Registers tr.Odd td {
	background-color: #EAE2A3;
}

table.Registers tr th {
	background: rgb(208, 198, 111);
	text-align: center;
}


.EditAction {
	color: black;
	background: url(../images/admin/edit2.gif) no-repeat left center;
	padding-left: 14px;
	display: block;
}

.DeleteAction {
	color: black;
	background: url(../images/admin/delete2.gif) no-repeat left center;
	padding-left: 14px;
	display: block;
}

.FormTable {
	border-collapse: collapse;
	width: 100%;
}

.FormTable caption {
	color: #fff;
	background: #403902;
	font-weight: bold;
	padding: 0.2em 0;
}

.FormTable .Field .Label {
	text-align: right;
	padding-right: 0.5em;
	width: 7em;
	vertical-align: top;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
}

.FormTable .Field .Label * {
	white-space: normal;
}

.FormTable .Field .Value {
	padding-right: 10px;
}

.FormTable .FieldInfo {
	color: #666;
	font-size: 0.9em;
}

.FormTable .Required {
	color: #c30;
	font-size: 1.1em;
}

.FormTable .Field td {
	background-color: #EAE2A3;
	padding: 0.4em;
}

.FormTable .Field td td {
	text-align: left;
	background-color: transparent;
	padding: 0;
}

.FormTable .Even td {
	/* background-color: #E1CD1E; */
	background-color: #E2DDA9;
}

.FormTable .Actions td {
	text-align: center;
	padding: 1em 0;
}
        
*[title] {
	cursor: help;
}

a[title] {
	cursor:	 pointer;
}

/**********************************************************************
* "Pestanyes" dels idiomes
**********************************************************************/

#languages {
	margin: 1em 0;
	text-align: right;
}

#languages ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#languages ul li {
	display: inline;
	margin: 0 0 1em 0.3em;
	padding: 0;
}

#languages li.Active,
#languages li.Active a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/**********************************************************************
 * Menú
 **********************************************************************/

#menu {
	color: #fff;
	width: 171px;
	margin-bottom: 2em;
	font-style: italic;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}

#menu a:hover {
	text-decoration: underline;
}

#menu h2 {
	font-size: 1em;
	padding: 0 0.5em;
	background: url(../images/admin/propla/lftmnu13.gif) no-repeat top left;
	line-height: 23px;
	margin: 0;
	height: 23px;
}

#menu .Content {
	/* Fons */
	background: url(../images/admin/propla/lftmnu07.gif) repeat-y top left;
}

#menu .Content .Inner01 {
	/* Vora dreta */
	background: url(../images/admin/propla/lftmnu06.gif) repeat-y top right;
}

#menu .Content .Inner02 {
	/* Vora inferior */
	background: url(../images/admin/propla/lftmnu12.gif) repeat-x bottom left;
}

#menu .Content .Inner03 {
	/* Vora superior */
	background: url(../images/admin/propla/lftmnu12.gif) repeat-x top left;
}

#menu .Content .Inner04 {
	/* Cantonada superior-dreta */
	background: url(../images/admin/propla/lftmnu04.gif) no-repeat top right;
}

#menu .Content ul.Level01 {
	/* Cantonada inferior-dreta */
	background: url(../images/admin/propla/lftmnu05.gif) no-repeat bottom right;

	list-style: none;
	margin: 0;
	padding: 0.3em;
}

#menu ul.Level01 li {
	background: url(../images/admin/propla/lftmnu10.gif) no-repeat left 1px;
	padding-left: 14px;
	margin: 0.4em 0;
}

#menu ul.Level02 {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul.Level02 li {
	background: url(../images/admin/propla/subbullet1.gif) no-repeat left 5px;
	padding-left: 18px;
	margin: 0.4em 0;
}

/**********************************************************************
 * Pestanyes
 **********************************************************************/

ul.Tabs
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Tabs li
{
	display: inline;
	padding: 0 0 0 0.5em;
	border-left: 1px solid #666;
	font-weight: bold;
}

ul.Tabs li.First
{
	margin-left: 0;
	padding-left: 0;
	border-left-width: 0;
}

ul.Tabs li a
{
	color: #B8AA2A;
	text-decoration: none;
}

ul.Tabs li a:hover,
ul.Tabs li.Active a
{
	color: #000;
	text-decoration: underline;
}
    
/**********************************************************************
 * 	auxiliar
 **********************************************************************/
 a.accio {  color: #AE9F0E; font-weight: bold; }
 
 .paginacio { font: 10px Verdana, Arial, Helvetica, sans-serif; }
 .paginacio a { font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #E1CD1E; text-decoration: underline;}
 .paginacio a:hover { font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #E1CD1E; text-decoration: none; }