@media screen {

	body {
		font-family : Arial, Helvetica, sans-serif, Verdana;
		font-size: 12px;
		color: #5e422e;
	}
		
	h1 { 
		color: #78553d;
		font-size: 16px;
	}

	a	   { color : #78553d; background : none; text-decoration : underline; }
	a:hover { color : #fff; background : #78553d; text-decoration : none; }

	#lang {
		display: none;
	}

	#nav {
		padding-top: 4px;
	}
	
	#menu ul {
		margin-bottom: 18px;
	}
	
	#menu li {
		margin-right: 8px;
	}
	
	#menu li span {
		padding: 4px 8px 4px 8px;
		font-size: 0.8em;
		color: #78553d;
		background: #e5dad3;
		border: 1px solid #78553d;
	}
	
	#menu li a:hover span {
		color: #f78e1b;
		text-decoration: underline;		
		background: #e5dad3;
	}
	
	#menu li.active a {
		text-decoration: none;
	}
		
	#menu li.active a span {
		background: #f78e1b;
	}

	#menu li.active a:hover span {
		background: #f78e1b;
		color: #fff;
	}
	
	#form .submit {
		font-size: 12px;
	}
	
	#form_remark {
		width : 380px;
	}
	
	#form_date + img { 
		position: relative; left: -20px; top: -1px;
	} 

	.ui-datepicker-control {
		background: #78553d;
	}
	
	.ui-datepicker-today {
		background: #f7bc7c !important;
	}
}

