/* CSS Document */

body{
	background: #ffffff url(../../images/back_body.gif) 0 75px repeat-x;
	margin: 0;
	padding: 0;
}
	a img{
		border: 0px none;
	}
	#container{
		background: #ffffff url(../../images/back_site.gif) 0 0 repeat-y;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0 auto;
		padding: 0;
		width: 760px;
	}
		#logo{
			float: left;
			height: 65px;
			margin: 0 0 0 25px;
			padding: 5px 0;
			width: 310px;
		}
		#company_name{
			display: none;
			visibility: hidden;
		}
		#info{
			color: #82b70d;
			float: right;
			font-size: 11px;
			height: 29px;
			margin: 0 45px 0 0;
			padding: 46px 0 0 0;
			text-align: right;
			width: 330px;
		}
		#header{
			background: #ffffff url(../../images/back_header.gif) 0 0 repeat-y;
			clear: both;
		}
			#animations{
				background-color: #d4f09d;
				font-size: 0px;
				line-height: 0px;
				height: 150px;
				margin: 0 25px;
				text-align: right;
			}
				#animations .animation{
					background-color: #ffffff;
					border-bottom: 1px solid #82b70d;
					border-right: 1px solid #82b70d;
					display: block;
					float: right;
					height: 90px;
					margin: 20px 19px 19px 20px;
					padding: 10px;
				}
		#menu{
			border-bottom: 5px solid #c4f06d;
			float: left;
			font-size: 0px;
			line-height: 0px;
			list-style-type: none;
			margin: 15px 0 10px 25px;
			padding: 0;
			width: 200px;
		}
			#menu li a{
				background-color: #d4f09d;
				border-bottom: 1px solid #e7f0d5;
				color: #3f6c03;
				font-size: 12px;
				line-height: 24px;
				display: block;
				padding: 4px 0 1px 20px;
				text-decoration: none;
			}
			#menu li a.active,
			#menu li a:hover{
				background: #c4f06d url(../../images/menu_active.gif) 0 8px no-repeat !important;
			}
			#menu li a.active{
				padding: 4px 0 1px 25px !important;
			}
		#content{
			color: #454543;
			float: right;
			margin: 20px 25px 10px 0;
			padding: 0 30px 10px 25px;
			text-align: justify;
			width: 450px;
		}
			#content a{
				color: #82b70d;
				text-decoration: underline;
			}
			#content a:hover{
				color: #3f6c03;
				text-decoration: underline;
			}
			#content a.external{
				background: #ffffff url(../../images/external.gif) right 1px no-repeat;
				margin: 0;
				padding: 0 17px 0 0;
			}
			#content br.clear{
				clear: both;
			}
			#content h1{
				color: #3f6c03;
				float: left;
				font-size: 18px;
				font-weight: bold;
				margin: 0;
				padding: 5px 0 25px 0;
				text-align: left;
			}
			#content h2{
				color: #3f6c03;
				font-size: 14px;
				font-weight: bold;
				margin: 0;
				padding: 5px 0 10px 0;
				text-align: left;
			}
			#content h3{
				color: #3f6c03;
				font-size: 12px;
				font-weight: bold;
				margin: 0;
				padding: 5px 0;
				text-align: left;
			}
			#content h4{
				color: #82b70d;
				font-size: 12px;
				margin: 0;
				padding: 0 0 15px 0;
				text-align: left;
			}
			#content hr{
				border: 0;
				border-top: 1px solid #82b70d;
				height: 0;
				margin: 5px 20px 10px 20px;
				padding: 0;
			}
			#content p{
				margin: 0;
				padding: 0 0 20px 0;
			}
			#content ul{
				list-style-image: url(../../images/bullet.gif);
			}
				#content ul li{
					padding: 0 0 10px 0;
				}
			#content strong{
				color: #82b70d;
			}
			#content #album{
				border: 1px solid #cccccc;
				color: #999999;
				font-size: 11px;
				float: right;
				padding: 10px;
				margin: 0 0 10px 15px;
				text-align: center;
			}
				#content #album a{
					color: #999999;
					text-decoration: none;
				}
				#content #album a:hover{
					color: #82b70d;
				}
					#content #album a img{
						border: 1px solid #cccccc;
						margin: 0 0 5px 0;
						padding: 4px;
					}
					#content #album a:hover img{
						border: 1px solid #82b70d;
					}
				#content #album .album{
					display: none;
				}
			#content #select_year{
				float: right;
				font-size: 10px;
				padding: 5px 0 0 0;
				text-align: right;
			}
				#content #select_year select{
					color: #666666;
					font: 10px normal Verdana, Arial, Helvetica, sans-serif;
				}
			#content #activities{
				list-style-image: none !important;
				list-style-type: none !important;
				margin: 0;
				padding: 0;
			}
				#content #activities li{
					clear: both;
					margin: 0;
					padding: 0;
				}
					#content #activities li a{
						border-bottom: 1px solid #c4f06d;
						color: #3f6c03;
						display: block;
						padding: 5px 0 5px 40px;
						text-decoration: none;
					}
					#content #activities li a:hover{
						background-color: #d4f09d !important;
					}
						#content #activities li.history a{
							background: #ffffff url(../../images/tag_red.gif) 12px 12px no-repeat;
						}
						#content #activities li.today a{
							background: #d4f09d url(../../images/tag_yellow.gif) 12px 12px no-repeat;
						}
						#content #activities li.future a{
							background: #ffffff url(../../images/tag_green.gif) 12px 12px no-repeat;
						}
						#content #activities li.last a{
							border-bottom: none !important;
						}
						#content #activities li a strong{
							color: #3f6c03;
						}
			#content #activity_status{
				border: 1px solid #c4f06d;
				margin: 0 0 10px 0;
				padding: 5px 0 5px 30px;
				width: 275px;
			}
				#content #activity_status.history{
					background: #d4f09d url(../../images/tag_red.gif) 6px 5px no-repeat !important;
				}
				#content #activity_status.today{
					background: #d4f09d url(../../images/tag_yellow.gif) 6px 5px no-repeat !important;
				}
			#content #return{
				background: #ffffff url(../../images/return.gif) right 5px no-repeat;
				float: right;
				font: 11px normal Verdana, Arial, Helvetica, sans-serif;
				padding: 7px 22px 5px 10px;
				text-decoration: none;
			}
			#content #error li{
				color: #3f6c03;
				padding: 0 0 5px 0;
			}
			#content #contactform label{
				color: #3f6c03;
				display: block;
				float: left;
				margin: 2px 0;
				padding: 1px;
				width: 175px;
			}
			#content #contactform input,
			#content #contactform textarea{
				border: 1px solid #82b70d;
				color: #3f6c03;
				font: 12px normal Verdana, Arial, Helvetica, sans-serif;
				margin: 2px 0;
				padding: 1px;
				width: 250px;
			}
			#content #contactform input.obligatory{
				background-color: #dff4b6;
			}
			#content #contactform #image_captcha{
				border: 1px solid #82b70d;
				display: block;
				float: left;
				margin: 2px 6px 0 0;
			}
			#content #contactform #FORM_captcha{
				width: 110px;
			}
			#content #contactform input#FORM_submit{
				background: #dff4b6 url(../../images/submit.gif) 5px 3px no-repeat;
				margin: 2px 0 2px 75px;
				padding: 3px 3px 3px 23px;
				width: 100px;
			}
			#content #contactform br{
				clear: both;
			}
		#footer{
			background: #ffffff url(../../images/back_footer.gif) 0 0 no-repeat;
			clear: both;
			min-height: 10px;
			padding: 15px 0;
			text-align: center;
		}
				#footer a img{
					background-color: #93c60c;
				}
				#footer a:hover img{
					background-color: #3f6c03;
				}