@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------- */
/* HTML TAGS
/* ---------------------------------------------------- */
html {
	-webkit-text-size-adjust:none;
}
body {
	background-color:#111111;
	color:#494949;
	font:12px/18px Helvetica, Arial, Verdana, sans-serif;
}

/* IE 7 Warning Message */

a {
	color:#008de1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
h1 {
	font-size:36px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:36px;
	margin:0 0 32px 0;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
h2 {
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin:0 0 9px 0;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
h4 {
	color:#224973;
	font-size:14px;
	margin:0 0 18px 0;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
p {
	margin:0 0 18px 0;	
}
p.large {
	font-size:16px;
	line-height:24px;
}
p.twitter {
	text-align:right;	
}
p.facebook {
	text-align:left;	
}
p.copyright {
	text-align:right;	
}
strong {
	font-weight:bold;
	font-style:inherit;
}
em {
	font-style:italic;	
}
b {
	font-weight:inherit;
}
ul {
	list-style:disc;
	margin:0 0 18px 12px;
}
ul li {
}

hr {
	border:none;
	border-bottom:1px solid #d0d0d0;
	height:1px;
	margin:0 0 18px 0;
}
/* ------- */
/*  MISC
/* ------- */
.no-content-box {
	text-align: center;
	padding: 20px;	
}
.no-content-box h2 {
	font-size: 18px;
	font-weight: normal;
	color: #909090;	
}
/* ---------------------------------------------------- */
/* MAIN LAYOUT
/* ---------------------------------------------------- */
.container {
	margin:0 auto;
	width:982px;
	position:relative;
}
#header {
	background-color:#fff;
	background-image:url(/images/header-bg.png);
	background-repeat:repeat-x;
	height:54px;
}
#logo {
	background-image:url(/images/header-logo.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:26px;
	margin:16px 0 0 0;
	width:78px;
}
#logo a{
	display:block;
	height:26px;
	text-indent:-9999px;
	width:78px;
}
#section {
	background-color:#48aae4;
	background-image:url(/images/section-bg.png);
	background-repeat:repeat-x;
	color:#fff;
	height:90px;
	position:relative;
}
#section .container {
	padding-top:14px;
}
#section h1 {
	text-shadow:rgba(0,0,0,0.6) 0 1px 1px;	
}
#section h2 {
	margin-top:16px;
	text-shadow:rgba(0,0,0,0.6) 0 1px 1px;	
}
#section h3 {
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
#home #section {
	background-image:url(/images/section-home-bg.png);
	background-repeat:repeat-x;
	height:468px;
}
#home #section #splash {
	display:block;
	background:url(/images/splash-devices.jpg) center 7px no-repeat;
}
#home #section .container {
	padding-top:36px;	
	height:100%;
}
#intro {
	height:306px;	
}
#cta {
	height:126px;
}
#cta ul {
	margin:0;	
}
#main {
	background-color:#fff;
	clear:both;
}
#main .container {
	padding:20px 0;	
}
#promo h3 {
	color:#0f3a89;
	font-size:18px;
}
#recordings #main {
	background:#fff url(/images/sidebar-bg.png) repeat-y;
	background-position:center top;
}
#account #main {
	background:#fff url(/images/account-bg.png) repeat-y;
	background-position:center top;
}
#faq #main {
	background:#fff url(/images/account-bg.png) repeat-y;
	background-position:center top;
}
#detailed_help #main {
	background:#fff url(/images/account-bg.png) repeat-y;
	background-position:center top;
}
.content {
	float:left;
	margin-right:40px;
	width:720px;
}
#account .content {
	margin-right:0;
	margin-left:40px;	
}
#faq .content {
	margin-right:0;
	margin-left:40px;	
}
#detailed_help .content {
	margin-right:0;
	margin-left:40px;	
}
.sidebar {
	float:left;
	width:222px;
}
.box {
	background:#fff url(/images/sidebar-box-bg.png) repeat-x;
	border:1px solid #bfbfbf;
	margin-bottom:10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.box h5 {
	color:#494949;
	font-weight:bold;
	height:28px;
	line-height:27px;
	padding:0 9px;
	text-shadow:rgba(255,255,255,0.6) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
.box ul {
	font-size:11px;
	line-height:14px;
	list-style:none;
	margin:0;
}
.box li {
	display:block;
	border-bottom:1px solid #dfdfdf;
	padding:9px;
}
.box li.last {
	border:none;
}
.nav-sidebar li {
	padding:0;	
}
.nav-sidebar li a {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:9px;
}
.nav-sidebar li a:hover {
	background:#f5f5f5;
	text-decoration:none;
}
.nav-sidebar li.last a:hover {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
.nav-sidebar li.active a {
	background:url(/images/sidebar-nav-active-bg.png) repeat-x;
	color:#fff;
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
.nav-sidebar li.last.active a {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}

/* Sidebar Counter */
span.counter {
	background:url(/images/counter-bg.png) right -22px no-repeat;
	color:#fff;
	float:right;
	font-weight:bold;
	display:block;
	line-height:20px;
	margin-top:-3px;
	padding-right:10px; /* sliding doors padding */
	text-shadow:none;
}
span.counter b {
	background:url(/images/counter-bg.png) left top no-repeat;
	display:block;
	padding:0 2px 0 12px;
}
.active span.counter {
	background:url(/images/counter-bg.png) right -66px no-repeat;
	color:#545454;
	margin-top:-2px;
}
.active span.counter b {
	background:url(/images/counter-bg.png) left -44px no-repeat;
}


#news {
	background-color:#f2f2f2;
	background-image:url(/images/news-bg.png);
	background-repeat:repeat-x;
}
#news .container {
	padding:20px 0;
}
#footer {
	color:#b8b8b8;
}
#footer .container {
	padding:20px 0;	
}
#footer a {
	color:#48aae4;
}
#footer h4 {
	color:#b8b8b8;
	font-size:12px;
	margin:0 0 18px 0;	
}
#footer ul {
	list-style:none;
	margin:0;
}

