/* main selectors */
html, body
{
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #70594D;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #6B6868;
	min-width: 836px;
}

em.custom_note {
	color: #87113a;
}

a {
	color: #469497;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 5px 16px 5px;
}

p.title {
	padding-bottom: 40px;
}

p.strike {
	text-decoration: line-through;
}

p.more {
	font-weight: bold;
	text-align: right;
	padding-top: 12px;
	background: url(/images/dash-h-dark.gif) repeat-x;
}

p.label {
	font-size: 11px;
	line-height: 14px;
	color: #888E8E;
}

p.first-para {
	font-size:16px;
}

small {
	line-height:12px;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 16px 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0 5px 4px 5px;
}

dd {
	margin: 0;
	padding: 0 0 12px 0;
}

dd.field {
	width: 290px;
	background: #FFF url(/images/field-bottom.gif) no-repeat bottom left;
	padding-bottom: 0;
	margin-bottom: 12px;
}

dd.field span {
	display: block;
	background: url(/images/field-top.gif) no-repeat;
	padding: 4px 4px;
	width: 282px;
}

dd.field span p {
	padding-bottom: 0px;
}

dd.field input.text, 
dd.field textarea,
dd.field select.text {
	width: 276px;
}

dd.field textarea {
	height: 100px;
}

dt.field-hint-below {
	font-size: 11px;
	margin-top:-10px;
	text-align:right;
	
}

dd.button {
	text-align: right;
	padding-top: 12px;
}


dd.w180px{
	background: #FFF url(/images/field-180px-bottom.gif) no-repeat bottom left;
	width: 180px;
}

dd.w180px span{
	background: url(/images/field-180px-top.gif) no-repeat;
	width: 180px;
}

dd.w180px input.text, 
dd.w180px textarea,
dd.w180px select.text {
	width: 170px;
}

dd.w60px{
	background: #FFF url(/images/field-60px-bottom.gif) no-repeat bottom left;
	width: 60px;
}

dd.w60px span{
	background: url(/images/field-60px-top.gif) no-repeat;
	width: 60px;
}

dd.w60px input.text, 
dd.w60px textarea,
dd.w60px select.text {
	width: 45px;
}


dd.wide {
	background: #FFF url(/images/field-wide-bottom.gif) no-repeat bottom left;
	width: 352px;
}

dd.wide span {
	background: url(/images/field-wide-top.gif) no-repeat;
	width: 344px;
}

dd.wide input.text, 
dd.wide textarea,
dd.wide select.text {
	width: 338px;
}


div#ajax-loader-1,
div#ajax-loader-2,
div#ajax-loader-3 {
	background: url(/images/ajax-loader.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin-bottom:-32px;
	position:relative;
	top:12px;
}

dl.floating dd {
	float:left;
	
}
dl.floating dd p {
	margin-top:6px;
	margin-right:10px;
	margin-left:10px;
}
dl.floating dd.button{
	margin-left:10px;
	margin-top:-12px;
	
}

dl.floating dd input,
dl.floating dd select {
	font-size:16px;
	line-height:16px;
	
}






div#ajax-loader-1 {
	left:120px;
}
div#ajax-loader-2 {
	left:137px;
}
div#ajax-loader-3 {
	background: url(/images/ajax-loader-dark.gif) no-repeat;
	left:-10px;
	top:98px;
}

img {
	border: none;
	vertical-align: middle;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
	list-style: none;
}

input.text,
select.text,
.field select {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #FFF;
	outline: none;
	font: 28px/32px Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}
input.text[disabled],
select.text[disabled] {
	color: silver;
}


input.image {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background-color: #62B9BC;
}

textarea {
	margin: 0;
	padding: 2px 2px;
	border: 1px solid #FFF;
	outline: none;
	font: 30px/32px Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	overflow: auto;
}

/* headlines */
h1, h2, h3, fieldset legend {
	font: 30px/32px Arial, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 195px;
}

body.start h1 {
	left: 148px;
}

