
/* for the navigatgor */
.navigator_blog_title { 
background: tomato;
color: white;
text-align: left;
font-weight: bold;
margin-left: auto;
margin-right: auto;
padding: 0px;
width: 156px;
}
.navigator_blog_element { 
border-bottom: 1px dotted tomato;
border-right:  1px solid tomato;
border-left:   1px solid tomato;
border-top: none;
padding: auto;
margin-left: auto;
margin-right: auto;
margin-top:    0px;
margin-bottom: 0px;
text-align: center;
background: antiquewhite;
width: 156px;
}
.navigator_blog_element:hover { 
background: gold;
}
/* For Internet Explorer BUG only */
.navigator_blog_elementHover { 
background: gold;
}
/* end of navigator section */

/* specific blog section */
.blog_link:visited { 
color: blue;
}

.blog_link:hover { 
color: white;
}

.blog_data {
color: red;
font-size: 80%;
}

/* this is used only when blog is called with "last" parameter */
.blog_special {
margin: 5px;
padding-left: 10px;
padding-right: 10px;
border: 1px dotted tomato;
background: antiquewhite;
}

/* blog "mailing list" management section */
.blog_ml_email {
color: darkred;
font-weight: bold;
padding: 0px;
}

.blog_ml_text {
text-align: justify;
padding: 0px;
}

.blog_ml {
border: 1px dotted tomato;
background: lightgreen no-repeat top left;
width: 95%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

