@charset "utf-8";
H1 { margin-bottom: 2px; font-family: Garamond, "Times New Roman", Times, Serif;}
                DIV.container { margin: auto; width: 100%; margin-bottom: 10px;}
                LEGEND { color: #ccc; font-size: 120%; }

                UL.tabNavigation {
                    list-style: none;
                    margin-left: 10px;
                    margin-bottom: 0px;
                    margin-top: 0px;
                    margin-right: 0px;
                    padding: 0px;
                    
                }

                UL.tabNavigation LI {
                    display: inline;
                }

                UL.tabNavigation LI A {
                    padding: 3px 5px;
                    background-color: #0072bc;
                    color: white;
                    text-decoration: none;
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
                    background-color: #0072bc;
                    color: red;
                    padding-top: 5px;
					text-decoration: none;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }

                div.tabs > div {
                        padding: 5px;
                        margin-top: 3px;
                     	border: 1px solid white;
                     	border-radius:10px;
                     	-moz-box-shadow: 0px 0px 10px black;
						-webkit-box-shadow: 0px 0px 10px black;
						box-shadow: 0px 0px 10px black;	
                }
                
                div.tabs > div h2 {
                        margin-top: 0;
                }

                #first {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }

                #second {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }

                #third {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }
				#fourth {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }
				#fifth {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }
				#sixth {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }
				#seventh {
				background-color: #eee;
				border: 1px solid white;
                     	border-radius:10px;
                }
	.tabs  a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
.tabs  a:hover {
	color: #999;
	text-decoration: none;
    font-weight: bold;
}
#filtru 
{
	font-weight: bold;	
}
#filtru a
{
	color: #09F;
	text-decoration: none;
}
#filtru a:hover
{
	color: #666;
	text-decoration: underline;
}
/* CSS Document */
	
