@charset "utf-8";
/* CSS Document */

/*****************************
**		APP_LINKS ID		**
*****************************/

	#topbar{
		display:				block;
		font-family:			Arial, Helvetica, sans-serif;
		padding-top:			4px;
		padding-bottom:			4px;
		background-color:		#FEFEFE;
		width:					100%;
		height:					17px;
	}
	
		#topbar .links{
			float:				left;
			text-align:			left;
			text-indent:		1em;
			border:				0px;
			padding:			0px;
			margin:				0px;
			color:					#000;
		}
		
		#topbar .links a, #topbar .theme a{
			color:				#000;
			
		}
		
		#topbar .theme{
			float:				right;
		}
		
		#topbar .extra_1{
			display: 			none;	
		}
		

.error{
	color: 					red;
	font-weight:			bold;
}