@CHARSET "ISO-8859-1";

/* Inserisco qui lo stile di questa pagina per non appesantire il foglio di stile style.css */

	table#contenitore_links {
		border: 1px solid #cccccc;
		width: 743px;
		text-align: center;	}

	table#contenitore_links .top {
		background-color: #cccccc;
		height: 156px;
	}

	table#contenitore_links .bottom {
		text-align:left;
		font-weight: bold;
		color: #cccccc;
		padding : 12px;
		padding-bottom: 0;
	}

	table#contenitore_links .sinistra {
		width: 536px;
		text-align:left;
		padding : 12px;
		padding-bottom: 0;
	}
	
	table#contenitore_links .destra {
		background-color: #cccccc;
		width: 208px;
		text-align: left;
	}

	div.titolo_top {
		height:26px;
		line-height: 26px;
		background-color:#cccccc;
		color: #666666;
		font-weight: bold;
		font-size: 11px;
		text-align:left;
		padding-left: 7px;		
	}

	div.link_scambio {	
		float: right;
		height: 20px;
		width: 100px;
		line-height: 20px;
		text-align:center;
		background-color: #cccccc;
		margin-top:4px;
	}

	div.link_scambio a {
		color:red;
		font-weight: bold;
		font-size: 11px;
	}

	div.link_nome_categoria {
		background: url( "http://www.jobconnect.it/css/images/links/categoria.jpg" ) no-repeat;
		background-position: left bottom;
		height: 19px;
		padding-bottom: 3px;
		padding-left: 12px;
		font-size: 12px;
		color: #666666;
		font-weight: bold;
	}

	ul#link_lista {
		margin-top: 2px;
		margin-left: 0px;
		list-style-type: disc;
		width: 494px;
	}

	li.link {
		margin-left: 16px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px dashed #cccccc;
	}

	li.link:first-line {	font-weight:bold; 	}