/* ---------------------------------------------------- */
/* =BUTTONS
/* ---------------------------------------------------- */
a.ui-button {
	background:transparent url(/images/buttons/btn-med-white.png) no-repeat right -56px;
	color:#494949;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:28px;
	line-height:26px;
	padding-right:5px; /* sliding doors padding */
	text-decoration:none;
	
	text-shadow:rgba(255,255,255,0.6) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
a.ui-button:hover {
	text-decoration:none;		
}
a.ui-button b {
	background:transparent url(/images/buttons/btn-med-white.png) no-repeat left top;
	display:block;
	height:100%;
	padding:0 10px 0 15px;
	text-align:center;
}
a.ui-button img {
	margin:6px 5px 0 0;
	vertical-align:top;
}
a.ui-button.record {
	background:transparent url(/images/buttons/btn-med-blue.png) no-repeat right -56px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
}
a.ui-button.record b {
	background:transparent url(/images/buttons/btn-med-blue.png) no-repeat top left;
}
a.ui-button.cancel {
	background:transparent url(/images/buttons/btn-med-red.png) no-repeat right -56px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
}
a.ui-button.cancel b {
	background:transparent url(/images/buttons/btn-med-red.png) no-repeat top left;
}
a.ui-button.restricted {
	background:transparent url(/images/buttons/btn-med-orange.png) no-repeat right -56px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
}
a.ui-button.restricted b {
	background:transparent url(/images/buttons/btn-med-orange.png) no-repeat top left;
}
a.ui-button.small {
	background:transparent url(/images/buttons/btn-small-white.png) no-repeat right -44px;
	font-size:11px;
	font-weight:normal;	
	height:21px;
	line-height:20px;
	
	-webkit-text-stroke:0;
}
a.ui-button.small b {
	background:transparent url(/images/buttons/btn-small-white.png) no-repeat left top;
}
a.ui-button.large {
	background:url(/images/buttons/btn-large-green.png) no-repeat right -80px;
	color:#fff;
	font-size:16px;
	height:39px;
	line-height:36px;
	padding-right:8px; /* sliding doors padding */
	width:160px;
}
a.ui-button.large b {
	background:url(/images/buttons/btn-large-green.png) no-repeat left top;
	padding:0 12px 0 20px;	
}
.epgRecordButton a b {
	padding:0 15px 0 20px;	
}
a.ui-button.epg {
	background:transparent url(/images/buttons/btn-indent-epg-white.png) no-repeat right -56px;
	font-size:12px;
	font-weight:bold;	
	height:26px;
	line-height:26px;	
}
a.ui-button.epg b {
	background:transparent url(/images/buttons/btn-indent-epg-white.png) no-repeat left top;
}
.closeButton {
	background:url(/images/close-button.png) no-repeat;
	height:23px;
	width:21px;
}
.closeButton a {
	display:block;
	height:100%;
	text-indent:-9999px;
	width:100%;
}
#btnSignup {
	background:transparent url(/images/buttons/btn-large-green.png) no-repeat right -80px;
	color:#fff;
	width:180px;
	
	text-shadow:rgba(0,0,0,0.4) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#btnSignup b {
	background:transparent url(/images/buttons/btn-large-green.png) no-repeat top left;
}
.modal #btnSignin {
	background:transparent url(/images/buttons/btn-med-green.png) no-repeat right -56px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
.modal #btnSignin b {
	background:transparent url(/images/buttons/btn-med-green.png) no-repeat top left;
}
#cta li {
	display:block;
	float:left;
	margin-top:43px;
}
#cta li a {	
	color:#fff;
	width:154px;
	
	text-shadow:rgba(0,0,0,0.4) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#cta-signup a {
	background:transparent url(/images/buttons/btn-large-blue.png) no-repeat right -80px;
	margin-right:16px;
}
#cta-signup a b {
	background:transparent url(/images/buttons/btn-large-blue.png) no-repeat top left;	
}
#cta-learn a {
	background:transparent url(/images/buttons/btn-large-orange.png) no-repeat right -80px;
}
#cta-learn a b {
	background:transparent url(/images/buttons/btn-large-orange.png) no-repeat top left;	
}

/* Page Navigation Buttons */
ul.page-nav {
	height:21px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
ul.page-nav li {
	display:block;
	float:left;
	height:21px;
	width:37px;	
}
ul.page-nav li a {
	display:block;
	height:100%;
	text-indent:-1000px;
}
ul.page-nav li.prev {
	background:url(/images/buttons/btn-backforward.png) left top no-repeat;	
}
ul.page-nav li.next {
	background:url(/images/buttons/btn-backforward.png) right top no-repeat;	
}
ul.page-nav li.prev.disabled {
	background:url(/images/buttons/btn-backforward.png) left -44px no-repeat;	
}
ul.page-nav li.next.disabled {
	background:url(/images/buttons/btn-backforward.png) right -44px no-repeat;	
}

/* ---------------------------------------------------- */
/* NAVIGATION
/* ---------------------------------------------------- */
#nav-main {
	padding:0;
	list-style:none;
	display:block;
	float:left;
	height:33px;
	margin:10px 0 0 246px;
	overflow:hidden;
	width:111px;
}
#nav-main li {
	display:block;
	float:left;
}
.loggedin #nav-main {
	margin-left:194px;
}
#nav-main li a {
	color:#494949;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:33px;
	line-height:31px;
	text-align:center;
	
	text-shadow:rgba(255,255,255,1) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#nav-main li a:hover {
	text-decoration:none;
}
#nav-main-guide a {
	background-image:url(/images/nav-main-loggedout.png);
	background-repeat:no-repeat;
	display:block;
	width:111px;
}
#nav-main-recordings {
	display:none;	
}
.loggedin #nav-main {
	width:220px;	
}
.loggedin #nav-main-guide a {
	background:url(/images/nav-main-loggedin.png) no-repeat;
	width:110px;
}

