html {
	background-color: #ffffff;
	border-top: 0.2em solid #cccccc;
	color: #1a1a1a;
}
body {
	background-color: #ffffff;
	color: #1a1a1a;
}
a,a:link,a:visited {
	color: #999999;
}
a:hover,a:active,a:focus {
	color: #333;
}
h3 {

	color:#666;
}
#site-title {
	color: #666;

}
#site-title a,
#site-title a:link,
#site-title a:visited,
#site-title a:focus,
#site-title a:active {
	color: #666;
}

#site-title a:hover{
	color: #333;
}

#img-border {
	background: #f5f5f5 url(../images/loader-32x32.gif) no-repeat 50% 50%;
	border: 1px solid #cccccc;
}

#img-title {
	color:#666;
	}

#img-title a,
#img-title a:link,
#img-title a:visited {
	color: #999;
}
#img-title a:hover,
#img-title a:active,
#img-title a:focus {
	color: #333;
}
#img-date {
	color: #999999;
}
#img-info-comment {
	background: transparent url(../images/comment_icon.gif) no-repeat 0% 50%;
	color:#999;
}
#notes-cmts-container {
	background-color: #fafafa;
	border: 0px solid #ddd;
}
div.bubble blockquote {
	background-color: #ffffff;
	border: 1px solid #ddd;
}
div.owner blockquote {
	font-style: italic;
}
div.bubble div.tip {
	background: transparent url(../images/tip.gif) no-repeat 0% 0%;
}
#img-comments li {
	border-bottom: 1px solid #cccccc;
}
#img-comments fieldset {
	border: none;
}
#img-comments .button,
#img-comments input,
#img-comments label,
#img-comments select,
#img-comments textarea {
	color: #666;
}
#img-comments input,
#img-comments textarea,
#img-comments select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#img-comments .button {
	background-color: #ffffff;
	border: 3px double #cccccc;
}
#browse-nav-container li {
	border-bottom: 1px solid #e6e6e6;
}
.thumbnail-border {
	background: #f5f5f5 url(../images/loader-16x16.gif) no-repeat 50% 50%;
	border: 1px solid #cccccc;
}
.paginator .this-page {
	border: 1px dotted #cccccc;
	color: #990000;
}
.paginator a,
.paginator a:link,
.paginator a:visited {
	border: 1px solid #cccccc;
}
#paging-nav-container div.results {
	color: #666;
}
#paging-nav-container a {
	color: #666;
	padding:5px;
}
#paging-nav-container a:hover {
	color: #000;
	font-weight:bold;
}
#paging-nav-container a:active {
	color: #ccc;
}

#footer {
	border-top: 1px solid #cccccc;
	color:#999;
}

#footer a{
color:#999;
}

#footer a:hover{
color:#333;
}


#browse_table {
color:#666;
}

#browse_table a{
font-weight:bold;
color:#666;
}

#browse_table a:hover{
color:#333;
}