.tabber
{
position:relative;
height:33px;
width:100%;
background: url(/files/SysFiles/Images/gfx/line.gif) 0 0 repeat-x; 
}	
.tabbertab
{
cursor:pointer;
margin: 0 0 0 0;
height:33px;
float:left;

}
.tabHeadingStart
{

background: url(/files/SysFiles/Images/gfx/normal_left.gif) 0 0 no-repeat; 
width:5px;
height:33px;
float:left;

}
.tabHeading
{

height:33px;
background: url(/files/SysFiles/Images/gfx/normal_mid.gif) 0 0 repeat-x;
color:#000000;
padding-top:9px;
padding-left:5px;
padding-right:5px;
float:left;
 
}
.tabHeadingEnd
{

float:left;
background: url(/files/SysFiles/Images/gfx/normal_right.gif) 0 0 no-repeat; 
width:5px;
height:33px;

}

.tabHeadingStartSelected
{

float:left;
background: url(/files/SysFiles/Images/gfx/active_left.gif) 0 0 no-repeat; 
width:4px;
height:33px;
}

.tabHeadingSelected
{
background: url(/files/SysFiles/Images/gfx/active_mid.gif) 0 0 repeat-x; 
height:33px;
color:#3e6e95;
padding-top:2px;
padding-left:5px;
padding-right:5px;
float:left;

}
.tabHeadingEndSelected
{

float:left;
background: url(/files/SysFiles/Images/gfx/active_right.gif) 0 0 no-repeat; 
width:5px;
height:33px;
}

.tabHeadingSeparator
{

float:left;
background: url(/files/SysFiles/Images/gfx/tab_nonactive_separator.gif) 0 0 no-repeat; 
width:3px;
height:26px;
}
.tabSpace
{
height:33px;
background: url(/files/SysFiles/Images/gfx/line.gif) 0 0 repeat-x; 
/*width:3px;*/
}

.tabSubSelected
{
	position:static;
	font-weight:bold;
	color:#e86003;

/*	background: url(/files/SysFiles/Images/gfx/active_right.gif) 0 0 repeat-x; */
}
.tabSubUnSelect
{
	font-weight:normal;
	color:#3e6e95;
	background: none;
}


.tabContent
{
display:inline;
width:100%;	
float:left;
margin-bottom:30px;
}

/*----------------------TAB FRONT -------------------------------------------*/
.tabFront
{
position:relative;
/*height:33px;*/
width:100%;

}	
.tabbertabFront
{
cursor:pointer;
margin: 0 0 0 0;
/*height:3px;*/
/*float:left;*/

}
.tabHeadingStartFront
{

background: url(/files/SysFiles/Images/gfx2/orange_left_top.gif) 0 0 no-repeat; 
margin: 0 0 0 0;
width:15px;
height:29px;
float:left;

}
.tabHeadingFront
{

height:20px;
background: url(/files/SysFiles/Images/gfx2/orange_middle_top.gif) 0 0 repeat-x;

padding-top:9px;
padding-left:5px;
padding-right:5px;
float:left;
color:#FFFFFF;
font-weight:bold;

width:158px;
text-align:center;
 
}
.tabHeadingEndFront
{

float:left;
background: url(/files/SysFiles/Images/gfx2/orange_right_top.gif) 0 0 no-repeat; 
width:15px;
height:29px;

}

.tabHeadingStartSelectedFront
{

float:left;
background: url(/files/SysFiles/Images/gfx2/grey_left_top.gif) 0 0 no-repeat; 
width:15px;
height:29px;

}

.tabHeadingSelectedFront
{

height:20px;
background: url(/files/SysFiles/Images/gfx2/grey_middle_top.gif) 0 0 repeat-x;
background-position: 0 0;
padding-top:9px;
padding-left:5px;
padding-right:5px;
float:left;
/*color:#000055;*/
color:#223051;
font-weight:bold;

width:158px;
text-align:center;

}
.tabHeadingEndSelectedFront
{

float:left;
background: url(/files/SysFiles/Images/gfx2/grey_right_top.gif) 0 0 no-repeat; 
width:15px;
height:29px;
}


.tabContentField
{
width:175px;
padding:10px;
}

.tabSubSelectedFront
{
	position:static;
	font-weight:bold;
	color:#e86003;

}
.tabSubUnSelectFront
{
	font-weight:normal;
	color:#3e6e95;
	background: none;
}

