div#sectionlinks { /* right hand side information and link paned */
	border-left: 0; /* override colour */
}

div#sectionlinks div { /* right hand side information and link paned */
	border-left: 1px solid #6B6B6B; /* override colour */
}

#collateral {
	border: dotted black 1px;
	margin: 2em 0pt 5px 5px;
	width: 142px; /* 150-1-5-2 */
	line-height: 1em;
	font-size: 0.9em;
	overflow: auto;	
}

#collateral td {
	vertical-align: middle;
	padding: 2px;
}

#collateral .icon {
	text-align: right;
}

#collateral .text {
	text-align: left;
}

#collateral a {
	font-weight: normal;
	color: #595959;
}

#collateral a span {
	display: block;
	font-weight: bold;
}

/** btabs replace atabs! **/
#atabs { 
	font-size: 0.9em;
	line-height: normal;
	width:600px; /* 760-10-149-1 */
	float:left;
	background:#ffffff url("images/atab_bg.gif") repeat-x bottom;
	margin:0;
}

#atabs ul {  
	margin: 0;
	padding: 0;
	list-style:none;
}

#atabs li {
	float:left;
	margin:0;
	margin-right: 2px; /* gap between tabs */
	margin-left: 10px; /* space for shifted image for left hand side of tab */
	background:url("images/btab_right_both.gif") no-repeat right top;
	min-width: 110px;
	/* width: 110px; */
	/* from sliding_doors */
	display:inline; /* not sure why I need this */
	padding:0;
}
	  
#atabs a {
	float:left;
	display:block;
	position:relative;
	left:-10px;
	margin-right:-10px;
	width:.1em;
	background:url("images/btab_left_both.gif") no-repeat left top;
	padding:8px 8px; /* determines the padding around the tab label */
	padding-bottom: 7px; /* this is the clever bit! */
	color: #595959;
}
	  
#atabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#atabs a {float:none;}
/* End IE5-Mac hack */

#atabs #current {
	background:url("images/btab_right_both_current.gif") no-repeat right top;
}

#atabs #current a {
	padding-bottom: 8px; /* increasing the padding by 1px covers the #atabs border! */
	background:url("images/btab_left_both_current.gif") no-repeat left top;
}

#atabs #current a:hover{
	text-decoration: none;
}

#hanger {
	clear: left;
	background-color: transparent;
	background-image: url(images/newtab_hanger.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	display:block;
	height:28px;
	padding:0;
	width: 1px;
}

/****************/
/* layout table */
/* contains tabs, panel and two column content table */

table#layout {
	border-collapse: collapse;
}

table#layout td {
/*	border: solid blue 1px;*/
}

table#layout td.main {
	padding-left: 5px;
	padding-right: 15px;
	vertical-align: top;
}

/*******************************/
/* shared tab style attributes */
/* used in Solutions articles  */

#tabs {
	background: #ffffff;
	font-size: 0.9em;
	line-height: 1em;
}

#tabs td {
/*	border: solid blue 1px;*/
}

#tabs td h3 { /* to conform to other tabs */
	font-size: 1em;
	margin: 0;
}

#tabs td a{
	color: #595959;
}

#tabs td.current a{
	color: #303030;
}

#tabs td.current a:hover{
	text-decoration: none;
}

#tabs td.title {
	width: 100px;
	padding: 2px;
	background: url(images/bg.gif) repeat-x top left;
}

#tabs td.base {
	background: none;
}

#tabs td.base img {
}

#tabs td.current {
	width: 100px;
	padding: 2px;
}

#tabs td.edge {
	vertical-align: top;
}

#tabs td.back {
	text-align: right;
}

#tabs td.back img {
	border: 0;
}

td.panel {
	vertical-align: top;
	text-align: center;
}


/*********************************/
/* shared panel style attributes */
/* used in Solutions articles    */

table#panel {
	margin-left: 8px;
	margin-bottom: 2em;
	font-size: 0.9em;
	width: 142px; /* same as back button */
	border-collapse: collapse;
}

table#panel td {
/*	border: solid red 1px;*/
	border-bottom: solid #ffffff 0.5em;
}

table#panel td.icon {
	padding: 0.5em 0;
	padding-right: 0.5em;
	text-align: left;
}

table#panel td.txt {
	padding: 0.5em;
	text-align: right;
	line-height: 1em;
}


table#panel td a {
	font-weight: normal;
}

table#panel td a span {
	font-weight: bold;
	display: block;
}
