/*
	Title:Setup_assistant
	Date:5.3.2009
*/
body{
	font-family: helvetica,arial, sans-serif, "Trebuchet MS",Georgia, Lucida,Helvetica,Tahoma, sans-serif;
	font-size:11pt;
	text-align:center;
	color:#AAAAAA;
    background:#000000 url(../images/slingsetup_center_bg.png) no-repeat -3px top;
}

#main {

	background:#000000 url(../images/bg.png) repeat-x top;
}

*{
	margin:0; padding:0;
}

img,fieldset{
	border:none;
}
ul,ol,li{
	list-style:none;
}
a{
	/*color:#000000;*/
	text-decoration:none;
    color:#70AEE4;
}

a:visited{
	color:#70AEE4;
}

a:hover{
	color:#CCC;
	text-decoration:underline;
}

input/*[type="text"]*/ {
   background: #EEEEEE url(../images/background-input.jpg) repeat-x scroll left top;
   padding:2px;
   font-size:11pt;
}

input[type="radio"] {
   background: transparent;
   padding:2px;
   font-size:11pt;
}
input[type="checkbox"] {
   background: transparent;
   padding:2px;
   font-size:11pt;
}

input.remoteSetupModelField {
   background: #EEEEEE url(../images/search_input.png) repeat-x scroll left top;
   padding:2px;
   font-size:11pt;
   padding-left:25px;
}

select {
    background: #EEEEEE url(../images/background-input.jpg) repeat-x scroll left top;
    padding:2px;
    font-size:11pt;
}

/*-----------------------Page Structure
*/


#wrap{
	text-align:left;
	width:960px;
	margin:auto;
}
/*-----------Start header
*/


#header {
    text-align: left;
    height:58px;
}

#header_center {
    height:43px;
    color:#999999;
    height:58px;
    margin:auto;
    padding:0;
    width:960px;
}

#header .logo{
	/*margin:15px 0 13px;*/
	display:block;
	float:left;
    margin-top:16px;
}

#header #current_device{
  padding:5px 20px
}

#header #current_device #current_device_name {
  /*padding:15px;*/
  white-space: nowrap;
  font-size:10pt;
  color:#FFF;
  font-weight:700;
}

#header #connection_status_info {
    font-size: 8pt;
    white-space: nowrap;
}

#header #greeting {
    float: right;
    width: 300px;
    margin: 32px 0 0 0;
    text-align: right;
    font-size: 12px;
    color: #adadad;
}

#header #pseudonym {
    font-weight: bold;
}
#header h1{
	margin:0 4px 0 6px;
	clear:both;
	padding:15px 0 0;
	width:100%;
}
#header h1 img{
	float:left;
}
#header h1 .slingPlayer{
	float:right;
	padding:10px 4px 0 0;
}
#header h1 .slingBox{
	padding:21px 0 0 18px;
}

#header .top_nav {
    width: 400px;
    display: inline-block;
    zoom: 1;
    height: 30px;
    overflow: hidden;
    margin: 28px 0 0 0;
    padding: 0 0 0 30px;
}

#header .top_nav a,
#header .top_nav a:active,
#header .top_nav a:visited,
#header .top_nav a:hover {
	color: #41414c;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    zoom: 1;
    height: 30px;
    overflow: hidden;
    border-top: 1px solid #000;
}

#header .top_nav .watch.selected {
	background: url(../images/Watch_tab.png) no-repeat top left;
    	color: #7f7f8d;
        width: 75px;
        padding:5px 0 5px 16px;
}

#header .top_nav .products.selected {
	background: url(../images/Product_tab.png) no-repeat top left;
    	color: #7f7f8d;
        width: 94px;
        padding:5px 0 5px 16px;
}

#header .top_nav .support.selected {
	background: url(../images/Support_tab.png) no-repeat top left;
    	color: #7f7f8d;
        width: 94px;
        padding:5px 0 5px 16px;
}

#top_subnav {
    text-align: left;
    height: 33px;
    background: #222 url(../images/sub-bar.png) repeat-x scroll 0 -1px;
    overflow: auto;
}

#top_subnav .top_subnav_center {
    margin: 0 auto;
    width: 960px;
    padding: 0;
}

.top_subnav_links {
    width: 400px;
    margin: 8px 0 0 175px;

}

