
div#borsa_treball {

	padding: 25px 25px;
	width: 571px;
	font-family: Arial,Helvetica,Sans-serif;
	font-style: normal;
	font-size: 0.8em;

}

div#borsa_treball a{
	text-decoration: none;
	color: #800080;
}

div#borsa_treball a:hover{
	color: #E13603;
}

div#borsa_treball a.admin_link {
	color: #d44a2a;
	font-weight: bold;
	
}

div#borsa_treball a.admin_link:hover {
	/*color: black;*/
	text-decoration: underline;
}

/** UTILS **/

p {
	text-align: justify;
}

a img {
	border: none;
}

.info_small {
	font-size: 11px;
}

div.clearfix {
	clear: both;
}

.clear_right {
	clear: right;
}

.right {
	float: right;
}

.left {
	float: left;
}

div#separador_blanc{
	clear: left;
	height: 1px;
	width: 100%;
	margin: 6px 0px;
	background-color: white;
	overflow: hidden;
}

div#separador_blanc.strong{
	height: 2px;
	margin: 10px 0px;
}

div#separador_blanc.amb_marge{

}

div#separador_tr{
	height: 1px;
	width: 100%;
	margin: 5px 0px;
	overflow: hidden;
}

div#separador_vertical_blanc{
	width:2px;
	height: 615px;
	background-color: white;
	float: left;
	margin: 10px 20px;
}

div#salt {
	margin-bottom: 60px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	border-bottom: 2px solid #444;
	padding-bottom: 2px;
	padding-top: 15px;
	margin: 0px 0px 5px;
	clear: left;
}

li {
	text-align: left;
}

div.centerlink {
	text-align: center;
	margin: 10px;
	font-weight: bold;
}


/** Fi Utils **/


/** MENU **/

div#die_menu {
	padding: 0;
	margin: 0;
	height: 185px;
}

div#die_menu div.die_capsa{
	height: 168px;
	float: left;
	margin-right: 8px;
}

div#die_menu div.die_capsa_ultima {
	margin-right: 0px;
}


div.die_capsa {
	padding: 5px;
	font-size: 10px;
}

div.die_capsa p{
	margin: 5px 0px;
}

div.die_capsa_login {
    width: 150px;
    background-color: #ededed;
}


div.die_capsa_ofertes {
	width: 225px;
	background-color: #f6dbd4;
}


div.die_capsa h2{
	margin: 0px;
	color: white;
	background-color: #bD3F28;
	background-image: url(../img/bgtrj.jpg);
	background-repeat: repeat-x;
	margin: -5px -5px 5px -5px;
	padding: 5px 10px 6px;
	font-weight:  bold;
	font-size: 11px;
}


div.die_capsa ul{
	padding-left: 15px;
	margin: 0px;
}

div.die_capsa ul li{
	list-style: square;
	width: 100%;
	clear:both;
}

div.die_capsa label{
	display: block;
}

div.die_capsa input, div.die_capsa select {
	border: 1px solid #dddddd;
	background-color: #fff;
}

div.die_capsa select {
	font-size: 11px;
	color: #444;
	padding: 2px 1px 3px;
}

div.die_capsa_login div.input {
	margin: 2px;
}

div.die_capsa_login div.input input{
	width: 60%;
}

div.die_capsa_ofertes select {
	width: 100%;
}

div.die_capsa input#CandidatPassword, div.die_capsa input#EmpresaPassword{
	float: left;
}

div.die_capsa_login div.submit {
	margin: 0;
	position: relative;
	top: -1px;
	/*left: 5px;*/
	clear: none;
	float: right;
}

div.die_capsa_login div.submit input{
	width: 50px;
	padding: 2px 4px 2px;
	
}


div#curriculum_tabs {
	width: 100%;
	margin: 5px 0px 0px;
}

div#curriculum_tabs ul {
	margin: 0;
	padding: 0;
}

div#curriculum_tabs ul li{
	display: inline;
	float: left;
	margin: 0px 4px -2px 0px;
	list-style: none;
	font-size: 12px;
	padding: 0px;
}

div#curriculum_tabs ul li.ultim_tab{
	margin-right: 0px;
}

div#curriculum_tabs ul li.ultim_tab a{
	width: 100%;
	padding-right: 6px;
}


div#curriculum_tabs ul li a{
	padding: 8px 4px;
	background-color: #ededed;
	line-height: 35px;
	width: 100%;
}