.loggedin #nav-main-recordings a {
	background:url(/images/nav-main-loggedin.png) no-repeat;
	background-position:-110px 0;
	width:110px;
}
#guide #nav-main-guide a {
	background-position:0 -34px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.8) 0 1px 0;
}
#recordings #nav-main-recordings a{
	background-position:-110px -34px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.8) 0 1px 0;
}
#nav-promo {
	padding: 0px 0px 0px 50px;
	float:left;
	margin-top:13px;
}
#nav-promo li {
	display:block;
	float:left;
	line-height:28px;
}
#nav-account {
	float:right;
	margin-top:13px;
}
#nav-account li {
	display:block;
	float:left;
	line-height:28px;
}
#nav-account-help a {
	background:transparent url(/images/buttons/btn-indent-white.png) no-repeat right -56px;
	margin-right:10px;
	width:65px;
}
#nav-account-help a b {
	background:transparent url(/images/buttons/btn-indent-white.png) no-repeat top left;
}
#nav-account-signup a {
	background:transparent url(/images/buttons/btn-indent-blue.png) no-repeat right -56px;
	color:#fff;
	margin-right:10px;
	width:87px;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
}
#nav-account-upgrade a {
	background:transparent url(/images/buttons/btn-indent-blue.png) no-repeat right -56px;
	color:#fff;
	margin-right:10px;
	width:125px;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
}
#nav-account-upgrade a b {
	background:transparent url(/images/buttons/btn-indent-blue.png) no-repeat top left;
}
#nav-account-signup a b {
	background:transparent url(/images/buttons/btn-indent-blue.png) no-repeat top left;
}
#nav-account-signin a {
	background:transparent url(/images/buttons/btn-indent-green.png) no-repeat right -56px;
	color:#fff;
	margin-left:10px;
	width:87px;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
}
#nav-account-signin a b {
	background:transparent url(/images/buttons/btn-indent-green.png) no-repeat top left;
}
#nav-account-account a {
	background:transparent url(/images/buttons/btn-indent-white.png) no-repeat right -56px;
	width:95px;
}
#nav-account-account a b {
	background:transparent url(/images/buttons/btn-indent-white.png) no-repeat top left;
}
#nav-account-signout a {
	float:left;
	font-size:11px;
	margin-left:10px;

	text-shadow:rgba(255,255,255,0.6) 0 1px 0;
}
#nav-account-signout a b {
	background:transparent url(/images/buttons/btn-indent-red.png) no-repeat top left;
}
/* ---------------------------------------------------- */
/* MISC LAYOUT
/* ---------------------------------------------------- */

.left {
	float:left;	
}
.right {
	float:right;
}
.clear {
	clear:both;	
}
.text-right {
	text-align:right;	
}
.text-center {
	text-align:center;	
}
div.span-1,
div.span-2,
div.span-3,
div.span-4,
div.span-5,
div.span-6{
	float:left;
	margin-right:20px;
}
div.last{
	margin-right:0;
}
.span-1{width:147px;}
.span-2{width:314px;}
.span-3{width:481px;}
.span-4{width:648px;}
.span-5{width:815px;}
.span-6{width:982px;}
.container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ---------------------------------------------------- */
/* TV GUIDE
/* ---------------------------------------------------- */
#epgMain {
	margin:0 0 90px 0;
	position:relative;
}
#epgMain ul {
	margin:0;	
}
#epgFunctions {
	height:57px;
	margin:0 0 20px 0;
}
#epgCalendar {
	float:left;
	margin:0 20px 0 0;
	width:413px;
}
#epgCalendar .slider {
	float:left;
	width:349px;
	overflow:hidden;
}
#epgCalendar .prev,
#epgCalendar .next {
	display:block;
	float:left;
	width:32px;
	height:57px;
}
#epgCalendar .prev a,
#epgCalendar .next a {
	display:block;
	height:100%;
	text-indent:-9999px;
	width:100%;
}
#epgCalendar .prev {
	background:url(/images/epg-calendar-prev-btn.png) 0 0 no-repeat;	
}
#epgCalendar .next {
	background:url(/images/epg-calendar-next-btn.png) 0 0 no-repeat;	
}
#epgCalendar .prev.disabled {
	background:url(/images/epg-calendar-prev-btn.png) 0 -60px no-repeat;	
}
#epgCalendar .next.disabled {
	background:url(/images/epg-calendar-next-btn.png) 0 -60px top no-repeat;	
}
#epgCalendar span {
	display:block;	
}
span.epgDay {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
	
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
span.epgNumber {
	color:#494949;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:0px;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
span.epgMonth {
	color:#666;
	font-size:10px;
	line-height:12px;
	margin-bottom:0px;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
}
#epgCalendar ul {
	height:57px;
	list-style:none;
	margin:0;
	width:450px; /* Determined by number of days in calendar * 50 */
}
#epgCalendar ul li {
	background:url(/images/epg-calendar-date-bg-main.png) repeat-x;
	display:block;
	float:left;
	height:100%;
	text-align:center;
	width:50px;
}
#epgCalendar ul li.today {
	background:url(/images/epg-calendar-date-bg-today.png) repeat-x;
}
#epgCalendar ul li.selected {
	background:url(/images/epg-calendar-date-bg-selected.png) repeat-x;
}
#epgCalendar ul li.selected span.epgDay,
#epgCalendar ul li.selected span.epgNumber,
#epgCalendar ul li.selected span.epgMonth {
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
#epgCalendar ul li a:hover {
	text-decoration:none;	
}
#epgTimeNav {
	background:url(/images/epg-timenav-bg.png) no-repeat;
	float:left;
	height:56px;
	width:549px;
}
#epgTimeSelect {
	margin:15px 0 0 80px; 	
}
#epgTimeSelect .slider {
	float:left;
	width:207px;
	overflow:hidden;
}
#epgTimeSelect ul {
	height:27px;
	list-style:none;
	margin:0;
	width:207px;
}
#epgTimeSelect ul li {
	background:url(/images/epg-timeselector-bg.png) repeat-x;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:100%;
	line-height:26px;
	text-align:center;
	width:207px;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#epgTimeSelect .prev,