#top_subnav a,
#top_subnav a:active,
#top_subnav a:visited {
	color: #41414c;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 20px 0 0;
}

#top_subnav a:hover {
	color: #bcbfd4;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 20px 0 0;
}

#top_subnav a.selected {
	color: #bcbfd4;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 20px 0 0;
    cursor: default;
}

#top_subnav .top_subnav_center .connection_message {
    width: 350px;
    float: right;
    text-align: right;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #7f7f8d;
}


#current_device_name {
    width: 190px;
    float: left;
}

#connection_status_info {
    width: 150px;
    float: right;
}

/*------------Start mainBody
*/
#mainBody{
	width:959px;
	overflow:hidden;
	height:400px;
	border:0px solid #222;
	background: url(../images/slingsetup_center_bg.png) no-repeat;
	position:relative;
    margin-top:0px;

}


#contentBody{
	/*height:300px;*/
    height:369px;
	overflow:hidden;
	padding:0px;
	width:972px;
}

/*------------Start navigation
*/

#navbar {
    height:30px;
    margin-top:10px;
}

.navigation {
      width:100%;
      line-height:normal;
}

.navigation ul {
    margin:0;
    padding:8px 10px 0;
    list-style:none;
}
.navigation li {
    float:left;
    margin:0;
    padding:0 0 0 9px;
    margin-right:5px;
}
.navigation a {
    display:block;
    padding:0 8px 0 24px;
    text-decoration:none;
    font-weight: normal;
    color:#88898E;
    font-family:Helvetica,arial;
    font-size: 13px;
}
.navigation a:hover {
/*color:#333;*/
}
#slingbox_navigation {margin-bottom:5px;}
#slingbox_navigation a {
        color:#3d3d3d;
        text-size:11pt;
        font-family:helvetica,arial;
        font-weight:bold;
        margin-right:15px
}

a#done {
    color: #cccccc;
}

a.nav1{
	background: url(../images/dot-numbers/1-next.png) no-repeat;
}
a.nav1_hover{
	background:url(../images/dot-numbers/1-selected.png) no-repeat;
    color: #fff;
}

a.nav1_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    *height: 14px;
    margin: 0 0 0 20px;
}

a#done.nav1:hover{
	background:url(../images/dot-numbers/1-selected.png) no-repeat;
    color:#fff;
}
a#done.nav1 {

	background:url(../images/dot-numbers/1-done.png) no-repeat;
}

a.nav2{
	background:url(../images/dot-numbers/2-next.png) no-repeat;
}
a.nav2_hover{
	background:url(../images/dot-numbers/2-selected.png) no-repeat;
    color:#fff;
}


a.nav2_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 0 0 20px;
}

a#done.nav2:hover{
	background:url(../images/dot-numbers/2-selected.png) no-repeat;
    color:#fff;
}
a#done.nav2 {
	background:url(../images/dot-numbers/2-done.png) no-repeat;
}

a.nav3{
	background:url(../images/dot-numbers/3-next.png) no-repeat;
}
a#done.nav3:hover{
	background:url(../images/dot-numbers/3-selected.png) no-repeat;
    color:#fff;
}
a.nav3_hover{
	background:url(../images/dot-numbers/3-selected.png) no-repeat;
    color:#fff;
}

a.nav3_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 0 0 20px;
}

a#done.nav3 {
	background:url(../images/dot-numbers/3-done.png) no-repeat;
}

a.nav4{
	background:url(../images/dot-numbers/4-next.png) no-repeat;
}

a#done.nav4:hover{
	background:url(../images/dot-numbers/4-selected.png) no-repeat;
    color:#b8#fff2026;
}
a.nav4_hover{
	background:url(../images/dot-numbers/4-selected.png) no-repeat;
    color:#fff;
}


a.nav4_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 0 0 20px;
}

a#done.nav4 {
	background:url(../images/dot-numbers/4-done.png) no-repeat;
}

a.nav5{
	background:url(../images/dot-numbers/5-next.png) no-repeat;
}
a#done.nav5:hover{
	background:url(../images/dot-numbers/5-selected.png) no-repeat;
    color:#fff;
}
a.nav5_hover{
	background:url(../images/dot-numbers/5-selected.png) no-repeat;
    color:#fff;
}

a.nav5_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 0 0 20px;
}

