
select, input {  font-size: 9pt;  }

.compactcommentstitle  {  font-size: 8pt; color: #000000  }
.commentcompact {  font-size: 8pt;  }

img { border: none; }
.headers {
	margin-top: 40px;
	margin-bottom: 3px;
	color: #3D8D49;
	font-weight: bold;
	clear: both;
}


/* nav1 (usually at top) */
#nav1, #nav2 { 
	font-family: Arial, Helvetica, sans-serif;	font-size: 9pt;
	padding: 5px 0; 
	clear: both;
}
p.nav-left{	float: left; }
p.nav-right{ 
	text-align: right; 
	float: right; 
}

/* nav2 (usually at bottom) */
	.nav2-prev {
		width:33%;
		float:left;
	}
		.nav2-prev a { 
			padding-left: 12px; 
			background: url(/talikud/templates/default/icon_left_green.gif) no-repeat left; 
		}
		
	.nav2-pg {
		width:34%;
		float:left;
		text-align: center; 
	}
	.nav2-next {
		width:33%;
		float:left;
		text-align: right; 
	}
		.nav2-next a { 
			padding-right: 12px; 
			background: url(/talikud/templates/default/icon_right_green.gif) no-repeat right; 
		}



/* thumbnails */
.thumbnails { 
	clear: both; 
	padding: 0 20px;
}
/* styles common to both vertical and horizontal images */
.photo-thumb-vert, .photo-thumb-hori {
	width: 122px;
	height: 122px;
	margin: 5px 5px;
	background: #FFFFFF url(/talikud/templates/default/bg_thumb_white.gif) no-repeat 0 0;
	float: left;
	text-align: center;
}
.photo-thumb-vert img, .photo-thumb-hori img {
	border-top: 1px solid #C5C5CF;
	border-right: 1px solid #E1E1E5;
	border-bottom: 1px solid #E1E1E5;
	border-left: 1px solid #C5C5CF;
}
/* The script will choose one of these 2 styles when displaying thumbnails based on the actual orientation of the thumbnail */
/* VERTICAL thumbnail image */
.photo-thumb-vert img { margin-top: 10px; }
	
/* HORIZONTAL thumbnail image */
.photo-thumb-hori img {	margin-top: 25px; }


/* comments on thumbnail page */
/* first column of comments */
.comments1 {
	width: 50%;
	float: left;
}
/* second column of comments */
.comments2 {
	width: 50%;
	float: right;
}
/* a group of comments along w/ the thumbnail for a single image */
.photocomments {
	clear: both;
}
/* comment text */
.commenttxt {
	font-size: 8pt;
	padding-top: 10px;
}
	.commenttxt p { 
		margin: 5px;
	}
/* name of who posted a comment */
.nm { 
	padding-left: 14px;
	background: url(/talikud/templates/default/icon_comment.gif) no-repeat 0px 0px;
}

.viewallcomments {
	clear: both;
	margin: 15px 0px;
}
	.viewallcomments a {
		padding-right: 12px; 
		background: url(/talikud/templates/default/icon_right_green.gif) no-repeat right; 
	}
.backtothumbnails {
	clear: both;
	margin: 15px 0px;
}
	.backtothumbnails a {
		padding-left: 12px; 
		background: url(/talikud/templates/default/icon_left_green.gif) no-repeat left; 
	}

.divider {
	clear: both; 
	margin: 10px;
}
