/* CSS Document */
/*
body{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
	margin:25px 25px 0px 25px;
	padding:0px;
	min-width:619px;
}

html{
	margin:0 auto;
	padding:0;
}

#body{
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	width:569px;
	display:block;
	clear:both;
	padding:0px;
}*/

#calendar{
	width:570px;
	min-width:570px;
	/*height:256px;
	min-height:256px;*/
	vertical-align:bottom;
	background-color:#E6E9EC;
	background-image:url(newimages/bt_calendar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:4px 0px 11px 0px;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-transform:lowercase;
}

#calendar_week{
	width:570px;
	vertical-align:bottom;
	background-color:#E6E9EC;
	background-image:url(newimages/bt_calendar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:4px 0px 15px 0px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

#calendar .label,#calendar_week .label{ 
	margin:0px 0px 0px 4px;
	font-family:"Trebuchet MS", Verdana, Arial;
	width:71px;
	min-width:71px;
	height:22px;
	min-height:22px;
	padding:10px 0px 0px 5px;
	float:left;
	color:#868687;
}

#calendar a,#calendar_week a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

h2.event_title{
	line-height:1em;
	font-size:1.3em;
	color:#B30000;
	margin:10px 0 20px 10px;
	text-transform:capitalize;
}
#calendar a:hover,#calendar_week a:hover{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

.top{
	height:18px;
	width:auto;
	margin:0 8px 0 8px;
	text-transform:lowercase;
}

.top b{
	color:#333333;
	font-weight:bold;
	height:18px;
	width:auto;
	margin:0 8px 0 8px;
}

.top a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.top a:hover{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

#calendar .day{ 
	margin:0 0 0 4px;
	font-family:"Trebuchet MS", Verdana, Arial;
	height:35px;
	min-height:35px;
	width:72px;
	min-width:72px;
	padding:2px;
	background-image:url(newimages/day.gif);
	background-repeat:no-repeat;
	float:left;
}

#calendar_week .day_week{ 
	margin:0 0 0 4px;
	font-family:"Trebuchet MS", Verdana, Arial;
	width:76px;
	min-width:76px;
	float:left;
}

#calendar_week .day_week .event{ 
	font-family:"Trebuchet MS", Verdana, Arial;
	width:72px;
	min-width:72px;
	height:45px;
	background-color:#FFFFFF;
	margin:0 0 1px 0;
	padding:2px;
	color:#333333;
	font-size:10px;
}

#calendar_week .day_week a{ 
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}

#calendar_week .day_week a:hover{ 
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}

#calendar .day .number{
	width:50%;
	float:left;
	height:16px;
	font-size:16px;
	line-height:17px;
	color:#666666; 
}

#calendar_week .day_week .number{
	float:left;
	height:16px;
	font-size:16px;
	margin:0 0 0 0; 
	font-weight:bold;
	color:#666666; 
}

#calendar_week .day_week .text{
	float:left;
	margin:3px 0 0 0; 
	color:#666666; 
}

#calendar .day a{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	float:right;
	line-height:12px;
	white-space:nowrap;
}

#calendar .day a:hover{
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
	float:right;
	line-height:12px;
	white-space:nowrap;
}

#calendar .day .ok{
	float:right;
}

#calendar .vuoto{ 
	margin:0px 0px 4px 4px;
	height:35px;
	min-height:35px;
	width:76px;
	min-width:76px;
	background-color:#E6E9EC;
	float:left;
}

.top .month{
	float:left;
}

.top .view{
	float:right;
	text-align:right;
}

#text_container{
	margin:0 10px 10px 10px;
}

#text_container h2{
	padding:0;
	margin:0 0 10px 0;
	width:550px;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	color:#B30000;
	display:block;
}

#text_container .day{
	padding:2px 0 10px 0;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	display:block;
	clear:both;
	width:100%;
	height:30px;
}

#text_container .intro_text{
	padding:10px 0 10px 0;
	display:block;
}

#text_container .text{
	width:auto;
	padding:0 0 12px 0;
}

#text_container .text_e{
	width:auto;
	padding:5px 0 12px 0;
}

#text_container .text_e .author{ 
	font-weight:normal;
	font-size:11px;
	margin:0 0 5px 0;
	display:block;
}

#text_container .text .title{
	font-weight:bold;
	font-size:11px;
	margin:0 0 5px 0;
	display:block;
}

#text_container .text .title a{
	color:#666666;
	text-decoration:none;
}

#text_container .text .title a:hover{
	color:#666666;
	text-decoration:none;
}

#text_container .text_e .period{
	font-style:italic;
	font-size:11px;
	margin:0 0 5px 0;
	display:block;
}

#text_container .text .img{
	font-weight:bold;
	margin:0 10px 0 0;
	text-align:left;
	display:block;
}

#text_container .text_e .img{
	font-weight:bold;
	margin:0 10px 0 0;
	text-align:left;
	display:block;
}

#text_container .info{
	padding:10px 0 0 0;
	display:block;
}

#text_container .info strong{
	color:#0099CC;
	font-weight:bold;
}

#text_container a{
	color:#999999;
	text-decoration:none;
}

#text_container a:hover{
	color:#999999;
	text-decoration:underline;
}

