﻿/********************************************************
*														*
* Inbox 2.0												*
*														*
* Table of contents										*
* 1.  CSS Reset											*
* 2.  Global											*
*     - default html styles                             *
*     - balloon											*
*     - modal popup										*
*     - thickbox                                        *
* 3.  Channel Setup										*
*********************************************************/

/* 1. CSS Reset
*********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td 
{ margin:0;	padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var
{ font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
a:focus, a:active {outline: none;}


/*	1.1 Hide on start */
.bln, .channel-list-message, .start-button-container, #add-channel-error-box, .notification-block,
.hidden, .forgotpw-message { display: none; }

/* 2. Global
*********************************************************/

/* default html styles */
body {
	background: White;
	color: #4b4b4b;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
a { color: #39a0ef; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
input { overflow: hidden; }
textarea { overflow: auto; }
input, textarea {
	display: block;	
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 1em;
	width: 100%;
}
table tr td { vertical-align: top; }
ol { padding: 0px 0px 0px 10px; margin: 0 0 0 8px; list-style-type: decimal;}
ol li { margin: 0 0 0 8px; }

/* generic classes */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height:0; }
.clearfix { display:inline-block; }
html[xmlns] .clearfix { display:block; }
* html .clearfix{ }
.clear { clear: both; }
.hide, .hidden { display: none !important; }
.left { float: left; }
.right { float: right; }
.block { display: block; }
.inline { display: inline-block; overflow: hidden; height: auto; }
.textfield { background: #fff url(/i/sp/bg_textfield.gif) repeat-x left top; border: 1px #dde2eb solid; border-top: 1px solid #c2ccdd; cursor: text; padding: 4px; display: block; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;}
.checkbox { background-color: #fff; padding: 4px; display: block; }
.checkbox input { width: auto; float: left; margin-right: 6px; }
.labelfield { display: block; margin-left: 2px; margin-bottom: 5px; }
.textfield input { border: 0 none;	}
.big-textfield input { font-size: 20px; outline: none; }
.textfield-masked, .textfield-masked input { color: #969696; }
.searchfield { background-image: url(/i/sp/sprite-c.gif); background-position: right -505px; height: 1.33em; background-repeat: no-repeat; padding: 4px 28px 4px 4px }
.searchfield input { background-color: transparent; }
.stronghead { text-transform: uppercase; letter-spacing: 1px; font-size: 90%; }
.button select, .nextactions select { font-size: 90%; border: 1px solid #d6deed; border-right: 1px solid #f4f6fa; border-bottom: 1px solid #f4f6fa; margin:0; }
.inline-list li { display: inline; padding-right: 3px; }
.inline-list .separator { border-left: 2px solid #fff; padding-left: 6px; }
.errormessage {display: inline-block; padding: 5px 10px; margin: 5px 0 0 1px; background: #db2424; color: White; font-weight: bold;border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.notification-block{margin-top: 10px; padding: 5px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.notification-alert{background: #fffde5; border: 1px solid #faeeaf;}
.notification-alert h1 { color: #f05011 !important; }
.notification-error{background: #ffdbd9; border: 1px solid #f28c87;}
.notification-succes{background: #def1ca; border: 1px solid #bded8b;}

.icon-l {height:40px;width:120px; display: inline-block;}
/* channel icons - large */
.aol-l { background: url(/i/sp/spirte-channels.gif) 0 6px no-repeat; }
.exchange-l { background: url(/i/sp/spirte-channels.gif) 0 -84px no-repeat; }
.facebook-l { background: url(/i/sp/spirte-channels.gif) 0 -171px no-repeat; }
.gmail-l { background: url(/i/sp/spirte-channels.gif) 0 -264px no-repeat; }
.hotmail-l { background: url(/i/sp/spirte-channels.gif) 0 -352px no-repeat; }
.hyves-l { background: url(/i/sp/spirte-channels.gif) 0 -443px no-repeat; }
.linkedin-l { background: url(/i/sp/spirte-channels.gif) 0 -534px no-repeat; }
.twitter-l { background: url(/i/sp/spirte-channels.gif) 0 -624px no-repeat; }
.yahoo-l { background: url(/i/sp/spirte-channels.gif) 0 -712px no-repeat; }
.yammer-l { background: url(/i/sp/spirte-channels.gif) 0 -805px no-repeat; }
.gmx-l { background: url(/i/sp/spirte-channels.gif) 0 -805px no-repeat; }

a.button{
	background: url(/i/sp/sprite-c.gif) no-repeat right -50px; 
	color: #0053a0;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	padding-right: 12px;
	text-align: center;
	text-decoration: none;
}
a.button span{
	display: block;
	background: url(/i/sp/sprite-c.gif) no-repeat left -50px;
	height: 24px;
	padding-left: 12px;
}

/* balloon */
.bln{
	position: absolute;
	left:52px;
	top: -2px;
	background: white;
	width: 230px;
	min-height: 30px;
	color: #35342d;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 4px;
	border: 1px solid #dadada; 
}
#optionscolumn .bln{
	border-bottom: 1px solid #73adff;
	border-right: 1px solid #bcd8ff;
	}
.blnh{
	display: block;
	padding: 0 0 10px;
	color: #828282;
}
.blnbx{
	padding: 15px;
	position: relative;
}
.blnfrm{
	margin: 0;
	padding: 0;
}
.blnfrm .textfield { margin-bottom: 6px; }
.check-button-container{float: left;}
#check-button { width: auto; }
.setuploader{margin: 4px 0 0 5px;}
.setuperroricon{margin: 7px 0 0 5px;}
#sdhostname, #sdusername, #sdpassword {	width: 190px; }
.arrowbln{
	background: url(/i/arrowbln.png);
	display: block;
	width:13px;
	height: 38px;
	position: absolute;
	left: -13px !important;
	top: 10px;
}
.abtcls{
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
.abtcls span{
	position: relative;
	left: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	background: url(/i/btcls.png);
	display: block;
}
.abtcls .hidden{display: none;}
.abthelp{position:absolute; right: 30px; top:10px; display: block; width:16px; height: 16px; background: url(/i/icon-i.gif) no-repeat center 3px; text-indent: -9999em;}
.viralcb{color: #868686;}

/* modal popup */ 
.modal-header { font-size: 1.25em; font-weight: bold; }
.modal-header-bar{padding: 12px 21px; border-bottom: 1px solid #dde2eb;}
.modal-window-content {padding: 12px 21px; border-top: 1px solid White;}
.modal-window {
	background: #d9dfe9 url(/i/sp/bg_modal.jpg) repeat-x left top;	
	border: 1px solid #ffffff;
	color: #626060;
    display: none;
    left: 50%;
    position: fixed;
    top: 38%;    
    text-align: left;
    margin-left: -320px;
    width: 640px;
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.modal-window hr { height: 1px; background-color: #bababa; border: 0;}
.modal-window .textfield { font-size: 14px; }
.modal-window .description { color: #848484; font-weight: bold; font-size: 13px; font-style: italic; }
.modal-window a.button, div.inputbutton  {
	background: url(/i/sp/sprite-c.gif) no-repeat right -897px; 
	color: #0053a0;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	padding-right: 18px;
	text-align: center;
	text-decoration: none;
}
.modal-window a.button span, div.inputbutton input, div.inputbutton button {
	display: block;
	background: url(/i/sp/sprite-c.gif) no-repeat left -897px;
	height: 24px;
	padding-left: 18px;
}
.modal-overlay { background-color: #000; }

/* channel list */
.channellist { min-width: 300px; }
.ldchnnllst { margin: 10px 15px; }
.channelname { padding: 5px 0; }
.inlinechannelicon { margin: 0 3px -6px 0; }
.chnnlcls { margin-bottom: -3px; }
.ldchnnllstprcnt { font-size: 180%; color: #d1e0ff; bottom: -1px; left: 2px; position: relative; }
.chnnllsterr { padding: 5px 25px 5px 7px; background: #c6deff url(/i/importanticon.png) no-repeat 97% 7px; display: block; }
.chnnllsterrmsg { display: block; margin-top: 3px; }

/* the width of the centered parts is 978px. to change this, search and replace '978px' */

/* 3. Top nav bar - the top bar that will show on all pages */
#top-nav-bar{min-height: 30px;}
#follow-nav-bar{ padding: 15px 5px; margin-bottom: 10px;width: 978px; display: table; margin: 0 auto;font-size: 120%; clear: both;}
#top-nav-bar.nav-bar ul{float: none; width: 978px; display: table; margin: 0 auto;padding-top:5px;}
#top-nav-bar.nav-bar ul li{margin:0 0 0 5px;}
#top-nav-bar.nav-bar a{display: inline-block; padding: 5px 10px; background: #f1f1f1; font-weight: bold;border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
#top-nav-bar.nav-bar a#play-intro{padding-left: 25px; background:#f1f1f1 url(/i/p/play_button.png) no-repeat 10px 4px;}
#top-nav-bar.nav-bar a#login-webaccess{padding-left: 25px; background:#f1f1f1 url(/i/p/login-webaccess.png) no-repeat 7px 4px;}
.nav-bar ul li{float: right; margin-left: 20px;}
#followusfooter h2{margin-right: 20px; float: left; font-weight: bold;margin-left:15px;}
.addthis_button_expanded{float: right;margin-right: 2px;}
#at_share input{display:inline-block;}
#follow-nav-bar.nav-bar li{margin: 0 20px 0 0; float: left;} 
.icon { height: 11px; line-height: 13px; width: 11px; display: inline-block; margin-right: 5px;}
#followfacebook span{ background: url(/i/sp/spirte-channels.gif) 100% -2969px no-repeat;}
#followtwitter span { background: url(/i/sp/spirte-channels.gif) 100% -3509px no-repeat; }
#followfriendfeed span { background: url(/i/p/ff-icon.gif) left top no-repeat; }
#followblog span{background: url(/i/p/blog-icon.gif) left 1px no-repeat;}

.page-content{width: 978px; text-align: left; margin: 0 auto; }
table.supportperchannel td, table.supportperchannel th{padding: 5px 10px 5px 0;}
table.supportperchannel th{font-weight: bold;}

#logo a{float: left; margin-bottom: -30px; margin-left: 10px;}
#logo #slogan{float: left;display: block; color: #bababa; font-weight:bold; font-size: 30px; margin-top:8px;}
#description{font-size: 22px; color: #d4d4d4; width: 623px; font-family: Arial; word-spacing: -3px; font-weight: bold; position: relative; text-align:justify;}
#more-description{position: absolute; margin-left: 6px; bottom: 0px;}

#panel-box{ clear:both; }
#panel-box-home{clear:both; margin:30px 0 0px;  min-height: 390px;}
#panel-box-background{background: #c8c5b6; left:0; width:100%; position:absolute; height: 390px;}
#panel-box-background2{background: url(/i/p/bg_stroke_image.jpg) no-repeat center bottom; height: 390px;}
#panel-box-backgroundb{background: #183654; left:0; width:100%; position:absolute; height: 390px;}
#panel-box-background2b{background: url(/i/p/bg_syncpage.jpg) repeat-y center top; height: 390px; text-align: center;}
#panel-box-center{margin: 0 auto; width: 1000px; position:relative; zoom: 1; height: 390px;}

#lefttext, .slidestext{color: #433f3f; z-index: 99; font-weight:bold; font-size:16px; position:absolute; left:70px; width:300px; top:50px;}
#lefttext strong{color: #008ad1; font-weight:bold; font-size:30px; letter-spacing: -1px; display: block;width:205px; margin:0 0 5px;}

#getLifestyleSync{color: #a8a6a1; z-index: 99; font-weight:bold; font-size:12px; width:860px; margin: 14px auto 0;}
#getLifestyleSync strong{color: #dcdbd9; font-weight:bold; font-size:24px; letter-spacing: -1px; display: block;}
#getLifestyleSync a, #getLifestyleSync a img { cursor: pointer; }

#sync-diagram{margin: 12px auto 0;}

#lifestylesync-comingsoon{color: #dcdbd9; z-index: 99; font-weight:bold; font-size:19px; width:860px; margin: 25px auto 0; text-align: center;}
.slidestext{ display: none; font-size: 16px; font-style: italic; font-weight: normal; width:140px; }
.slidestext p{}
.slidestext p strong{display: block; color: #008ad1; }
#slide2text{top:90px;}
#slide4text, #slide5text{top:80px;}

.slidescontainer{width: 756px; height: 390px; background-color:transparent; position: absolute; right: 40px;}
#slidenr2, #slidenr3, #slidenr4, #slidenr5{display: none;}
#slidenr1{}
#slidenr2{}
#slidenr3{}

#slideleft{display: none; z-index: 99; width: 37px; height: 159px; background: url(/i/p/slideleft.png) no-repeat left bottom; position:absolute; left:0px; top: 80px;}
#slideleft:hover{background: url(/i/p/slideleft.png) no-repeat left top;}

#slideright{display: block; z-index: 99; width: 37px; height: 159px; background: url(/i/p/slideright.png) no-repeat left bottom; position:absolute; right:0px; top: 80px;}
#slideright:hover{background: url(/i/p/slideright.png) no-repeat left top;}

#blackstroke{background: url(/i/p/bg_stroke.png) repeat-x left bottom; height: 78px; position:absolute;bottom: 0px; left:0px; width:100%;}

#panel-box-top{height: 12px; overflow: hidden;background: url(/i/p/top-radius-panel-box.gif) no-repeat left bottom; overflow: hidden;}
#panel-box-top span{float: right; display: block; text-align: center;height: 35px; }
#panel-box-top span.selected a{color: #f75b0f;}
#tab-button-right{}
#tab-button-right.selected{background: url(/i/p/tab-right.gif) no-repeat left top; width:93px;}
#tab-button-mid{}
#tab-button-mid.selected{background: url(/i/p/tab-mid.gif) no-repeat left top; width:110px;}
#panel-box-top a{display: block; padding: 5px 10px;}
#panel-box-bottom{min-height: 12px; overflow: hidden;background: url(/i/p/bottom-radius-panel-box.gif) no-repeat left top;}
a.backtotop{display: inline-block; margin-left: 25px;padding-top:5px;}
#panel-box-mid{background: #f5f5f5 url(/i/p/bg-panel-box-mid.jpg) repeat-x left top; border: 1px solid #f6f6f6; border-width: 0 1px; }
#panel-box-mid-2{border: 1px solid #e5e5e5; border-width: 0 1px;padding-bottom: 20px; }

#bad-browser-notification{clear: both; border: 1px solid #d0c43d; background: #fff8a6; padding: 10px; height: auto !important; height: 1px; color: #49440a; font-size: 15px; margin: 30px 0 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
#bad-browser-notification a{float: right; margin-right: 20px;}

#panel-left{float: left; width:575px; text-align: center; margin-top:25px;height:378px; overflow: hidden;}
#panel-left h2{color: #516ca5; font-size: 38px; font-weight: bold; letter-spacing: -2px; margin-left: 40px;margin-top: 55px;}
#currently-supporting{width: 232px; height: 140px; background: url(/i/p/currently_supporting.png) no-repeat left top; position:absolute; right:120px; top: 235px;z-index: 99;}
#currently-supporting li{display: none;}
#currently-supporting li#gotomore{display: block; position: absolute; bottom: 24px; right: 35px; }
#currently-supporting li#gotomore a{text-decoration:underline; }
#currently-supporting li#gotomore a:hover{text-decoration:none; }

#panel-right{float: left; width: 340px; text-align: center;margin-top:25px;}
#panel-right h2{margin: 15px 0 15px 40px; color: #7b7b7b;font-size: 29px; font-weight: bold; letter-spacing: -2px; width: 415px; height:29px; background: url(/i/p/header-email-stream.png) no-repeat left top;}
#panel-right h2 span{display: none;}
#getstarted-notification{border: 1px solid #d0c43d; background: #fff8a6; padding: 10px; color: #49440a; font-size: 15px; margin-bottom:10px;border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
#getstarted{text-align: center; padding: 5px 0 0; position:absolute; left: 60px; top: 200px; z-index:99}
#getstarted-fb{text-align: center; padding: 15px 0 0;}
#getstarted-fb strong{font-size: 16px; padding-bottom: 5px; display: block; color: #6e6e6e;}

#login-box{width: 450px; margin: 0 auto;padding: 10px 0;text-align: left;}
#play-intro-modal{top:20%;width: 684px; margin-left: -342px;}
#try-box .sign-box-content{background: transparent;padding: 0 18px;}
#login-box h2{font-size: 22px;font-weight: bold;margin-bottom: 10px;}
#login-box .textfield{margin: 3px 0 0; font-size: 14px;}
label#remember-me-label{float: left; margin: 5px 2px 10px; font-size: 11px; position: relative; }
label#remember-me-label input{width: auto; float: left; margin-right: 5px;}
a#forgot-pass{float: right;font-size: 11px; display: block; margin: 5px 2px 0;position: relative; }
#bt-sign-in, #bt-try-box, #bt-download-box, #bt-request-invite, #bt-ok {width: auto; height: auto;}
#register-facts{display: none;}
#register-facts li { margin-left:140px; background: url(/i/p/lock.gif) no-repeat 2px 0px; color: #848484; font-size: 13px; font-weight: bold; padding: 0px 0 1px 19px; font-style: italic;float: left; margin-right: 30px;}
#request-invite-modal, #try-box-modal{width: 550px; margin-left: -275px;}
#try-box-modal-form ul li, #request-invite-modal-form ul li { margin-bottom: 9px;}
#try-box-modal-form ul li.last, #request-invite-modal-form ul li.last { margin-bottom: 0px;}
#channel-error-modal-form ul li { margin-bottom: 9px;}
#channel-error-modal-form ul li.last { margin-bottom: 0; }
#facebook-error-modal-form ul li { margin-bottom: 9px;}
#facebook-error-modal-form ul li.last { margin-bottom: 0; }
#bt-try{margin-top: 10px;display: block;}
#request-invite{}
#reference-box{color:#3f4553; padding: 8px 0;width: 978px; display: table; margin: 3px auto 0; text-align:left;}
#reference-box img.reference-pic{float: left;margin-right:12px;margin-left: 15px; margin-top: 3px; }
#reference-box img.reference-logo{margin-left:15px;margin-right:10px;}
#nextweblogo{margin-top:-2px;}
span.featuredon{display: block; margin-left:15px; font-weight: bold; float: left;font-size: 100%;display: none;}
#reference-box p{font-size: 18px;overflow:hidden;font-style: italic; font-weight: bold;}
#reference-box p span{font-size: 14px;color: #808080;font-weight: normal;}
#reference-box p a{position:relative; top: 3px; margin-left: 5px;}
.noaccount{padding: 10px;width: 450px; margin: 0 auto;color:#909090;}
.nopassword{margin: 0;}
.noaccount h2{font-size: 15px;margin-bottom: 5px; margin-top: 5px;font-weight: bold;}
.noaccount ul{margin-top: 5px;}

#connectwith{width: 339px; font-size: 13px; font-weight: bold; border-left: 1px solid #656a75; position: absolute; right: 0px; top: 100px; color: #d4d4d4;}
#connectwith h2{margin-left: 13px; padding: 30px 0 10px;font-weight: bold; }
#connectwith ul{margin-left: 13px;}
#connectwith li{display: inline; }
#connectwith li a, #connectwith li span{display: block; float: left; color: White; padding: 5px 0 5px 30px;margin-right: 29px;}
#connectwith li span{color: silver;}
#connectwith li.last a{margin:0;}
#connectwith li a#connecttwitter{background: url(/i/p/icon-twitter.png) no-repeat left top;}
#connectwith li a#connectfacebook{background: url(/i/p/icon-facebook.png) no-repeat left top;}
#connectwith li #connectopenid{background: url(/i/p/icon-openid.png) no-repeat left top;}
#connectwith li a#connectfriendfeed{background: url(/i/p/icon-friendfeed.png) no-repeat left top;}

#beta{position: absolute;left: 0;top: 0;width: 76px;height: 76px;background: url(/i/beta.gif) no-repeat left top;text-indent: -1000px;}	

ul#sitemap{border: 1px solid #e6e6e6; display: table; text-align: left;width: 978px; display: table; margin: 0 auto; padding: 8px 0;border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
ul#sitemap li.sitemapblock{float: left; width: 23%;}
ul#sitemap li.sitemapblock#sitemapnewsblock{width: 26%;}
ul#sitemap li.sitemapblock li, ul#sitemap li.sitemapblock h2{padding: 0 15px;}
ul#sitemap li.sitemapblock h2{font-weight:bold; font-size: 120%;}
ul#sitemap li.sitemapblock li{margin-top: 3px;}
ul#sitemap li.sitemapblock li.sitemap-newsitem a{color: #a7a7a7;text-decoration: underline;}
.sitemap-newsitem-date{color: #a7a7a7;display: block; font-size: 90%;}

/* 3. Channel Setup */
.channel-setup {background: #f7f7f7; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px 20px; margin-top: 30px;}
.channel-setup-centered{text-align: center;}
.channel-setup .channel-setup-icon { float:left; margin:0 5px 10px 0; width:55px; }
.channel-setup .channel-setup-icon a { cursor:pointer; font-size: 11px; text-decoration:none; }
.channel-setup .channel-setup-list { float:left; position:relative; width:300px; }
.channel-setup .channel-setup-list h2 { display: block; font-size: 30px; font-weight: bold; margin: 0 0 16px 0; }
.channel-setup .channel-setup-config {
	float:left;
	margin:10px 19px 0 0;
	min-height:245px;
	min-width:1px;
	padding:15px 20px;
	position:relative;
	width:325px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
	border: 2px solid #cccccc; 
	background: #f2f2f2;
}
.channel-setup .channel-setup-config h2 {
	color: #333333; 
	border-bottom: 1px solid #dadada;
	display: block;
	font-size: 200%;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.channel-setup .channel-setup-config h2{ }
.channel-setup .channel-setup-config ul {
	float: left;
	min-height: 50px;
	padding: 0 0 10px;
	width: 325px;
	min-width:325px;
}
.channel-setup .channel-setup-config .start-button-container{position: absolute; right: 20px; bottom: 15px;}
.channel-setup .channel-setup-config .bigbt 
{
	height: 50px;
	width: 55px;
	font-weight:bold;
	text-align: center;
}
.channel-setup-faq { text-align: left; }
.channel-setup-faq p {font-size: 95%; line-height: 150%; margin-bottom: 5px; color: #848484; }
.channel-setup-faq ol { margin: 30px 0 30px 0; list-style: none; padding: 15px; color: #3F4553;border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.channel-setup-faq li { padding-left: 40px; background: url(/i/secure.png) no-repeat left top; }
.channel-setup-faq h2{font-weight: bold;}

.channel-list-message {	clear: both;
	text-align: center;
	padding: 0px;
	margin: 0px 40px 60px;
	font-size: 130%;
	display: block;
}
#add-channel-error-text-heading {
	font-size: 200%;
	margin-bottom: 15px;
	display: block;
	color: #d82121;
}
.add-channel-error-text { padding: 15px 10px 15px 25px; }
.add-channel-error-text a { text-decoration: underline; }
.add-channel-error-text p { margin-bottom: 15px; }
.add-channel-error-text ul { margin-bottom: 5px; }
.add-channel-error-text li { padding-left: 20px; background: url(/i/arrow_bullet.gif) no-repeat 10px 4px; margin-bottom: 10px; }

/* DEPRECATED FROM HERE TO BOTTOM */

/*	3. Homepage
************************************************/

/*	3.1 Quick Setup ****************************/
.qckstp{
	background: #3F4553 repeat-x left top;
	color: White;
	}
.qckstp .beta{
	position: absolute;
	left: 0;
	top: 0;
	width: 76px;
	height: 76px;
	background: url(/i/beta.gif) no-repeat left top;
	text-indent: -1000px;
	}	
	
	/* not used ? */ 
	.gtmssgs {
		border-bottom: 1px solid #7dafff;
		margin: 5px 17px;
		padding: 0 0 10px;	
	}

.qckstp .glblbx, .quicksetup .glblbx { padding: 0 0 30px; }
.qckchnnlerrbx{
	margin-top: 10px;
	float: left;
	width: 350px;
	background: #feefb3 url(/i/info.png) no-repeat 15px 20px;
	color: #9f6000;
	padding: 0 20px;
}
.qckchnnlerrtxth {
	font-size: 200%;
	margin-bottom: 15px;
	display: block;
	color: #5393ff;
}
.qckchnnlerrtxt { padding: 15px 10px 15px 25px; }
.qckchnnlerrtxt a { text-decoration: underline; }
.qckchnnlerrtxt p { margin-bottom: 15px; }
.qckchnnlerrtxt ul { margin-bottom: 5px;	}
.qckchnnlerrtxt li { padding-left: 20px; background: url(/i/arrow_bullet.gif) no-repeat 10px 4px; margin-bottom: 10px; }
#successmessage {font-style: italic; }
/* Middle Box Margin */	
.mddlbxmrgn { display: block;margin: 0 auto;min-height: 1px;width:978px;text-align: left;overflow: hidden; }
.mddlbxcntnt { display: inline-block; overflow: hidden; }

/* Quick Channel Setup Links */
.qckstplnks {background: #5A6471; padding: 5px 0; }
.qckstplnksbttm { padding: 10px 0 50px; border: 0; border-top: 2px solid #4e535d; background: Black;}
.qckstplnksbttmlst{ margin-left: 30px;}
.qckstplnks a, #mrktvalue .qckstplnks a{ margin-right: 20px; color: #e4f1ff; }
.qckstplnks	.mddlbxmrgn { text-align: right;}
.qckstplnksbttm	.mddlbxmrgn { }
.helplink {	position: absolute;	top: -5px;	right: 10px;color: #dde9ff;	text-decoration: underline;}
.qckstph { margin-top: 10px; min-height: 1px; border-bottom: 1px solid #9196a1; }
.qckstph .mddlbxmrgn{position:relative;}
.qckstph #qckstplg, .qckstph #qckstplg:hover {
	background: url(/i/qckstplg.png) no-repeat left top;
	display: block;
	float: left;
	height: 130px;
	text-indent: -900em;
	outline: none none;	
	width: 400px;
	position: relative;
	margin-bottom: -45px;
	margin-left: -30px;
}

/* Pages */	
	
#navmenu{
	border-top:1px solid #e8ebf4;
	margin: 56px 30px 0 25px;
	font-size: 150%;
	width: 240px;
	float: left;
	}
#navmenu li{
	border-bottom:1px solid #e8ebf4;
	padding: 6px 0;
	}
	#navmenu li ul{
		padding-bottom: 10px;
		}
	#navmenu li li{
	    border-bottom:0;
		font-size: 75%;
		margin-left: 18px;
		margin-bottom: 5px;
		padding: 5px 0 0;
		}
#navmenu a{
	color: #5d7ab3;
	text-decoration: none;
	}
#navmenu a:hover, #navmenu .selected{
	color: #6c96ed;
	}
#pagecontent{
	margin: 0 0;
	width: 630px;
	float: left;
	font-size: 120%;
	line-height: 150%;
	}
#pagecontent.pagecontentwide{width: auto; float: none; margin: 0 25px;}
#pagecontent .backtohome{padding-left: 12px; background: url(/i/p/back-button.png) no-repeat left 2px;text-decoration: none;}
#pagecontent .backtohome:hover{text-decoration: underline;}
#pagecontent h1, .forgot-pass h1{
	padding: 3px 0 10px;
	margin: 0 0 10px;
	font-size: 150%;
	line-height: 100%;
	border-bottom: 1px solid #e8ebf4;
	color:#3d4b69;
	}
#pagecontent h3, .forgot-pass h3{
	padding: 3px 0 10px;
	margin: 0 0 10px;
	font-size: 150%;
	line-height: 100%;
	border-bottom: 1px solid #e8ebf4;
	color:#3d4b69;
	}
#pagecontent h1.forumheader{margin: 20px 0 10px;}
.arrowedlist li, #pagecontent li{
	padding-left: 20px;
	background: url(/i/p/arrow_bullet.png) no-repeat 2px 7px;
	}
#pagecontent a{	text-decoration: underline;}
#pagecontent a:hover{text-decoration: none;}
.fromblog p{margin-bottom: 15px;font-family:arial,helvetica,clean,sans-serif}
.fromblog h2 { font-size:130%; }
.alignright{float:right;margin-left:10px;}
#pagecontent .head{
	/*color:#8b96b0;*/
	font-size:150%;
	}
.pagestable{border-collapse: collapse; border: 0; width: 100%;}
.pagestable td, .pagestable th{
	padding: 15px 5px;
	vertical-align: top;
	border-bottom: 1px solid #E8EBF4;
	color: #646f87;
	}
.addhead{
	margin: 0 0 20px;
	font-weight: bold;
}
#pagecontent #topicstable .head{
	font-size: 130%;
	}
#pagecontent h1.forumheader a{text-decoration: none;}
#pagecontent h1.forumheader a:hover{text-decoration: underline;}
#topicstable, #forumstable{	}
#forumstable{background: #606672;}
#pagecontent .head a{text-decoration: none; color: #9fc7ff;}
#pagecontent .head a:hover{text-decoration: underline;}
.pagestable{border-collapse: collapse; border: 0; width: 100%;}
.pagestable td, .pagestable th{	padding: 15px 5px;vertical-align: top;color: #646f87;}
.pagestable tr.buttontr:hover{background: #c3dcff; cursor: pointer;}
.pagestable tr.buttontr:hover td{color: #050505;}
#pagecontent .pagestable tr.buttontr:hover td .head a{color: #1d74d6;}
#forumstable td, #forumstable th, #topicstable td, #topicstable th{	padding: 15px 15px 15px 0;}
.specialalign{text-align: right;font-weight: bold;}
.updated{width: 125px;}
.usercol{width: 150px;}
td.updated, .postedby, #pagecontent .postedby a{color: #a3aabc;}
#topicstable .specialalign{text-align: center;}
#pagecontent .actionbt{font-size: 13px; float: left; font-weight: bold; padding: 5px 10px; font-size: 110%; margin: 10px 0;border: 1px solid #e5e5e5; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
#pagecontent .right{	float: right;}
.pagestable th{
	font-style: italic;
	padding: 15px 5px 0px;
	}
.pagesform{	padding: 15px; clear: both; background: #f5f5f5;margin: 10px 0;border: 1px solid #e5e5e5; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
#formpagestable td, #formpagestable th{padding: 5px;}
.formlabelcel{width: 75px;}
.formpagestableinput{width: 470px;}
.formpagestableinput2{width: 570px;}
.pagestable td.fullwidth{
		padding-bottom: 0px;
		border-bottom: 0;
	}
#aboutustable .head{
	color: #646f87;
	font-size: 130%;
	}
#aboutustable td{
	color: #3f4553;
	}
#aboutustable img{
	border: 2px solid #9ea7bb;
	}
#topicstable .avatarcol{padding-right: 0px; width: 25px;}
#pagecontent .pagerrow a{float: left; display: block; padding: 5px 10px; background: #484c55; margin-right: 1px; text-decoration: none;color: #47a4ff; font-weight: bold;}
#pagecontent .pagerrow a:hover{background: #32353c; color: #c3dcff;}
#loggedintext{font-size: 130%;padding-top:9px;}
#loggedintext a{color: #c3dcff;text-decoration:underline}
#loggedintext a:hover{text-decoration:none;}
#coverbeeform textarea{ width: 100%; font-size: 110%; padding: 10px;}
#coverbeeform input{ font-size: 130%; padding: 5px 10px;}
#pagecontent .bigsumup{ padding-bottom:10px;}
#pagecontent .bigsumup li{padding: 0; background: transparent;}
#forgotpassform{margin: 15px 0; /*background: #ededed; border: 1px solid #dedcdc;*/}
#forgotpassform input{font-size: 130%; margin-top: 5px; width: 300px;padding: 3px;}
#forgotpassform input.formbutton{width: auto;}
.forgotpassinfo{}
#uninstallform{margin: 15px 0; /*background: #ededed; border: 1px solid #dedcdc;*/}
#uninstallform input{display:inline-block;font-size: 130%; margin-top: 5px; width: 20px; padding: 3px;}
#uninstallform textarea{font-size: 130%; margin-top: 5px; width: 300px; height: 70px; padding: 3px;}
#uninstallform input.formbutton{width: auto;}
#uninstallform span.description{font-size: 130%; }
#uninstallform .inner-radio-option 
{
	display: block;
	margin-left: 30px;
}
#uninstallform .inner-radio-option label 
{
	display: block;
}
div.column { display: block; float: left; overflow: hidden; width: 462px; }
div.row {clear:both;display:block;overflow:hidden;margin-bottom:18px;}
p.pressitem{padding: 20px 0 ;margin-right: 235px; border-bottom: 1px solid #E8EBF4; }
#pagecontent p.pressitem strong.head{display: block; margin: 10px 0;}
span.pressdate{font-size: 50%; display: block;}
#presspack{float: none; width: 910px; padding: 7px; background: #f7f5f5; border: 1px solid #efeaea; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
#ie-download-alert img { border : 1px solid #e8ebf4; }

.whatisinbox2-description{font-size: 180%; color: #8593b1; margin: 20px 0; padding-bottom: 20px; border-bottom:1px solid #BDC3D2;font-style: italic;}
dl { line-height: 200%; }
dt { 
	margin: 0;
	width: 20%;	
	float: left; 
	color: #828282; 
	min-height: 4px; 
}
dd { 
	width: 75%;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	min-height: 4px;
}
dl.horizontal{line-height: 150%;}
dl.numbered{padding-left:25px; position:relative; }
dl.numbered .number{position: absolute; left:0px;}
dl.horizontal dt{float: none; width: auto; font-size: 105%; margin: 0 0 0; font-weight: bold; color: #646F87;}
dl.horizontal dd{float: none; width: auto; margin:0; font-weight: normal; margin: 0 0 20px; border-bottom: 1px solid #d5dae6; padding: 0 0 20px;}
.errtxt{padding: 20px 35px;	font-size: 140%;}
.errh{font-size: 200%;font-weight: bold;}
.errp{color: #838383; margin: 10px 0;}
#errlnkhome{position: relative; top:40px;left: 10px; font-weight: bold;}
#errtxtarea{width: 500px; height: 75px;}
.errtxt ul{padding: 20px 0;}
.errtxt ul li{background: url(/i/p/arrow_bullet.png) no-repeat 2px 7px;	padding: 0 0 0 15px;}
.errtxt a{ text-decoration: underline;}


/*--------------popup----------------*/
.pppinpt{
	font-size: 17px;
	padding: 5px;
	color: #555555;
	width: 480px;
	}
.pppbt{
	font-size: 14px;
	padding: 4px;
	margin-top: 5px;
	}
.pppsbctn{
	padding: 15px 0 0;
	border-top: 1px solid #5f6572;
	margin: 15px 12px 0 2px;
	color: #c0cce4;
	font-size: 120%;
	}
	

#qckstpbx {
	color: white;
	/*background: #73aeff;*/
	margin: 15px 0;
	min-height: 1px;
	text-align: left;
}
#qckstpbx .mddlbxcntnt { padding: 12px 18px; display: block; overflow: hidden;}

/*--------------channel setup----------------*/
.chnnlicon { float: left; margin: 0 5px 10px 0;	width: 55px; }
*+html .chnnlicon { margin: 0 5px 0px 0; }
.chnnlicon a { color: #dde9ff; }
.chnnlicon a:hover { color: White; text-decoration: none; }
.add-channel-displayname { text-align: center; font-size: 95%; width: 44px; }
.gtmssgs {border-bottom: 1px solid #7dafff; margin: 5px 17px; padding: 0 0 10px;}
.other-channel-button { clear: both; font-size: 95%; border-top: 1px solid #eae9e9; padding: 5px 0 0; margin: 0 20px 0 5px;}
#other-channel-modal {top: 50%; width:499px; margin-top: -252px; }
.inner-other-channel-modal .status-list { margin-bottom: 9px; overflow: hidden; }
.inner-other-channel-modal .status-list li { margin-bottom: 9px; overflow: hidden; }
.inner-other-channel-modal .status-list li.loading { margin-bottom: 0; overflow: hidden; text-align: center; }
.inner-other-channel-modal .status-list li.error { margin-bottom: 0; }
.inner-other-channel-modal .status-list li.error em { background: #c20b0b; color: #fff; display: inline-block; font-style: italic; padding: 2px 7px; }
.inner-other-channel-modal.loading {  background: url(/i/loader-midbluebox-large.gif) center no-repeat; }
.inner-other-channel-modal .row { display: block; margin-bottom: 9px; overflow: hidden; }
.inner-other-channel-modal .row .field-label-container { display: inline; width: 75px; }
.inner-other-channel-modal .row .field-label { float:left; position:relative; top:4px; width:100px; }
.inner-other-channel-modal .row .header-label {font-weight: bold;padding-top:12px;}
.inner-other-channel-modal .row .textfield { display: inline-block; width: 389px; }
.inner-other-channel-modal .row .radiobutton,
.inner-other-channel-modal .row .checkbox { display: inline-block; height: 14px; padding: 4px; }
.inner-other-channel-modal .row .radiobutton input { background-color: transparent; display: inline-block; width: auto; }
.inner-other-channel-modal .row .checkbox input { background-color: transparent; display: inline-block; }
.inner-other-channel-modal .last { margin-bottom: 0; }
.inner-other-channel-modal { overflow: hidden; }
.inner-other-channel-modal a.button { padding-right: 24px; margin-left: 9px; }
.inner-other-channel-modal a.button span { padding-left: 24px; }

#atffc{display: none;}