@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("zoklet.net") {

/* Saves the aspect ratio while maintaining max height/width */
.postmessage A IMG
{
	width: inherit !important;
	height: inherit !important;
        max-width: 200px !important;
        max-height: 200px !important;
}

/* Larger images on mouseover */
.postmessage A IMG:hover
{
	width: inherit !important;
	height: inherit !important;
	border: 1px solid #000000 !important;
        max-width: 600px !important;
        max-height: 900px !important;
}
.postmessage A IMG
{
	z-index: 0;
	/*[disabled]position:relative;*/
}

/* Hide username from top-right corner */
DIV DIV.page DIV TABLE.tborder TBODY TR TD.alt2 DIV.smallfont STRONG {
     visibility: hidden !important;
}

DIV DIV.page DIV TABLE TBODY TR TD TABLE.tborder TBODY TR TD.alt2 DIV.smallfont A STRONG {
     visibility: visible !important;
}

/* Show visited links in Hot Topics */
.alt1 DIV.smallfont A:visited
{
     color: #323232 !important;
}

.alt2 DIV.smallfont A:visited
{
     color: #323232 !important;
}

/* Hide distracting icons at the bottom of posts (DEPRECATED) */
/*.tborder TBODY TR TD DIV DIV A IMG*/
/*{*/
/*     visibility: hidden !important;*/
/*}*/


}