img { border: 0px; }
form { display: inline; }

body {
  background: #efefef; //#ffeccb;
  font-family: verdana, sans-serif;
  font-size: 11px;
  margin-top:0px;
}

.inputtext {
    background: #FFFFFF;
	border-width: 1px; 
	color: #000000;
	border-color: #000000; 
	border-style: solid; 
	font-family: Arial;font-size: 12px;
}

input.btnlogin {
	font-family: Verdana, Arial;font-size: 10px;color: #000000;
	font-weight : bold;
	border-width:1px;
    background: #FFFFFF;
	border-color: #000000;
}

div.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table.centered {
  margin-left: auto;
  margin-right: auto;
}


td { text-align: left; font-size: 11px; }

.border_left {
	background:url(http://humorlib.com/com/img/border_left.gif) repeat; 
	width: 8px;
}

.border_right {
	background:url(http://humorlib.com/com/img/border_right.gif) repeat;
        width: 8px;
}

.border_corner {
	background:url(http://humorlib.com/com/img/border_corner.gif) repeat;
        width: 7px;
	height: 7px;
}

.border_bottom {
	background:url(http://humorlib.com/com/img/border_bottom.gif) repeat;
        width: 754px;
	height: 8px;
}

a:link.navigation,a:visited.navigation,a:active.navigation {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

a:hover.navigation {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  background: #222222;
  font-size: 11px;
}

a:link.invnavigation,a:visited.invnavigation,a:active.invnavigation {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

a:hover.invnavigation {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  background: #222222;
  font-size: 11px;
}

a:link.leftmenulink,a:visited.leftmenulink,a:active.leftmenulink {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
}

a:hover.navigation {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
}

a:link,a:visited,a:visited {
  color: #222222;
  text-decoration: none;
}

a:hover {
  color: #888888;
  text-decoration: none; //underline;
}

.commentbox_top {
	text-align: left;
	background: url(img/commentbox_top.gif) no-repeat;
	/*color: #808080;*/
	color: #000000;
	height: 40px;
	width: 468px;	
}
	
/* commentbox	*/
.commentbox {
	border-left: 2px solid #cbcbcb;
	border-right: 2px solid #cbcbcb;
	margin-left: 0px;
	width: 464px;
	color: #000000;
	background: #efefef;		
}
	
.commentbox_bottom {
	background: #FFF url(img/commentbox_bottom.gif) no-repeat;
	color: #000;
	height: 12px;
	width: 464px;
	margin: 0 0 7px 0;	
}
	
.commentbox_top h2 {
	color: #000000;
	background: inherit;
	padding: 7px 0 0 5px;
	margin: 0;
}

/* tooltip */
.tooltipContents {
	z-index: 100;
	filter: alpha(opacity=85);
	left: -1000px;
	margin: 0;
	width: 140px;
	position: absolute;
	top: -1000px;
	text-align: left;
	moz-opacity: .85;
	opacity: .85;
	moz-border-radius: 5px;
	border: #000 1px solid;
	background: #F4F4F4;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
.tooltipContents a {
	font-weight: bold;
	color: #000;
	font-family: Arial;
}

/* thumb */
.thumb {
	border: 1px solid #300;
	background: #cbcbcb;
;
}
.thumbHover img {
	border: 1px solid #300;
}
.thumbHover a:hover img {
	border: 1px solid #E8D6A7;
}

.thumb_filename {
	font-size: 100%;
	display: block;
}
.thumb_title a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.thumb_title a:hover {
	text-decoration: underline;
	color: #000;
}
.thumb_caption {
	font-size: 11px;
	color: #300;
}
.thumb_category {
	font-size: 11px;
	color: #000;
}
.thumb_category a {
	color: #000;
	/*font-weight: bold;*/
}
.thumb_category a:hover {
}
.thumb_rating {
	font-size: 11px;
	color: #300;
}
.thumb_date {
	font-size: 11px;
	color: #300;
	padding-right: 3px;
}
.thumb_num_comments {
	font-weight: normal;
	font-size: 85%;
	padding: 2px;
	font-style: normal;
	display: block;
}
.copyright {
	font-size: 10px;
	color: #FFF;
	background: #A89666;
}

.Paginator { text-align: center; font-size: 12px; padding-top: 10px; padding-bottom: 10px;/*margin-left: auto; margin-right: auto;  padding-bottom: 10px;  background-image: url(../images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right: 2px; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 20px; padding: 2px 6px; border: solid 1px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; text-decoration: none; }
.Paginator .Next { margin-left: 20px; padding: 2px 6px; border: solid 1px #ddd; background: #fff;}
.Paginator .AtEnd { margin-left: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; font-weight: bold; font-size: 13px;  color: #8ECC52; }
.Paginator a:hover {color: #fff; background: #aaaaaa; border-color: #036; text-decoration: none;}