#epgTimeSelect .next {
	display:block;
	float:left;
	width:31px;
	height:27px;
}
#epgTimeSelect .prev a,
#epgTimeSelect .next a {
	display:block;
	height:100%;
	text-indent:-9999px;
	width:100%;
}
#epgTimeSelect .prev {
	background:url(/images/epg-time-prev-btn.png) 0 0 no-repeat;	
}
#epgTimeSelect .next {
	background:url(/images/epg-time-next-btn.png) 0 0 no-repeat;	
}
#epgTimeSelect .prev.disabled {
	background:url(/images/epg-time-prev-btn.png) 0 -33px no-repeat;	
}
#epgTimeSelect .next.disabled {
	background:url(/images/epg-time-next-btn.png) 0 -33px no-repeat;	
}
#epgNowButton .ui-button {
	margin:0 0 0 20px;
	width:95px; /* Subtract 5 pixels from total width to allow for default padding	*/
}
#epgHeader {
	background:url(/images/epg-header-bg.png) no-repeat;	
	width:982px;
}
#epgSearch {
	height:31px;
	width:970px;
	margin:0;
	padding:5px 6px 0 6px;
	overflow:hidden;
}
#epgTimes {
	height:35px;
	width:900px;
	margin:0 0 0 81px;
	overflow:hidden;
}
#epgTimes .scroller {
	width:8000px;
}
#epgTimes ul {
	height:35px;
	list-style:none;
	margin:0;	
}
#epgTimes ul li {
	border-left:1px solid #b2c8e4;
	color:#224973;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:100%;
	line-height:34px;
	padding:0 6px;
	width:137px; /* 150px - 1px border - 12px padding */
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#epgTimes strong {
	font-size:16px;
	font-weight:bold;
}
#epgContent {
	background:#f1f7fe;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	overflow:auto;
}
#epgContent ul li {
	display:block;
	font-size:11px;
	height:48px;
	line-height:14px;
}
#epgContent ul li .channel {	
	display:block;
	padding:3px 6px;
	height:42px;
}
#epgContent ul li .program {
	border-right:1px solid #d1deef;
	padding:1px;
}
#epgContent ul li .program a {
	background:#fff;
	border:1px solid #fff;
	display:block;
	height:40px;
	overflow:hidden;
	padding:2px 4px;
		
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#epgContent ul li .noprogram {
	border-right:1px solid #d1deef;
	padding:1px;
}
#epgContent ul li .noprogram a {
	background:#fff;
	border:1px solid #fff;
	display:block;
	height:40px;
	overflow:hidden;
	padding:2px 4px;
		
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#epgContent ul li .program a:hover {
	background:#f5f5f5;
	border:1px solid #bdbdbd;
	text-decoration:none;	
}
#epgContent ul li .program a.selected {
	background:#d3eaf8;
	border:1px solid #46a7e0;
	text-decoration:none;	
}
#epgContent ul li .program a.scheduled {
	background:#e7f3d4;
	border:1px solid #99cb4c;
	text-decoration:none;	
}
#epgContent ul li .program a.recorded {
       background:#fff3d4;
       border:1px solid #f9cb4c;
       text-decoration:none;   
}
#epgContent ul li.disabled {
	background:#f9f9f9;
}
#epgContent ul li.disabled a {
	background:#f9f9f9;
	border:1px solid #f9f9f9;
	color:#999;
}
#epgContent ul li.disabled a.recorded {
	color:#008de1;	
} 
#epgContent ul li.disabled a.recorded:hover {
       background:#fff3d4;
       border:1px solid #f9cb4c !important;
       text-decoration:none;   
}
#epgChannels {
	float:left;
	width:80px;
}
#epgChannels ul li {
	border-bottom:1px solid #cbdbee;
	color:#224973;
	font-weight:bold;
	text-align:right;
}
#epgPrograms {
	background:#fff;
	border-left:1px solid #cbdbee;
	float:left;
	overflow:hidden;
	width:899px;
}
#epgPrograms ul {
	border-bottom:1px solid #d1deef;
	clear:left;
	height:48px;
	width:8000px;
}
/* Set width dynamically 5px per min (150px per 30 mins) */
#epgPrograms ul li {
	background:#fff;
	float:left;
	min-width:5px;
}
#epgPrograms .scroller {
	width:8000px;
}
#epgFooter {
	background:url(/images/epg-footer-bg.png) no-repeat;
	clear:both;
	height:26px;
	margin:-1px 0 1px 0;
	position:relative;
	width:982px;
}
.hasInfo {
	padding:0 0 159px 0;	
}

