.tabs {
	width: 100%;
	height:26px;
	background: url("/media/themes/default/images/xp/tabs_bg.gif");
}

.tabs ul {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
}

.tabs li {
	float: left;
	background: url("/media/themes/default/images/xp/tab_bg.gif") no-repeat left top;
	margin: 0;
	margin-left: 4px;
	margin-right: 2px;
	padding: 0 0 0 10px;
	height:26px;
}

.tabs li.current {
	background: url("/media/themes/default/images/xp/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
	line-height: 26px;
}

.tabs li.hide {
	display:none;
}

.tabs span.tb  {
	float: left;
	display: block;
	background: url("/media/themes/default/images/xp/tab_end.gif") no-repeat right top;
	padding: 4px 10px 0 0;
	height:26px;
}

* html .tabs span.tb {padding: 0px 10px 0 0;}
*+html .tabs span.tb {padding: 4px 10px 0 0;}

.tabs span.tb.tb_a  {
	display:block;
	margin-top:5px;
}

.tabs .current span.tb {
	background: url("/media/themes/default/images/xp/tab_sel_end.gif") no-repeat right top;
	height:26px;
}

a.selected_tab {
	font-weight:bold;
}

a.unselect_tab {
	font-weight:normal;
}

.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.tabs a:link, .tabs a:visited, .tabs a:hover {
	color: #575757;TEXT-DECORATION: none;clear:both;
}

.tabs a:hover {COLOR:#000000;TEXT-DECORATION: none;clear:both;
}

.tabs .current a:link, .tabs .current a:visited, .tabs .current a:hover {
	color:#000000;
}

.panel_wrapper div.panel {
	display: none;
}

.panel_wrapper div.current {
	display: block;
	width: 100%;
	overflow: visible; /* Should be auto but that breaks Safari */
}

.panel_wrapper {
	border: 1px solid #c7c7c7;
	border-top: 0px;
	padding:15px;
	height: 410px;
	clear: both;
	background-color: white;
	border-bottom:2px solid #c7c7c7;
	border-right:2px solid #c7c7c7;
}


img.photo_selected{
	border:3px solid #f5a456;
	/*padding:3px;margin:0;float:left;background:#f5a456;*/
}

img.photo_unselect{
	border:3px solid #ffffff;
	/*padding:3px;margin:0;float:left;background:#FFFFFF;*/
}

img.photo_inalbum{
	padding:3px;float:left;
}

div.has_border{
	border:1px solid #666600;
}

div.no_border{
	border:1px solid #ffffff;
}
