/* CSS Document */

.content {
float:left;
	width:650px;
	padding-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

	table#gallerylist  {
		border-collapse:collapse;
		border: 0;
		width: 600px;
		font-size: 10px;
		line-height: 14px;
		font-family: verdana, arial, helvetica, sans-serif;

	}
	#gallerylist td {
		border: 0;
		width: 33%;
		vertical-align:top;
	}


#gallerylist a { color: #8497A0; text-decoration:none; } /*585A5A*/ /*8EA2AC - close to the bg color*/ /*717373*/ /*8EA2AC*/
	/*MacIE5 backslash hack - will ignore next line \*/
	#gallerylist a:hover { color: #333333; text-decoration:none; }
	/* -------- */
	#gallerylist .selected { color: #960b1c; text-decoration: none; }
	
	#gallerylist .inArea { color: #585A5A; text-decoration: none; } /*585A5A*/ /*D6DFE3*/
	
	#gallerylist .outofArea { color: #717373; text-decoration: none;}
	#gallerylist .outofArea a:hover { color: #333333; text-decoration:none; }