h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 385px;
	height: 69px;
	background: url(/images/logo.png) no-repeat;
}

body.start h1 a {
	width: 360px;
	height: 47px;
}

body.start h1 a.twitterer {
	background: url(/images/logo_mapgie_convertyourtweets.png) no-repeat;
}

body.start h1 a.advertiser {
	background: url(/images/logo_mapgie_jointheconversation.png) no-repeat;
}


h2  {
	margin: 0;
	padding: 0 5px 24px 5px;
	font-size: 30px;
	font-weight: bold;
	color: #70594D;
}

h2.bubble  {
	font-size: 25px;
	padding: 0 0 12px 0;
}

h2.affiliate {
	font-size: 16px;
	color: #ffffff;
	text-align:right;
	margin-right:35px;
}

h3, form fieldset legend {
	margin: 0;
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #469497;
}

h3 {
	padding: 0 5px 12px;
}

h3.flash-notice,
h3.flash-warning,
h3.flash-error {
	padding:0 5px 0px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #87113A;
	padding-bottom: 8px;
}

h2 span, h3 span, h4 span {
	display: block;
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

div.page-start h2 {
	font-size: 20px;
	padding-bottom: 10px;
}

div.bubble p em.sifr-cash {
	font-size: 25px;
	color: #87113a;
	margin:10px 0;
	text-align: right;
}

/* main layouts */
div.layout {
	width: 836px;
	margin: 0 auto;
	overflow: hidden;
}

#page-margins {
	height: 100%;
	width: 100%;
}

#page {
	min-height: 100%;
}

/* content section */
#content {
	background-color: #A0D6DF;
	padding-top: 189px;
	position: relative;
}

body.start #content {
	padding-top: 136px;
}

#content div.layout {
	min-height:400px;
	width: 746px;
	padding: 60px 40px 40px 50px;
}

div.twocol2,
div.twocol3,
div.twocol {
	width: 100%;
	overflow: hidden;
}

div.twocol {
	background: url(/images/dash-v.gif) repeat-y top;
}

div.twocol3 {
	padding-bottom: 16px;
}

div.twocol2 div.col1,
div.twocol div.col1 {
	width: 290px;
	float: left;
}

div.twocol2 div.col2,
div.twocol div.col2 {
	width: 290px;
	float: right;
}

div.twocol3 div.col1{
	width: 355px;
	float: left;
}

div.twocol3 div.col2{
	width: 355px;
	float: right;
}

/* header section */
#header {
	position: absolute;
	top: 0;
	left: 0;
	background: #7F6659 url(/images/background-header.gif) repeat-x;
	border-bottom: 1px solid #BDE2E9;
	width: 100%;
	z-index: 4;
	color: #89A9AC;
	font: 11px/13px Tahoma, Arial, Helvetica, sans-serif;
}

#header div.layout {
	height: 188px;
	background: url(/images/background-header.png) no-repeat bottom left;
	position: relative;
	overflow: visible;
}

body.start #header {
	background-image: url(/images/background-header2.gif);
}

body.start #header div.layout {
	height: 135px;
	background-image: none;
	background-image: url(/images/background-header2.png); 
}


div#header-doodle{
	height:0px;
	width:0px;
	position:relative;
	overflow:visible;
	top:42px;
	left:105px;
	z-index:9999;
}



/* logo section */
#logo {
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 5;
	width: 100%;
}

body.start #logo {
	top: 50px;
}

#logo div.layout {
	position: relative;
	overflow: visible;
}

div#shoutbox{
	background-image:url(/images/shoutbox.png);
	height: 52px;
	width: 250px;
	position:absolute;
	left:80px;
	top: 40px;
	padding-top:16px;
	padding-left: 10px;
	padding-bottom:10px;
	padding-right: 10px;
	font-size:11px;
	line-height:11px;
}

div#shoutbox strong.headline{
	color: #469497;
	font-weight:bold;
}

div#shoutbox p{
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div#shoutbox div.close {
	position:relative;
	float:right;
	font-weight:bold;
}

