/*SideTab listing display*/
.sideTab_backgroundedTab{
	background-color:#F5F5F5;/* ThreedLightShadow;*/
	border-right: 1px Black solid;
	border-left: 1px Gray solid;
	border-bottom: 1px Gray solid;
	border-top: 1px Gray solid;
	white-space: nowrap;
	text-transform: capitalize;
	empty-cells: show;
	text-align: right;
	cursor: pointer;
	border-collapse: collapse;
	height:15px;
	max-height:15px;
        padding-right:5px;
	padding-left:5px;
	width:150px;
        max-width:150px;
        min-width:150px;
        
}
.sideTab_scrollDisabled{
	border-right: 1px Black solid;
	height:16px;
	padding-right:5px;
	padding-left:5px;
}
.sideTab_scrollEnabled{
	border-right: 1px Black solid;
        height:16px;
	padding-right:5px;
	padding-left:5px;
        cursor: pointer;
	vertical-align:top;
}

.sideTab_fillerCell{
	border-right: 1px Black solid;
}
.sideTab_fillerCellTop{
        border-right: 1px Black solid;
        height:1px;
        font-size:1px;/*There's a space in there to trigger td display for netscape...*/
}
.sideTab_padCell{
	background-color: ThreedLightShadow;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid black;
	border-top: 1px solid Gray;
	border-collapse: collapse;
	font-size: 1px;
}

.sideTab_foregroundedTab{
	background-color: White;
	white-space: nowrap;
	text-transform: capitalize;
	empty-cells: show;
	text-align: right;
	border-right: 1px White solid;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	cursor: pointer;
	border-collapse: collapse;
	height:15px;	
	max-height:15px;
        padding-right:5px;
	padding-left:5px;
}
.sideTab_contentTD{
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
        vertical-align:top;
        text-align: left;
        width:100%;
}
.sideTab_contentArea{
	background-color: White;
	vertical-align: top;
	padding:4px;
	min-width:300px;
}
.sideTab_tableTD{
	border-collapse: collapse;
	height:15px;
	width:150px;
	max-width:150px;
	min-width:150px;
}
.sideTab_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:100%;
}

