/* standard stuff */
div.cms_info{border:1px solid #000;background-color:#ff6;padding:5px;margin-left:5px;margin-right:5px;}

/* photo galleries */
div.cms_photoCaption{font-size:9px;color:#666;}
table.cms_photoGalleryTiled{}
	table.cms_photoGalleryTiled tr td{border:1px solid #666;border-bottom:5px solid #666;background-color:#fff;}
	table.cms_photoGalleryTiled tr td img{border:1px solid #666;}
table.cms_photoGalleryList{}
	table.cms_photoGalleryList tr td{padding:5px;border:1px solid #666;background-color:#eee;}
	table.cms_photoGalleryList tr td img{border:1px solid #666;}
	table.cms_photoGalleryList tr td table tr td{border:0px none;}

/* guestbook/page comments */
p.cms_guestbookComment{border:1px solid #ccc;margin-left:5px;margin-top:5px;padding:5px;background-color:#eee;}

/* page navigation */
table.cms_pageNavigator{background-color:#ccc;border:1px solid #666;padding:5px;}
	table.cms_pageNavigator tr td.current{border-right:1px solid #666;font-weight:bold;background-color:#ff9;}
	table.cms_pageNavigator tr td.text{border-right:1px solid #666;color:#666;}
	table.cms_pageNavigator tr td.link{border-right:1px solid #666;}
	table.cms_pageNavigator tr td.dots{border-right:1px solid #666;color:#666;}

/* page click navigation loading */
div#cms_cover{
	position: absolute;
	top: 0px;
	left: 0px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=85) !important;
	opacity: 0.85 !important;
	background-color:#fff;
	visibility: hidden;
}
div#cms_loading{
	visibility: hidden;
	position:absolute;
	top: 10px;
	left: 10px;
	width: 250px;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border: 5px solid #66f;
	padding: 7px 10px;
	background-color:#fff;
	color:#66f;
}