div#shoutbox div.close a:hover{
	text-decoration:none;
}


/* navigation section */
#navigation-extra {
	position: absolute;
	top: 8px;
	left: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation-extra li {
	display: inline;
	border-left: 1px solid #89A9AC;
	padding: 0 4px 0 8px;
}

#navigation-extra li:first-child {
	border-left: none;
}

#navigation-extra li a {
	color: #89A9AC;
}

#navigation-extra li a.active {
	color: #89A9AC;
	font-weight:bold;
}

/* main navigation section */
#navigation-main {
	position: absolute;
	top: 163px;
	right: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 25px;
}

body.start #navigation-main {
	top: 110px;
}

#navigation-main li {
	float: left;
	margin-right: 5px;
	display: inline;
}

#navigation-main a {
	float: left;
	width: 90px;
	background-color: #989696;
	text-align: center;
	color: #2D2D2D;
}

#navigation-main a:hover,
#navigation-main li a.active {
	background-color: #A0D6DF;
	border-bottom: 1px solid #A0D6DF;
	text-decoration: none;
	color: #304042;
}

/* second navigation section */
#navigation-second {
	position: absolute;
	top: 188px;
	right: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 25px;


	
}

#navigation-second li {
	float: left;
	margin-right: 5px;
	display: inline;
}

#navigation-second a {
	float: left;
	width: 100px;
	text-align: center;
	color: #2D2D2D;
}

#navigation-second a:hover,
#navigation-second li a.active {
	background-color: #A0D6DF;
	border-bottom: 1px solid #A0D6DF;
	text-decoration: none;
	color: #304042;
}

/* login form section */
dl.login-form,
dl.logout-form {
	position: absolute;
	top: 8px;
	right: 45px;
}

dl.login-form dt, dl.login-form dd,
dl.logout-form dt, dl.logout-form dd {
	display: inline;
	margin: 0;
	padding: 0;
}

dl.login-form dt,
dl.logout-form dt {
	padding-left: 8px;
}

dl.login-form input.text,
dl.logout-form input.text  {
	font: 11px/13px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #BDE2E9;
	border-color: #000;
	width: 100px;
}

dl.login-form input.submit {
	width: 31px;
	height: 14px;
	background: transparent url(/images/login-submit.gif) no-repeat scroll 0 3px;
}
dl.logout-form input.submit {
	width: 34px;
	height: 14px;
	position:relative;
	top:2px;
	background: transparent url(/images/logout-submit.gif) no-repeat scroll 0 3px;
}
dl.login-form input.submit:hover { 
	background: transparent url(/images/login-submithover.gif) no-repeat scroll 0 3px;
}
dl.logout-form input.submit:hover { 
	background: transparent url(/images/logout-submithover.gif) no-repeat scroll 0 3px;
}

dl.login-form input.submit, 
dl.logout-form input.submit {
	border: none;
	color: inherit;
	font: inherit;
	padding: 0px;
	cursor: pointer;
}

dl.side-by-side dd{
	float:left;
	margin-right: 20px;
}

input.checkbox-activated,
input.checkbox-deactivated ,
label.checkbox-info {
	position: relative;
	top: 17px;
	float: left; 
	margin-left:5px;
}

label.checkbox-new {
/*	position: relative;*/
	float: left; 
	margin-left:5px;
}

label.disabled{
text-decoration:line-through
}

input.checkbox-new {
	float:left;
}

input.checkbox-activated,
input.checkbox-deactivated 
{
	top: 19px;
	border: 0 none;
	width: 18px;
	height: 19px;
	cursor: pointer;
}

input.checkbox-deactivated,
input.checkbox-activated:hover {
	background:transparent url(/images/checkbox-unchecked.png) no-repeat scroll 0 0;
}

input.checkbox-activated,
input.checkbox-deactivated:hover {
	background:transparent url(/images/checkbox-checked.png) no-repeat scroll 0 0;
}

/* fieldset section */

