body {
	margin: 0;
	padding: 0;

	font: 75% sans-serif;
}

.animator-map {
	position: relative;
	width: 640px;
	height: 480px;
	background: #333;
	overflow: hidden;
	cursor: crosshair;
}

.animator-map.large {
	width: 960px;
	height: 720px;
}

.animator-map .frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.animator-map .trackerbug {
	position: absolute;
	width: 4px;
	height: 4px;
	background: red;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.animator-map .position, .animator-map .timestamp, .animator-map .message {
	position: absolute;
	padding: 0.2em 0.8em;
	background: #222;
	background: rgba(0, 0, 0, 0.65);
	color: white;
	white-space: nowrap;
	z-index: 9999;
	
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.animator-map .position {
	bottom: 0;
	left: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.animator-map .timestamp {
	bottom: 0;
	right: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: right;
}

.animator-map .message {
	top: 5px;
	left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	
	padding: 0.4em 0.8em;
	font-size: 1.1em;
}

.animator-map .message.error {
	color: red;
}

.animator-map .timestamp .master {
	font-weight: bold;
}

.animator-map .timestamp div>div {
	font-size: 0.9em;
}

.animator-map.loading .tracker {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/animator_loading.gif') no-repeat scroll center center;
}

.animator-cp {
	width: 640px;
	
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #e1e1e1 44%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(44%,#e1e1e1), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #efefef 0%,#e1e1e1 44%,#efefef 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#e1e1e1 44%,#efefef 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#e1e1e1 44%,#efefef 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#e1e1e1 44%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 );
}

.animator-cp.large {
	width: 960px;
}

.animator-cp>div, .animator-cp>ul {
	padding: 3px;
}

.animator-cp div.button-wrapper {
	float: left;
	width: 30%;
	text-align: center;
}

.animator-cp ul.layers {
	list-style: none;
	margin: 0;
	border-top: 1px dotted gray;
}

.animator-cp ul.layers li {
	display: inline-block;
	width: 16%; 
	margin: 0;
	padding: 0;
	font-size: 85%;
}

.animator-cp .controls label {
	margin-left: 20px;
}

.animator-cp .controls {
	font-size: 0.9em;
}

.animator-cp button {
	margin: 0;
	padding: 0;
	width: 19px;
	height: 19px;
	border: 0;
	cursor: pointer;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.animator-cp button:hover {
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.animator-cp button:active {
	-webkit-box-shadow: 0px 0px 0 rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0 rgba(0,0,0,0.5);
}

.animator-cp button.startstop.started {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_pause.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
}

.animator-cp button.startstop.stopped {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_play.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
}

.animator-cp button.stepbackward {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_stepbackward.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
}

.animator-cp button.stepforward {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_stepforward.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
}

.animator-cp button.swing {
	margin: 0 1em 0 1em;
}

.animator-cp button.swing.swinging {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_mode_loop.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
}

.animator-cp button.swing.looping {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_mode_swing.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
}

.animator-cp button.refresh {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_refresh.gif') no-repeat scroll center center;
	background-color: rgba(255,255,255,0.25);
	width: 25px;
}

div.animator-map div.zoomnav {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 3px;
	background: #222222;
	background: rgba(0, 0, 0, 0.65);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 999; 
}

div.animator-map div.zoomnav button {
	width: 17px;
	height: 17px;
	margin: 0;
	border: 0;
	cursor: pointer;
}

div.animator-map div.zoomnav button.zoomin {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_zoomin_inverse.gif') no-repeat scroll center center !important;
}

div.animator-map div.zoomnav button.zoomin.disabled {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_zoomin_disabled.gif') no-repeat scroll center center !important;
	cursor: inherit;
}

div.animator-map div.zoomnav button.zoomout {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_zoomout_inverse.gif') no-repeat scroll center center !important;
}

div.animator-map div.zoomnav button.zoomout.disabled {
	background: transparent url('//resources.weatherzone.com.au/wz/images/widgets/anim_zoomout_disabled.gif') no-repeat scroll center center !important;
	cursor: inherit;
}

div.animator-cp div.footer {
	padding: 4px;
	margin: 0;
	text-align: center;
	clear: both;
	font-weight: bold;
	border-top: 1px dotted silver;
}

div.animator-cp div.footer a.brand {
	display: block;
	float: left;
	margin-right: 4px;
}

div.animator-cp div.footer div.legend {
	float: left;
	width: 40%;
	font-weight: normal;
}

div.animator-cp div.footer div.legend img {
	width: 160px;
	height: 12px;
}

div.animator-cp.w480 div.footer div.legend img {
	width: 80px;
}

div.animator-cp div.footer a.attribution {
	display: block;
	float: right;
	font-weight: normal;
}