body {
    margin: 2%;
    background:url(../images/common_background_side-bar_off.png) top no-repeat;
}

:focus {
	outline: 0;
}

.spacer {
    font-size:10px;
}

.title {
    text-align: center;
    font-size:30px;
	font-family:Arial,sans-serif;
	font-weight:100;
	color:#fff;
}

.subtitle {
    text-align: center;
    font-size:22px;
	font-family:Arial,sans-serif;
	font-weight:100;
	margin-top: 1.2%;
	color:#fff;
}

#page {
	margin-top: 1.5%;
}

.listContainer {
	margin: auto;
	width: 450px;
	padding: 0;
    list-style-type: none;
    padding-left: 0px;
}

.btnContainer {
	margin: auto;
	width: 384px;
	margin-top: 50px;
}

.listContainer .listItem {
	height: 23px;
	padding: 7px;
	margin-top: 3px;
}

.listItem span {
	display: inline-block;
	vertical-align:middle;
	border-width:0px 1px 1px 0px;
	text-align: center;
	padding:7px;
	font-size:20px;
	font-family:sans-serif;
	font-weight:100;
	color:#A5A5A5;
	background: url("../images/cable-card-tuner-row-bgr.png") repeat-x scroll center top transparent;
}

.listItem.focus span {
	background-color: #146BA2;
	color: #FFF;
}

.listItem.focus .arrow {
	background-color: transparent;
}

.listItem .arrow.left {
	position: relative;
	left: 0px;
	background: url("../images/arrow-left-sm-active.png") no-repeat center center transparent;
}

.listItem .arrow.right {
	position: relative;
	right: 0px;
	background: url("../images/arrow-right-sm-active.png") no-repeat center center transparent;
}

.listItem .arrow.left.disabled {
	background: url("../images/arrow-left-sm.png") no-repeat center center transparent;
}

.listItem .arrow.right.disabled {
	background: url("../images/arrow-right-sm.png") no-repeat center center transparent;
}

.listItem .label {
	width: 18%;
	margin-right: 2px;
}

.listItem .type {
	width: 24%;
	margin-right: 10px;
}

.listItem .spinner {
	width: 36%;
}

.listItem.header .type {
	width: 24%;
	margin-right: 24px;
}

.listItem.header .spinner {
	width: 36%;
}

.button {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	border:2px solid #135280;
	display:inline-block;
	color:#A5A5A5;
	font-family:sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:2px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
	margin-left: 10px;
	width:175px;
	height:48px;
	margin-top:10px;
	background: url("../images/fullscreen_button_unfocused.png") center no-repeat transparent;
}
.button:focus {
	background: none;
	background-color:#146BA2;
	color:#FFF;
}

#footer { 
	position:relative; 
	width:100%; 
	height:30px; 
	bottom:55px; 
	color:#cccccc; 
	font-size:18px; 
	text-align:center; 
	margin-top: 5%; 
}
#footer .nav-menu { 
	background:url(../images/common_nav_menu.png) left 7px no-repeat; 
	display:inline-block; 
	width:50px; 
	padding-left:60px; 
	text-align:left; 
	line-height:34px; 
	height:30px; 
}