form fieldset {
	border: 0 none;
	padding: 0 0 20px 0;
	margin: 0;
}

form fieldset legend {
	padding: 0 5px 12px;
}

form fieldset legend span {
	display: block;
	width: 280px;
}

/* home section */

a.signup-now {
	background:transparent url(/images/signup_now.png) no-repeat scroll 0% 0%;
	display:block;
	height:142px;
	overflow:hidden;
	text-indent:-9999px;
	width:142px;
	cursor:pointer;
}


dd.button input {
	border: 0 none;
	cursor: pointer;
}

a.button-customer {
	background:transparent url(/images/button-customer.png) no-repeat scroll 0 0;
	height: 52px;
	width: 303px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

a.button-twitterer {
	background:transparent url(/images/button-twitterer.png) no-repeat scroll 0 0;
	height: 52px;
	width: 303px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}


input.submit {
	background:transparent url(/images/button-submit.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 79px;
}

input.save {
	background:transparent url(/images/button-save.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 79px;
}

input.bling-bling {
	background:transparent url(/images/button-bling.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 120px;
}

input.go-viral {
	background:transparent url(/images/button-adv.gif) no-repeat scroll 0 0;
	height: 33px;
	width: 103px;
}

input.signup {
	background:transparent url(/images/button-signup.gif) no-repeat scroll 0 0;
	height: 33px;
	width: 119px;
}

input.change-pw {
	background:transparent url(/images/button-changepw.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 167px;	
}
input.confirm-email {
	background:transparent url(/images/button-confirmemail.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 162px;	
}
input.refresh {
	background:transparent url(/images/button-refresh.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 85px;	
}
input.refresh-and-adopt {
	background:transparent url(/images/button-refreshadapt.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 156px;	
}
input.delete-account {
	background:transparent url(/images/button-deleteaccount.gif) no-repeat scroll 0 0;
	height: 34px;
	width: 212px;	
}

input.payoff {
	background:transparent url(/images/button-payoff.gif) no-repeat scroll 0 0;
	height: 58px;
	width: 157px;	
	margin-top: -19px;
}

img.paypal-button {
	float:right;
}

input.payin {
	background:transparent url(/images/button-payin.gif) no-repeat scroll 0 0;
	height: 58px;
	width: 142px;	
}

input.transfer {
	background:transparent url(/images/button-transfer.gif) no-repeat scroll 0 0;
	height: 58px;
	width: 160px;	
}

input.start-earning {
	background:transparent url(/images/button-startearn.gif) no-repeat scroll 0 0;
	height: 58px;
	width: 258px;	
}
input.stop-earning {
	background:transparent url(/images/button-stopearn.gif) no-repeat scroll 0 0;
	height: 58px;
	width: 248px;	
}
a.add-campaign {
	background:transparent url(/images/button-addcamp.gif) no-repeat scroll 0 0;
	display: block;
	float: right;
	height: 58px;
	width: 286px;
	cursor: pointer;	
}



/* footer section */
#footer {
	background: #705A4D url(/images/background-footer.gif) repeat-x;
	font: 11px/13px Tahoma, Arial, Helvetica, sans-serif;
	color: #8DADB0;
	width: 100%;
}

#footer a {
	color: #8DADB0;
}

#footer ul {
	margin: 0;
	padding: 8px 0 50px 40px;
	list-style: none;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #8DADB0;
	padding: 0 4px 0 8px;
	float:left;
}

#footer ul li:first-child {
	border-left: none;
	padding-left: 0;
}

#footer ul li.right{
	border-left: none;
	text-align:right;
	float:right;
	margin-right:35px;
}

#footer ul li.right select{
	margin-top: -3px;

	padding: 1px 2px;
	border: none;
	outline: none;
	color: #8DADB0;
	background: none;



}
/* innerb boxes section */

/* bubble section */

div.bubble, div.flashbubble {
	margin-bottom: 20px;
}
div.bubble {
	width: 290px;
}
div.flashbubble 
{
	margin-top: -59px;
	width: 746px;
}

div.bubble div.inner {
	padding: 25px 10px 10px;
	width: 270px;
}
div.flashbubble div.inner {
	margin-bottom:30px;
	padding: 25px 10px 10px;
	width: 726px;
}

div.bubble strong.head {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #6B6868;
	line-height: 22px;
	padding-bottom: 8px;
}

div.bubble p, div.flashbubble p{
	line-height: 1.4em;
	color: #6B6868;
	padding: 0 5px;
}

div.bubble p {
	font-size: 14px;
}

div.bubble p em, div.flashbubble p em {
	display: block;
	font-size: 32px;
	color: #4D4D4D;
	font-style: normal;
	font-weight: bold;
}

div#followers {
	float:left;
	width:80px;
	position: inherit;
	top:220px;
}

div.landing {
	top:780px !important;
}


div.charcount {
	float:left;
	width:80px;
	top:197px;
}

div#followers .inner {
	width:60px;
}

