.marker_v2 {
	position: absolute;
	z-index: 7;
	width: 26px;
	height: 30px;
	cursor: pointer;
}

.marker_v2 img {
	position: absolute;
	width: 26px;
	height: 30px;
}

.utvlabelcaption
{
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: Red;
	white-space: nowrap;
	font-weight: bold;
	background-color: #DDDDDD;
	padding: 1px;	
	border: 1px Red;
	background-image: url('../images/label/label_button_bg.gif');
	background-repeat: repeat-x;	
}

.label_v2
{
	background-repeat: no-repeat;
	position: absolute;
	font-size: 16px;
}
.label_leg
{
	position: absolute;
	bottom: -8px;
	left: -10px;
	width: 17px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url('../images/label/label_leg.png');
	z-index: 9;
}
@media screen
{
.label_leg img { display :none; }
}

.label_box
{
	bottom: 1px;
	left: -20px;
	position: absolute;
	z-index: 8;
	padding: 0px 0px;
	width: 100%;
	display:table;
	position: absolute;
	padding: 0px 5px;	
}

.label_content
{
	font-size: 65%;	
}

.label_buttons
{
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 5px;
}
.label_buttons a
{
	text-decoration: none;
	color: #777777;
	background-color: #e5e5e5;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 75%;
	border-left: none; /*solid 1px #B7B7B7;*/
	border-top : none; /*solid 1px #B7B7B7;*/
	/*border-right: solid 1px #FEFEFE;
	border-bottom: solid 1px #FEFEFE;*/
	background-image: url('../images/label/label_button_bg.gif');
	background-repeat: repeat-x;
}

.lbl_left, .lbl_right
{
	width: 5px;
	min-width: 5px;
}

.lbl_top .lbl_left
{
	background-image: url('../images/label/label_corners.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.lbl_top .lbl_center
{
	background-color: #C9C9C9;
	background-image: url('../images/label/label_top_center.png');
	background-repeat: repeat-x;
	background-position: top;
	white-space:nowrap;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 80%;
	text-align:left;
}
.lbl_top .lbl_center table
{
	width: 100%;
}

.lbl_top .lbl_right
{
	background-image: url('../images/label/label_corners.png');
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

.lbl_mid .lbl_left
{
	background-image:url('../images/label/label_mid_left.png');
	background-repeat: repeat-y;
}
.lbl_mid .lbl_center
{
	background-color: #FFFFFF;
}
.lbl_mid .lbl_right
{
	background-image:url('../images/label/label_mid_right.png');
	background-repeat: repeat-y;
}
.lbl_bottom
{
	height: 7px;
}
.lbl_bottom .lbl_left
{
	background-image: url('../images/label/label_corners.png');
	background-repeat: no-repeat;
	background-position: 0px -93px;
}
.lbl_bottom .lbl_center
{
	background-image: url('../images/label/label_bottom_center.png');
	background-repeat: repeat-x;
}
.lbl_bottom .lbl_right
{
	background-image: url('../images/label/label_corners.png');
	background-repeat: no-repeat;
	background-position: -5px -93px;
}

.label_caption
{
	position: relative;
	background-repeat: repeat-x;
	white-space:nowrap;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 85%;
	text-align:left;
	padding-top: 4px;
	padding-bottom: 1px;
	color: Red;
}


.priority_label .label_leg
{
	background-image: url('../images/label/priority_label_leg.png');
}
.priority_label .label_buttons a
{
	background-color: #F12200;
	color: #FFFFFF;
	background-image: url('../images/label/priority_label_button_bg.gif');
}
.priority_label .lbl_top .lbl_left
{
	background-image: url('../images/label/priority_label_corners.png');
}
.priority_label .lbl_top .lbl_center
{
	background-color: #F32604 /*#F16439*/;
	background-image: url('../images/label/priority_label_top_center.png');
}
.priority_label .lbl_top .lbl_right
{
	background-image: url('../images/label/priority_label_corners.png');
}
.priority_label .lbl_mid .lbl_left
{
	background-image:url('../images/label/priority_label_mid_left.png');
}
.priority_label .lbl_mid .lbl_right
{
	background-image:url('../images/label/priority_label_mid_right.png');
}
.priority_label .lbl_bottom .lbl_left
{
	background-image: url('../images/label/priority_label_corners.png');
}
.priority_label .lbl_bottom .lbl_center
{
	background-image: url('../images/label/priority_label_bottom_center.png');
}
.priority_label .lbl_bottom .lbl_right
{
	background-image: url('../images/label/priority_label_corners.png');
}

.priority_label .label_caption
{
	color: #FFFFFF;
}


@media print 
{
			.lbl_leg img
			{
				display: inherit;
			}
			.label_box
			{
				border: solid 1px #999999;
			}
			.lbl_top .lbl_center
			{
				border-bottom: solid 1px #999999;
			}
			.lbl_left, .lbl_right, .lbl_bottom, .label_buttons
			{
				display: none;
			}
}
