/* 
-------------------------------------------------------------------------
	
	General CSS file
	
	# Written by Lukovics 'Deemer' Tamás
	# last modified: 2010-05-05
	
-------------------------------------------------------------------------
*/


a:link, a:visited, a:hover, a:active { text-decoration: underline; color: black }
a:after { text-decoration: none }
body { width: 100%; height: 100%; background: #fff; color: #000 !important; font: normal 12pt Arial !important; margin: 0em }
body, div, form, input, fieldset, li { margin: 0px; padding: 0px; border: 0px }
p { margin: 0px !important; padding: 0px !important; border: 0px !important }

.bold { font-weight: bold }
.center { text-align: center }
.clear { clear: both }
.img { border: solid 1px #c7c4c1 }
.nb { border: 0px }
.justify { text-align: justify }
.black { color: #000 !important }
.img_size { width: 150px; height: 112px }

.mainDiv { width: 980px; margin: 0px auto 0px auto }
.headerDiv { width: 980px; height: 130px; margin: 10px auto 5px auto; background: url('../images/site_header_top_logo.png') no-repeat }
.contentRight { width: 980px; margin-bottom: 10px }
#CB_All, .headerTop, .headerMiddle, .headerBottom, .contentLeft, .footerDiv, form, input, select, textarea, .articleImagesLeft, .articleImagesRight, .tags { display: none; visibility: hidden }

.navBar { width: 980px; background: #f5f5f5; border: solid 1px #ddd; padding: 10px; margin-bottom: 5px }
.navbar_arrow { position: relative; bottom: 2px }
.articleTitle { font-weight: bold; font-size: 18px; color: #92c504; page-break-after: avoid }
.articleInline { font-weight: bold; font-size: 15px; margin-bottom: 5px; page-break-after: avoid }
.articleMainImage { clear: left; float: left; margin: 5px 10px 5px 5px }
.articleImages { width: 980px; text-align: center }
.articleImagesMiddle img { max-width: 150px }

#slideshow { overflow:hidden; width:auto }
#slideshow ul { list-style-type: none }
#slideshow li { float:left; margin:0 15px 0px 0px; cursor:pointer }