div.charcount .inner {
	width:70px;
}

div#followers, div.charcount {
	background: #BDE2E9 url(/images/bubble-bottom-small.gif) no-repeat bottom left !important;
}
div.bubble {
	background: #BDE2E9 url(/images/bubble-bottom.gif) no-repeat bottom left;
}
div.flashbubble {
	background: #BDE2E9 url(/images/flashbubble-bottom.gif) no-repeat bottom left;
}

div#followers div.inner, div.charcount div.inner {
	background: url(/images/bubble-top-small.gif) no-repeat !important;
}
div.bubble div.inner {
	background: url(/images/bubble-top.gif) no-repeat;
}
div.flashbubble div.inner {
	background: url(/images/flashbubble-top.gif) no-repeat;
}

div.flash-notice h3 {
	color: #62b9bc;
}
div.flash-warning h3 {
	color: #87113a;
}
div.flash-error h3 {
	color: #87113a;
}

div.flash-notice p {
	color: #70594D;
}
div.flash-warning p {
	color: #70594D;
}
div.flash-notice p {
	color: #70594D;
}

/* quick access box section */
div.quick-access {
	min-height: 300px;
	background: url(/images/dash-h.gif) repeat-x bottom left;
	margin-bottom: 20px;
}

div.col-partition {
	background: url(/images/dash-h.gif) repeat-x bottom left;
	margin-bottom: 20px;
}

div.col-partition-single {
	background: url(/images/dash-h.gif) repeat-x bottom left;
	margin-bottom:0px;
	position:relative;
	top:-26px;
}


* html div.quick-access {
	height: 300px;
	overflow: visible;
}

div.col1 div.quick-access {
	margin-right: -40px;
	padding-right: 40px;
	position: relative;
}

div.col2 div.quick-access {
	margin-left: -30px;
	padding-left: 30px;
	position: relative;
}

div.quick-access h2 {
	padding-bottom: 50px;
}

div.quick-access dt {
	padding-bottom: 16px;
}

/* tweets */

div.tweet {
	margin-bottom:10px;
	padding-bottom:10px;
}

div.tweet p {
	font-size:12px;
	padding: 0 5px;
}
div.tweet-bling-bling {
	color:#87113A;
	float:right;
	font-size:32px;
	margin-right:5px;
	padding: 0 0 0 5px;
	width:120px;
}
div.tweet-twitter-date {
	bottom:0;
	margin-top: 3px;
	padding: 5px;
	font-size:10px;
	font-style:italic;
}

/* reviews */

div.tweet dl{
	font-size:12px;
	margin:0px;
	padding-top:10px;
	padding-left:4px;
}

div.tweet dl dt{
	float:left;
	font-weight:bold;
	margin:0px;
	padding: 0px 4px 0px 0px;
}

div.tweet dl dd{
	margin: 0px;
	padding: 0px;
}


/* info list section */
ol.info {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
/*	font-size: 12px; */
}