/* ---------------------------------------------------- */
/* FORMS
/* ---------------------------------------------------- */
.form-section {
	background:#fff;
	border:1px solid #b0b0b0;
	margin:0 0 20px 0;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

}
.form-section .heading {
	background:#ccc url(/images/form-heading-bg.png) repeat-x;
	border-bottom:1px solid #b0b0b0;
	border-top:1px solid #eee;
	height:33px;
	padding:0 20px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;

}
.form-section .heading h3 {
	color:#4c4c4c;
	font-size:16px;
	line-height:30px;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
}
.form-section .heading h3 img {
	margin:7px 8px 0 0;
	vertical-align:top;	
}
.form-section .notes {
	background:#d9e7f8;
	border-top:1px solid #f1f6fc;
	border-bottom:1px solid #b2c8e4;
	height:52px;
	padding:0 20px;
}
.form-section .notes p {
	color:#224973;
	display:table-cell;
	font-weight:bold;
	height:52px;
	line-height:18px;
	margin:0;
	vertical-align:middle;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
.form-section .body {
	padding:18px 20px;
}
.form-action {
	background:#f1f7fe;
	border:1px solid #b2c8e4;
	margin:0 0 20px 0;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.form-action .heading {
	background:#d5e4f7 url(/images/form-action-heading-bg.png) repeat-x;
	border-bottom:1px solid #b2c8e4;
	border-top:1px solid #ecf3fb;
	height:33px;
	padding:0 20px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.form-action .heading p {
	color:#224973;
	display:table-cell;
	font-weight:bold;
	height:33px;
	line-height:18px;
	margin:0;
	vertical-align:middle;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
p.form-value {
	display:block;
	float:left;
	line-height:18px;
	font-weight: bold;
	padding:4px 3px;
	margin:0 20px 0 0;
	text-align:left;
	width:256px;
}
fieldset {
	padding:20px 20px 0 20px;	
}
fieldset.options {
	padding:0px 20px 0 20px;	
}
input.checkbox {
	float:left;
	margin:2px 10px 0 0;
}
input.radio {
	float:left;
	margin:6px 10px 0 0;
}
.form-field input.checkbox {
	margin-top:6px;
}
.form-field label.checkbox {
	font-size:11px;
	text-align:left;
}
.form-field.cc-group {
	margin-bottom:5px;	
}
.form-field.cc-group label {
	line-height:30px;	
}
.form-field.cc-group input.radio {
	float:left;
	margin:12px 10px 0 0;
}
.form-field.cc-group label.radio {
	float:left;
	margin-right:30px;
	width:50px;
}
input.field,
textarea {
	background:#fff url(/images/form-field-bg.png) repeat-x;
	border:1px solid #b0b0b0;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:5px 3px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input.text,
textarea {
	width:256px;
}
input.day,
input.month,
input.year {
	text-align:center;	
}
input.day,
input.month {
	margin-right:10px;
	width:30px;
}
input.month,
input.year {
	margin-left:10px;
	margin-right:10px;
}
input.year {
	width:40px;
}
input.cvn {
	width:80px;	
}
label {
	display:block;
	float:left;
	line-height:18px;
	padding:4px 0;
	margin:0 20px 0 0;
	text-align:right;
	width:127px;
}
label.tip {
	background:#f0f0f0;
	float:left;
	font-size:10px;
	left:430px;
	line-height:14px;
	padding:6px 10px;
	position:absolute;
	text-align:left;
	width:auto;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
p.tip {
	font-size:11px;
	float:left;
	line-height:26px;
	margin:0 0 0 10px;
}
label.error {
	background:#fce0e0 url(/images/cross.png) no-repeat;
	background-position:10px 5px;
	padding:6px 10px 6px 34px;
}
label.radio {
	text-align:left;
	width:auto;
}
select {
	margin:3px 10px 0 0;	
}
.form-field label.checkbox.options {
	font-size:12px;
}
.form-field label.checkbox {
	font-size:11px;
	text-align:left;
	width:auto;
}
div.heading.error {
	background:#fce0e0;
}
p.slash {
	float:left;
	line-height:27px;
	margin:0;
}
.form-field {
    clear:both;
    margin:0 0 20px 0;
    position:relative;
}
.form-field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wait {
	background:#fff;
	padding:20px;
	text-align:center;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wait p {
	background:url(/images/ajax-loader-blue.gif) center center no-repeat;
	margin:20px;
	text-indent:-9999px;
}
.form-update {
	background:#f5f5f5;
	border:none;
	border-top:1px solid #d0d0d0;
	margin:0;
	
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.form-update .form-field {
	margin:0;
}
.form-update .right .ui-button {
	margin:5px 0 0 0;
}
.form-update fieldset {
	padding:20px;	
}
.form-update p {
	font-size:11px;
	line-height:27px;
	margin:0;
}
.modal .form-section {
	margin:0;	
}
.modal input.text,
.modal textarea {
	width:292px;
}
.modal label {
	width:107px;	
}
.modal label.tip {
	left:488px;
	width:auto;
}
.modal .form-update .ui-button {
/*	width:102px;  */
	margin:0 20px 0 0;
}
.modal .form-update .form-field {
	margin:0;	
}
.modal .form-update fieldset {
	padding:20px;	
}
.modal .form-update p {
	font-size:11px;
	line-height:27px;
	margin:0;
}

/* ---------------------------------------------------- */
/* =RECORDED PROGRAMS
/* ---------------------------------------------------- */
#recMain {
	margin: 0 0 90px 0;
	border:1px solid #b0b0b0;
	padding:0 0 10px 0;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#recHeader {
	background:#ccc url(/images/form-heading-bg.png) repeat-x;
	border-bottom:1px solid #b0b0b0;
	border-top:1px solid #eee;
	height:33px;
	padding:0 20px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#recHeader ul {
	margin:3px auto 0 auto;
	text-align:center;
	width:238px;
}
#recHeader ul li {
	display:block;
	float:left;	
}
#recHeader ul li {
	display:block;
	width:119px;
}
#recHeader ul li a {
	color:#494949;
	display:block;
	font-weight:bold;
	line-height:27px;
	height:27px;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#recHeader  ul li.active a {
	color:#fff;
	text-decoration:none;

	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
#recHeader ul li a:hover {
	text-decoration:none;
}
#rec-nav-recorded a {
	background:url(/images/ui-tabs-main.png) left top no-repeat;	
}
#rec-nav-scheduled a {
	background:url(/images/ui-tabs-main.png) right top no-repeat;	
}
#rec-nav-recorded.active a {
	background:url(/images/ui-tabs-main.png) left -27px no-repeat;
}
#rec-nav-scheduled.active a {
	background:url(/images/ui-tabs-main.png) right -27px no-repeat;	
}
#recSort {
	background:#d6e4f7 url(/images/sort-action-bg.png) repeat-x;
	border-bottom:1px solid #b2c8e4;
	border-top:1px solid #f1f6fc;
	height:22px;
}
#recSort ul {
	list-style:none;
	margin:3px 0 0 0;	
}
#recSort ul li {
	float:left;
	font-size:11px;
	margin:0 0 0 10px;
}
#recSort ul li a {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat right -18px;
	color:#224973;
	display:block;
	font-weight:bold;
	padding:0 8px 0 0;
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
}
#recSort ul li a b {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat left top;
	display:block;
	height:18px;
	line-height:16px;
	padding:0 2px 0 10px;
	text-align:center;
}
#recSort ul li.active a {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat right -90px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
#recSort ul li.active a b {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat left -72px;
}
#recSort ul li a:hover {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat right -54px;
	color:#fff;
	text-decoration:none;
	
	text-shadow:rgba(0,0,0,0.4) 0 1px 0;
}
#recSort ul li a:hover b {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat left -36px;
}
#recSort ul li a:hover {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat right -54px;
	text-decoration:none;
}
#recSort ul li a:hover b {
	background:transparent url(/images/sort-tabs-bg.png) no-repeat left -36px;
}

