@charset "utf-8";
/* CSS Document */

div#floatingBar {
	z-index:5000;
	font-family: Verdana;
	font-size:12px;
	color:#EEE;
	position:fixed;
	width:100%;
	height:130px;
	background:url('http://www.allied-command.info/images/FloatingBarBG.png') top left repeat-x;
	bottom:0px;
	left:0px;
	margin:0px;
	padding:12px 2px 5px 10px;
	border:none;
	display:inline;
}
div#floatingBar a { color: #CCC; text-decoration:none; }
div#floatingBar a:hover { color: #EEE; text-decoration:underline; }

#showLogin div,
#showLogin a div,
#hideLogin div{
	display:inline-block;
}
#hideLogin {
	display:none;
}
#hideLogin div {
	background:url('http://www.allied-command.info/images/XButton.png') 2px 0px no-repeat;
	width: 29px;
	height: 29px;
}
#hideLogin div:hover {
	background:url('http://www.allied-command.info/images/XButton.png') 2px -29px no-repeat;
	width: 29px;
	height: 29px;
}
#floatingBar.open {	bottom:0px; }
#floatingBar.closed { bottom:-95px; }
#floatingBar form {	display:inline; }
#floatingBar form div.login-left {
	margin-top:10px;
	width:70px;
	display:inline-block;
	text-align:right;
}
#floatingBar form div.login-right { display:inline; }
#floatingBar form div.login-right input[type=text],
#floatingBar form div.login-right input[type=password]{ width:170px; }
#floatingBar form div.login-right input[type=submit],
#showLogin div {
	display:inline-block;
	background:url('http://www.allied-command.info/images/LoginButton.png') 2px 0px no-repeat;
	margin-top:2px;
	width:66px;
	height:29px;
}
#floatingBar form div.login-right input[type=submit]:hover,
#showLogin div:hover {
	background:url('http://www.allied-command.info/images/LoginButton.png') 2px -29px no-repeat;
	margin-top:2px;
	width:66px;
	height:29px;
}
#floatingBar form input[name=register],
#showLogin a div {
	background:url('http://www.allied-command.info/images/RegisterButton.png') 2px 0px no-repeat;
	margin-top:2px;
	width:82px;
	height:29px;
}
#floatingBar form input[name=register]:hover,
#showLogin a div:hover {
	background:url('http://www.allied-command.info/images/RegisterButton.png') 2px -29px no-repeat;
	margin-top:2px;
	width:82px;
	height:29px;
}
img, input, input:hover, input:active {
	vertical-align:middle;
}
#floatingBar form input, #floatingBar form textarea, #floatingBar form select {
	background-color:#000;
	color: #3488AA;
	border:none;
}
#floatingBar form input:hover, #floatingBar form textarea:hover, #floatingBar form select:hover {
	color: #DD2222;
	background-color: #232323;
	border:none;
}

#flatingBar div#UserData {
	display:block;
	text-align:left;
	width: 450px;
}

#floatingBar div#IconNav {
	margin-top: -32px;
	display:block;
	position: fixed;
	text-align:right;
	width:auto;
	right: 50px;
}

#Icon_Forum,
#Icon_Forum:hover,
#Icon_Trade, 
#Icon_Trade:hover,
#Icon_Twitter,
#Icon_Twitter:hover,
#Icon_RSS,
#Icon_RSS:hover {
	display:inline-block;
	margin-top: 2px;
	height:29px;
	width:29px;
}
#Icon_Forum {
	background: url('http://www.allied-command.info/images/Icon_Forum.png') 0px 0px no-repeat;
}
#Icon_Forum:hover {
	background: url('http://www.allied-command.info/images/Icon_Forum.png') 0px -29px no-repeat;
}
#Icon_Trade {
	background: url('http://www.allied-command.info/images/Icon_Trade.png') 0px 0px no-repeat;
}
#Icon_Trade:hover {
	background: url('http://www.allied-command.info/images/Icon_Trade.png') 0px -29px no-repeat;
}
#Icon_Twitter {
	background: url('http://www.allied-command.info/images/Icon_Twitter.png') 0px 0px no-repeat;
}
#Icon_Twitter:hover {
	background: url('http://www.allied-command.info/images/Icon_Twitter.png') 0px -29px no-repeat;
}
#Icon_RSS {
	background: url('http://www.allied-command.info/images/Icon_RSS.png') 0px 0px no-repeat;
}
#Icon_RSS:hover {
	background: url('http://www.allied-command.info/images/Icon_RSS.png') 0px -29px no-repeat;
}