ol.info li {
	padding: 0 0 16px 54px;
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

ol.info li.item1 {background-image: url(/images/item1.gif);}
ol.info li.item2 {background-image: url(/images/item2.gif);}
ol.info li.item3 {background-image: url(/images/item3.gif);}

ol.info a {
	font-weight: bold;
}

/* table section */
/*div.bling-bling
{
	text-align:right;
	margin:0px 5px 0 0;
}*/

div.bling-bling-cash {
	float:right;
	color: #87113a;
	font-size: 40px;
	font-weight: bold;
}

/*div.bling-bling-label {
	float:right;
}
*/
table.content {
	border-spacing:0;
	width: 100%;
	margin-bottom: 30px;
}

table.content tr {
	height:32px;
}

table.content tr:hover,
table.content tr.highlight {
	color: #87113a;
	background-color:#aadae2;
}

table.content thead th {
	background:transparent url(/images/dash-h.gif) repeat-x scroll left bottom;
	color:#87113A;
	font-size:100%;
	font-weight:bold;
	line-height:18px;
	padding:0pt 2px 6px;
	text-align:left;
	vertical-align:top;
}

table.content th.right,
table.content td.right{
	text-align:right;
}

tr.odd-row {
	
}
tr.even-row {

}

table.content td {
/*	padding: 5px 8px; */
}

table.content td.small {
	font-size:12px;
}

table.content td.large {
	font-size:16px;
}

table.content td.large small{
	font-size:12px;
}

table.content td.small p,
table.content td.large p {
	padding-bottom: 5px;
}

table.content td h5 {
	margin: 0;
	padding: 0 5px 0px 5px;
	font-size:12px;

}

table.content td img.profile {
	padding-top:5px;
	padding-bottom:5px;
}

table.content td dd {
        float:left;
        display: inline;
        margin:0;
        margin-left:5px ;
}

table.content td dt, table.content td dt:after {
        font-weight:bold;
}
table.content td dt {
        float:left;
        clear:left;

        display: inline;
}
table.content td dt:after {
        content:": ";
}




/* full info list section */
ol.info-full {
	background: url(/images/dash-h.gif) repeat-x;
	padding-top: 16px;
	margin-top: 16px;
}

ol.info-full li {
	float: left;
	width: 174px;
	padding-right: 30px;
}

ol.info-full li.item3 {
	padding-right: 0;
}

/* tag cloud list section */
ul.cloud {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul.cloud li {
	float: left;
	padding: 8px 4px;
	white-space: nowrap;
}

ul.cloud li a {
	line-height: 1em;
}

ul.cloud li.tag1 a { font-size: 0.7em; font-weight: 100; }
ul.cloud li.tag2 a { font-size: 0.8em; font-weight: 200; }
ul.cloud li.tag3 a { font-size: 0.9em; font-weight: 300; }
ul.cloud li.tag4 a { font-size: 1.0em; font-weight: 400; }
ul.cloud li.tag5 a { font-size: 1.2em; font-weight: 500; }
ul.cloud li.tag6 a { font-size: 1.4em; font-weight: 600; }
ul.cloud li.tag7 a{ font-size: 1.6em; font-weight: 700; }
ul.cloud li.tag8 a { font-size: 1.8em; font-weight: 800; }
ul.cloud li.tag9 a { font-size: 2.2em; font-weight: 900; }
ul.cloud li.tag10 a { font-size: 2.5em; font-weight: 900; }

ul.cloud sup {
	background: url(/images/corner.gif) no-repeat bottom left;
	font-size: 11px;
	color: #6EBCC9;
	line-height: 15px;
	padding-bottom: 5px;
}

ul.cloud sup span {
	background-color: #FFF;
	padding: 0 4px;
}

/* helper section */

ul.iconic-helper, .iconic-helper ul {
	float:right;
	list-style-type:none;
}

.iconic-helper li {
	float:left;
	margin:0 4px;
	position:relative;
	top:7px;
}

.tweet .iconic-helper li {
	margin:0 0px !important;
	top:-19px !important;
}

.tweet .iconic-helper ul {
	padding-bottom:0px !important;
}



.iconic-helper .activate:hover, .iconic-helper .reactivate:hover {
	background:transparent url(/images/button-deactivateh.gif) no-repeat scroll 0 0;
}
.iconic-helper .activate, .iconic-helper .reactivate {
	background:transparent url(/images/button-deactivate.gif) no-repeat scroll 0 0;
}
.iconic-helper .deactivate:hover {
	background:transparent url(/images/button-activate.gif) no-repeat scroll 0 0;
}
.iconic-helper .deactivate {
	background:transparent url(/images/button-activate.gif) no-repeat scroll 0 0;
}
.iconic-helper .edit:hover {
	background:transparent url(/images/button-edith.gif) no-repeat scroll 0 0;
}
.iconic-helper .edit {
	background:transparent url(/images/button-edit.gif) no-repeat scroll 0 0;
}

.iconic-helper .stats:hover {
	background:transparent url(/images/chart_curveh.png) no-repeat scroll 0 0;
}
.iconic-helper .stats {
	background:transparent url(/images/chart_curve.png) no-repeat scroll 0 0;
}

.iconic-helper .approve:hover {
	background:transparent url(/images/comment_addh.png) no-repeat scroll 0 0;
}
.iconic-helper .approve {
	background:transparent url(/images/comment_add.png) no-repeat scroll 0 0;
}

.iconic-helper .edit-tweet:hover {
	background:transparent url(/images/comment_edith.png) no-repeat scroll 0 0;
}
.iconic-helper .edit-tweet {
	background:transparent url(/images/comment_edit.png) no-repeat scroll 0 0;
}

.iconic-helper .approve-twitterer:hover {
	background:transparent url(/images/thumb_uph.png) no-repeat scroll 0 0;
}
.iconic-helper .approve-twitterer {
	background:transparent url(/images/thumb_up.png) no-repeat scroll 0 0;
}

.iconic-helper .approve-all:hover {
	background:transparent url(/images/comments_addh.png) no-repeat scroll 0 0;
}
.iconic-helper .approve-all {
	background:transparent url(/images/comments_add.png) no-repeat scroll 0 0;
}

.iconic-helper .block:hover {
	background:transparent url(/images/comment_deleteh.png) no-repeat scroll 0 0;
}
.iconic-helper .block {
	background:transparent url(/images/comment_delete.png) no-repeat scroll 0 0;
}
.iconic-helper .block-twitterer:hover {
	background:transparent url(/images/thumb_downh.png) no-repeat scroll 0 0;
}
.iconic-helper .block-twitterer {
	background:transparent url(/images/thumb_down.png) no-repeat scroll 0 0;
}

.iconic-helper .review:hover {
	background:transparent url(/images/grouph.png) no-repeat scroll 0 0;
}
.iconic-helper .review {
	background:transparent url(/images/group.png) no-repeat scroll 0 0;
}

.iconic-helper .review-new:hover {
	background:transparent url(/images/group_newh.png) no-repeat scroll 0 0;
}
.iconic-helper .review-new {
	background:transparent url(/images/group_new.png) no-repeat scroll 0 0;
}


.iconic-helper input, .iconic-helper a {
	display:block;
	height:24px;
	width:24px;
}
.iconic-helper input {
	border:0 none;
	cursor:pointer;
}

/*a#uservoice-feedback-tab {
	background: #989696 url(http://magpie.uservoice.com/images/feedback_tab.png) no-repeat scroll -2px 50% !important;
}
*/
.tooltip_content {
	background-image:  url(/images/widgets/tooltip_background.gif) !important; 
	background-repeat: repeat-x repeat-y !important;
	width: 300px;
	text-align:left;
  /* background-repeat: no-repeat;  */
  
	
	/*background-color:#bbe1e8 !important;*/
}

/* Google Charts */

.chartclient-annotation {
	margin-bottom: 5px !important;
}

.chartclient-annotation-sel {
	background-color: #BDE2E9 !important;
	color: #459396 !important;
	margin-bottom: 5px !important;
}

.chartclient-annotation-letter {
	color: #459396 !important;
	padding-right:5px !important;
	line-height: 1.2em !important;
}

.chartclient-annotation-title {
	font-color: #88113A !important;	
	font-weight: normal !important;
	font-style: italic !important;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 12px !important;
	line-height: 1.2em !important;
}

.button-text {
	color: #88113A !important;	
}

.chartclient-annotation-date {
	color: #459396 !important;
	font-size: 10px !important;
}

/* Pagination */

.pagination {
  margin-top: -30px;
  text-align: center;
  padding: 1em; 
}

.pagination a, .pagination span {
    padding: .2em .3em;
}

.pagination span.disabled {
}

.pagination span.current {
    color: #469497;
    font-weight: bold;
    background: transparent url(/images/apple-circle.gif) no-repeat 50% 50%; 
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
	text-decoration: underline;
}

.bubble .pagination{
	margin-top:0px;
	padding-bottom:0px;
}

.bubble .pagination span.current {
	background: transparent url(/images/apple-circle-dark.gif) no-repeat 50% 50%; 
}

div#paginated-tweets{
	margin-bottom:0px;
	padding-bottom:0px;
}
		

/* box start */
div.box {
	width: 354px;
	background: #CDE7E9 url(/images/box-bottom.gif) no-repeat bottom left;
	margin-bottom: 16px;
}

div.box div.inner {
	background: url(/images/box-top.gif) no-repeat;
	padding: 15px;
	width: 324px;
	overflow: hidden;
}

div.box p {
	padding-bottom: 8px;
}

/* welcome page section */
div.page-start {
	font-size: 12px;
	line-height: 18px;
}

div.page-start p.more {
	padding-top: 8px;
}

/* Hottest Tweets box section*/
div.hot p.more {
	background: none;
	padding: 0;
}

div.hot p.label {
	text-align: right;
	padding-bottom: 8px;
}

div.hot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.hot li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 9px;
}

