@import url("layout.css"); /*layout css file*/
@import url("customize.css"); /*Use this file to customize your website*/

/*image to right with border for all pictures in articles with lezanta*/
.image-border-right {
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom:6px;
 border: 1px solid black;
 float: right; 
 margin-top:2px;
 margin-bottom:2px;
 margin-left:10px;
 margin-right:5px;
 font-size        : 9px;
overflow:hidden;
}

/*image to left with border for all pictures in articles with lezanta*/
.image-border-left {
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom:6px;
 border: 1px solid black;
 float: left; 
 margin-top:2px;
 margin-bottom:2px;
 margin-left:5px;
 margin-right:10px;
 font-size        : 9px;
overflow:hidden;
}

.bookmarks  {
            color: #000000;
     background: #dddddd;
     font-weight: normal;
}

.bookmarks a:link, .bookmarks a:visited  {
     color: #000000;
     background: #dddddd;
     text-decoration: none;
     font-weight: normal;
}

.bookmarks a:hover  {
     color: #000000;
     background: #dddddd;
     text-decoration: underline;
     font-weight: normal;
}

.moduletabletable-border {
 width: 96%;
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom: 6px;
 border: 1px solid #999;
 margin: 5px;
 font-size: 11px;
}

