/* Color
------------------------------*/
.row_odd, .row_odd td { }
.row_even, .row_even td { background:#F7F6F6; }
tr.row_even, tr.row_odd { background:none; }
.row_even td, .row_odd td { padding:5px 10px; }

/* Table
------------------------------ */
tr.table_title td { text-align:left; background:#D3D7D7; border-bottom:1px solid #D3D7D7; font-weight:bold; padding:5px 10px; }

/* Gallery blocks
------------------------------ */
.minigallery, .gallery, .thumbnail, .thumbnail img { width:128px; height:130px; }
.gallery { width:130px!important; height:auto; overflow:hidden; }

.minigallery { float:left; display:block; margin:0 10px 10px 0; }
.gallery { margin:10px 6px 0 0 !important; text-align:center; }
.gallery h3 { margin:0; padding:0; font:normal 0.9em/1.2em Arial,Tahoma, Verdana, sans-serif; background:none; }
.gallery a, .gallery a:link, .gallery a:visited { text-decoration:none; font-weight:bold; font-size:0.9em; }

.thumbnail { border: 1px solid #ccc; background-repeat: no-repeat; background-position: center center; }
.thumbnail a:hover { background:none; }

#galleryview { text-align:center; }
#galleryview img { border: 1px solid #CCCCCC; }

/* ContentBlock
------------------------------ */
.contentblock {
	float:left; height:305px; width:200px; margin:0 20px 20px 0; overflow:hidden;
}
.contentblock img { margin:0 auto 1em auto; }

/* ContentSmallBlock
------------------------------ */
.contentsmallblock {
	float:left; height:100px; width:200px; margin:0 20px 10px 0; overflow:hidden;
}

/* Catalog
------------------------------ */
.catalog_image { float:left; padding:10px 10px; }
.catalog_text { padding:10px 10px; }

/* News
------------------------------ */
.newslist dt { float:left; clear:left; padding-right:10px; margin:0 0 0.5em 0; }
.newslist dd { display:table; margin:0 0 0.8em 0; }

/* Filelist
------------------------------ */
.filelist img.pictureleft { clear:left; }

/* Navigation links
------------------------------ */
#navlinks { display:block; text-align:center; padding-top:10px; font-size:90%; }
	#prevlink {
		/* background-image:url(system/arrow-left.gif); background-position:center left; background-repeat:no-repeat; padding:0 0 0 12px; */
	}
	#listlink { margin:0 10px; }
	#nextlink {
		/* background-image:url(system/arrow-right.gif); background-position:center right; background-repeat:no-repeat; padding:0 12px 0 0; */
	}
	#prevlink:hover, #nextlink:hover { text-decoration:none;}

/* Images
------------------------------ */
img.pictureleft, span.pictureleft img { float:left; margin:0 1em 0.5em 0; }
img.pictureright, span.pictureright img { float:right; margin:0 0 0.5em 1em; }
img.border { border:solid 1px #434141;}
/* Other
------------------------------ */
.date, .newslist dt { color:#979595; }
.table { display:table; }
.w100p { width:98%; }

/* Inline Block */
.inline-block {
    width: 130px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