div.hot img.icon {
	float: left;
}

div.hot div.text {
	width: 100%;
	float: left;
	background: url(/images/dash-h-dark.gif) repeat-x bottom left;
	padding-bottom: 8px;
}

div.hot div.text p {
	padding: 0;
}

div.hot div.text strong {
	float: right;
	font: bold 15px/18px 'Times New Roman', Times, sans-serif;
	color: #70594D;
	text-align: right;
	width: 60px;
}

div.hot div.text strong em {
	display: block;
	font-size: 25px;
	font-style: normal;
}

div.hot div.text strong span {
	display: block;
}

/* slider box section */
div.slider {
	width: 100%;
	position: relative;
}

div.holder {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 285px;
}

#slider1 div.holder{
	height: 280px;
}

#slider2 div.holder{
	height: 212px;
}

div.slider a.prev, div.slider a.next {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 22px;
	height: 75px;
	background: #8DCBCE url(/images/slider.gif) no-repeat;
	top: 54px;
}

div.slider a.prev {
	left: 0;
}

div.slider a.next {
	right: 0;
	background-position: -22px 0;
}

div.slider p.label {
	padding: 8px 0 0 0;
}

/* fillbg section */
div.fill-bg {
	background: url(/images/fill-bg.gif) repeat-y top left;
	width: 100%;
	overflow: hidden;
	
}

div.fill-bg div.box {
	background: none;
}

div.fill-bg div.box div.inner {
	padding: 0 9px;
	background: none;
	width: 336px;
}

div.fill-bg div.fill-top {
	width: 100%;
	height: 12px;
	background: url(/images/fill-top.gif) no-repeat;
	overflow: hidden;
}

div.fill-bg div.fill-bottom {
	width: 100%;
	clear: both;
	height: 12px;
	background: url(/images/fill-bottom.gif) no-repeat;
	overflow: hidden;
}

div.fill-bg div.box {
	margin-bottom: 0;
}

div.headline {
	padding-bottom: 0;
}
