@CHARSET "UTF-8";

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar
{
	color: rgb(158, 155, 155);
background-color: rgb(9, 9, 9);
border-bottom: 1px solid rgb(144, 144, 144);
position: relative;
z-index: 1;

}

	#loginBar .pageContent
	{
		padding-top: 5px;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: rgb(247, 240, 194) !important;

	}

	#loginBar form
	{
		padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
width: 550px;

	}
	
		#loginBar .xenForm .ctrlUnit,
		#loginBar .xenForm .ctrlUnit dt label
		{
			margin: 0;
			border: none;
		}
	
		#loginBar .xenForm .ctrlUnit dt
		{
			width: 240px;
		}
		
		#loginBar .xenForm .ctrlUnit dd
		{
			position: relative;
			width: 275px;
		}

	#loginBar .xenForm .ctrlUnit dd .textCtrl,
	#loginBar .passwordOptions
	{
		width: 275px;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
	}
	
	#loginBar .lostPassword
	{
		margin-top: 38px;
		font-size: 11px;
	}

	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(247, 240, 194);
background-color: rgb(225, 225, 225);
border-color: rgb(144, 144, 144);

	}

	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;
font-size: 18px;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: rgb(225, 225, 225) !important;
		color: rgb(247, 240, 194);
	}

	#loginBar .textCtrl:focus
	{
		background: black none;

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(19, 22, 24);
background-color: rgb(126, 126, 126);
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}

		#loginBar .button.primary
		{
			font-weight: bold;
		}

/** changes when eAuth is present **/

#loginBar form.eAuth
{
	width: 750px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right: 1px dotted rgb(146, 144, 144);
		margin-right: 200px;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#eAuthUnit li
	{
		margin-top: 10px;
	}
	
		#eAuthUnit li a
		{
			width: 180px;
			box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
		}
	
/** handle **/

#loginBar #loginBarHandle
{
	font-size: 11px;
color: rgb(30, 31, 32);
background-color: rgb(9, 9, 9);
padding: 0 10px;
margin-right: 570px;
border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius:  10px; -moz-border-radius-bottomright:  10px; -khtml-border-bottom-right-radius:  10px;
border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius:  10px; -moz-border-radius-bottomleft:  10px; -khtml-border-bottom-left-radius:  10px;
position: absolute;
right: 0px;
bottom: -20px;
text-align: center;
z-index: 1;
line-height: 20px;
box-shadow: 0px 2px 5px rgb(126, 126, 126); -webkit-box-shadow: 0px 2px 5px rgb(126, 126, 126); -moz-box-shadow: 0px 2px 5px rgb(126, 126, 126); -khtml-box-shadow: 0px 2px 5px rgb(126, 126, 126);

}

/* --- logo_block.css --- */

#rec-server {
  margin: 12px 50px;
  height: 43px;
  text-align: center;
  background: rgb(42, 42, 42);
  float: left;
  padding: 5px;
  border: 2px solid rgb(144, 144, 144);
  border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
  box-shadow: 0 0 7px rgb(158, 155, 1); -webkit-box-shadow: 0 0 7px rgb(158, 155, 1); -moz-box-shadow: 0 0 7px rgb(158, 155, 1); -khtml-box-shadow: 0 0 7px rgb(158, 155, 1);

}
#rec-server .server {
  font-size: 16pt;
  font-weight: bolder;
  text-shadow: 0 0 0 transparent, 0 0 3px black;
}