#info{
	margin:15px 10px 15px 10px;
	padding:10px;
	width:auto;
	line-height:12px;
	background-color:#E5E7EA;
}

#info .column{
	float:left;
	width:254px;
	padding:5px;
}

#info a{
	color:#0099CC;
	text-decoration:none;
}

#info a:hover{
	color:#0099CC;
	text-decoration:underline;
}

#search_container{
	width:auto;
	margin:9px;
	background-color:#DADDE0;
}

#search_container .title{
	width:auto;
	padding:0 9px 0 9px;
	color:#003399;
	font-weight:bold;
	display:block;
}

#search_container .sr_top{
	height:4px;
	min-height:4px;
	overflow:hidden;
	display:block;
	background-image:url(newimages/sr_top.gif);
	background-position:bottom;
}

#search_container .sr_bottom{
	height:4px;
	min-height:4px;
	overflow:hidden;
	display:block;
	background-image:url(newimages/sr_bottom.gif);
	background-position:bottom;
}

#search_container .sr_form{
	width:auto;
	height:40px;
	min-height:40px;
	margin:0 9px 0 9px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

#search_container .sr_form .day{
	margin:0 0 0 4px;
	font-family:"Trebuchet MS", Verdana, Arial;
	height:35px;
	min-height:35px;
	width:72px;
	min-width:72px;
	padding:2px;
	background-image:url(newimages/day.gif);
	background-repeat:no-repeat;
	float:left;
}

#search_container .box_sr span{
	display:block;
	font-weight:bold;
	color:#333333;
}

#search_container .form{
	border:0;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#666666;
	float:right;
	width:100%;
}

.field_box{
	float:left;
	padding:0 10px 0 0;
	height:40px;
}

.field_box .label{
	display:block;
	color:#333333;
	font-weight:bold;
}

input.text{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	width: 5em;
	padding: 1px 4px 0 4px;
	border:1px solid #FFFFFF;
	margin: 0 5px 0 0;
	height: 19px;
	float:left;
	color:#999999;
}

select{
	border:1px solid #FFFFFF;
	margin: 0 5px 0 0;
	padding: 0;
	height: 20px;
	float:left;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#999999;
}

input.calendar_button{
	border:1px solid #999999;
	margin: 0 5px 0 0;
	padding: 0 0 2px 0;
	height: 22px;
	float:left;
}

input.submit{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	width: 5em;
	padding: 0px 4px 0 4px;
	border:0;
	background-color:#336699;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 5px 0 0;
	height: 22px;
	float:left;
}

#legenda{
	display:block;
	clear:both;
	width:360px;
	min-height:70px;
	height:70px;
	padding:40px 10px 22px 10px;
}

#legenda .legenda_item{
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial;
	height:15px;
	width:118px;
	min-width:118px;
	padding:0 2px 0 0;
	float:left;
}

#legenda .legenda_item .id{
	float:left;
	width:11px;
	height:8px;
	margin:4px 4px 0 0;
	white-space:nowrap; 
}

#legenda .legenda_item .text{
	float:left;
	font-size:10px;
	line-height:11px;
	text-transform:lowercase;
	color:#999999;
	margin:0;
	padding:0;
}

#legenda .legenda_item .text a{
	color:#999999;
	text-decoration:none;
}

#legenda .legenda_item .text a:hover{
	color:#999999;
	text-decoration:underline;
}

#text_container .day2{
	display:block;
	color:#999999;
	font-weight:bold;
	margin:15px 0 0 0;
}

#text_container a.link_title{
	color:#999999;
	text-decoration:none;
	display:block;
}

#text_container a.link_title:hover{
	color:#999999;
	text-decoration:underline;
	display:block;
}

#text_container .legenda_item .text a{
	color:#999999;
	text-decoration:none;
}

#text_container .legenda_item .text a:hover{
	color:#999999;
	text-decoration:underline;
}

#text_container .legenda_item{
	margin:0 auto;
	font-family:"Trebuchet MS", Verdana, Arial;
	min-height:15px;
	width:550px;
	padding:0;
	float:left;
	display:block;
}

#text_container .legenda_item .id{
	float:left;
	width:11px;
	height:8px;
	margin:3px 4px 0 0; 
}

#text_container .legenda_item .text{
	float:left;
	font-size:11px;
	line-height:11px;
	text-transform:lowercase;
	margin:0;
	color:#999999;
}

#text_container .legenda_item_e{
	margin:0 auto;
	font-family:"Trebuchet MS", Verdana, Arial;
	min-height:15px;
	padding:5px 0 0 0;
	float:left;
}

#text_container .legenda_item_e .id{
	float:left;
	width:11px;
	height:8px;
	margin:3px 4px 0 0; 
}

#text_container .legenda_item_e .text{
	float:left;
	font-size:11px;
	color:#999999;
}

#text_container .legenda_item_e .text a{
	color:#999999;
	text-decoration:none;
}

#text_container .legenda_item_e .text a:hover{
	color:#999999;
	text-decoration:underline;
}

#text_container .date{
	padding:5px 0 0 0;
	float:right;
}

.sep{
	height:1px;
	width:auto;
	overflow:hidden;
	display:block;
	clear:both;
	background-image:url(newimages/sep.gif);
	background-repeat:repeat-x;
	margin:0;
}

.button{
	border:0;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#666666;
}

