/* GUIv2 header */
.topmargin20 { 
  margin-top: 20px;
}

.RemoteLogo {
  background-image:url('/static/images/utorrent-white.png');
  background-repeat: no-repeat;
  height:50px;
  width:196px;
  margin-top: 15px;
}
.bittorrent .RemoteLogo {
  background-image:url('/static/images/BT-remote-logo-322x90.png');
  height:90px;
  width:322px;
}

#stay-signed-in {
  width: 200px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.new { color: #86C440; font-weight:normal; }

#android-header-wrap {
  position: relative;
  font-size: 12px;
  z-index: 200;
  background-color: black;
  height: 35px;
}
#android-header { position: relative; text-align: center; top: 10px; }
#android-header a {
  color: #66B68C;
  font-weight: normal;
  text-decoration: none;
}

#header-wrap {
  background-color: #00853f;
  position: relative;
  font-size: 12px;
  z-index: 200;
  height: 85px;
}

#header { height: 84px; position: relative; }
#header #flag { 
    background: url("/static/images/utorrent-white.png") no-repeat;
    width: 235px;
    height: 48px;
    position: relative;
    top: 50%;
    margin-top: -25px;
    left: 20px;
	float: left;
}

#survey_button{
	position: absolute;
	top: -1px;
	right: 20px;
	color: #fff;
/*	
	background: #f90;
	text-shadow: 0 -1px 0 #b96f00;
	border: 1px solid #b96f00;
*/
	background: #86C43F;
	text-shadow: 0 -1px 0 #006831;
	border: 1px solid #006831;
	padding: 2px 10px;
	border-top: 0;
	font-weight: bold;
	
	-webkit-box-shadow: 0 0 0 1px #92d644 inset;
	-moz-box-shadow: 	0 0 0 1px #92d644 inset;
	-ms-box-shadow:		0 0 0 1px #92d644 inset;
	-o-box-shadow: 		0 0 0 1px #92d644 inset;
	box-shadow: 		0 0 0 1px #92d644 inset;
	-webkit-border-radius: 	2px;
	-moz-border-radius: 	2px;
	-ms-border-radius: 		2px;
	-o-border-radius: 		2px;
	border-radius: 			2px;
}


ul#header_menu
{
  font-size: medium;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  position: relative;
  top: 40px;
}

#header_menu li
{
  float: left;
  display: block;
  line-height: 2.1em;
/*
  border-left: 1px solid rgba(0,0,0,0.40);
*/
  margin: 0;
}

#header_menu li a
{
  text-decoration: none;
  float: left;
  color: #fff;
  height: 38px;
  display: block;
  padding: 0 0.7em;
  font-size: 0.9em;
  line-height: 2.7em;
/*
  background: rgba(0, 0, 0, 0.20);
  -webkit-transition: background-color 0.2s linear;  
  -moz-transition: background-color 0.2s linear;  
  -o-transition: background-color 0.2s linear;
*/
}

#header_menu a:hover
{
  color: #000;
/*
  background: rgba(0, 0, 0, 0.40);
  text-shadow: rgba(255, 255, 255, 0.8) 0 0 6px;
*/
}

#header_menu a.selected
{
  
/*
  background: rgba(134, 196, 64, 0.3);
  text-shadow: none;
*/
}