/* CSS Document */

br { text-indent: 1em; }

div#chenar_utile_program {
}

	div#chenar_utile_stanga {
		position: absolute;
		display: block;
		left: 13px;
		top: 12px;
		width: 328px;
		height: 276px;
		background-color: rgb(248, 148, 29);
	}
	
	div#chenar_imagine {
		position: absolute;
		left: 12px;
		top: 13px;
		width: 158px;
		height: 249px;
		background-color: #999999;
		border: 2px solid #FFFFFF;
	}

	div#chenar_muzee {
		position: absolute;
		left: 182px;
		top: 13px;
		width: 131px;
		height: 249px;
	}

		div.chenar_muzeu {
			position: relative;
			float: left;
			clear: left;
			margin-bottom: 12px;
			vertical-align: middle;
			width: 135px;
			height: 41px;
		}

		div.chenar_muzeu:hover {
				background: url('imagini/fundal_butoane_utile.jpg') no-repeat;
		}

			.chenar_muzeu a,
			.chenar_muzeu a:visited {
				color: #FFFFFF;
				text-decoration: none;
				font-size: 80%;
				font-weight: bold;
			}
			
			.chenar_muzeu a:hover {
				color: #000000;
			}
			
	div#chenar_utile_dreapta {
		position: absolute;
		left: 349px;
		top: 12px;
		width: 390px;
		height: 276px;
/*		text-align: center;*/
		background-color: rgb(209, 207, 204);
	}

		div#titlu_dreapta {
			position: absolute;
			left: 0px;
			top: 11px;
			width: 390px;
			height: 20px;
			background-color: rgb(248, 148, 29);
		}

			#titlu_dreapta p {
				font-size: 90%;
				text-align: left;
				margin-left: 8px;
				color: #FFFFFF;
			}

		div#chenar_orar {
			position: relative;
			display: block;
			margin: 0 auto;
			top: 56px;
			width: 299px;
			height: 135px;	
		}

			/* Aici am clase ce-mi creaza chenare cu colturi rotunde */
			div.chenar_orar_gri {
				margin-bottom: 3px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				background: rgb(220, 220, 220);
			}
			
				.chenar_orar_gri p {
					padding-left: 5px;
					padding-top: 1px;
					padding-bottom: 2px;
					text-align: justify;
					font-size: 80%;
				}
			
				.chenar_orar_gri a,
				.chenar_orar_gri a:visited {
					padding-right: 5px;
					color: #666666;
					padding-top: 1px;
					text-decoration: none;
					padding-bottom: 2px;
					text-align: right;
					font-size: 80%;
				}
				
				.chenar_orar_gri a:hover {
					color: #999999;
				}
			
			div.chenar_orar_alb {
				margin-bottom: 3px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				background: #ffffff;
			}
			
				.chenar_orar_alb p {
					padding-left: 5px;
					padding-top: 1px;
					padding-bottom: 2px;
					text-align: justify;
					font-size: 80%;
				}
			
				.chenar_orar_alb a,
				.chenar_orar_alb a:visited {
					padding-right: 5px;
					color: #666666;
					text-decoration: none;
					padding-top: 1px;
					padding-bottom: 2px;
					text-align: right;
					font-size: 80%;
				}
				
				.chenar_orar_alb a:hover {
					color: #999999;
				}

	div#detalii_program {
		text-align: left;
	}

		#detalii_program a,
		#detalii_program a:visited {
			text-decoration: none;
			font-size: 75%;
			font-weight: bold;
			color: rgb(200, 100, 10);
		}
		
		#detalii_program a:hover {
			color: #FFFFFF;
		}
		
div#chenar_utile_bilete {
}
		
	div#chenar_bilete {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 299px;
		height: 135px;	
	}

		div#titlu_dreapta_bilete {
			position: absolute;
			left: 0px;
			top: 11px;
			width: 390px;
			height: 20px;
			background-color: rgb(248, 148, 29);
		}

			#titlu_dreapta_bilete p {
				font-size: 90%;
				text-align: left;
				margin-left: 8px;
				color: #FFFFFF;
			}

		#chenar_bilete p {
			text-align: left;
			font-size: 80%;
		}


