a:link    { color: #FFFFFF;
	   text-decoration: none;
}

a:visited { color: #FFFFFF;
	   text-decoration: none;
}

a:hover  { color: #FF0000;
	   text-decoration: none;
}

a:active  { color: #FF0000;
	   text-decoration: none;
}

/*
body {
       margin: 0 0 0 0;
       background-color: #444444;
       font-family: helvetica, arial;
       color: #FFFFFF;

}
*/

.bbgallery_image-area {
       border-top:    dashed 1px #FFFFFF;
       padding: 15 5 15 5;
}

/*
.top {
       padding: 0 0 0 0;
       background-color: #000000;
}
*/


.bbgallery_header {
       border-top:    dashed 1px #FFFFFF;
       padding: 5 0 0 5;
       height: 34px;
       vertical-align: middle;
       background-color: #555555;
}

.bbgallery_photo {
       border-width: 3px;	
       border-style: ridge;
       border-color: #AAAAAA;
}

.bbgallery_button {
       border-width: 1px;	
       border-style: outset;
       border-color: #BBBBBB;
}
.bbgallery_button:hover {
       border-width: 1px;	
       border-style: outset;
       border-color: #CCCCCC;
}
.bbgallery_button:active {
       border-width: 1px;	
       border-style: inset;
       border-color: #CCCCCC;
}

.bbgallery_right {
	width: 10%;
	float: right;
	vertical-align: middle;
}

.bbgallery_left {
	width: 10%;
	float: left;
}

.bbgallery_footer {
	border-bottom:    dashed 1px #FFFFFF;
	padding: 5 0 0 5;
	height: 34px;
}


