@CHARSET "UTF-8";

div#toolbar {
	background-color: #4d5760;
	border-top: 2px solid #c7ea32;

	height: 26px;
	padding: 4px 20px 0px 20px;
}

div#toolbar a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: .9em;
	text-decoration: none;
	height: 15px;
	padding: 1px 2px 0px 20px;
	margin: 4px 20px 0px 4px; 
}

div#toolbar a:hover {
	color: #cccccc;	
}

div#toolbar a#btn_home {
	background: url("../img/toolbar/home.png") 0px 0px no-repeat transparent;
}

div#toolbar a#btn_help {
	background: url("../img/toolbar/help.png") 0px 0px no-repeat transparent;
}

div#toolbar a#btn_todos {
	background: url("../img/toolbar/todos.png") 0px 0px no-repeat transparent;
	float: right;
	margin: 4px 4px 0px 20px; 
}

div#toolbar a#btn_user {
	background: url("../img/toolbar/user.png") 0px 0px no-repeat transparent;
	float: right;
	margin: 4px 4px 0px 20px; 
}

div#toolbar a#btn_user2 {
	background: url("../img/toolbar/user2.png") 0px 0px no-repeat transparent;
	float: right;
	margin: 4px 4px 0px 20px; 
}

div#toolbar a#btn_logoff {
	background: url("../img/toolbar/logoff.png") 0px 0px no-repeat transparent;
	float: right;
	margin: 4px 4px 0px 20px;
}

div#toolbar a.open {
	color: #c7ea32 !important;
	background-position: 0px -16px !important;
}

div#help {
	background-color: #fffccc;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	font-size: .9em;
	padding: 10px 20px 10px 20px;
}

	div#help h2 { letter-spacing: normal; color: #333333; font-size: 1em; font-weight: bold; padding: 4px 10px 4px 20px; }
	div#help p { padding: 4px 10px 2px 20px; }
	div#help p strong, div#help li strong { font-weight: bold; color: #4d5760; }
	div#help ul { list-style: disc outside; padding: 4px 10px 2px 20px; margin-left: 20px;  }
	div#help ul ul { list-style: circle outside; }
	div#help li { padding: 2px 0px 2px 0px; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	