/*
Author: David Pascual
6/22/11

SiriusXM Mobile CSS v1.1
jQuery Mobile Beta 1

Revision History:
1.0 DP jQuery Mobile Alpha 4 (6/13/11)
1.1 DP jQuery Mobile Beta 1 (6/22/11)

Table of Contents
1.0 - GLOBAL
 1.1 Resets
 1.2 Base SXM Theme
 1.3 General Use Classes
 1.4 Buttons
 1.5 Collapsable Content
 1.6 Header
 1.7 Footer
 
2.0 - CUSTOM THEMES
 2.1 G:Primary Header Bar
 2.2 H:Secondary Header Bar
 
3.0 - SPRITES
 3.1 Global
 
4.0 - ICONS
 4.1 Button Icons
 
5.0 - CAROUSEL
 5.1 - Homepage
 
6.0 - HOMEPAGE
 6.1 - Containers

7.0 - Modals
 7.1 - Modal Container
 7.2 - Loading Modal
 
8.0 - MODULES
 8.1 - Open/Standard Module

9.0 - OVERLAYS
 9.1 - Update Overlay


*/



/*-------------------------*/
/*  1.0 GLOBAL
/*-------------------------*/
/* 1.1 Resets */
a {
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
}

.ui-content {
	margin: 0;
	overflow: hidden;
    padding: 0;
    position: relative;
}

.ui-dialog .ui-content {
	margin: 0;
	padding: 0;
}

.ui-page {
    background: url(/sxm-mobile/img/global/background-global.jpg) center top no-repeat #014076;
	margin: 0;
	padding: 0;

}

.ui-btn-inner{
	text-align:left;
}

/* 1.2 SXM Base Theme */
.ui-body-sxm {
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: 0 0px 0px #000000;
}

.ui-body-sxm .ui-link {
    color: #2489CE;
    font-size:.9em;
	font-weight: bold;
	text-decoration: none;
	
}

.ui-body-sxm, .ui-body-sxm input, .ui-body-sxm select, .ui-body-sxm textarea, .ui-body-sxm button {
    font-family: Helvetica,Arial,sans-serif;
}

.ui-body-sxm .ui-link-inherit {
    color: #FFFFFF;
}



/* 1.3 General Use Classes */
.btn-left{
	text-align: left;
}
.btn-center{
	text-align:center;
}
.btn-right{
	text-align:right;
}
/*Center Content */
.center-content{
text-align: center;
}

.center-content * {
margin: 0pt auto;
}

.clear {
    clear: both;
}

.ui-module-corner-all {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
}