/* ---------------------------------------------------- */
/* =PLAYBACK
/* ---------------------------------------------------- */
#flashcontent {
	background:#000;
	height:405px;
	margin:0 0 20px 0;
	width:720px;
}	

/* ---------------------------------------------------- */
/* =INFO BOXES
/* ---------------------------------------------------- */

/* Default program info */
.rule {
	border-bottom:1px solid #d0d0d0;
	margin-bottom:18px;
}
.info {
	font-size:12px;
	line-height:18px;
}
.info h3 {
	font-size:14px;
	line-height:14px;
	margin:0;
}
.time {
	float:right;
}
.time p {
	font-size:11px;
	margin:0;
	text-align:right;
}
.time p strong {
	font-size:12px;	
}
.description {
	width:550px;	
}
p.classification {
	margin:0;	
}
p.date {
	display:none;
}
p.channel,
p.classification {
	color:#7f7f7f;
}
.supp {
	float:right;
	padding:12px 15px;
	text-align:right;
}
.supp p {
	background:#e9e9e9;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding:0 5px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.functions {
	padding:18px 0 0 0;
	height:21px;
	width:auto;
}
.functions p {
	color:#7f7f7f;	
	float:left;
	font-size:10px;
	line-height:21px;
	margin:0 15px 0 0;
}
.description p {
	margin:0;
}
p.classification {	
	margin:0 0 2px 0;
}
.synopsis p {
	margin:0 0 12px 0;
}
.quota h4 {
	color:#404040;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
	text-align:center;
}
.quota p {
	text-align:center;	
}
.quota-bar {
	background:url(/images/quota-bar-base.png) no-repeat;
	height:28px;
	margin:0 0 10px;
	position:relative;
	width:680px;
	text-shadow:rgba(0,0,0,0.4) 0 1px 0;
}
.quota-bar .bar {
	background:url(/images/quota-bar-green.png) no-repeat;
	height:28px;
	position:absolute;
	width:0; /* Set dynamically */
}
.quota-bar .bar.full {
	background:url(/images/quota-bar-red.png) no-repeat;
}
.quota-bar p {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	margin:0;
	position:absolute;
	text-align:center;
	width:100%;
}
/* TV Guide program info */
.epgWait {
	background:#717171 url(/images/epg-info-bg.png) repeat-x;
	border:1px solid #1c1c1c;
	color:#fff;
	position:relative;
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
.epgWait p {
	margin:20px;
	text-indent:-9999px;
}
.epgInfo {
	background:#656565 url(/images/epg-info-bg.png) repeat-x;
	border:1px solid #1c1c1c;
	color:#eee;	
	height:158px;
	left:0;
	margin:-160px 0 0 0;
	position:absolute;
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
	width:980px;
}
.epgInfo .description a {
	color:#6CD2FF;
	font-weight:bold;
}
.epgInfo .info {
	font-size:11px;
	line-height:14px;	
}
.epgInfo .thumb {
	display:none;	
}
.epgInfo h3 {
	color:#fff;
	float:left;
	margin:0;
	padding:12px 0 0 15px;
}
.epgInfo .time {
	float:none;	
}
.epgInfo .time p {
	float:left;
	line-height:12px;
	margin:0;
	padding:14px 0 0 15px;
}
.epgInfo p.channel {
	color:#ccc;	
	clear:left;
	margin:0 0 14px 0;
	padding:0 0 0 15px;
}
.epgInfo p.classification {	
	color:#ccc;
	margin:0 0 2px 0;
}
.epgInfo .description {
	clear:left;
	padding:0 30px 0 15px;
	width:auto;
}
.epgInfo .functions {
	height:28px;
	left:14px;
	padding:0;
	position:absolute;
	top:116px;
}
.epgInfo .functions a.ui-button.record {
	width:150px;	
}
.epgInfo .closeButton {
	position:absolute;
	left:954px;
	top:6px;
}

/* Recordings program info */
.recItem {
	border:1px solid #c8c8c8;
	margin:10px 10px 0 10px;
	overflow:auto;
	padding:10px 10px 9px 10px;
	position:relative;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:rgba(0,0,0,0.1) 0 1px 0;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0 1px 0;
}
.recItem .thumb {
	float:left;
	height:30px;
	width:31px;
	margin-top:-2px;
}
.recItem .thumb .play a {
	background:url(/images/play-thumb-large.png) no-repeat;
	display:block;
	height:31px;
	text-indent:-9999px;
	width:30px;
}
.recItem .info {
	font-size:11px;
	line-height:14px;
	margin:0 0 0 50px;
	padding:0 0 0 16px;
	width:610px;
}
.recItem .info.scheduled {
	margin:0;
	padding: 0;
	width:676px;
}
.recItem.unplayed .info {
	background:url(/images/unplayed-marker.png) no-repeat;
	background-position:0 3px;
}
.recItem p.channel {
	margin:0 0 14px 0;
}
.time p strong {
	font-size:11px;	
}
.recItem .description {
	display:none;
	width:400px;
}

/* Modal program info */
.modal .info {
	background:#fff;
	border:1px solid #1c1c1c;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.modal .info h3 {
	float:left;
	margin:0;
	padding:16px 0 0 20px;
}
.modal .info .time {
	float:none;	
}
.modal .info .time p {
	float:left;
	line-height:12px;
	margin:0;
	padding:18px 0 0 20px;
}
.modal .info p.channel {
	clear:left;
	margin:0 0 14px 0;
	padding:0 0 0 20px;
}
.modal .info .description {
	clear:left;
	margin-bottom:20px;
	padding:0 20px;
	width:auto;
}
.modal .info .functions {
	height:28px;
	padding:20px;
}
.modal .info .functions a.ui-button.record {
	width:150px;	
}
/* table like div */
#tableContainer {
    display: table;
}
#tableRow {
    display: table-row;
}
#tableLeft, #tableRight, #tableMiddle {
    display: table-cell;
    padding: 0.3em 0.3em 0 0.3em;
}
#tableLeftNoPad, #tableRightNoPad, #tableMiddleNoPad {
    display: table-cell;
}

