/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
v\:oval,
v\:shadow,
v\:fill {
    behavior: url(#default#VML);
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
}
.yui3-dial{
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	/*text-align:center;   This causes problems with the angle calc with longer labels*/ 
}
.yui3-dial-content{
	position:relative;
}
.yui3-dial-ring-vml v\:oval {
	width:100px;
	height:100px;
}
.yui3-dial-center-button-vml v\:oval {
	width:50px;
	height:50px;
	font-size:1px;
}
.yui3-dial-marker{
	position:absolute; 
	width:10%; 
	height:10%;
}
.yui3-dial-marker-hidden{
    display: none;
}
.yui3-skin-sam .yui3-dial-ring v\:oval {
	position:absolute; top:0; left:0;
}