/* 1.4 - Buttons */
.ui-btn-corner-all {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.ui-btn-inner {
    padding: 0.6em 15px 0.6em 15px;
}

/*Text Modale Buttons*/
.text-modal-button {
	padding:5px;
	display:block;
}

/*Purple Button*/
.ui-btn-up-purple {
	background: #560064;
	background-image: -moz-linear-gradient(top, #9400AD, #560064);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9400AD),color-stop(1, #560064));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9400AD', EndColorStr='#560064')";
	border: 1px solid #69007b;
	text-shadow: 1px 1px 2px #1B0020;
	}
	
.ui-btn-up-purple a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-hover-purple {
	background: #9800AF;
	background-image: -moz-linear-gradient(top, #BD00D4, #720085);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #BD00D4),color-stop(1, #720085));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#BD00D4', EndColorStr='#720085')";
	border: 1px solid #8B00A1;
	text-shadow: 1px 1px 2px #1B0020;
	}
	
.ui-btn-hover-purple a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-down-purple {
	background: #590069;
	background-image: -moz-linear-gradient(top, #74008A, #43004E);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #74008A),color-stop(1, #43004E));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#74008A', EndColorStr='#43004E')";
	border: 1px solid #225377;
	text-shadow: 1px 1px 2px #17001B;
	}
	
.ui-btn-down-purple a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-up-purple,
.ui-btn-hover-purple,
.ui-btn-down-purple {
	font-family: Helvetica, Arial, sans-serif;
		color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	}

/*Green Button*/
.ui-btn-up-green {
	background: #056508;
	background-image: -moz-linear-gradient(top, #09AC0E, #056308);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #09AC0E),color-stop(1, #056308));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#09AC0E', EndColorStr='#056308')";
	border: 1px solid #06790A;
	text-shadow: 1px 1px 2px #021702;
	text-decoration: none;
	}
	
.ui-btn-up-green a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-hover-green {
	background: #09A90E;
	background-image: -moz-linear-gradient(top, #0CD012, #06800A);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0CD012),color-stop(1, #06800A));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0CD012', EndColorStr='#06800A')";
	border: 1px solid #089b0d;
	text-shadow: 1px 1px 2px #032703;
	}
	
.ui-btn-hover-green a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-down-green {
	background: #045207;
	background-image: -moz-linear-gradient(top, #056A09, #033C05);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #056A09),color-stop(1, #033C05));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#056A09', EndColorStr='#033C05')";
	border: 1px solid #044906;
	text-shadow: 1px 1px 2px #011002;
	}
	
.ui-btn-down-green a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-up-green,
.ui-btn-hover-green,
.ui-btn-down-green {
	color: #FFF;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

/*Dark Blue Button*/
.ui-btn-up-dark-blue {
	background: #00486D;
	background-image: -moz-linear-gradient(top, #005580, #004061);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #005580),color-stop(1, #004061));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#005580', EndColorStr='#004061')";
	border-top: 0px solid #4F7187;
	text-shadow: 1px 1px 2px #1D2B33;
	}
	
.ui-btn-up-dark-blue a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-hover-dark-blue {
	background: #00537d;
	background-image: -moz-linear-gradient(top, #006092, #00496F);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #006092),color-stop(1, #00496F));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#006092', EndColorStr='#00496F')"; 
	border-top: 0px solid #6F9DB5;
	text-shadow: 1px 1px 2px #24353E;
	}
	
.ui-btn-hover-dark-blue a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-down-dark-blue {
	background: #003E5D;
	background-image: -moz-linear-gradient(top, #00496e, #003753);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00496e),color-stop(1, #003753));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00496e', EndColorStr='#003753')";
	border-top: 0px solid #486A82;
	text-shadow: 1px 1px 2px #162026;
	}
	
.ui-btn-down-dark-blue a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-up-dark-blue,
.ui-btn-hover-dark-blue{
	color: #FFF;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
/*Light Blue Button*/
.ui-btn-up-light-blue {
	background: #6B9CBB;
	background-image: -moz-linear-gradient(top, #8DCEF6, #51768E);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8DCEF6),color-stop(1, #51768E));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8DCEF6', EndColorStr='#51768E')";
	border: 0px solid #4F7187;
	text-shadow: 1px 1px 2px #1D2B33;
	}

.ui-btn-up-light-blue a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-hover-light-blue {
	background: #8FC7E1;
	background-image: -moz-linear-gradient(top, #B2EAFD, #6998B3);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B2EAFD),color-stop(1, #6998B3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B2EAFD', EndColorStr='#6998B3')"; 
	border: 0px solid #6F9DB5;
	text-shadow: 1px 1px 2px #24353E;
	}
	
.ui-btn-hover-light-blue a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-down-light-blue {
	background: #5882A1;
	background-image: -moz-linear-gradient(top, #6EAAE5, #3F5C6F);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6EAAE5),color-stop(1, #3F5C6F));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6EAAE5', EndColorStr='#3F5C6F')";
	border: 0px solid #486A82;
	text-shadow: 1px 1px 2px #162026;
	}
	
.ui-btn-down-light-blue a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-up-light-blue,
.ui-btn-hover-light-blue,
.ui-btn-down-light-blue {
	color: #FFF;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	

/*Sports Chiclet Button*/
.ui-btn-up-sports-chiclet {
	background: #E3E3E3;
	background-image: -moz-linear-gradient(top, #F2F2F2, #D4D4D4);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F2F2F2),color-stop(1, #D4D4D4));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#D4D4D4')";
	border: 1px solid #ABABAB;
	color: #666666;

	text-shadow: 1px 1px 2px #D0D0D0;
	}
	
.ui-btn-up-sports-chiclet a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-hover-sports-chiclet {
	background: #ECECEC;
	background-image: -moz-linear-gradient(top, #F8F8F8, #E3E3E3);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F8F8F8),color-stop(1, #E3E3E3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E3E3E3')"; 
	border: 1px solid #BCBCBC;
	color: #6C6C6C;
	text-shadow: 1px 1px 2px #DDDDDD;
	}
	
.ui-btn-hover-sports-chiclet a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-down-sports-chiclet {
	background: #D0D0D0;
	background-image: -moz-linear-gradient(top, #E5E5E5, #BFBFBF);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E5E5E5),color-stop(1, #BFBFBF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E5E5', EndColorStr='#BFBFBF')";
	border: 1px solid #959595;
	color: #595959;
	text-shadow: 1px 1px 2px #BABABA;
	}
	
.ui-btn-down-sports-chiclet a.ui-link-inherit {
	color: #595959;
	}
	
.ui-btn-up-sports-chiclet,
.ui-btn-hover-sports-chiclet,
.ui-btn-down-sports-chiclet {
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size:.9em;
	font-weight: bold;
	text-decoration: none;
	}

.ui-btn-up-sports-chiclet .ui-btn-inner,
.ui-btn-hover-sports-chiclet .ui-btn-inner,
.ui-btn-down-sports-chiclet .ui-btn-inner{
text-align:center;
padding:0 0 .3em 0;
	}
		
	.ui-btn-up-sports-chiclet p,
.ui-btn-hover-sports-chiclet p,
.ui-btn-down-sports-chiclet p{
	padding:0px;
	margin:0px;
	}
	
/*Global Cancel Button */
/*Sports Chiclet Button*/
.ui-btn-up-modal-action {
	background: #E3E3E3;
	background-image: -moz-linear-gradient(top, #F2F2F2, #D4D4D4);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F2F2F2),color-stop(1, #D4D4D4));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#D4D4D4')";
	border: 1px solid #ABABAB;
	color: #666666;

	text-shadow: 1px 1px 2px #D0D0D0;
	}
	
.ui-btn-up-modal-action a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-hover-modal-action {
	background: #ECECEC;
	background-image: -moz-linear-gradient(top, #F8F8F8, #E3E3E3);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F8F8F8),color-stop(1, #E3E3E3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E3E3E3')"; 
	border: 1px solid #BCBCBC;
	color: #6C6C6C;
	text-shadow: 1px 1px 2px #DDDDDD;
	}
	
.ui-btn-hover-modal-action a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-down-modal-action {
	background: #D0D0D0;
	background-image: -moz-linear-gradient(top, #E5E5E5, #BFBFBF);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E5E5E5),color-stop(1, #BFBFBF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E5E5', EndColorStr='#BFBFBF')";
	border: 1px solid #959595;
	color: #595959;
	text-shadow: 1px 1px 2px #BABABA;
	}
	
.ui-btn-down-modal-action a.ui-link-inherit {
	color: #595959;
	}
	
.ui-btn-up-modal-action,
.ui-btn-hover-modal-action,
.ui-btn-down-modal-action {
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
	text-decoration: none;
	}

.ui-btn-up-modal-action .ui-btn-inner,
.ui-btn-hover-modal-action .ui-btn-inner,
.ui-btn-down-modal-action .ui-btn-inner{
text-align:center;
padding:.3em 0;
	}
		
	.ui-btn-up-modal-action p,
.ui-btn-hover-modal-action p,
.ui-btn-down-modal-action p{
	padding:0px;
	margin:0px;
	}	


/*Header Menu Button*/
.ui-btn-up-header-menu-button {
	background: #FFFFFF;
	border-left: 1px solid #8E8E8E;
	color: #8F8F8F;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-shadow:none;
	}
	
.ui-btn-up-header-menu-button a.ui-link-inherit {
	color: #8F8F8F;
	}
	
.ui-btn-hover-header-menu-button {
	background: #CCCCCC;
	border-left: 1px solid #8E8E8E;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	}
	
.ui-btn-hover-header-menu-button a.ui-link-inherit {
	color: #FFFFFF;
	}
	
.ui-btn-down-header-menu-button {
	background: #09F;
	border-left: 1px solid #036;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
	}
.ui-btn-down-header-menu-button a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-up-header-menu-button,
.ui-btn-hover-header-menu-button,
.ui-btn-down-header-menu-button {
	font-family: Helvetica, Arial, sans-serif;
	}
	
/*Overlay Header Menu Button*/
.ui-btn-up-header-menu-button-overlay {
	background: #005580;
	border-left: 1px solid #005580;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-shadow:none;
	}
	
.ui-btn-up-header-menu-button-overlay a.ui-link-inherit {
	color: #8F8F8F;
	}
	
.ui-btn-hover-header-menu-button-overlay {
	background: #006092;
	border-left: 1px solid #006092;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	}
	
.ui-btn-hover-header-menu-button-overlay a.ui-link-inherit {
	color: #FFFFFF;
	}
	
.ui-btn-down-header-menu-button-overlay {
	background: #09F;
	border-left: 1px solid #036;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
	}
.ui-btn-down-header-menu-button-overlay a.ui-link-inherit {
	color: #FFF;
	}
	
.ui-btn-up-header-menu-button-overlay,
.ui-btn-hover-header-menu-button-overlay,
.ui-btn-down-header-menu-button-overlay {
	font-family: Helvetica, Arial, sans-serif;
	}
		

/* 1.5 - Collapsable Content */

/*General Overrides*/

.ui-collapsible {
margin: 0px;
}
.ui-body-sxm-collapse {
    padding: 0;
}
.ui-body-sxm-collapse .ui-collapsible-contain {
    margin: 0;
}
.ui-body-sxm-collapse .ui-collapsible-heading {
    margin: 0;
}

.ui-body-sxm-collapse .ui-collapsible-heading a {
    /*margin: 0.5em 5px;*/
	margin:10px 5px 0px 5px;
    text-align: left;
}

.ui-body-sxm-collapse  .ui-collapsible-content {
    /*padding:  0 16px 0.5em 16px;*/
	padding: 0 16px;
}

.ui-collapsible-heading a .ui-btn-inner {
	padding: 0.6em 25px 0.6em 33px;	
}
.ui-body-sxm-collapse .ui-btn-inner {
    border:none;

}
.ui-content .ui-listview-inset {
    margin: 0;
}
.ui-collapsible-heading a span.ui-btn {
	left:auto;
	right:10px;
	margin: -9px 0 0 0;
    position: absolute;
    top: 50%;
	height:18px;
	width:18px;
	padding:0;
	
}

.ui-body-sxm-collapse .ui-shadow {
    box-shadow: none;
}

.ui-collapsible-contain .ui-collapsible-heading .ui-icon-plus {
	background-position: -180px 0;
	}
.ui-collapsible-contain .ui-collapsible-heading .ui-icon-minus {
	background-position: -216px 0;
	}

/*Color Specific Overrides*/
.sxm-collapse-purple .ui-btn-up-d {
	background: #560064;
	background-image: -moz-linear-gradient(top, #9400AD, #560064);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9400AD),color-stop(1, #560064));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9400AD', EndColorStr='#560064')";
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 2px #1B0020;
}
	
.sxm-collapse-green .ui-btn-up-d {
	background: #056508;
	background-image: -moz-linear-gradient(top, #09AC0E, #056308);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #09AC0E),color-stop(1, #056308));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#09AC0E', EndColorStr='#056308')";
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 2px #1B0020;
}
	
.sxm-collapse-light-blue .ui-btn-up-d {
	background: #6B9CBB;
	background-image: -moz-linear-gradient(top, #8DCEF6, #51768E);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8DCEF6),color-stop(1, #51768E));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8DCEF6', EndColorStr='#51768E')";
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 2px #1B0020;
}


/* 1.6 - Header */
.header-title{
	font-size:.875em;
	font-weight:bold;
    padding: 1px 5px;
	line-height:13px;
}
.header-channels{
	font-size:.875em;
	font-weight:normal;
    padding: 0 5px;
}

.ui-header h1.logo {
    margin: 0 0 0 5px;
}

.ui-header h1.logo a {
/*    display: block;*/
    border: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 129px;
    height: 40px;   
}
/* 1.7 - Footer */
.ui-footer {
    font-weight: normal;
    font-size: .8em;
	padding: 10px 0px;
	margin: 10px 0px;
	z-index: 1;
}

a.ui-footer {
    font-weight: bold;
}


/*-------------------------*/
/*  2.0 CUSTOM THEMES
/*-------------------------*/
/* 2.1 - G:Primary Header Bar*/
.ui-bar-header-primary {
	background: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(1,#FFFFFF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EBEBEB', EndColorStr='#FFFFFF')";
	border: 1px solid #D2D2D2;
	border-bottom: 1px solid #8E8E8E;
	border-left: none;
	border-right: none;
	border-top: 1px solid #D2D2D2;
	color: #FFFFFF;
	font-weight: bold;
  		/*Using 0 Pad Margin for update Menu Button*/
	margin: 0;
	padding: 0;
	text-shadow: 0 -1px 1px #000000;
}
/*Override Default Top Pad for Menu Button */
.ui-bar-header-primary .ui-btn-right {
	box-shadow: none;
	padding: .55em;
	right: 0px;
	top: 0px;
}

/*No Rounded Corners for Header*/
.ui-bar-header-primary .ui-btn-corner-all {
    border-radius: 0;
}

.ui-bar-header-primary .ui-btn-inner {
	border: none;
}

/* 2.2 - G:Secondary Header Bar*/
.ui-bar-header-secondary {
	background-color: #FFF;
	background-image: -moz-linear-gradient(top, #D6D6D6, #DBDBDB);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D6D6D6),color-stop(1, #DBDBDB));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#D6D6D6', EndColorStr='#DBDBDB')";	
	border: 1px solid #D2D2D2;
	border-bottom: 1px solid #8E8E8E;
	border-left: none;
	border-right: none;
	border-top: 1px solid #D2D2D2;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.2em 15px;
	text-shadow: 0 -1px 1px #000000;
	}

/*Remove BR from search field*/
.ui-bar-header-secondary .ui-field-contain.ui-br {
	border: none;
	margin: 0px;	
	padding: 0px;
}

/*Search Box Width*/
.ui-bar-header-secondary .ui-input-search {
padding: 0 30px;
width: 80%;
}

.ui-bar-header-secondary .ui-input-search input {
	background:none;
	border:none;

}


.ui-bar-header-secondary .ui-input-search input.ui-input-text {
	padding:0.2em 0;
	font-size:.9em;
}

.ui-bar-header-secondary .ui-input-clear {
    margin-top: -11px;
    position: absolute;
    right: 5px;
    top: 50%;
}

.ui-bar-header-secondary .ui-btn {
	border:none;
	background:none;
	box-shadow:none;
}

/*-------------------------*/
/*  3.0 SPRITES
/*-------------------------*/
.sprite {
   /* background: url("/sxm-mobile/img/global/sxm-global.png");*/
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	text-indent: -9999px;
}

.sprite.sxm-logo {
	background: url("/sxm-mobile/img/global/sxmLogo.png");
    height: 38px;
	margin: 0px auto;
    width: 129px;
    -webkit-background-size: 129px 40px;

}
.sprite.sxm-logo a{
	display:block;

}
/*HD/Retina Display Images */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
		   
	.sprite.sxm-logo {
        background: url("/sxm-mobile/img/global/sxmLogo@2x.png") no-repeat;
		background-size: 129px 40px;
    }
	
}
/*-------------------*/
/*  4.0 ICONS
/*--------------------*/
/* 4.1 Button Iconsl */

/* Gray Down Arrow */
.ui-icon-arrow-d-gray {
	background: url("/sxm-mobile/img/global/sxm-global-icons.png") no-repeat -0 50% !important;
	border-radius: 0;
	box-shadow: none;
}

/* Blue Down Arrow */
.ui-icon-arrow-d-blue {
	background: url("/sxm-mobile/img/global/sxm-global-icons.png") no-repeat -72px 50% !important;
	border-radius: 0;
	box-shadow:none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
		   
	.ui-icon-sxm-arrow-d-gray {
		background-image: url("/sxm-mobile/img/global/sxm-global-icons@2x.png");
		background-position: 	-0px 50%;		
		background-size: 776px 18px;
	}
	
	.ui-icon-sxm-arrow-d-blue {
		background-image: url("/sxm-mobile/img/global/sxm-global-icons@2x.png");
		background-position: 	-72px 50%;
		background-size: 776px 18px;
	}	
}

/*-------------------*/
/*  5.0 CAROUSEL
/*--------------------*/
/* 5.1 Homepage Carousel */
#home-carousel-container {
	background:url(/wo-mobile/i/infinitecarousel/images/carousel_background.png) center repeat-y #000;
	height:200px;
	margin:0px auto;
	width:320px;
}

#home-carousel-container #carousel {
	clear: right;
	height: 200px !important;
	margin: 0 auto;
	padding: 0 30px;

}

#home-carousel-container #carousel .textholder {
	color: #FFF;
	font: .9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 50px;
	padding: 2px 4px 0 4px;

}

#home-carousel-container #carousel img{
	border-right: 1px solid #3B3B3B;
	/*border-right:1px solid #FFF;*/
}

#home-carousel-container #carousel .textholder a{
	font-size: 11px;
	text-decoration: none;
}

/*-------------------*/
/*  6.0 HOMEPAGE
/*--------------------*/
/* 6.1 Containers */
.home-primary-content {
	background: #000;
	text-shadow: none;
}

.home-secondary-content {

}



/*-------------------*/
/*  7.0 MODALS
/*--------------------*/
/* 7.1 - Modal Containers */
.modal-content-container {
	background-color: rgba(0,0,0,.8);
	display:none;
	height:100%;
	min-height:100%;
	position:absolute;
	width:100%;
	z-index:1000;
	overflow:auto;
}

.modal-padding{
padding:15px;
}
.modal-content-hidden {
    display: none;
}


/* 7.2 - Loading Modal */
.ui-icon-loading {
	background-image: url("/sxm-mobile/img/global/ajax-loader.png");
	background-size:35px 35px;
	padding:3px 1px 5px 1px;
}
.ui-loader .ui-icon-loading.spin {
    -webkit-animation-duration: 0;
}
.ui-loader h1 {
	margin:0;
	padding:0;
}

/*dp modules*/
#overlay-menu {
	background-color: rgba(0,0,0,.8);
	display:none;
	position:absolute;
	width:100%;
	z-index:1000;
}
#overlay-menu .ui-bar-header-primary {
border-bottom:1px solid #005580;
margin-top:1px;
}
#overlay-menu h1.logo {
    margin: 0 0 0 5px;
}
#overlay-menu .ui-btn-right {
    position: absolute;
    right: 0px;
   /* top: 0.4em;*/
}
.menu-content-module {
    background-color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 0;
}
/* If we want to smooth menu button and first menu option
.menu-content-module ul .first .ui-btn-inner{
	border-top:none;
}
*/
.menu-content-module .ui-listview{
margin:0;
}
.menu-content-module .ui-module-content {
    font-size: 0.9em;
    padding: 0;
}

.menu-content-module ul{
	list-style: none;
	margin:0px;;
	padding: 0px;
	-webkit-padding-start: 0px;
}

.menu-content-module img {
    clear: right;
    display: block;
    float: left;
    margin-right: 10px;
}
/*-------------------*/
/*  8.0 CHANNEL PAGE
/*--------------------*/
/* 8.1 Channel Page Header */
#hero-mobile {
	height:200px;
	margin:0px auto;
	position:relative;
}


#hero-mobile #header-top {
	/*background:url(/wo-mobile/i/infinitecarousel/images/carousel_background.png) top left;*/
	height:146px;
	width:320px;
	position:relative;
	overflow:hidden;

}
#hero-mobile #header-top .content {
	height:55px;
	position:absolute;
	left:185px;
	top:90px;
	width:125px;


}

#hero-mobile #header-top .content ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	-webkit-padding-start: 0px;
	text-align:left;
}

#hero-mobile #header-top .favorites{
color:#2489CE;
font:.8em bold Arial, Helvetica, sans-serif;
padding:0 5px;
line-height:13px;
font-size:.875em;
}
#hero-mobile #header-top .favorites a{
color:#2489CE;
}

#hero-mobile #header-bottom {
	width:320px;
	position:relative;
	overflow:hidden;
	height:100%;

}
#hero-mobile #header-bottom .content{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	float:left;
	height:48px;
	/* height: 50px; */
	width:250px;
	padding:3px;
	font-size:.875em;
}

#hero-mobile #header-bottom .arrow-left{
	float:left;
	width:30px;
	height:100%;
}

#hero-mobile #header-bottom .arrow-right{
	float:left;
	width:30px;
	height:100%;
}

#hero-mobile #header-bottom .arrow-left a{
	background-image: url("/sxm-mobile/img/global/carousel-sprites.png");
	background-position: -60px -72px;
	display: block;
	height: 50px;
	width: 30px;
}

#hero-mobile #header-bottom .arrow-right a{
	background-image: url("/sxm-mobile/img/global/carousel-sprites.png");
	background-position: -118px -72px;
	display: block;
	height: 50px;
	width: 30px;
}

#hero-mobile #header-bottom .display-events-text {
	text-align:left;
	width: 220px;
	float:left;
	font-size: .9em;
	font-weight:bold;
}

#hero-mobile #header-bottom .display-right {
	float: left;
	width: 90px;
	height: 100%;
}

#hero-mobile #header-bottom .display-right-pad {
	padding: 3px 0px;
		
}

#channel-header-container #carousel .textholder {
	color: #FFF;
	font: .9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 50px;
	padding: 2px 4px 0 4px;

}

#channel-header-container #carousel img{
	border-right: 1px solid #3B3B3B;
	/*border-right:1px solid #FFF;*/
}

#channel-header-container #carousel .textholder a{
	font-size: 11px;
	text-decoration: none;
}

/*-------------------*/
/*  9.0 OVERLAYS
/*--------------------*/
/* 9.1 Update Overlay */

/* This ui-select css corrects the width when the phone is in landscape mode */
.ui-field-contain .ui-select {
width: 100%;
display: inline-block;
}


.channellisting {
	color: #FFF;
	font-weight:bold;
	background: #333;
	text-align:center;
	padding:3px;
	margin: 6px 0px 20px 0px;
}

.ui-btn-up-g {
	border: 1px solid #009245 /*{d-bup-border}*/;
	background: #009245 /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bup-color}*/;
	text-shadow:  0  /*{d-bup-shadow-x}*/  1px  /*{d-bup-shadow-y}*/  1px  /*{d-bup-shadow-radius}*/ #444444 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2db116 /*{d-bup-background-start}*/), to( #00612E /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #2db116 /*{d-bup-background-start}*/, #00612E /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #2db116 /*{d-bup-background-start}*/, #00612E /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #2db116 /*{d-bup-background-start}*/, #00612E /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #2db116 /*{d-bup-background-start}*/, #00612E /*{d-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #2db116 /*{d-bup-background-start}*/, #00612E /*{d-bup-background-end}*/);
}
.ui-btn-up-g a.ui-link-inherit {
	color: #ffffff /*{d-bup-color}*/;
}

.ui-btn-hover-g {
	border: 1px solid #45A74F /*{d-bhover-border}*/;
	background: #45A74F /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bhover-color}*/;
	text-shadow:  0  /*{d-bhover-shadow-x}*/  1px  /*{d-bhover-shadow-y}*/  1px  /*{d-bhover-shadow-radius}*/ #444444 /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4BB756 /*{d-bhover-background-start}*/), to( #3E9647 /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #4BB756 /*{d-bhover-background-start}*/, #3E9647 /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #4BB756 /*{d-bhover-background-start}*/, #3E9647 /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #4BB756 /*{d-bhover-background-start}*/, #3E9647 /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #4BB756 /*{d-bhover-background-start}*/, #3E9647 /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #4BB756 /*{d-bhover-background-start}*/, #3E9647 /*{d-bhover-background-end}*/);
}
.ui-btn-hover-g a.ui-link-inherit {
	color: #ffffff /*{d-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #45A74F /*{d-bdown-border}*/;
	background: #45A74F /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bdown-color}*/;
	text-shadow:  0  /*{d-bdown-shadow-x}*/  1px  /*{d-bdown-shadow-y}*/  1px  /*{d-bdown-shadow-radius}*/ #444444 /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3E9647 /*{d-bdown-background-start}*/), to( #4BB756 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #3E9647 /*{d-bdown-background-start}*/, #4BB756 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #3E9647 /*{d-bdown-background-start}*/, #4BB756 /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #3E9647 /*{d-bdown-background-start}*/, #4BB756 /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #3E9647 /*{d-bdown-background-start}*/, #4BB756 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #3E9647 /*{d-bdown-background-start}*/, #4BB756 /*{d-bdown-background-end}*/);
}
.ui-btn-down-d a.ui-link-inherit {
	color: #ffffff /*{d-bdown-color}*/;
}
.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g {
	 font-family: Helvetica, Arial, sans-serif  /*{global-font-family}*/;
	text-decoration: none;
}

/* Edit view button update - This was added to correct the height from the top */
.editviewpad {
	top:.9em;
}


/* Smaller buttons on schedules page */
.ui-schedule-header img { width: 50px; height: auto; }
.ui-schedule-header .header-text {
	max-width: 65px;
	font-size: 12px;
}
.ui-header .ui-btn { font-size: 11px; top: 10px; }
.ui-header .ui-btn-right { right: 5px !important; }
.ui-header .ui-btn-right.add-calendar { right: 95px !important; }