/* Messaging system */
#msgControl {
	border-bottom:1px solid #d0d0d0;
	height:21px;
	line-height:21px;
	margin:0 10px 5px 10px;
	padding:15px 10px;
}
#msgControl .ui-button {
	margin-right:10px;	
}
#msgSelect {
	border-bottom:1px solid #d0d0d0;
	font-size:11px;
	height:16px;
	line-height:16px;
	margin:0 10px;
	padding:10px;
}
#msgSelect a {
	font-weight:bold;	
}
#msgSelect p {
	float:left;
	margin:0;	
}
#msgSelect ul {
	float:left;
	list-style:none;
	margin:0;
}
#msgSelect ul li {
	display:block;
	float:left;
	margin:0 0 0 10px;
}
#msgSelect ul li.active a {
	background:transparent url(/images/sort-active-bg.png) no-repeat right -20px;
	color:#fff;
	display:block;
	padding-right:8px; /* sliding doors padding */
	text-shadow:rgba(0,0,0,0.6) 0 1px 0;
}
#msgSelect ul li.active a b {
	background:transparent url(/images/sort-active-bg.png) no-repeat left top;
	display:block;
	padding:0 2px 0 10px;
}
#msgSelect ul li.active a:hover {
	text-decoration:none;
}
.msgItem {
	border-bottom:1px solid #d0d0d0;
	font-size:11px;
	height:79px;
	line-height:15px;
	margin:0 10px;
	padding:0 10px;
	position:relative;
}
.msgItem .flag {
	float:left;
	height:16px;
	margin:32px 10px 0 20px;
	width:16px;	
}
.msgItem h3 {
	font-size:12px;
	line-height:15px;
	margin:0;
}
.msgItem p {
	margin:0;	
}
.msgItem .check {
	float:left;
	margin:34px 0 0 0;
	width:20px;
}
.msgItem .checkbox {
	margin:0;
}
.msgItem .time {
	color:#808080;
}
.msgItem .msg {
	float:left;
	margin:12px 0 0 0;	
}
.msgItem.unread {
	background:url(/images/unplayed-marker.png) 35px 50% no-repeat;
}
.msgItem.priority-high .flag {
	background:url(/images/priority-high-flag.png) 50% 50% no-repeat;	
}
.msgItem .description {
	margin:5px 0 0 0;
	width:612px;
}
.msgItem .description p {
	color:#808080;
	height:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#msgInfo {
	border-bottom:1px solid #d0d0d0;
	margin:0 10px 20px 10px;
	padding:5px 10px 15px 10px;	
}
#msgInfo p {
	font-size:11px;
	line-height:15px;
	margin:0;
}
#msgInfo .time {
	color:#808080;
	float:none;	
}
#msgBody {
	border-bottom:1px solid #d0d0d0;
	margin:0 10px;
	padding:0 10px;
}
#msgFooter {
	height:21px;
	margin:0 10px;
	padding:15px 10px;
}