#done.nav5 {
	background:url(../images/dot-numbers/5-done.png) no-repeat;
}


a.nav6{
	background:url(../images/dot-numbers/6-next.png) no-repeat;
}
a#done.nav6:hover{
	background:url(../images/dot-numbers/6-selected.png) no-repeat;
    color:#fff;
}
a.nav6_hover{
	background:url(../images/dot-numbers/6-selected.png) no-repeat;
    color:#fff;
}

a.nav6_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 0 0 20px;
}

#done.nav6 {
	background:url(../images/dot-numbers/6-done.png) no-repeat;
}




a.nav7{
	background:url(../images/dot-numbers/7-next.png) no-repeat;
}
a#done.nav7:hover{
	background:url(../images/dot-numbers/7-selected.png) no-repeat;
    color:#fff;
}
a.nav7_hover{
	background:url(../images/dot-numbers/7-selected.png) no-repeat;
    color:#fff;
}

a.nav7_hover span{
	background:url(../images/step_arrow.png) no-repeat bottom left;
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 0 0 20px;
}

#done.nav7 {
	background:url(../images/dot-numbers/7-done.png) no-repeat;
}



/*--------- browser detection page styles ----------*/

#browser_detect_message{
    text-align: center;
    padding: 30px;
}

#browser_detect_message h2{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 500px;
    margin: 27px auto 0;
}

#browser_detect_message p{
    text-size: 14px;
    margin: 10px 0;
}

#browser_detect_message a {
    text-decoration: underline;
}

/*---------For reconfig purpose----------*/
a.reconfigure{
	background: url(../images/dot-numbers/1-next.png) no-repeat;
}
a.reconfigure:hover{
	background:url(../images/dot-numbers/1-selected.png) no-repeat;
    color:#b82026;
}
a.reconfigure_hover{
	background:url(../images/dot-numbers/1-selected.png) no-repeat;
    color:#b82026;
}
a#done.reconfigure{

	background:url(../images/dot-numbers/1-done.png) no-repeat;
}

a.reconfProgram{
	background:url(../images/dot-numbers/2-next.png) no-repeat;
}
a.reconfProgram:hover{
	background:url(../images/dot-numbers/2-selected.png) no-repeat;
    color:#b82026;
}
a.reconfProgram_hover{
	background:url(../images/dot-numbers/2-selected.png) no-repeat;
    color:#b82026;
}
a#done.reconfProgram {
	background:url(../images/dot-numbers/2-done.png) no-repeat;
}
a.reconfInternet{
	background:url(../images/dot-numbers/3-next.png) no-repeat;
}
a.reconfInternet:hover{
	background:url(../images/dot-numbers/3-selected.png) no-repeat;
    color:#b82026;
}
a.reconfInternet_hover{
	background:url(../images/dot-numbers/3-selected.png) no-repeat;
    color:#b82026;
}
a#done.reconfInternet {
	background:url(../images/dot-numbers/3-done.png) no-repeat;
}


/*------------Start left
*/
.left{
	width:619px;
	float:left;
	overflow:hidden;
    height:400px;    
}
* html .banner{
	margin-bottom:-3px;
}
*+ html .banner{
	margin-bottom:-3px;
}















/*------------Start right
*/

.right{
	width:274px;
	float:right;
	padding:26px 20px 0 25px;
}
.right p{
	font-size:14px;
	color:#888888;
	padding:10px 0 0;
	line-height:17px;
}
.right p em{
	color:#fff;
}
.rightList{
	color:#9D9D9E;
	padding:27px 0 0;
	position:absolute;
	right:10px;
	bottom:30px;
}
.rightList input{
	margin:5px 0 118px;
	width:263px;
	padding:5px 0 0 4px;
	border:none;
}
.rightList li img{
	margin-left:10px;
}
.rightList li{
	font-size:14px;
	font-weight:bold;
}
.rightText{
	padding-top:90px;
}
* html .rightText{
	padding-top:96px;
	overflow:hidden
}
.rightText p{
	padding:16px 0 3px;
	font-weight:bold;
}

.right_title{
	font-size: 14pt;
    color: #FFF;
}

/*------------Start footer
*/
#footer{
    margin-top:25px;
    position:relative;
    bottom:0px;
    width:100%;


}

#footer_center {
	padding:120px 0 20px 0;
    color: #666;
    margin: 0 auto;
    text-align:center;
    width:970px;
    font-size: 11px;
}

