body {
	background-color: #eee;
	font: normal 0.8em arial,helvetica;
	margin: 0;
	text-align: center;
}
a {
	color: #00f;
}
a:hover {
	color: #c00;
}
img {
	border: 0;
}
input 
{
	font: normal 0.8em arial,helvetica;
}
label 
{
	font: normal 0.8em arial,helvetica;
}
hr
{
	 border: none 0;
	 border-top: 1px dashed #ccc;
	 height: 1px;
}
ul
{
	margin: 0px 0px 0px 15px;
}
textarea
{
	font: normal 0.8em arial,helvetica;
}
.wrapper {
	margin: 5px auto 0px auto;
	padding: 60px 10px 0px 10px;
	text-align: left;
	width: 740px;
}
.photos {
	color: #fff;
	height: 120px;
	padding: 6px;
	width: 270px;
}
.photos a {
	color: #fff;
	text-decoration: none;
}
.photos a:hover {
	color: #c00;
}
.photos a.right, input.right {
	float: right;
}
.photos span.left {
	float: left;
}
.photoGrid {
	width: 270px;
	margin: 0 -5px;
}
.photoGrid td {
	height: 104px;
	padding: 4px 5px;
	text-align: center;
	width: 50%;
}
.filterGrid {
	width: 270px;
	margin: 0 -5px;
}
.filterGrid td {
	height: 100px;
	padding: 4px 5px;
	text-align: left;
	width: 100%;
	vertical-align: top;
}
.filterGrid td.buttons {
	height: 15px;
	text-align: right;
	width: 100%;
	vertical-align: bottom;
}
.news {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 540px;
}
.news h1 {
	color: #36c;
	font: bold 1.4em "Trebuchet MS",verdana;
	margin: 0;
}
.news p {
	border-bottom: dashed 1px #ccc;
	color: #444;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0 1em 1em 1em;
}
.news .date {
	color: #666;
	font-size: 0.8em;
}
.news .footer {
	color: #666;
	display: block;
	font-size: 0.8em;
	padding-top: 1em;
	text-align: center;
}
.news a.right {
	float: right;
}
.column {
	float: right;
	margin-top: 200px;
	width: 165px;
}

.Grid {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	margin-right: -5px;
	margin-left: -3px;
}
.Grid td {
	background-image: url(../images/thumb.gif);
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	height: 100px;
	padding: 4px;
	text-align: center;
	width: 100px;
	font-size:  0.6em
}
.blogImage
{
	padding-right: 10px;
}
#ui_tagDiv {
    overflow: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: 9999;
	position: fixed;
	top: 0px;
}
#ui_tagDivBG {
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	}
#ui_tagDivFG {
	position: absolute;
	top: 0px;
	overflow: auto;
	z-index: 10001;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
}
#ui_largeImg {
	border: solid 2px #ffffff;
	margin: 0px auto;
	cursor: pointer;
}
#ui_tagDivPhoto {
	color: #ffffff;
}
#ui_tagDivPhoto a {
	color: #ffffff;
	text-decoration: none;
}
#ui_tagDivPhoto a:hover {
	color: #c00;
}
.tagList .topTag
{
	color: #36c;
	font: bold 1.4em "Trebuchet MS",verdana;
	margin: 0;
}
.tagList .parentTag
{
	color: #36c;
	font: bold "Trebuchet MS",verdana;
	margin: 0;
}
.tagList td
{
	text-align: left;
	vertical-align: top;
}
.tagList .selected
{
	background-color: #36c;
}
.tagList a
{
	color: #ffffff;
	text-decoration: none;
}
.tagList a:hover
{
	color: #c00;
}