/* ---------------------------------------------------- */
/* =TABLES
/* ---------------------------------------------------- */
table.data {
	border-top:1px solid #d0d0d0;	
}
table.data td {
	border-bottom:1px solid #d0d0d0;
	padding:9px 0;	
}

/* public announcement. can be removed 3 months after release */
#available-badge {
    height:50px;
    left:7px;
    position:absolute;
    top:330px;
    width:148px;
}

#start-badge {
    height:50px;
    left:250px;
    position:absolute;
    top:47px;
    width:148px;
}
/* ---------------------------------------------------- */
/* =STEPS LEFT PROGRESS INDICATOR
/* ---------------------------------------------------- */

/* Default style */
ul.progress {
	height:68px;
	margin:0 0 20px 0;
}
ul.progress li {
	background:url(/images/progress-bar-sprite.png) right -68px no-repeat;
	display:block;
	float:left;
	height:68px;
	margin:0 0 0 -10px;
	padding:0 20px 0 0;
	width:226px;

}
ul.progress li div {
	background:url(/images/progress-bar-sprite.png) left -136px no-repeat;
	height:68px;
}

ul.progress li h4 {
	font-size:18px;
	font-weight:bold;
	padding:12px 0 3px 0;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
ul.progress li h4,
ul.progress li p {
	color:#404040;
	margin:0;
	padding-left:30px;
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
}
/* First style */
ul.progress li.first div {
	background:url(/images/progress-bar-sprite.png) left top no-repeat;
}
ul.progress li.first {
	margin:0;
	width:228px;
}
ul.progress li.first h4,
ul.progress li.first p  {
	padding-left:15px;
}
/* Last style */
ul.progress li.last {
	background:url(/images/progress-bar-sprite.png) right -204px no-repeat;
}
/* Active styles */
ul.progress li.active {
	background:url(/images/progress-bar-sprite.png) right -340px no-repeat;
}
ul.progress li.active h4,
ul.progress li.active p {
	color:#224973;
}
ul.progress li.active div {
	background:url(/images/progress-bar-sprite.png) left -408px no-repeat;
}
#notification {
	background:url(/images/notification-bg.png) repeat-x;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:54px;
	height:45px;
	line-height:45px;
	width:100%;
	z-index:10;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
#notification .container {
	margin:0 auto;	
}
#notification p {
	display:inline;
	padding:0 30px 0 0;	
	margin:0;
}
#notification a.close {
	background:url(/images/notification-close.png) no-repeat;
	display:block;
	float:right;
	width:18px;
	height:19px;
	text-indent:-100px;
	overflow:hidden;
	margin:12px 0 0 0;
}
.noticeToggle {
	display:block;
	float:left;
	position:relative;
	margin:17px 0 0 20px;	
}

/* Twitter Promo Page */
#twitter #section {
	background-image:url(../images/section-twitter-bg.png);
	background-repeat:repeat-x;
	height:389px;	
}
#twitter #section #splash {
	background:url(../images/twitter-promo-splash.jpg) center top no-repeat;
	display:block;
	height:100%
}
#twitter #section .container {
	height:353px;
	padding-top:36px;
}
#twitter #bubble {
	height:105px;
	left:375px;
	position:absolute;
	top:133px;
	width:288px;
}
#twitter #bubble p {	
	color:#494949;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin:0;
	padding:15px 20px;
	text-align:center;	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
}
#twitter #main {
	margin-top:-36px;	
}
#twitter a.ui-button.large {
	background:url(../images/buttons/btn-twitter-blue.png) no-repeat right -100px;
	bottom:83px;
	color:#fff;
	font-size:16px;
	height:49px;
	line-height:46px;
	padding-right:102px; /* sliding doors padding */
	position:absolute;
	width:auto;
}
#twitter a.ui-button.large b {
	background:url(../images/buttons/btn-twitter-blue.png) no-repeat left top;
	padding:0 0 0 20px;	
}
/* Banner */
#banner {
	height:62px;
	margin:10px 0;
}
#banner.twitter {
	background:url(../images/home-banner-green.png) no-repeat;
	height:80px;	
}
#banner.twitter img {
	float:left;
	margin:-23px 10px 0 0;
}
#banner p {
	color:#494949;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin:0;
	padding:18px 20px;
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	text-align: center;
}
.badge {
	margin:0 10px 0 0;	
}

/* announcements */
#banner.announcement {
	background:url(../images/home-banner-green.png) no-repeat;
	height:80px;	
}

/* used for referrals page */
div.leftcolumneven {
	width: 481px;
	float: left;
	text-align: left;
}
div.rightcolumneven {
	width: 481px;
	float: right;
	text-align: left;
	margin-right:0;
}
div.extra h3 {
	padding: 0;
	font-size:14px;
	line-height:14px;
	margin:0 0 9px 0;
}
/* end referrals page */

/* faq */
#faq h4 {
	font-weight:bold;
	margin-bottom:3px;
}
/* end faq */

/* detailed_help */
#detailed_help h4 {
	font-weight:bold;
	margin-bottom:3px;
}
/* end detailed_help */