#footer p{
	color:#818282;
	margin:0 auto;
	font-size:11px;
	font-weight:bold;

}
/*--------------------------password page
*/
/*------------Start main
*/
.main{
	background:#000 url(../images/backgroundside.gif) no-repeat bottom;
	overflow:hidden;
	width:959px;
}
/*------------Start contentArea
*/
.contentArea{
	margin:30px 0 30px 116px;
	overflow:hidden;
	width:843px;
}

.contentArea ul{
	float:left;
	margin-top:-2px;
}
.contentArea ul li {
	clear:both;
}

.contentArea ul li input{
	width:202px;
	padding:4px 0 0 4px;
	border:none;
	margin:0 10px 9px 0;
}
.contentArea ul li span input{
	width:132px;
	background:url(../images/secondtextbg.gif) no-repeat right;
	padding:4px 0 0 4px;
	margin-right:12px;
	border:none;
}
.contentArea ul li label{
	color:#9C9D9E;
	padding-bottom:7px;
	display:block;
	font-weight:bold;
}
.contentArea ul li span{
	float:left;
}
.contentArea ul li span label{
	padding-top:8px;
}
.contentArea ul li b,.contentArea ul li strong{
	color:#FFFD6B;
	width:142px;
	line-height:14px;
	font-weight:normal;
	float:left;
	margin-top:-2px;
}
.contentArea ul li strong{
	width:162px;
}
.contentArea ul li small{
	padding:46px 0 0 205px;
	display:block;
}
.contentArea ul li p a{
}
/*-----------------------------welcome page
*/

.getStart{
	margin-top: 50px;
	text-align: center;
    margin-left:30px;

}

a.btn:hover {
    text-decoration: none;
}
* html .leftPart{
	margin-bottom:-65px;
	overflow:hidden;
}

.videframeoverlay
{
	width: 600px;
	height: 313px;
}

.rightframe
{
    float:left;
	border:0px;
	height:300px;
}


/* used in directory */

#detectboxContainer .box {
  background: #F3F4F7 url('../images/anon-box.png') 50% 10px no-repeat;;
  border: 1px solid #D6E0F0;
  width: 160px;
  text-align: center;
  margin: 5px;
  float: left;
  cursor: pointer;
}

#detectboxContainer .box_selected {
  background-color: #FfFff0;
  border: 1px solid #ccc;
}

#detectboxContainer .boxName {
  font-size: 11pt;
  margin: 0px 10px;
  height: 40px;
  font-weight: bold;
  color: #333;
  line-height: 11pt;
}

#detectboxContainer .modelName {
  font-size: 8pt;
  color: #AF5659;
  margin-bottom: 50px;
  margin-top: 5px;
}

#detectboxContainer .boxStatus {
  background-color: #DFE2EA;
  margin-top: 3px;
  padding: 2px 5px;
  text-align: right;
  font-size: 9pt;
}

#detectboxContainer{
    width: 803px;
    height: 250px;
    overflow:auto;
    padding: 3px;
}

#detectboxContainer .item {
    width:178px;
    float: left;
    height: 121px;
    text-align: center;
    padding: 0 0 0px 0;
    cursor: pointer;
}

#detectboxContainer .item:hover {
    background: #dde2e7;
}

#detectboxContainer .item .boxName {
    font: normal 700 15px/15px arial;
    color: #000;
    width:178px;
    overflow: hidden;
    display: block;
    height: 18px;
}
#detectboxContainer .item .modelName {
    font: normal 100 12px/12px arial;
    color: #666;
    width:178px;
    height: 12px;
    overflow: hidden;
    display: block;
}
#detectboxContainer .item .boxStatus {
    font: normal 200 12px/12px arial;
    color: #000;
    width:178px;
    overflow: hidden;
    display: block;
    height: 12px;
}




/* used in directory */
#popup_message_overlay {
  z-index: 1;
  background-color: black;
  position: fixed;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#popup_message_container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
}

#popup_message {
  z-index: 10;
  position: relative;
  background-color: white;
  margin:0 auto;
  top: 20%;
  padding: 20px;
}

#popup_message .message_buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  _right: 55px! important;
}

#popup_message h3 {
  margin-top: 0;
}

