

@import url("css/forms.css");

html {
    height: 100%;
}

input, select {
    color: #000000;
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
}

div {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.px {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.px5 {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.menu01 {
    color: #707070;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
    text-align: center;
}

    .menu01 a {
        color: #707070;
        text-decoration: none;
    }

        .menu01 a:hover {
            color: #333333;
        }

.menu02 {
    color: #FFFFFF;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9px;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    text-align: center;
}

    .menu02 a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .menu02 a:hover {
            color: #F2F2F2;
        }

.menu03 {
    color: #000000;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
    text-align: center;
}

    .menu03 a {
        color: #000000;
        text-decoration: none;
    }

        .menu03 a:hover {
            color: #555555;
        }

    .menu03 td {
        text-align: left;
    }

.title {
    color: #D44409;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
    padding: 15px 10px 15px 15px;
}

.right {
    color: #000000;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
}

    .right a {
        color: #EF6D00;
    }

        .right a:hover {
            color: #000000;
        }

p {
    color: #000000;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
}

    p a {
        color: #294A7B;
    }

        p a:hover {
            color: #000000;
        }

.bot {
    color: #000000;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-left: 200px;
    margin-right: 10px;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
}

    .bot a {
        color: #000000;
        text-decoration: none;
    }

        .bot a:hover {
            color: #294A7B;
        }

.style3 {
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    font-size: 11 px;
}

.style4 {
    color: #CCCCCC;
}

.style6 {
    color: #666666;
}

.style8 {
    font-size: 13px;
    color: #D44409;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

hr
{
	border: 0;
	height: 3.5px;
	margin: 18px 0 3px 0;
	position: relative;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(90%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=      '#00000000' , endColorstr= '#00000000' ,GradientType=1 ); /* IE6-9 */
    margin: 20px 0px 30px 0px;
}

hr:before
{
	content: "";
	display: block;
	border-top: solid 1px #f9f9f9;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.articol {
    padding-left: 20px;
    text-align: justify;
    padding-right: 20px;
    width: 100%;
}

    .articol td {
        width: 100%;
        font-family: 'Times New Roman';
        font-size: medium;
    }
    .articol td ul, p{
        font-family: 'Times New Roman';
        font-size: medium;
    }

.LeftSide {
    width: 300px;
    padding-right: 10px;
    vertical-align: top;
    background-color: #EBEBEB;
    background-image: url(http://agenda21.org.ro/images/2.gif);
    height: 100%;
    min-height:2000px;
}

    .LeftSide iframe {
        max-width: 290px;
        height: 100%;
    }


.StiriTd img {
    padding: 0 10px 10px 10px;
    margin-left: 3px;
}

/*Titluri*/
.Titlu1 {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

/*Eventimente*/
.EvNou {
    /*width: 290px;*/
    width:100%;
    text-align: justify;
}

    .EvNou span {
        font-size: medium;
        text-align: center;
        width: 100%;
        padding: 10px 0 10px 0;
    }
