a.gray { text-decoration: none;	color: #777;}
a.intr { text-decoration: none;	color: #369; }
a.extr {
	background: url('img/external.gif') no-repeat right 3px;
	text-decoration: none;
	padding-right:16px;
	color: #48a;
}
a.extr:hover {color: #369;}
a.intr:hover, a.extr:hover, a.titl:hover, a.gray:hover { text-decoration: underline; }

div.nav { margin: 4px 0px; }
div.nav a { padding: 8px 20px; }

a.pdf {
	background: url('../tfcom/admin/img/icons/pdf.gif') no-repeat left;
	padding-left:20px;
}

a.doc {
	background: url('../tfcom/admin/img/icons/doc.gif') no-repeat left;
	padding-left:20px;
}


.desc {	color: #555; margin: 4px 0px; }
.cont {	color: #555; margin: 4px 0px; }
.date {	color: #aaa; font-size:10px; font-family:Arial; }
.nick {	color: #a82;}
.imgl {
	cursor: pointer;
	border:1px solid;
	border-color: #888 #555 #555 #888;
	margin: 0px auto; 
}
.sstat {margin-top:4px; color:#862;	font-size:10px; font-family:Arial;}

/* view_expand */
.view_expand {
}
.view_expand .titl { font-weight: bold; font-size: 10pt; color: #369;}

/* view_gallery */
.view_gallery {
}
.view_gallery .titl { font-weight: bold; font-size: 10pt; color: #369;}

/* view_long */
.view_long {
	display:block; 
	background: #fff;
	padding: 1px;
	border: 1px solid #ddd;
	margin-bottom:8px;
}
.view_long div.titl { padding:2px; background:#eee; }
.view_long a.titl { 
	font-weight: bold; 
	font-size: 10pt; 
	background: url('img/external.gif') no-repeat left 3px;
	padding-left:16px;
}

/* view_list */
.view_list { 
	display:block;
	background: #fff;
	padding:4px;
	border:1px solid #ddd;
	margin-bottom:8px; 
}
.view_list a.titl { font-weight: bold; font-size: 10pt; }
.view_list li { 
	color: #aaa;
	margin-bottom:12px;
}

/* view_miniatures */
.view_miniatures { 
	display: block;
	text-align: center; 
	margin-right: 8px; 
	margin-bottom: 8px; 
	padding:4px;
	background: #fff;
	border:1px solid #ddd;
	float: left; 
	width:160px; 
	height:160px;
}
.view_miniatures a.titl { font-weight: bold; font-size: 10pt; }

/* view_image */
.view_image { 
	display: block; 
	text-align: center; 
	cursor:pointer; 
	/*margin-right: 4px; */
	margin-bottom: 4px; 
	float: left; 
}
a.view_image:hover {
	background: #eee;
}
.view_image .img { 
	background: #e7e7e7;
	padding:2px;
}
.view_image .img .iimg { 
	border-top: 4px dotted #fff; 
	border-bottom: 4px dotted #fff; 
	padding:2px; 
}