#popup_message.box_login {
  width: 330px;
  height:160px;
  _height: 200px;
  text-align: center;
}

#popup_message.box_login .message_buttons {
  right: 28%;
  _right:31%;
  bottom: 20px;
}

#popup_message.eula_message {
  width: 670px;
  height: 450px;
  text-align: center;
}

#popup_message.eula_message .eula_text_container {
  overflow: auto;
  font: normal 100 12px/18px arial;
  width: 670px;
  height: 400px;
  border-width: 1px;
  border-color: gray;
  border-style: solid;
  text-align: left;
}

#terms_and_conditions {
    font-size: 13px;
    line-height: 16px;
/*    padding-left: 10px;*/
}

#terms_and_conditions h2,#privacy_policy h2 {
    padding-top: 20px;
    font-size: 20px;
}

#privacy_policy h3,#terms_and_conditions h3 {
    padding: 15px 0 5px 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

* html #privacy_policy h3,* html #terms_and_conditions h3 {
    font-weight: normal;
}

#privacy_policy p,#terms_and_conditions p {
    padding: 5px 0;
}

#privacy_policy ul,#terms_and_conditions ol {
    padding: 5px 0 15px 0;
}

#privacy_policy ul li {
    font-size: 12px;
    line-height: 18px;
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 0 5px 15px;
}

#terms_and_conditions ol#terms li,#terms_and_conditions ol#terms li ol li
    {
    list-style-type: decimal;
    font-size: 12px;
    line-height: 18px;
    margin-left: 30px;
    padding: 0 0 5px 15px;
    display: list-item;
}

#terms_and_conditions ol#terms li ol li ol.alpha-list li {
    list-style-type: lower-alpha;
}


/* overlay div that prevents user from clicking anything when application is doing something
 for example connecting to a box, activated by suaPlugin.beforeAction(),
 turned of by suaPlugin.afterAction() */
#wait_overlay {
  z-index: 999;

  position: fixed;
  /*
  background-color: gray;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
}


.formError {
  color: yellow;
  font-size: 11px;
  display: inline;
  font-weight:normal;
}

.formInfo {
  color: #999999;
  font-size: 10pt;
  display: inline;
  font-weight:normal;
}
/*
#discovered_sling_boxes_list li.off
{display: none;}
*/

#carousel_left, #carousel_right {
  height: 101px;
  width: 31px;
  position: absolute;
  top: 152px;
  left: 68px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#carousel_left {
  background-image: url(../images/carousel-left.png);
}
#carousel_left.hover {
  background-image: url(../images/carousel-left-hover.png);
}
/*cascade inactive style so it beats the hover style*/
div#carousel_left.inactive{
  background-image: url(../images/carousel-left-inactive.png);
}
#carousel_right {
  background-image: url(../images/carousel-right.png);
}
#carousel_right.hover {
  background-image: url(../images/carousel-right-hover.png);
}
/*cascade inactive style so it beats the hover style*/
div#carousel_right.inactive {
  background-image: url(../images/carousel-right-inactive.png);
}



#carousel_right {
  left: 858px;
}

#carousel_left.inactive, #carousel_right.inactive {
  cursor: default;
}

#discovering_message, #login_prompt, #manual_connect, #connecting_message
{position: relative;}

/* PlayerStage content selection. Only set the display: style in this section. Do other styles elsewhere */

#discovering_message, #discovered_sling_boxes_container, #login_prompt, #connecting_message
{display: none;}

#player_stage.discovering #discovering_message
{display: block;}

#player_stage.connecting #connecting_message
{display: block;}

#player_stage.discovered #discovered_sling_boxes_container
{display: block;}

#player_stage.login_prompt #login_prompt
{display: block;}

/*#player_stage.manual_login #manual_login_container
{display: block;}*/

#carousel_left, #carousel_right
{display: block;}

#discovered_sling_boxes_container.carousel #carousel_right, #discovered_sling_boxes_container.carousel #carousel_left
{display: block;}

.sling_box_bg_off_O {
	background-image:url(../images/sling_box_bg.gif);
	background-position:-233px 0;
	cursor:pointer;
	float:left;
	height:143px;
	margin:5px;
	text-align:center;
	width:233px;
}
.sling_box_bg_on_O{
        cursor:pointer;
      text-align:center;
      float:left;
        margin:5px;
      width:233px;
      height:143px;
    background-image: url(../images/sling_box_bg.gif);
}

