.button_edgelight {
 	font-family: Verdana, Geneva, sans-serif;
    color: #333;
	height: 55px;
	text-align: center;
	overflow: hidden;
}


.button_edgelight, .button_edgelight label, .button_edgelight:hover {
	display: block;
    width: auto;
	min-height: 55px;
	line-height: 48px;
	text-decoration: none;
	cursor: pointer;
	outline: none;
    border: none;
    padding: 0px;
	margin: 0px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.button_edgelight, .button_edgelight:hover {
	display: inline-block;
}

.button_edgelight label  {
	margin: 0px 22px 0px 18px;
	padding: 0 0px 0 0px;
   	color: #333;
}

.button_edgelight .button_left {
	display: inline-block;
	float: left;
	width: 18px;
	height: 55px;
}

.button_edgelight .button_right {
	display: inline-block;
	float: right;
	width: 22px;
	height: 55px;
	margin: 0px;
}

.button_edgelight .button_center {
	display: inline-block;
	top: 7px;
	width: auto;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}


.button_edgelight {
	background: transparent;
}

.button_edgelight label {
    background-position: right -60px !important; 
    background-position: right -0px;
	background-repeat: repeat-x;
	color: #444;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.button_edgelight:hover label {
	
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}

.button_edgelight:hover{ 
	background-position: left -120px !important; 
	background-position: left 0px; 
}

.button_edgelight:hover label{ 
	background-position: right -180px !important;  
	background-position: right -60px; 
}

.button_edgelight .button_left {
	background-position: left 0px !important; 
}

.button_edgelight:hover .button_left {
	background-position: left -120px !important; 
}

.button_edgelight .button_right {
	background-position: right 0px !important; 
}

.button_edgelight:hover .button_right {
	background-position: right -120px !important; 
}

.button_edgelight .widget_button_icon {
	margin: 8px 0px 0px 0px;
}

.button_edgelight .button_left_icon {
	margin: 8px 4px 0px 0px;
}

.button_edgelight.no_label .button_left_icon {
	margin: 8px 0px 0px 0px;
}


.button_edgelight .button_right_icon {
	margin: 8px 0px 0px 4px;
}

.button_edgelight.no_label .button_right_icon {
	margin: 8px 0px 0px 0px;
}


.button_edgelight label, .button_edgelight:hover label, 
.button_edgelight .button_left, .button_edgelight:hover .button_left,
.button_edgelight .button_right, .button_edgelight:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-gray.png');
}

.button_edgelight_gray label, .button_edgelight_gray:hover label, 
.button_edgelight_gray .button_left, .button_edgelight_gray:hover .button_left,
.button_edgelight_gray .button_right, .button_edgelight_gray:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-gray.png');
}

.button_edgelight_red label, .button_edgelight_red:hover label, 
.button_edgelight_red .button_left, .button_edgelight_red:hover .button_left,
.button_edgelight_red .button_right, .button_edgelight_red:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-red.png');
}

.button_edgelight_blue label, .button_edgelight_blue:hover label, 
.button_edgelight_blue .button_left, .button_edgelight_blue:hover .button_left,
.button_edgelight_blue .button_right, .button_edgelight_blue:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-blue.png');
}

.button_edgelight_green label, .button_edgelight_green:hover label, 
.button_edgelight_green .button_left, .button_edgelight_green:hover .button_left,
.button_edgelight_green .button_right, .button_edgelight_green:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-green.png');
}

.button_edgelight_yellow label, .button_edgelight_yellow:hover label, 
.button_edgelight_yellow .button_left, .button_edgelight_yellow:hover .button_left,
.button_edgelight_yellow .button_right, .button_edgelight_yellow:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-yellow.png');
}

.button_edgelight_magenta label, .button_edgelight_magenta:hover label, 
.button_edgelight_magenta .button_left, .button_edgelight_magenta:hover .button_left,
.button_edgelight_magenta .button_right, .button_edgelight_magenta:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-magenta.png');
}

.button_edgelight_cyan label, .button_edgelight_cyan:hover label, 
.button_edgelight_cyan .button_left, .button_edgelight_cyan:hover .button_left,
.button_edgelight_cyan .button_right, .button_edgelight_cyan:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-cyan.png');
}

.button_edgelight_orange label, .button_edgelight_orange:hover label, 
.button_edgelight_orange .button_left, .button_edgelight_orange:hover .button_left,
.button_edgelight_orange .button_right, .button_edgelight_orange:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-orange.png');
}

.button_edgelight_brown label, .button_edgelight_brown:hover label, 
.button_edgelight_brown .button_left, .button_edgelight_brown:hover .button_left,
.button_edgelight_brown .button_right, .button_edgelight_brown:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-brown.png');
}

.button_edgelight_white label, .button_edgelight_white:hover label, 
.button_edgelight_white .button_left, .button_edgelight_white:hover .button_left,
.button_edgelight_white .button_right, .button_edgelight_white:hover .button_right{
	background-image: url('/mapV5/assets/buttons/edgelight-new-white.png');
}
