@media screen, print {
	body {
		background-color: #FFBE7D;
		margin: 0em 0em;
		color: #333;
		font: 13px arial,helvetica,sans-serif;
	}

	fieldset {
		border: 1px solid #999;
		padding: 0.2em 0.5em;
	}
	legend {
		border: 1px solid #999;
		padding: 0.2em 0.5em;
		font-size: 85%;
		font-weight: bold;
		color: #000;
	}
	tbody th {
		border: 1px solid #000;
	}
	tbody a {
		font-weight: bold;
		color: #000;
	}
	tbody a:hover {
		font-weight: bold;
		color: #933;
	}

	thead {
		border: 1px solid #000;
		font-size: 85%;
	}
	thead a {
		color: #000;
	}
	thead a:hover {
		color: #933;
	}

	tfoot {
		font-size: 85%;
	}
	tfoot th, td {
		font-weight: normal;
	}
	tfoot a {
		color: #000;
	}
	tfoot a:hover {
		color: #933;
	}

	input, select, textarea {
		font: 100% arial,helvetica,sans-serif;
	}
	/*-- Custom Styles --*/
	.nav-menu {
		font-size: 95%;
	}
	
	.tariff_head {
		background: #FDBE65;
		border: 1px solid #795420;
		border-right: 2px solid #795420;
		border-bottom: 2px solid #795420;
	}

	.tariff_price {
		background: #FFE6CE;
		border: 1px solid #795420;
	}

	.tariff_flat {
		background: #FFE6CE;
		border: 1px solid #795420;
	}

	.tariff_persons {
		background: #FFE0B4;
		border: 1px solid #795420;
	}	

	.tariff_dates {
		margin-top: 10px;
		margin-bottom: 3px;
		border: 1px solid #795420;
		border-right: 2px solid #795420;
		border-bottom: 2px solid #795420;
		padding: 3px;
		background: #FFF9E9;
	}
}