.sling_box_bg_off {

	cursor:pointer;
	float:left;
	height:125px;
	margin:5px;
	text-align:center;
	width:212px;
    background-image:url(../images/sling_box_bg.png);
}
.sling_box_bg_on{
    cursor:pointer;
    text-align:center;
    float:left;
    margin:5px;
    width:212px;
    height:125px;
    background-image: url(../images/sling_box_bg_hover.png);
}

#discovered_sling_boxes_list  div.box_name_with_orb {
background-repeat:no-repeat;
margin:0 auto;
}
#discovered_sling_boxes_list .sling_box_bottom {
left:0;
top:50px;
width:233px;
}
#discovered_sling_boxes_list div.box_name_with_orb {
  margin: 0px auto;
  background-repeat: no-repeat;
}

#discovered_sling_boxes_list div.box_name_with_orb img {
  position: relative;
  top: 4px;
  left: -2px;
  font-weight: bold;
}
#discovered_list_wrapper{
  height: 150px;
  width: 734px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 114px;
  margin-bottom: 10px;
}

#discovered_sling_boxes_list{
  height: 150px;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
}

#discovered_sling_boxes_list li{
  overflow: hidden;
  position: relative;
}

#discovered_option_links{
  margin-top: 190px;
}

#discovered_sling_boxes_list div.slingbox_img {
  height: 79px;
  /*width: 178px;*/
  margin: 6px auto 24px auto;
}

#discovered_sling_boxes_list div.box_name_with_orb {
  margin: 0px auto;
  background-repeat: no-repeat;
}

#discovered_sling_boxes_list div.box_name_with_orb img {
  position: relative;
  top: 4px;
  left: -2px;
  font-weight: bold;
}

#discovered_sling_boxes_list .sling_box_bottom {
  position: absolute;
  top: 82px;
  left: 0px;
  width: 233px;
}

#discovered_sling_boxes_container {
display:block;
}
#dialog_content {
  width: 100%;
  height: 405px;/* to push the player out of sight */
  float: left; /* to push the player out of sight */
  margin: 0px;
  text-align:center;
  font-size:18px;
  font-weight:normal;
}

#dialog_content a{
  color:#659bca;
  font-size:12px;
}

#dialog_content .title{
  padding-bottom: 10px;
  padding-top:10px;
  font-size:20px;
  font-weight:bold;
  color:white;
}

.dialog_header div.flash {
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  width: 630px;
}
#discovered_sling_boxes_container.carousel #carousel_right, #discovered_sling_boxes_container.carousel #carousel_left {
display:block;
}
#discovered_sling_boxes_container{
  padding-top: 44px;
  padding-top: 20px! important
  font-size:13px;
  width: 961px;
}

.slingbox_img {
	height:79px;
	margin:6px auto 24px;
/*	width:178px;*/

}
.slingbox_imgie {
	height:79px;
}

/* plugin window positioning and visibility styles */
#plugin_container {
  width: 0;
  height: 0;
  background-color: black;
  text-align: center;
}

#plugin_container.fullsize {
  height: 300px;
  width: 400px;
}
#plugin_container.fullsize #plugin{
  width: 420px;
  height: 320px;
  margin-top: 19px;
  margin-left:30px;
}

#plugin_container.fullsize #plugin.hidden{
  width: 1px;
  height: 1px;
}

#plugin_container.hidden {
  width: 1px;
  height: 1px;
  /*visibility:hidden;*/
}
#plugin_container.hidden #plugin{
  width: 1px;
  height: 1px;
}

#no_signal_text {
  color: white;
  font-weight: bold;
  font-size: x-large;
  position: absolute;
  left: 0px;
  top: 150px;
  text-align: center;
  width: 490px;
  z-index: 100;
}



.navbuttons
{
	position: absolute;
	bottom: 15px;
    right:20px;
}

.chooseinputtable
{
   width:100%;
   padding-left:10px;
}

