/**
	@title Quicken for Mac
	@description styles for the Tag Cloud
	@author Michael Turnwall

	Mickey Roberson	08/27/10	[DE1307] Removed unnecessary printed report clutter (Cloud background, settings button)
	Leigh Chapman	09/10/10	[DE1671] Updated to use system fonts
*/

#tagCloud #outerWrapper {
    width:auto;
    max-width:inherit;
    padding: 13px 30px;
}
#tagCloud #innerWrapper {
	background:none;
    margin: 0;
    padding: 0;
    width: auto;
    max-width:inherit;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
}

#outerWrapper .settingsButton {
margin-top: 5px;
}

#tagCloud .selectLabel {
	float:right;
	margin:10px 92px 0 0;
}
#tagCloud div.time_frame_select_div {
    margin-right: 100px;
    margin-top: 0px;
    top: -1px;
}
.tagCloudCont {
	margin-top:50px;
}
.tagCloudCont a {
	cursor: pointer;
	font:13px "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
	color:#969696;
	line-height:40px;
	margin-right:20px;
	position:relative;
	vertical-align:middle;
	white-space:nowrap;
}
.tagCloudCont div.tag {
	white-space:nowrap;
}
.tagCloudCont a:hover {
	text-decoration:none;
	color:#007ac9;
}
.tagCloudCont .tagMeta {
	display:none;
	font:13px "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
	color:#333;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
	background:#fff -webkit-gradient(linear,left bottom, left top, from(#fff), to(#ffffff), color-stop(0.8,#ffffff)) no-repeat 0 0;
	padding:5px;
	line-height:14px;
	text-align:center;
}
.tagMeta span {
	margin:0 15px;
}
.tagMeta .rawUseCount, .tagMeta .rawTotal {
	display: none;
}
.tagMeta .tagMetaPointer {

	background:url(../images/backgrounds/tag_meta_pointer3.png) no-repeat 0 0;
	background-size:100%;
	width:24px;
	height:17px;
	position:absolute;
	left:40%;
	bottom:-17px;
	
}
.tagMeta.left .tagMetaPointer {
	left:10%;
}
.tagMeta.right .tagMetaPointer {
	left:73%;
}
a.font1 {
	font-size:15px;
}
a.font2 {
	font-size:19px;
	font-weight:regular;
}
a.font3 {
	font-size:23px;
	font-weight:regular;
}
a.font4 {
	font-size:27px;
	font-weight:regular;
}
a.font4 {
	font-size:33px;
	font-weight:regular;
}
a.font5 {
	font-size:37px;
	font-weight:regular;
}