div#curriculum_tabs ul li a:hover, div#curriculum_tabs ul li a.active{
	margin: 0px;
	color: white;
	background-color: #bD3F28;
	background-image: url(../img/bgtrj.jpg);
	background-repeat: repeat-x;
}



/** FI MENU **/

/** Missatges **/

div.message {
	border: 2px solid #D44a2a;
	padding: 5px;
	font-weight: bold;
	color: #444;
	background-color: #f6dbd4;
	margin-bottom: 10px;
	text-align: center;
}

div.error-message {
	color: #D44a2a;
	font-size: 0.8em;
}

.destacar {
	color: black;
	font-weight: bold;
}

/** Fi missatges **/

/** Formularis **/
form {
	margin:  0;
	padding: 0;
}

/*fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

fieldset legend{
	font-weight: bolder;
}*/

div.llista_multiple {
	border: 1px solid #bbb;
	height: 140px;
	background-color: #fff;
	width: auto;
	overflow: auto;
}

div.same_text {
	width: 85%;
}

div.seleccio_mult_cv {
	font-size: 11px;
	color: #606060;
	padding-left: 5px;
	margin-top: -2px;
}

div.llista_multiple div.checkbox{
	margin: 4px;
}


div.llista_multiple div.checkbox input{
	width: auto;
	margin-bottom: 3px;
	border: none;
}

div.llista_multiple div.checkbox label{
	display: inline;
	margin-left: 3px;
}

div.input {
	margin: 12px 5px;
}

div.input input, div.input textarea{
 	
	padding: 2px 2px;
	font-size: 12px;
	border: 1px solid #bbb;
	color: #444;
	font-family: Arial,Helvetica,Sans-serif;
}

div.input textarea{
	width: 100%;
	height: 135px;
}

div.input textarea.same_text{
	width: 85%;
}

div.input textarea.medium_size{
	height: 78px;
}

div.input input{
	width: 85%;
}

div.input textarea.long{ }


div.input select{
    border: 1px solid #bbb;
    color: #555;
    padding: 1px 0px;
    font-size: 12px;
}


div.input label {
	display: block;
	font-size: 1em;
	color: #1a1a1a;
	margin-bottom: 1px;
}

div.input label span{
	font-size: 11px;
	color: #606060;
}

div.die_capsa_ofertes div.submit {
	margin: 10px 0px;
}

div.submit {
	margin: 12px 5px;
	clear: both;
}

div.submit input {
	background-color: #bD3F28;
	background-image: url(../img/bgtrj.jpg);
	background-repeat: repeat-x;
	padding: 2px 12px 3px;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:  solid;
	border-width:  1px;
	text-align:  center;
	color: white;
	font-size: 11px;
}

div.submit input.cancelar {
	background-color: #aaa;
	background-image: none;
}

div.checkbox {
	margin: 22px 5px 12px;
}

div.checkbox input {
	width: auto;
	margin: 0px 5px 0px 0px;
	border: none;
}

div.checkbox label{
	display: inline;
}

div.input input.checkbox_cv {
	float: right;
	width: auto;
	margin: 13px 30px 0 0;
	border: none;
}

div.form_cv, div#formulari_registre{
	background-color: #f6dbd4;
	padding: 10px;
	margin: 0px 0px 10px;
	clear: both;
}

div.form_cv h2, div#formulari_registre h2{
	font: bold 0.85em Helvetica, Arial, Sans-serif;
	color: #900;
	text-transform: uppercase;
	margin: 10px 5px 20px;
}


div#formulari_registre.login{
	width: 50%;
	margin: 10px 0;
}

div#formulari_registre.login div.input input{
	width: 100%;
}

div#form_cv_bloc {
	float: left;
	width: 240px;
}

div.right_cv {
	padding-left: 45px;
}

dl {
	margin:  0px 0px 5px;
	font-size: 11px;
}

dl dt {
	width: 119px;
	clear: left;
	color: #606060;
	float: left;
	padding: 1px 0 3px;
}

dl dd {
	float: left;
	margin: 0;
	padding-left: 10px;
	width: 350px;
	padding: 1px 0 3px;
}

div#accions_dt {
	float: right;
	margin: 0;
	font-size: 11px;
}

div#accions_dt ul {
	margin: 0;
	padding: 0;
}

div#accions_dt ul li{
	padding-left: 5px;
	list-style: none;
	margin: 0;
	
	
}


/** Fi Formularis **/


/** Coneixements **/

div.form_item_cv {
	display: block;
	clear: left;
}

div.nou_item {
	clear: both;
	text-align: left;
	padding-top: 5px;
}

/** fi coneixements **/


/** Horaris **/