/* autocomplete styles */
div.auto_complete {
  width: 80%;
  background: #fff;
  left: 0;
  position: relative;
  color: black;
  z-index: 2;
  max-height: 150px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:0px;
  font-size: 11pt;
  line-height: 16px;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul strong.highlight {
  color: #800;
  margin:0;
  padding:0;
}


.remoteSetupModelField {
    width: 80%;
    margin-top: 7px;
}


.formError {
  color: yellow;
  font-size: 11px;
  display: inline;
}

.right_header{
    float: left;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Arial,
	font-size: 16pt;
	font-weight: bold;
}

.right_text{
	float: left;
	color: #5E5E5E;
	margin-left: 20px;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

.frameinit{
	float:left;
	border:0px;
	height:400px;
	width:960px;

}
.iframeresized{
	border: 0px none ;
	position: absolute;
	height: 400px;
	width: 468px;
	top: 0px;
	left: 490px;
}

body.iframe {
    margin-top:30px;
}


#locating_box {

    text-align: center; color: rgb(255, 255, 255); font-size: 16pt; font-weight: bold; padding-top: 110px;

}
body.iframe #locating_box {

 padding-top: 80px;

}


a.help {
    background: transparent url(../images/help_normal.png) no-repeat scroll 0 0;
    width:30px;
    height:30px;

    padding: 5px; width: 30px;
    position:absolute;
    bottom:20px;
    left:20px;

    /*    float:right;
        margin-left:15px;margin-top:10px;*/
}

a.help:hover {
    background-image: url(../images/help_over.png);
}


a.help div {

}

.reconfButton{
	background-image:url(../images/agree_normal.png);
	color:white;
	display:block;
	height:47px;
	line-height:44px;
	margin-left:50px;
	text-align:center;
	width:267px;
}
.reconfButtonhover{
	background-image:url(../images/agree_over.png);
	color:white;
	display:block;
	height:47px;
	line-height:44px;
	margin-left:50px;
	text-align:center;
	width:267px;
}

.reconfButton a, .reconfButtonhover a {
    color: #ddd;
    text-decoration: none;
}

.goButton{
	background-image:url(../images/agree_over.png);
	color:white;
	display:block;
	height:47px;
	line-height:44px;
	text-align:center;
	width:269px;
}
.goButtonhover{
	background-image:url(../images/agree_normal.png);
	color:white;
	display:block;
	height:47px;
	line-height:44px;
	text-align:center;
	width:269px;
}
.labelHeader{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #EEEEEE;
}
.labelHeader2{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #EEEEEE;
}
.labelSubtext{
	font-family: Arial;
	font-size: 12pt;
	color: #DDDDDD;
    font-weight:normal;
}

.labelNormalHeader {
	color:#999999;

}

div.lineups {
    overflow: auto;
    height: 205px;
    width: 430px;
}

div.lineups label {
	display:block;
	padding:0.5em;
	padding-left:32px;
	background-position:8px center;
	background-repeat: no-repeat;
	clear:both;
	cursor:pointer;
    color:#999999;
}

div.lineups label.checkBoxUnselected {
    background-image: url(../images/rb_off.png);
}

div.lineups label.checkBoxSelected {
    background-image: url(../images/rb_on.png);
    color: #FF0000;
}

div.lineups label.checkBoxSelected:hover {
    color: #FF0000;
}

div.lineups label:hover {
    color: #0000FF;
}

.choosechannels{
	font-family: Arial;
	color: #ffffff;
	font-size: 12pt;
}


.commonPadding{
	padding-left:20px;
	padding-right:5px;
	padding-top:5px;
	text-align: left;
}
.progress-bar {
	background: transparent url(../images/background.png) no-repeat left center;
	width: 195px;
	height: 39px;
	margin: 18px auto;
	_margin:-8px auto;
}
.progress-level {
	background: transparent url(../images/fill-bar.png) repeat-x left center;
	width: 0px;
	height: 39px;
}
#wrapper {
	text-align: left;
	}



#progress {

}

      /* REQUIRED BUTTON STYLES: */
button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span {
	position: relative;
	display: block;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
button.submitBtn {
	padding: 0;
	margin-right:5px;
    font-weight:600;
	font-size:15pt;
    font-family:helvetica,arial;
	text-align: center;
	background: transparent url(../images/door_buttons.png) no-repeat left top;
}

button.submitBtn span {
	/*padding: 5px 38px 0 20px;*/
    padding: 5px 38px 0 20px;
	height:44px;
	background: transparent url(../images/door_buttons.png) no-repeat right top;
	color:#DDDDDD;
    margin-left: 17px;
    *margin-left: 19px;
    margin-left /*\**/: 19px\9
}

button.submitBtn:disabled span{
    color: #666666;
}

button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
    background-position: left -100px;
}

