html {
	background-color: #ffffff;
	color: #1a1a1a;
}
body {
	background-color: #ffffff;
	color: #1a1a1a;
}
a,a:link,a:visited {
	color: #999999;
}
a:hover,a:active {
	color: #8b0000;
}
#site-title {
	color: #1a1a1a;
}
#site-title a,
#site-title a:link,
#site-title a:visited,
#site-title a:active {
	color: #1a1a1a;
}
#img-title a,
#img-title a:link,
#img-title a:visited {
	color: #1a1a1a;
}
#img-title a:hover,
#img-title a:active {
	color: #8b0000;
}
#img-cmts-link a{
	background: transparent url(./default/comment_icon.gif) no-repeat 0% 50%; padding-left:18px;
}
#img-info-link a{
	background: transparent url(./default/info_icon.gif) no-repeat 0% 50%; padding-left:18px;
}
#notes-container, #cmts-container {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}
div.bubble blockquote {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
div.owner blockquote {
	font-style: italic;
}
div.bubble div.tip {
	background: transparent url(./default/tip.gif) no-repeat 0% 0%;
}


#img-comments-left li,
#img-comments-right li 
{border-bottom: 1px solid #cccccc;}

#img-comments-left fieldset, 
#img-comments-right fieldset 
{border: none;}

#img-comments-left .button,
#img-comments-right .button,
#img-comments-left input,
#img-comments-right input,
#img-comments-left label,
#img-comments-right label,
#img-comments-left select,
#img-comments-right select,
#img-comments-left textarea,
#img-comments-right textarea 
{color: #333333;}

#img-comments-left input,
#img-comments-right input,
#img-comments-left textarea,
#img-comments-right textarea,
#img-comments-left select, 
#img-comments-right select 
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#img-comments-left .button, 
#img-comments-right .button 
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: double;
	border-color: rgb(221, 221, 221) rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
}


#browse-nav-container li {
	border-bottom: 1px solid #e6e6e6;
}
.border-frame {
	background: #f5f5f5 url(./default/loader-32x32.gif) no-repeat 50% 50%;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221) rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
}
.thumbnail-border-frame {
	background: #f5f5f5 url(./default/loader-16x16.gif) no-repeat 50% 50%;
}
img.border-matte {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(170, 170, 170) rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
}
.paginator .this-page {
	border: 1px dotted #cccccc;
	color: #8b0000;
}
.paginator a,
.paginator a:link,
.paginator a:visited {
	border: 1px solid #cccccc;
}
#paging-nav-container div.results {
	color: #999999;
}
#footer {
	color: #aaaaaa;
}

.thumbnail-border a img {border:1px solid transparent;}
.thumbnail-border a:hover img,.thumbnail-border a:active img {border:1px solid #555555;}



/* Travel Styles */

#album-container{float:left;margin:0px;width:700px;padding:0px 0px 5px 0px;}
#album-container h4{margin:0px;padding:5px 0px 3px 0px;}
#album-description {padding:3px 0px 3px 0px;}
#album-image-container{border:1px solid #cccccc;height:465px;background:url(./default/loader-32x32.gif) no-repeat center center;}
.album-wrapper{float:left;text-align:center;}
.album-title{clear:left;width:112px;height:35px;}
#album-image-container #img-photo{width:698px;height:465px;}
#album-image-name {  }
#album-nav-container{border:1px solid #aaaaaa;margin-top:5px;text-align:center;background:#cccccc;visibility:hidden;}
#album-nav-forward,
#album-nav-back{ 
	cursor:pointer; 
	width:25px; 
	height:58px; 
	padding:5px; 
	background: #aaaaaa url(../images/navarrows/slideitmoo_forward.png) no-repeat center;  
       float:right;
       border-left:1px solid #999999;
}
#album-nav-back { 
       float:left;
	background: #aaaaaa url(../images/navarrows/slideitmoo_back.png) no-repeat center;  
       border-right:1px solid #999999;
       border-left:none;
}

#album-nav-container-inner{ 
	position:relative; 
	overflow:hidden; 
	padding:6px;
       width:610px;
}

#album-nav-container-items { 
	display:block; 
	position:relative; 
}

#album-nav-container-items div.album-nav-thumbnail { 
	float:left; 
	padding:0px 3px 0px 3px; 
	width:82px; 
}

.album-nav-thumbnail a { 
    display:block;
    border:1px solid #888888;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.album-nav-thumbnail a:hover,
.album-nav-thumbnail a:active{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
       border:1px solid #444444;
}


