html,body{border:0;outline:0;font-size:100%;vertical-align:baseline;margin:0;padding:0;} h1,h2,h3,h4,h5,h6,p{border:0;outline:0;vertical-align:baseline;background:transparent;} div,span,object,iframe,input,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{border:0;outline:0;vertical-align:baseline;background:transparent;margin:0;padding:0;} article,aside,figure,footer,header,hgroup,nav,section{display:block;} nav ul{list-style:none;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:none;} a{font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;margin:0;padding:0;} ins{background-color:#ff9;color:#000;text-decoration:none;} mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700;} del{text-decoration:line-through;} abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;} table{border-collapse:collapse;border-spacing:0;} hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;} input,select{vertical-align:middle;}

a { text-decoration: none; }

table { margin-left: auto; margin-right: auto; border-collapse: collapse; }

.ie8-alpha-fix {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

/* Site Things */
body { background: #fff url(http://caggsm-static.appads.com/_images/LogOn/home/bg_dots.png) repeat; color: #666; font-family: "GothamBook", Helvetica, Arial, sans-serif; }
.floatsWrap { zoom: 1; }
.floatsWrap:after {
	display: block;
	visibility: hidden;
	content: '.';
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	clear: both;
}

/* Typo Colors */
* 		   	{ font-weight: 500; font-size: 100%; line-height: 1.5em; }
h1, h2, h3 	{ font-weight: bold; letter-spacing: -0.05em; margin-bottom: 24px; font-family: "GothamBold", Helvetica, Arial, sans-serif; }
h1, h2 	   	{ color: #c9522c; margin-bottom: 10px; }
a           { color: #D94619; }
a:hover     { text-decoration: underline; }
a:visited   { color: #C0512F; }

/* Typo Sizing */
h1 { font-size: 3.3em; 	line-height: 1em; }
h2 { font-size: 2.3em; 	line-height: 1em; }
h3 { font-size: 1.2em; 	line-height: 1.1em; margin-bottom: 15px; margin-top: 5px; }
h3 br { line-height: 1.1em; }
h1,h2,h3,p,a{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

@font-face {
	font-family: 'GothamBook';
	src: url('../_fonts/GothamBook/Gotham-Book.eot');
	src: url('../_fonts/GothamBook/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	     url('../_fonts/GothamBook/Gotham-Book.woff') format('woff'),
	     url('../_fonts/GothamBook/Gotham-Book.ttf')  format('truetype'),
	     url('../_fonts/GothamBook/Gotham-Book.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'GothamBold';
	src: url('../_fonts/GothamBold/Gotham-Bold.eot') format('eot');
	src: url('../_fonts/GothamBold/Gotham-Bold.woff') format('woff'),
	     url('../_fonts/GothamBold/Gotham-Bold.ttf')  format('truetype'),
	     url('../_fonts/GothamBold/Gotham-Bold.svg#svgFontName') format('svg');
}

.login .pageContent {
width: 480px;
padding: 25px 0px;
}

.headerContent, .footerContent, .pageContent { width: 960px; margin: 0px auto; }
.leftHalf { float: left; width: 50%; }
.rightHalf { float: right; width: 50%; }


/* Header */

#header { 
	background: url(http://caggsm-static.appads.com/_images/LogOn/home/header_bg.png) 0 0 repeat-x;
	width: 100%;
	position: fixed; top: 0; z-index: 300;
	}
	#header a#home { 
		display: block; float: left; width: 220px; height: 95px; 
		background: url(http://caggsm-static.appads.com/_images/LogOn/home/header_burstly_logo.png) 0 0 no-repeat;
	}
	#user_nav, #site_nav { list-style: none; }
	#user_nav li, #site_nav li { float: left; }

	#user_nav { position: absolute; top: 1px; right: 0; }
	#user_nav a { color: #fff; font-size: 0.75em; padding: 3px 8px 2px; border-radius: 8px; margin-left: 7px; }
	#user_nav a.focus { background: #c84e27; }

	#site_nav { position: absolute; top: 27px; right: 0; }
	#site_nav a { 
		display: block;
		padding:  13px 18px;
		color: #fff; text-transform: uppercase;
		font-family: "GothamBold", Helvetica, Arial, sans-serif; font-size: 0.8em; font-weight: bold;
		text-shadow: 1px 1px 3px #000, 0 0 8px rgba(0,0,0,0.3); 
	}
	#site_nav a:hover { -webkit-transition: background 0.15s linear; background: rgba(0,0,0,0.2); }
	#site_nav a.selected { color: #c84e27; background: url(http://caggsm-static.appads.com/_images/LogOn/home/nav_selected.png); background-size: 100% 100%; }



/* Home */
    body div.headerPush { margin-top: 85px; }

	.content { display: block; width: 969px; margin: 0 auto; position: relative; overflow: auto; }
	
	
	
	/* Featured image banner at top */
	#featured_banner {
		z-index: 1;
		margin-top: 2px; 
		width: 960px; height: 335px;
		background: url(../_images/LogOn/home/storefronts-window-banner.jpg) 0 0 no-repeat;
		position: relative; overflow: hidden;
	}
	
	.banner_content {
	    position: relative; overflow: auto;
	    height: 160px; padding-left: 212px;
	    margin-top: 90px; margin-left: 410px;
	}
	    /* .banner_content.ea { margin-top: 78px; } */
	    .banner_content.backflip { margin-left: 370px; }
	    .banner_content.rovio { margin-left: 380px; padding-left: 180px; }
	    .banner_content.newtoy { margin-top: 88px; margin-left: 380px; padding-left: 180px; }
	    
	    .banner_content_img {
	        position: absolute; top: 0; left: 0;
	        width: 210px; height: 140px;
	        background: url(../_images/LogOn/home/client_apps.png);
	    }
	    .rovio      .banner_content_img { background-position: 0 -140px; }
	    .backflip   .banner_content_img { background-position: 0 -280px; }
	    .newtoy     .banner_content_img { background-position: 0 -420px; }
	
	.banner_content h3 { color: #fff; text-transform: uppercase; font-size: 14px; margin-bottom: 0; }
	.banner_content h1 { color: #fff; font-size: 32px; margin-top: 8px; letter-spacing: -0.03em; line-height: 1em; margin-bottom: 10px;}
	.banner_content h3, .banner_content h1 { text-shadow: 0 1px 5px rgba(0,0,0,0.75); }
	
	.banner_arrow {
	    display: block;
	    padding: 0;
	    position: absolute;
	    width: 21px; height: 30px;
	    background: url(../_images/LogOn/home/banner-slider-arrows.png) 0 0 no-repeat;
	}
	.banner_arrow.left { top: 145px; left: 363px; }
	.banner_arrow.right { top: 145px; left: 900px; background-position: top right; }
	
	.cta_btn {
	    display: block; text-indent: -9999px;
	    background-position: top center;   
	}
	.cta_btn:hover { background-position: bottom center; }
	.cta_btn.visit_store {
	    width: 151px; height: 39px;
	    background-image: url(../_images/LogOn/home/cta_visit_store.png);   
	}
	.cta_btn.learn_more {
	    width: 242px; height: 43px; margin-left: -4px;
	    background-image: url(../_images/LogOn/home/cta_learn_more.png);
	    background-position: bottom center;   
	} .cta_btn.learn_more:hover { background-position: top center;  }
	.cta_btn.contact_us {
	    position: absolute; top:14px; right:15px;
	    width: 156px; height: 30px;
	    background-image: url(../_images/LogOn/home/cta_contact_us.png);   
	}
	
	#introd_storefront {
	    display: block; position: relative;
	    margin-left: -4px;
	    width: 969px; height: 60px;
	    background: url(../_images/LogOn/home/introd-marketplace-banner.png) top center no-repeat;
	    text-indent: -9999px;   
	}

	/* Masthead */
	.masthead_title { position: relative; overflow: visible; margin-top: 20px; margin-bottom: -14px; }
	span.sticker  
	{
		display: block; position: absolute; top: -30px; right: 60px; z-index: 200;
		background: url(http://caggsm-static.appads.com/_images/LogOn/home/masthead_sticker.png) 0 0 no-repeat;
		width: 180px; height: 108px; 
	}


	/* Boxes - navigate to different sections */
	ul.nav_boxes { list-style: none; position: relative; overflow: auto; }
	ul.nav_boxes li { float: left; font-family: "GothamBold", Helvetica, Arial, sans-serif; }
	ul.nav_boxes li a { display: block; float: left; position: relative; width: 320px; height: 250px; background: url(http://caggsm-static.appads.com/_images/LogOn/home/masthead_boxNav.png) 0 0 no-repeat; }
		ul.nav_boxes li.mediation a:hover { background-position: top right; text-decoration: none; }
		ul.nav_boxes li.rewards a:hover { background-position: right center; text-decoration: none; }
		ul.nav_boxes li.storefront a:hover { background-position: bottom right; text-decoration: none; }
	ul.nav_boxes li a span { position: absolute; bottom: 13px; left: 24px; font-size: 1.5em; font-weight: 700; color: #666; }
	ul.nav_boxes li.rewards a { background-position: 0 -250px; }
	ul.nav_boxes li.storefront a { background-position: 0 -500px; }

	/* <ul> with orange stars */
	ul.stars { list-style: none; margin-top: 40px; }
	ul.stars li { padding-left: 22px; background: url(http://caggsm-static.appads.com/_images/LogOn/home/star-bullet.png) 0 0.13em no-repeat; line-height: 1.15em; margin-bottom: 10px;  }

	/* Back to Top link */
	a.backToTop { 
		position: absolute; top: 15px; right: 0px;
		color: #c9522c; font-size: 0.9em;
		background: url(http://caggsm-static.appads.com/_images/LogOn/home/arrow_backToTop.png) left 40% no-repeat; padding-left: 12px;
	}

	/* page content */
	.pageContent { padding: 11px 0px 2px 0px; min-height: 100px; }
	.module { margin-bottom: 28px; }

	section { display: block; margin: 0 auto; }
	section > .content { padding: 24px 0; }
	section.gradient { background: url(http://caggsm-static.appads.com/_images/LogOn/home/section_bg_gradient.png) bottom center repeat-x; }

	section .text_content { width: 420px; }
	section .text_content.right { float: right; }

	section.featured { height: 660px; }
	section.featured .content { height: 612px; }

	#mediation .content { background: url(http://caggsm-static.appads.com/_images/LogOn/home/section_Mediation_feature.png) 15px 120px no-repeat; }
	#mediation .text_content { margin-top: 90px;}

    #rewards { height: 690px }
	#rewards .content { height: 642px; background: url(http://caggsm-static.appads.com/_images/LogOn/home/section_Rewards_feature.png) bottom right no-repeat; }
	#rewards .text_content { margin-top: 40px; width: 390px; }
	#rewards .cta { height: 68px; background: url(http://caggsm-static.appads.com/_images/LogOn/home/cta_joinBeta.png) bottom center no-repeat; }
	#rewards .cta:hover { background-position: top center; }

	#storefront .content { background: /* url(http://caggsm-static.appads.com/_images/LogOn/home/section_Storefront_feature.png) left center no-repeat; */ margin-top: 84px; }
	#storefront .text_content { margin-top: 60px;}
	#storefront .cta { height: 94px; background: url(http://caggsm-static.appads.com/_images/LogOn/home/cta_visitNow.png) bottom center no-repeat; }
	#storefront .cta:hover { background-position: top center; }
	#awning { position: absolute; width: 100%; height: 84px; background: url(../_images/LogOn/home/storefront-awning.png) top center repeat-x; }
	
	#window { 
	    position: absolute; width: 500px; height: 469px; top: 90px; left: 20px;
	    background: url(../_images/LogOn/home/window.png) 0 0 no-repeat; 
	   }
	   
    #window ul { position: relative; list-style-type: none; margin: 25px 0 0 25px; }
    #window ul li {
        display: block; float: left; position: relative;
        width: 214px; height: 200px;
        margin: 0 19px 16px 0;
        background: url(../_images/LogOn/home/window-content.png) no-repeat;
    }
    #window li.ea { background-position: 0 -600px; }
    #window li.backflip { background-position: 0 0; }
    #window li.newtoy { background-position: 0 -400px; }
    #window li.rovio { background-position: 0 -200px; }
    
    #window li:hover a { display: block; }
    #window li a { display: none; cursor: pointer; position: absolute; top:0; left:0;width: 214px; height: 200px; background: url(../_images/LogOn/home/window-content.png) 0 -800px no-repeat; }

	.cta { display: block; margin: 30px auto 0; width: 352px; text-indent: -9999px; }
    .choose-a-store {
     display: block;
     margin-top: 45px;
     width: 252px; height:28px;
     background: url(../_images/LogOn/home/choose-a-store.png) 0 0 no-repeat;
     text-indent: -9999px;
    }

	
	
	/* Legal pages */
	.pageContent.legal p { font-size: 0.9em }
	p.c3 { display: block; text-decoration: underline; margin-top: 25px; }
	span.c4 { font-weight: bold; font-size: 1em }
		 
	/* Footer  */
	.footer { background: #384c5c url(http://caggsm-static.appads.com/_images/LogOn/footer_bg.png) repeat-x left top; padding: 0px; }
	.footer *,
	.footer a { color: #ffffff; line-height: 20px; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); }
	.footerItem { padding: 15px 30px 15px 0px; margin: 0px 0px 0px 0px; float: left; vertical-align: top; }
	p.footerItem { float: left; text-align: left; }

	.bottomNav { list-style-type: none; margin: 0px; padding: 0px; /*border-right: 1px #74828d solid;*/ width: 162px; }
	.bottomNav li {list-style-type: none; padding: 0px; margin: 0 0 3px 0; font-weight: bold; font-family: "GothamBold", Helvetica, Arial, Sans-Serif; }
	.bottomNav li a { font-size: 0.9em; font-weight: bold; text-decoration: none; }
	.bottomNav a:hover,
	.bottomNav .selected a,
	.bottomNav .selected a:hover { color: #fff; text-decoration: underline; }
	.bottomNav.unbold li a { font-weight: normal;  font-family: "GothamBook", Helvetica, Arial, Sans-Serif; }
	
	.footerItem > a { margin: 0 0 6px; font-size: 0.9em; }

	.footer .contact { display: block; line-height: 1; background-image: url(http://caggsm-static.appads.com/_images/LogOn/footer_icons.png ); background-repeat: no-repeat; height: auto; padding: 2px 0px 5px 20px; font-weight: bold; margin-top: 2px;}
	.footer .contactTweet { background-position: 0px 0px; }
	.footer .contactPhone { background-position: 0px -47px; text-decoration:none }
	.footer .contactEmail { background-position: 0px -100px; }
	
	.footer span.disclaim { display: block; font-size: 0.85em; margin-bottom: 5px;}

/* Common Stuff */
    .sideInfo { float: right; margin-top: 25px; width: 236px; }
    .mainColumn { float: left; width: 710px; }
    .contactUsBtn { display: block; width: 228px; height: 23px; margin: 0px auto 10px auto; text-indent: -1000px; overflow: hidden; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/contact_us_btn.gif) no-repeat left top;  }
    
    .panel { padding: 15px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/advert/gray_bg_opacity_3.png ) repeat left top; }
    .infoPanels { list-style-type: none; margin: 10px 0px 90px 0px; padding: 0px; }
	.infoPanels li { float: left; width: 220px; list-style-type: none; padding: 0px; margin: 0px 20px 0px 0px; }
	.infoPanels h3 { margin: 10px 0px; background-repeat: no-repeat; height: 24px; text-indent: -1000px; overflow: hidden; }
    .infoPanels .panel { height: 207px; }
    
    .priceField { background: #ffffff url(http://caggsm-static.appads.com/_images/LogOn/advert/dollar_icon.png ) no-repeat 5px center; display: block; cursor: text; height: 21px; margin: 10px 0px 25px 0px; padding: 2px 2px 2px 15px; }
	.priceField input { background: transparent; border: 0px; }

	dl.markedList { margin: 0px; }
	.markedList a { font-weight: bold; color: #c84e27; }
	.markedList dt { line-height: 2; font-weight: bold; color: #000000; }
	.markedList dd { line-height: 2; font-weight: bold; color: #c84e27; padding: 0px 0px 0px 20px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/li_play.png) no-repeat left center; margin: 0px; }
/* Home */
	.promoBanner {
		z-index: 1;
		padding: 250px 0px 40px 472px;
		background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/make_more_money_banner.jpg) no-repeat center center;
		height: 46px;
	}
	
	.buysList, .buysListItem { list-style-type: none; padding: 0px; margin: 0px; font-size: 0px; }
	li.buysListItem { float: left; padding: 0px 10px; width: 217px; vertical-align: top; overflow: hidden; }
	li.buysListItem2 { float: left; padding: 0px 3px; width: 311px; vertical-align: top; overflow: hidden; }
	.buyDescr { list-style-type: none; padding: 0px 15px; margin: 0px; }
	.buyDescr li { list-style-type: none; padding: 5px 0px 5px 15px; margin: 0px; line-height: 13px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/star_li.png) no-repeat left 8px; font-size: 11px; }

	.latestTweets { float: left; width: 620px; }
	.latestTweets .module { padding: 0px 10px; }
	.latestTweets h2.title { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/what_devs_saying.png) no-repeat left top; height: 23px; }
	.latestTweets h3.title { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/our_latest_tweets_title.png) no-repeat left top; height: 18px; }
	.latestTweets h4.title { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/advertise_storefront.png) no-repeat left top; height: 19px; padding-bottom: 5px; }

    .tweetBird { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/tweet_bird.png ) no-repeat 10px 10px; }

	.tweetsList { padding: 0px 0px 30px 0px; }
	.tweet { padding: 10px 0px; position: relative; }
	.tweetAuthor { text-align: right; display: block; font-style: italic; margin: 5px 0px; }
	.appInfo { float: left; width: 90px; }
	.appInfo, .appInfo * { color: #000000; text-decoration: none; text-indent: 5px; display: block; }
	.appInfo img { display: block; width: 80px; height: 80px; }
	.tweetText { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/blue_bg_opacity_8.png) repeat left top; padding: 10px; margin-bottom: 20px; position: relative; }
	.tweetText li { list-style-type: none; }
	
	.tweetBird .tweetText { padding: 20px 10px 10px 60px; }
	.tweetsList .tweetText { background-image: url(http://caggsm-static.appads.com/_images/LogOn/gray_bg_opacity_8.png); margin-left: 95px; }
	.tweetArrow { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/blue_arrow_opacity_8.png) no-repeat 0px bottom; height: 14px; width: 21px; display: block; top: 100%; left: 80%; position: absolute; }
	.tweetsList .tweetArrow { background-image: url(http://caggsm-static.appads.com/_images/LogOn/home/gray_arrow_opacity_8.png); left: 50px; }
	.pager { text-align: right; margin-top: -25px; }
	.pager a { display: inline-block; vertical-align: middle; background-image: url( http://caggsm-static.appads.com/_images/LogOn/home/paging_arrows.png ); background-repeat: no-repeat; width: 6px; height: 12px; margin-right: 3px; text-indent: -100px; overflow: hidden; text-align: left; }
	.pager .next { background-position: 0px 0px; }
	.pager .prev { background-position: 0px -20px; }

	.followAppAds { float: right; display: block; margin: 5px 0px 10px 0px; height: 27px; width: 169px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/follow_appads.png) no-repeat left top; text-indent: -300px; overflow: hidden; text-decoration: none; }

	.pricing { float: right; width: 300px; margin-right: 30px; }
	.pricing .module { padding: 0px 10px; }
	.pricing h2.title { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/pricing_title.png) no-repeat left top; height: 23px; }

	.galleryList { list-style-type: none; margin: 10px 0px; padding: 0px; }
	.galleryList li { list-style-type: none; margin: 0px; padding: 0px; display: inline-block; *display: inline; vertical-align: top; }

	.galleryList a { display: inline-block; border: 4px #cfcfcf solid; margin-right: 14px; margin-bottom: 14px; width: 175px; text-decoration: none; }
	.videoTitle { font-weight: bold; width: 165px; font-size: 11px; color: #ffffff; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/home/red_bg_opacity_40.png) repeat left top; position: relative; margin-top: -33px; height: 23px; padding: 5px; display: block; text-decoration: none; }
	.galleryList img { width: 175px; height: 131px; }

/* About AppAds Page
	.about .pageContent { margin-top: 83px; width: 800px; }
	
	.aboutAppAds { width: 390px; float: left; }
	.aboutAppAds .title { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/about_us_title.png) no-repeat left top; height: 43px; margin-bottom: 15px; }
	.aboutAppAds p { font-size: 14px; }
	
	.aboutContacts { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/contacts_bg.png) no-repeat left top; float: right; width: 333px; height: 206px; padding: 60px 0px 35px 29px; font-size: 14px; }
	.aboutContacts a { font-weight: bold; color: #3777ac; }
	.aboutContacts h4 { color: #2f4d66; margin: 20px 0px 0px 0px; font-size: 14px; font-weight: bold; }
	.aboutContacts p { margin: 0px; }
*/
/* About Burstly */
    .about .pageContent { margin-top: 90px; }
    .about h1 { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/about_burstly_title.png) no-repeat left top; height: 33px; margin: 0px 0px 12px 0px; }
    
    .contactsTitle { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/contacts_title.png ) no-repeat left top; height: 15px; margin: 15px 0px; text-indent: -1000px; overflow: hidden; display: block; }
    
    .about .sideInfo { width: 250px; }
    .about .mainColumn { width: 680px; }
    
    .emailContact { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/contacts.png ) no-repeat left top; height: 14px; display: block; }
    .phoneContact { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/contacts.png ) no-repeat left -20px; height: 14px; display: block; }
    .tweetContact { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/contacts.png ) no-repeat left -40px; height: 14px; display: block; }
    
    .contact { height: 60px; background-image: url(http://caggsm-static.appads.com/_images/LogOn/about/contacts_icos.png ); background-repeat: no-repeat; padding-left: 60px; }
    .email { background-position: left top; }
    .phone { background-position: left -70px; }
    .tweeter { background-position: left -140px; }
    
    .about .tweet { padding: 0px; }
    
    .tweeterLink { margin-top: 5px;  background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/follow_me.png) no-repeat left top; width: 68px; height: 13px; display: block; text-indent: -1000px; overflow: hidden; }
    .teamMateInfo { margin-bottom: 12px; font-family: Arial; }
    .teamMateInfo .infoImage { float: left; width: 88px; height: 88px; }
    .teamMateInfo .infoImage img { width: 88px; height: 88px; }
    .teamMateInfo p { font-family: Arial; font-size: 0.75em; }
    .infoData { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/about/team_info_bg.png ) no-repeat left top; padding: 10px 0px 10px 17px; margin-left: 90px; }
    .infoData .mateName { padding: 0px; margin: 0px; font-size: 18px; color: #252525; font-weight: bold; }
    .infoData .matePosition { padding: 0px; margin: 0px; font-weight: normal; font-size: 13px; color: #252525; }
    
    .teamMatesList { list-style-type: none; margin: 20px 0px; padding: 0px; }
    .teamMatesList li { list-style-type: none; padding: 0px 24px; float: left; width: 270px; border-right: 1px #b2b2b2 solid; height: 320px; }
    .teamMatesList li.lastItem { border:none; }

    .partners { padding-top: 7px; }
    .partners img { margin-right: 50px; border: 9px #cfcfcf solid; }
	
/* Login/Signup */
	.login .pageContent { width: 480px; padding: 25px 0px; }
	.signup .pageContent { padding: 25px 0px; }
	.loginSignupForm .title { height: 32px; margin-bottom: 15px; }
	
	.loginSignupForm fieldset { background-image: url(http://caggsm-static.appads.com/_images/LogOn/gray_bg_opacity_8.png); padding: 22px 40px 25px 40px; border: none; }
	.loginSignupForm h5 { margin: 0px; font-size: 14px; font-weight: bold; }
	.loginSignupForm a { color: #e33f0a; }
	
	.loginSignupForm .signinBtn { background-image: url(http://caggsm-static.appads.com/_images/LogOn/signup_login/btn_signin.png); width: 119px; height: 34px; display: block; margin: 10px auto 0px auto; }
	.loginSignupForm .signupBtn { background-image: url(http://caggsm-static.appads.com/_images/LogOn/signup_login/btn_signup.png); width: 166px; height: 34px; display: block; margin: 10px auto 0px auto; }
	.loginSignupForm .submitBtn { width: 138px; height: 34px; display: block; margin: 0px auto 0px auto; }
	
	.textBox { color: #d7d7d7; display: block; padding: 5px 10px; background-color: #ffffff; border: none; margin-bottom: 14px; }
	.login .textBox { font-size: 24px;  height: 32px;  width: 380px; }
	.loginSignupForm .textBox/*:focus*/, .loginSignupForm input.focused { color: #000000; }
	.loginSignupForm .fields { padding: 23px 0px 10px 0px; }
	
	.signupForm { padding-right: 360px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/accounts_compare_table.png) no-repeat right top; height: 380px; }
	
	.accountTypeSelect label { font-size: 14px; }
	.accountTypeSelect { padding-bottom: 10px; }
	.signup .textBox { width: 157px; margin: 0px; }
	.signupForm td { padding: 0px 15px 12px 0px; }
	.signupForm label { font-weight: bold; }
	.signup .signupForm fieldset { padding: 12px; }	
	
/* Advertiser */
	.advert { }
	
	.advert .promoBanner { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/advert/promo_banner.jpg ) no-repeat left top; padding: 180px 0px 0px 250px; height: 71px; width: 460px; }
	.advert .promoBanner .signupBtn { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/advert/signup_now_btn.png ) no-repeat center center; text-decoration: none; width: 301px; height: 28px; display: block; }
	
	.playVideoBanner { display: block; width: 228px; height: 90px; margin: 0px auto 10px auto; position: relative;  }
	.playVideoBanner img { display: block; }
	.playVideoBanner .videoTitle { width: 218px; height: auto; bottom: 0px; margin-top: 0px; position: absolute; padding: 2px 5px; font-size: 11px; }
	.downloadSdkBanner { display: block; width: 236px; height: 114px; margin: 0px auto; text-indent: -1000px; overflow: hidden; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/advert/download_sdk.png) no-repeat left top;  }
	
	.advert .infoPanels h3 { background-image: url(http://caggsm-static.appads.com/_images/LogOn/advert/info_titles.png ); }
	
	.advert h3.nameYourPriceTitle { background-position: left top; }
	.advert h3.noRiskTitle { background-position: left -30px; }
	.advert h3.splitTitle { background-position: left -60px; }
	.advert h3.transparencyTitle { background-position: left -90px; }
	
	.infoPanels strong { font-size: 14px; font-weight: bold; display: block; }
	.infoPanels .priceForm { background-color: #d3d1b5; background-image: none; }
	.infoPanels .text { font-size: 14px; line-height: 17px; margin-bottom: 20px; }
	.infoPanels .text .ad { font-weight: bold; }
	.advert .submitBtn { margin: 0px auto; padding: 0px; border: none; width: 141px; height: 25px; padding: 0px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/advert/submit_btn.png ) no-repeat center center; text-indent: -1000px; cursor: pointer; display: block; text-align: left;}

/* Docs */
    .docs .pageContent { padding: 60px 0px 10px 0px; }
    .docs h1 { margin: 0px 0px 20px 0px; padding: 0px; text-indent: -1000px; overflow: hidden; display: block; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/docs/docs_title.gif) no-repeat left top; height: 28px; }
    
    .docs .infoPanels h3 { background-image: url(http://caggsm-static.appads.com/_images/LogOn/docs/info_titles.gif ); }
    .docs h3.docsTitle { background-position: left top; }
	.docs h3.featuredContentTitle { background-position: left -30px; }
	.docs h3.faqSectionsTitle { background-position: left -60px; }
	
	.docs .panel { margin-bottom: 30px; }
	.docsPanel { float: left; width: 290px; }
	.featuredContentPanel { float: right; width: 400px; }
	
	.docsPanel h4 { font-size: 12px; font-weight: bold; color: #c84e27; margin: 0px 0px 5px 0px; padding: 0px; }
	.docs p { margin: 0px; padding: 0px; text-indent: 0px; }
	
	.docsPanel .gettingStarted { padding-left: 60px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/docs/book_ico.png) no-repeat 0px 5px; margin-bottom: 20px; }
	.docsPanel .referenceLib { padding-left: 60px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/docs/docs_ico.png) no-repeat 0px 5px; }
	.featuredContentPanel .videos { padding-left: 60px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/docs/video_ico.png) no-repeat 0px 5px; margin-bottom: 20px; }
	.featuredContentPanel .guides { padding-left: 60px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/docs/guides_ico.png) no-repeat 0px 5px; }
	
	.docs .faqPanel ul { margin: 0px; padding: 0px; }
	.docs .faqPanel li { line-height: 2; width: 200px; font-weight: bold; color: #c84e27; padding: 0px 0px 0px 20px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/docs/li_faq.png) no-repeat left center; margin: 0px; float: none; display: inline-block; }
	.docs .faqPanel li { *display: inline!important; }
	.docs .faqPanel .panel { height: auto; }
	
	.docsPanel a,
	.docs .faqPanel a { font-weight: bold; color: #c84e27; }

	.downloadBar { background: url(http://caggsm-static.appads.com/_images/LogOn/docs/downloads_bg.png) no-repeat left top; padding: 17px 0px;}
	.docs .downloadSdkBanner { display: block; background: url(http://caggsm-static.appads.com/_images/LogOn/docs/download_sdk_btn.png) no-repeat left top; height: 85px; width: 206px; margin-bottom: 20px; }
	.docs .getSampleCodeBanner { display: block; text-indent: -1000px; overflow: hidden; background: url(http://caggsm-static.appads.com/_images/LogOn/docs/get_sample_code.png) no-repeat left top; height: 73px; width: 206px; margin: 0px auto; }
	
/* Developers */
    .developers .mainColumn { margin-top: -15px }
    .developers .promoBanner { background-image: url(http://caggsm-static.appads.com/_images/LogOn/developers/promo_banner.jpg );  padding: 183px 0px 0px 415px; height: 69px; }
	.developers .downloadSdkBanner { display: block; background: url(http://caggsm-static.appads.com/_images/LogOn/developers/download_sdk_btn.png) no-repeat left top; height: 116px; width: 236px; margin-bottom: 20px; margin-top: -2px; }
		
    .developers .infoPanels h3 { background-image: url(http://caggsm-static.appads.com/_images/LogOn/developers/info_titles.png ); }
    .developers .submitBtn,
    .developers .priceField { display: inline-block; vertical-align: middle; margin: 8px 5px 0px 0px; }
    
    .developers .submitBtn { padding: 0px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/developers/start_btn.png) no-repeat left top; cursor:pointer; border: none; height: 25px; width: 85px; text-indent: -2000px; overflow: hidden; }
    
	.developers h3.openSourceSDKTitle { background-position: left top; }
	.developers h3.inAppPurchasingTitle { background-position: left -30px; }
	.developers h3.takeControlTitle { background-position: left -60px; }
	.developers h3.optimizeTitle { background-position: left -90px; }
	
/* sticky footer */	
	html, body { height: 100%; }
	.pageWrap { min-height: 100%; }
	.footer	{ position: relative; height: 125px; clear:both; } 

/*Thanks page*/
	.thanksPanel { margin: 50px 0px; text-align: center; padding: 50px 0px; }
	.thanksPanel .panelTitle { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/thanks_title.png) no-repeat center top; margin: 0px 0px 30px 0px; height: 34px; line-height: 34px; font-size: 0px; color: #cccccc; text-indent: -1000px; }
	.thanksPanel p { font-size: 19px; }
	.thanksPanel p.firstLine { font-size: 21px; }
	.thanksPanel strong, .thanksPanel a { color: #336699; }
	
/* Dialog */
	.modalDialog  { position: absolute; width: 100%; height: 100%;  left: 0px; top: 0px; z-index: 10000; }
	.dialogShadow { position: absolute; width: 100%; height: 100%; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/dialog/shadow.png) repeat left top; left: 0px; top: 0px; z-index: 1; }
	.dialogWrap { background: #ffffff; padding: 0px; position: relative; margin: 100px auto; width: 430px; z-index: 2; }
	.modalDialog .closeBtn { display: block; width: 28px; height: 28px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/dialog/close_btn.png) no-repeat left top; text-indent: -1000px; position: absolute; right: -14px; top: -14px; overflow: hidden; }
	.dialogContent { padding: 10px; }
	.dialogContent .title  { padding: 7px; }
	
	.formTop .left, .formTop .right, .formTop .center,
	.formBottom .left, .formBottom .right, .formBottom .center { background-image: url(http://caggsm-static.appads.com/_images/LogOn/dialog/form_decor.png); font-size: 0px; height: 6px; overflow: hidden; }
	
	.formTop .left {  background-repeat: no-repeat; background-position: left -10px; padding-left: 6px;}
	.formTop .right {  background-repeat: no-repeat; background-position: right -10px; padding-right: 6px; }
	.formTop .center {  background-repeat: repeat-x; background-position: left 0px; }
	.formBottom .left {  background-repeat: no-repeat; background-position: left -20px; padding-left: 6px;}
	.formBottom .right {  background-repeat: no-repeat; background-position: right -20px; padding-right: 6px; }
	.formBottom .center {  background-repeat: repeat-x; background-position: left -30px; }
	
	.formMiddle .left {  background: url(http://caggsm-static.appads.com/_images/LogOn/dialog/form_decor_sides.png) repeat-y left -10px; padding-left: 6px;}
	.formMiddle .right {  background: url(http://caggsm-static.appads.com/_images/LogOn/dialog/form_decor_sides.png) repeat-y right -10px; padding-right: 6px; }
	.formMiddle .formContent { padding: 5px; background-color: #f2f2f2; }
	
	.formContent .field { padding: 5px; display: block; }
	.formContent .field span { display: block; }
	.formContent .fieldName { font-weight: bold; font-size: 14px; color: #7f7e7e; margin-bottom: 3px; }
	
	.textField { position: relative; }
	.textField .selectText,
	.textField input { background: none; border: none; padding: 0px; font-size:  16px; width: 355px; }
	.textField select { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; -webkit-opacity: 0; padding: 5px 0px; font-size:  16px; width: 100%; position: absolute; left: 0px; top: 0px; }
	body .textField .left { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/textbox_bg.png) no-repeat left top; padding-left: 10px; }
	body .textField .right { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/textbox_bg.png) no-repeat right -40px; padding-right: 10px; }
	body .textField .center { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/textbox_bg.png) repeat-x left -80px; padding: 5px 0px; height: 22px; position: relative; z-index: 1; }
	
	.checkbox { height: 14px; width: 14px; vertical-align: middle; line-height: 14px; }
	.formContent .field .chboxLabel { vertical-align: middle; line-height: 14px; color: #7f7e7e; display: inline-block; }
	
/* Info Hints and Errors */
	body span.hint { position: absolute; z-index: 100; line-height: 49px; left: 85%; top: -55px; white-space: nowrap; color: #d6d6d6; }
	.hint .hintLeft, .hint .hintRight, .hint .hintCenter { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/form_info.png); height: 49px; display: block; white-space: nowrap; }
	.hint .hintLeft {  background-repeat: no-repeat; background-position: left top; padding-left: 11px; padding-bottom: 11px; }
	.hint .hintRight {  background-repeat: no-repeat; background-position: right -60px; padding-right: 14px; }
	body .hint .hintCenter { display: inline-block; font-size: 13px; background-repeat: repeat-x; background-position: left -120px; padding-right: 10px; vertical-align: top; padding-top: 14px; }
	body .hint .hintIcon { display: inline-block; width: 20px; padding-right: 3px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/hint_icons.png) no-repeat; height: 18px; margin: 17px 0px 0px 5px; vertical-align: top; }
	body .hintInfo .hintIcon { background-position: 0px 0px; }
	body .hintAccept .hintIcon { background-position: 0px -30px; }
	body .hintError .hintIcon { background-position: 0px -60px; }
	.hintInfo { color: #d6d6d6; }
	.hintAccept { color: #85d200; }
	.hintError { color: #ff0000; }
	
	#firstNameError, #firstNameAccept, 
	#lastNameError, #lastNameAccept,
	#emailAddressError, #emailAddressAccept, 
	#passwordError, #passwordAccept,
	#emailAddressLoginError, #emailAddressLoginAccept,
	#passwordLoginError, #passwordLoginAccept { display: none; }
	
/* signup dialog */
	.signupDialog .formTitle { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/signup_title2.png) no-repeat left top; height: 27px; line-height: 27px; font-size: 1px; text-indent: -1000px; margin: 3px 0px 10px 0px;  overflow: hidden; }
	.signupDialog .formSubTitle { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/not_yet_member_text.png) no-repeat left top; height: 14px; line-height: 14px; font-size: 1px; text-indent: -1000px; overflow: hidden; }
	
	.registerAccBtn { display: block; text-indent: -1000px; width: 186px; height: 37px; background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/register_account_btn.png) no-repeat left top; }

/* login dialog */
	
	.loginDialogWrap .formTitle { background: transparent url(http://caggsm-static.appads.com/_images/LogOn/signup_login/login_title.png) no-repeat left top; height: 33px; line-height: 33px; font-size: 1px; text-indent: -1000px; margin: 3px 0px 5px 0px; overflow: hidden; }
	.loginDialogWrap .signinBtn { background-image: url(http://caggsm-static.appads.com/_images/LogOn/signup_login/btn_signin.png); width: 119px; height: 34px; display: block; margin: 10px auto 0px auto; }

    .validation-summary-errors ul { margin-left: 25px; font-size: 13px; }
    .validation-summary-errors ul li { font-weight: bold; color: Red }


