
.sb_buttons .box.button{
	width:145px;
	float:left;
	height:25px;
	
}

.sb_buttons .box.button .boxContent:hover{
	color:green;
	background-color:white;
}
.sb_buttons .box.button .boxContent{
	background-color:green;
}
.sb_buttons .box.button:hover a{
	color:green;
	
}

.sb_buttons .box.button a{
	display:block;
	line-height:17px;
	text-align:center;
	color:white;
}


.box.button{
	width:100%;
	height:25px;
}

.profileEdit .box.button .boxContent:hover{
	background-color:green;
}
.profileEdit .box.button:hover a{
	color:white;
}

.box.button a{
	display:block;
	line-height:17px;
	text-align:center;
}









.box{
	position:relative;
	display:block;
	width:600px;
	height:200px;
}

.boxHeader{
	position:absolute;
	display:block;
	width:inherit;
	height:4px;
	
}

.boxCornerTopLeft{
	position:absolute;
	left:0px;
	top:0px;
	width:4px;
	height:4px;
	background:url(../static/images/shadows/shadow_corner_top_left.png) no-repeat;
}
.boxCornerLineTop{
	position:absolute;
	left:4px;
	top:0px;
	right:4px;
	height:4px;
	background:url(../static/images/shadows/shadow_line_repeat_top.png) repeat-x;
	background-position: 0px 1px;
}

.boxCornerTopRight{
	position:absolute;
	right:0px;
	top:0px;
	width:4px;
	height:4px;
	background:url(../static/images/shadows/shadow_corner_top_right.png) no-repeat;
}

.boxLeftLine{
	position:absolute;
	top:4px;
	bottom:4px;
	width:4px;
	background:url(../static/images/shadows/shadow_line_repeat_left.png) repeat-y;
	background-position: 1px 0px;
}

.boxRightLine{
	position:absolute;
	top:4px;
	right:0px;
	bottom:4px;
	width:4px;
	background:url(../static/images/shadows/shadow_line_repeat_right.png) repeat-y;
	background-position: -1px 0px;
	
}

.boxBottom{
	position:absolute;
	display:block;
	width:inherit;
	height:4px;
	bottom:0px;
	
}
.boxCornerLineBottom{
	position:absolute;
	left:4px;
	bottom:0px;
	right:4px;
	height:4px;
	background:url(../static/images/shadows/shadow_line_repeat_bottom.png) repeat-x;
	background-position: 0px -1px;
}


.boxCornerBottomLeft{
	position:absolute;
	left:0px;
	top:0px;
	width:4px;
	height:4px;
	background:url(../static/images/shadows/shadow_corner_bottom_left.png) no-repeat;
}

.boxCornerBottomRight{
	position:absolute;
	right:0px;
	top:0px;
	width:4px;
	height:4px;
	background:url(../static/images/shadows/shadow_corner_bottom_right.png) no-repeat;
}



/*
 * 
 * Box Content
 * 
 */


.boxContent{
	position:absolute;
	display:block;
	left:4px;
	right:4px;
	top:4px;
	bottom:4px;
	background-color:white;
}

.boxHeadline{
	background-image:url(../static/images/shadows/gallery_head_back.png);
	background-repeat:repeat-x;
	height:29px;
	width:100%;
	line-height:30px;
}

.boxMenue{
	background-image:url(../static/images/shadows/gallery_sub_back.png);
	background-repeat:repeat-x;
	height:28px;
	width:100%;
}

.boxMenuItem {
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid white;
	height:28px;
	
}

.boxMenuItem:hover{
	
	background-color:#0073b2;
	color:white;
	
}

.boxMenuItem a, .boxMenuItem a:visited {
	color:black;
	line-height:28px;
	text-decoration: none;
	font-size: 12px;
	display:block;
}
.boxMenuItem a:hover{
	color:white;
	line-height:28px;
}