button.submitBtn:hover span, button.submitBtnHover span {
    background-position: right -100px;
}

button.submitBtn:disabled:hover, button.submitBtnHover:disabled { /* the redundant class is used to apply the hover state with a script */
    cursor: default;
}

button.submitBtn:disabled:hover span, button.submitBtnHover:disabled span {
    cursor: default;
}

button.submitBtn:disabled, button.submitBtnHover:disabled { /* the redundant class is used to apply the hover state with a script */
    cursor: default;
}

#slider, #slider-bar, #slider-handle {
    border: 0;
    padding: 0;
    margin: 0;
}

#slider {
    width: 200px;
    height:13px;
    background: url(../images/slider/bg.gif) no-repeat -201px;
    margin-left: 15px;
    position:relative;
}

#slider-bar {
    width:200px;
    height:13px;
    background: url(../images/slider/track.png) no-repeat;
}

#slider-handle {
    width:42px;
    height:42px;
    cursor:ew-resize;
    position:absolute;
    top: -15px;
    background: url(../images/slider/gripper.png) no-repeat;
    color: #333333;
}


#percent {
    font-size: 75%;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1em;
}


.blueText {
    color:#70AEE4;
}
#player_speaker_on, #player_speaker_off {
cursor:pointer;
height:23px;
left: 330px;
position: absolute;
}
#player_bar #audio_bar {
height:32px;
left:435px;
position:absolute;
top:4px;
width:100px;
}
#player_bar #player_volume {
background:transparent url(../images/videocontainer/volume_slider_bg.png) no-repeat scroll 0 5px;
cursor:pointer;
height:25px;
left:-72px;
overflow:hidden;
position:absolute;
top:-6px;
width:92px;
}

element.style {
left:6px;
}
#player_bar #player_volume #player_volume_handle {
cursor:pointer;
height:18px;
left:555px;
margin-top:4px;
overflow:hidden;
padding:0;
position:relative;
width:25px;
}

#player_bar {
/*background:transparent url(../images/controls_bg.gif) no-repeat scroll 0 0;*/
height:25px;
left:0;
overflow:hidden;
position:absolute;
top:363px;
width:640px;
}
input.input_submit {
background:#FFFFFF url(../images/input_bg.gif) repeat scroll 0 0;
border-color:#DDDDDD #CECECE #BDBDBD;
border-style:solid;
border-width:1px;
color:#15619D;
cursor:pointer;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:bold;
height:23px;
padding:0 10px;
text-transform:uppercase;
width:auto;
}

a.button_test {
    /* Sliding right image */    background: transparent url('../images/door_buttons.png') no-repeat scroll top left;
    display: block;
    float: left;
    height: 45px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.button_test:hover {
    background-position: left -100px;
}

a.button_test span{    /* Background left image */
    background: transparent url('../images/door_buttons.png') no-repeat scroll top right;
    display: block;
    line-height: 35px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 0px 38px 5px 18px;
    margin: 0 0 0 19px;
    font-weight:600;
	font-size:15pt;
    font-family:helvetica,arial;
	text-align: center;
    color:#DDDDDD;
}
a.button_test:hover span {
    background-position: right -100px;
}
#popup_message.box_busy {
	height:97px;
	text-align:center;
	width:695px;
	top: 10px! important;
}
#popup_message.box_busy .message_buttons {
	bottom:36px;
	right:44%;
}

.smButton{
	background:url(../images/button_bg_sm.png);
	width:108px;
	height:46px;
	display:block;
	float:left;
	margin-right:14px;
    font-size: 14pt;
    color:#999;
    text-align:center;
    line-height: 46px;
    cursor: pointer;
}
.smButton:hover{
	background: url(../images/button_bg_sm_hover.png) no-repeat;
}
.agree{
	background:url(../images/agree.png) no-repeat;
	height:46px;
	width:268px;
	float:left;
	display:block;
    font-size: 14pt;
    color:#999;
    text-align:center;
    line-height: 46px;
    cursor: pointer;
}
.agree:hover{
	background:url(../images/agree_hover.png) no-repeat;
}

#remote_data_store_checkbox
{
    position:absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

#remote_data_store_message
{
    position:absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
