#top_bar {
	width: 100%;
	height: 39px;
	background-image: url("../img/top_bar_bg.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	position: fixed;
	z-index: 1000;
	opacity: 0.95;
}

	#top_bar_myteam {
		background-image: url("../img/myteam.png");
		margin: 7px 3px 0 3px;
		height: 16px;
		width: 23px;
	}
	#top_bar_myteam:hover {
		background-image: url("../img/myteam_hover.png");
	}
	

	#top_bar_myprofile {
		background-image: url("../img/myprofile.png");
		margin: 7px 3px 0 3px;
		height: 16px;
		width: 23px;
	}
	#top_bar_myprofile:hover {
		background-image: url("../img/myprofile_hover.png");
	}

	#top_bar .link {
		margin: 9px 6px 0px 6px;
		color: #c5de9b;
		font-size: 10px;
		font-family: arial;
	}
	
		#top_bar .link:hover {
			color: #fff;
		}

	#top_bar .divider {
		border-left: 1px solid #73a661;
		margin: 3px 6px 0 6px;
		height: 28px;
	}

	#top_bar .title {
		padding-top: 9px;
		color: #c0c0c0;
		font-size: 12px;
		font-weight: bold;
		font-family: arial;
	}
	
	#top_bar .stats {
		padding-top: 4px;
	}
	
	#top_bar p {
		margin: 0;
		color: #c5de9b;
		font-size: 10px;
		font-family: arial;
	}

	#top_bar span {
		color: #ffffff;
		text-decoration: none;
	}
	
	#top_bar a {
		text-decoration: none;
	}
	
	#top_bar input[type=text],
	#top_bar input[type=password] {
		margin: 6px 0 0 0;
		padding: 3px 0 0 0;
		height: 17px;
		width: 111px;
		background:	#498834;
		color: #96b166;
		border: 1px solid #6ba700;
		font-size: 10px;
		font-weight: bold;
	}
	
		#top_bar_pass,
		#top_bar_user {
			width: 100px;
			height: 13px;
			padding: 0;
			margin: 1px 0 0 0;
			text-align: center;
		}
	
	#top_bar span.checkbox {
		background-color: #509235;
		border: 1px solid #6ba700;
		height: 14px;
		padding: 0 0 0 14px;
		margin: 9px 0 0 0;
	}
	
	#top_bar #top_bar_enter,
	#top_bar #top_bar_register,
	#top_bar #top_bar_logout {
		margin: 6px 0 0 0;
		padding-top: 5px;
		height: 16px;
		color: #4b7500;
		text-decoration: none;
		font-size: 9px;
		font-family: arial;
	}
	
	
	#top_bar #top_bar_ajax {
		margin: 5px 5px 0 0;
		padding-top: 5px;
		height: 16px;
		color: #ffa215;
		font-size: 12px;
		font-family: arial;
	}
	
	#top_bar #top_bar_enter:hover,
	#top_bar #top_bar_register:hover,
	#top_bar #top_bar_logout:hover {
		color: #ffffff;
	}
	
	#top_bar #top_bar_enter {
		width: 34px;
		padding-left: 4px;
		background: none;
		background-image: url("../img/top_bar_enter.png");
		margin-left: 5px;
	}
	
	#top_bar #top_bar_register {
		padding-left: 4px;
		width: 53px;
		background-image: url("../img/top_bar_register.png");
	}
	
	#top_bar #top_bar_logout {
		width: 42px;
		padding-left: 4px;
		background: none;
		background-image: url("../img/top_bar_logout.png");
		margin-left: 5px;
	}
	
	#top_bar #top_bar_pmicon {
		padding-top: 8px;
		margin-right: 4px;
		color: #fff;
		text-decoration: blink;
		font-size: 10px;
		font-family: arial;
	}
	
		#top_bar #top_bar_pmicon img {
			vertical-align: middle;
		}


	#top_bar_loggin img {
		padding-top: 7px;
		padding-right: 80px;
	}
	
	#top_bar_bug {
		float: right;
		width: 16px;
		height: 16px;
		margin: 8px 0 0 15px;
		background-image: url("../img/bug.png");
	}
	
		#top_bar_bug:hover {
			background-image: url("../img/bug_hover.png");
		}