div#form_horaris div.bloc_horaris{
	float: left;
	width: 30%;
}

div#form_horaris div.bloc_horaris h5{
	margin: 5px 0px;
	color: #444;
}


/** Fi horaris **/


/** Foto **/

div#fotografia_cv {
	border: 1px solid #222;
	background-color: #efefef;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 130px;
	height: 160px;
}

div.bloc_cv_left {
	float: left;
	margin-right: 40px;
}

/** Formularis registre **/

div#formulari_registre div#form_cv_bloc select {
   /* width: 100%; Problemes en la visualització*/
}

div#formulari_registre h5 {
	margin: 10px 0px 5px;
	color: #333;
	font-size: 12px;
	padding-left: 2px;
}

div.info_secc {
	font-size: 11px;
	color: #606060;
	padding-left: 2px;
}

ul.dades_login {
	font-weight: bold;
}

div.login ul {
	padding-left: 0px;
	margin-left: 20px;
}

dl h5{
	margin: 5px 0px;
}



/** contacte SMO **/
div#contacte_die {
	border: none;
	background-color: #ededed;
	padding: 10px;
	margin: 10px 0px;
}

div#contacte_die h5{
	margin: 5px 0px;
	font-size: 13px;
}

div#contacte_die h6{
	font-size: 12px;
	color: #606060;
	margin: 0px 0px 10px;
}

/** taules **/

table.tifdie {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bD3F28;
	margin: 10px 0px;
}



table.tifdie th{
	color: white;
	background-color: #bD3F28;
	background-image: url(../img/bgtrj.jpg);
	background-repeat: repeat-x;
	font-weight:  bold;
	font-size: 12px;
	padding: 6px 5px 7px;
}

div#borsa_treball table.tifdie th a{
	color: white;
}

div#borsa_treball table.tifdie th a:hover{
	text-decoration: underline;
}

table.tifdie tr.altrow{
	background-color: #f6dbd4;
}

table.tifdie td{
    padding: 6px 5px 7px;
}

input.button {
	/*background-color: #960000;*/
	background-color: #bD3F28;
	background-image: url(../img/bgtrj.jpg);
	background-repeat: repeat-x;
	padding: 2px 12px 3px;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:  solid;
	border-width:  1px;
	text-align:  center;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

input.anular {
	background-color: #aaa;
	background-image: none;
	padding: 2px 12px 3px;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:  solid;
	border-width:  1px;
	text-align:  center;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

table.actic {
	font-size: 11px;
}

table.actic td{
	padding: 5px 2px;
}

table.actic td.descripcio {
	color: #606060;
}

/* Paging */
div.paging {
	background:#fff;
	color: #aaa;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #bbb;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/* formulari empresa */

div.form_table div.input, div.form_table div.form_table_input {
	float: left;
	height: 90px;
	width: 250px;
	margin-right: 10px;
}

div.form_table div.form_table_input div.input {
	float: none;
	width: auto;
	margin-right: 0;
	height: auto;
	
}

table.dieform {
	width: 100%;
}

table.dieform td {
	width: 50%;
}

table.dieform td div.input input{
	width: auto;
}

table.dieform td div.input input.cent{
	width: 98%;
}

table.dieform td div.input textarea{
	width: 98%;
}

div.input input.autowidth {
	width: auto;
}

table.dieform td div.autocomplete_input input {
	width: 98%;
}

.icon_required, div.input label span.icon_required {
	font-size: 17px;
	color: #990000;
	font-weight: bold;
	position: relative;
	top: 3px;
	margin: 0 5px;
}

.icon_volunteer, div.input label span.icon_volunteer {
	font-size: 17px;
	color: #009900;
	font-weight: bold;
	position: relative;
	top: 3px;
	margin: 0 5px;
}

.corner_info {
	padding: 10px;
}

/*#contacte_die p, #contacte_die ul {
	font-size: 12px;
	color: #222;
}*/

#contacte_die ul li{
	margin-bottom: 1em;
}

input.anular {
	background-color: #aaa;
	background-image: none;
	padding: 2px 12px 3px;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:  solid;
	border-width:  1px;
	text-align:  center;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}


div#borsa_treball a.botolink {
	text-decoration: none;
	padding: 2px 12px 3px;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:  solid;
	border-width:  1px;
	text-align:  center;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

div#borsa_treball a.anular {
    background-color: #aaa;
	color: #222;
	background-image: none;
}

div#borsa_treball a.interessa {
    background-color: #bD3F28;
	background-image: url(../img/bgtrj.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

