/* version:1.2 */
/* 1.2: cleanup */
/* 1.1: added taskbar, changed font to abs-size */
.tabctrl
{
	clear:both;
	display:table;
	width:100%;
	background-image: url("bg_xp.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family:inherit;
	font-size:14px;
	line-height:normal;
	white-space:nowrap;
    /* override 
    background: none;
    border-bottom: 1px solid #aaa;
        */
}
.tabctrl ul 
{
	margin:0 0 0 0;
	padding:1px 0px 0px 10px;
	list-style:none;
}
.dialogbody .tabctrl ul
{
	padding:1px 0px 0px 0px;
}
.tabctrl li 
{
	float:left;
	background:url("norm_right_xp.gif") no-repeat right top;
	margin:0;
	padding:0;
	border-bottom:1px solid #919B9C;
	list-style:none;
	margin-right:1px;

    /* override 
    background: #fff;
    border-bottom: none;
    margin-bottom:-1px;
        */
}
/* .taskbar: Additional tab bar controls outside main tabs. Stand-alone "pill" buttons or links. */
.tabctrl li.taskbar
{
	background:none;
	border:none;
	padding:0;
	margin:0;
    margin-left:10px;
	vertical-align:bottom;
}
.tabctrl li.taskbar a{
  background:none;
}
.tabctrl a
{
	display:block;
	line-height:19px;
	background:url("norm_left_xp.gif") no-repeat left top;
	/*padding: top right bottom left | inherit;*/
	/*padding: 3px 10px 3px 10px;*/
	padding: 3px 10px 3px 10px;
	vertical-align:middle;
	white-space:nowrap;

    /* override 
    padding: .5em 1em;
    background: #505054;
    color: #dcdcdd;
    text-decoration: none;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
        */
    text-decoration:none;
    color:#000;
    padding:.5em 1em;
}
.tabctrl a img
{
	display:inline;
	border:none;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin-right:3px;
}
.tabctrl .current-tab
{
	background-image:url("norm_right_on_xp.gif");
	border-bottom:1px solid #fff;

    /* override 
    background: #fff;
    border-bottom: none;
    */
}
.tabctrl .current-tab a 
{
	background-image:url("norm_left_on_xp.gif");

    /*override
    background: #fff;
    border: none;
    border-bottom-color:transparent;
    color: #000;
    font-weight:bold;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    */
    font-weight:500;
    color:#000;
}
.newsheader
{
	text-align:right;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	background-image: url("hdrbk.gif");
	background-repeat: repeat-x;
	background-position: right top;
}
.header-toolbar
{
	float:left;
	background-color: #ffffff;
	background-image: url("listctrl_bg.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
@media print
{
	.tabctrl
	{
		display:none;
	}
}