﻿.taskPanel
{
	margin:0;
	padding:0;
	overflow:hidden;
}

.taskPanel a, .taskPanel a span
{
	display:-moz-inline-box;/* Fix FF */
	display:inline-block !important;
	height:26px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:14px;
	line-height:normal;
	color:#2665b0;
	font-weight:bold;
	cursor:pointer;
}

.taskPanel a
{
	margin:10px 10px 0 10px;
	padding:0;
	padding-left:9px;
	background-image:url(../Img/btnLeftBG.png);
}

.taskPanel a span
{
	padding:4px 9px 0 0;
	background-image:url(../Img/btnRightBG.png);
	background-position:right 0;
	white-space:nowrap;
}