/*
 * Override normal tooltip styles
 * Need a lot of !importants since id's override classes
 */
.mtvg_tooltip * {
	padding: 0 !important;
	margin: 0 !important;
}

.mtvg_tooltip {

}

.mtvg_tooltip h3 {
	background-position: 3px 3px !important;
}

.mtvg_tooltip strong.head {
	display: block;
	color: #fff;
	margin: 3px 18px !important;
}

.mtvg_tooltip .tip {
	border: 1px solid #000 !important;
}
.mtvg_tooltip .pointer {
	background: transparent url(../graphics/bg_tooltip_pointer_mtvg.gif) no-repeat center 0 !important;
}

.mtvg_tooltip p.body {
	background: transparent url(../graphics/bg_tooltip_mtvg.jpg) repeat-x 0 bottom;
	color: #000;
	padding: 5px !important;
}



/* Basic tooltip styles */
#msgbox_tooltip, #tooltip{
	position: absolute;
	z-index: 3000;
	color: #fff;
}

#msgbox_tooltip .tip, #tooltip .tip {
	border: 1px solid #BE0B04;
	padding:5px;
	background-color: #C01827;
}

#msgbox_tooltip .pointer, #tooltip .pointer {

	/* Note! : IE browsers can't have a height set, so for other borwsers this is fixed in notiefix.css */

	background: transparent url(../graphics/bg_tooltip_pointer.gif) no-repeat center 0;
}

#msgbox_tooltip h3, #tooltip h3 {
	background: transparent url(../graphics/bg_tooltip_marker.gif) no-repeat 0 4px;
	padding-left: 15px;
}

#msgbox_tooltip h3 span{
	display:block;
	margin: 10px 0 5px 76px;
/*	text-align: center;*/
}

#msgbox_tooltip h3 a
{
	background: #818181;
	border: 1px solid #313131;
	color: #FFF;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 3px 10px;
}

#msgbox_tooltip h3 a.normal {
	background: none;
	border: 0px;
	color: #FFF;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#msgbox_tooltip .body , #tooltip .body {}
#tooltip .url {}

