
		
	/* sectionedTable */
	section.sectionedTable {
		border : solid 1px #000000;
		clear : both;
		float : left;
		margin : 0px 0px 1em 0px;
		position : relative;
		width : 100%;
	}
		section.sectionedTable table {
			margin : 0px;
			width : auto;
		}
			section.sectionedTable table tr {}
				section.sectionedTable table tr th {
					border : solid 1px #000000;
					padding : 5px;
					white-space : nowrap;
				}
				section.sectionedTable table tr td {
					border : solid 1px #000000;
					padding : 5px;
					white-space : nowrap;
				}
					section.sectionedTable table tr .toLeft {
						text-align : left;
					}
					section.sectionedTable table tr .toRight {
						text-align : right;
					}
					section.sectionedTable table tr span {
						display : block;
						/* For MSIE 6 */
						_width : 64px;
					}
			section.sectionedTable table thead {}
				section.sectionedTable table thead tr {}
					section.sectionedTable table thead tr th {
						background : #333333 url(../images/shinyButton_link.png) -1px -1px;
						color : #ffffff;
					}
					section.sectionedTable table thead tr td {
						background : #333333 url(../images/shinyButton_link.png) -1px -1px;
						color : #ffffff;
					}
			section.sectionedTable table tfoot {}
				section.sectionedTable table tfoot tr {}
					section.sectionedTable table tfoot tr th {
						background : #333333 url(../images/shinyButton_link.png) -1px -1px;
						color : #ffffff;
					}
					section.sectionedTable table tfoot tr td {
						background : #333333 url(../images/shinyButton_link.png) -1px -1px;
						color : #ffffff;
						text-align : right;
					}
			section.sectionedTable table tbody {}
				section.sectionedTable table tbody tr {}
					section.sectionedTable table tbody tr th {
						background : #ffffff url(../images/button_passive.png) -1px -1px;
					}
					section.sectionedTable table tbody tr td {
						background : #ffffff url(../images/button_passive.png) -2px -12px;
						text-align : right;
					}
		section.sectionedTable header {
			float : left;
			clear : both;
			width : 100%;
		}
			section.sectionedTable header div.fixed {
				float : left;
				margin-right : -5px;
				overflow : hidden;
				width : 25%;
			}
				section.sectionedTable header div.fixed table {
					width : 100%;
				}
					section.sectionedTable header div.fixed table thead {}
						section.sectionedTable header div.fixed table thead tr {}
							section.sectionedTable header div.fixed table thead tr th {}
							section.sectionedTable header div.fixed table thead tr td {display : none;}
					section.sectionedTable header div.fixed table tfoot {display : none;}
					section.sectionedTable header div.fixed table tbody {display : none;}
			section.sectionedTable header div.scrolled {
				float : right;
				overflow : hidden;
				width : 75%;
			}
				section.sectionedTable header div.scrolled table {}
					section.sectionedTable header div.scrolled table thead {}
						section.sectionedTable header div.scrolled table thead tr {}
							section.sectionedTable header div.scrolled table thead tr th {display : none;}
							section.sectionedTable header div.scrolled table thead tr td {}
					section.sectionedTable header div.scrolled table tfoot {display : none;}
					section.sectionedTable header div.scrolled table tbody {display : none;}
		section.sectionedTable aside {
			clear : both;
			float : left;
			height : 512px;
			margin-right : -5px;
			overflow : hidden;
			width : 25%;
		}
			section.sectionedTable aside table {
				width : 100%;
			}
				section.sectionedTable aside table thead {display : none;}
				section.sectionedTable aside table tfoot {display : none;}
				section.sectionedTable aside table tbody {}
					section.sectionedTable aside table tbody tr {}
						section.sectionedTable aside table tbody tr th {}
						section.sectionedTable aside table tbody tr td {display : none;}
		section.sectionedTable article {
			height : 512px;
			left : 0px;
			position : absolute;
			top : 0px;
			width : 100%;
			overflow : scroll;
		}
		section.sectionedTable article.scripted {
			float : right;
			position : relative;
			width : 75%;
		}
			section.sectionedTable article.scripted table {}
				section.sectionedTable article.scripted table thead {display : none;}
				section.sectionedTable article.scripted table tfoot {display : none;}
				section.sectionedTable article.scripted table tbody {}
					section.sectionedTable article.scripted table tbody tr {}
						section.sectionedTable article.scripted table tbody tr th {
							display : none;
						}
						section.sectionedTable article.scripted table tbody tr td {}
		section.sectionedTable footer {
			float : left;
			clear : both;
			width : 100%;
		}
			section.sectionedTable footer div.fixed {
				float : left;
				margin-right : -5px;
				overflow : hidden;
				width : 25%;
			}
				section.sectionedTable footer div.fixed table {
					margin : 1px 0px -1px 0px;
					width : 100%;
				}
					section.sectionedTable footer div.fixed table thead {display : none;}
					section.sectionedTable footer div.fixed table tfoot {}
						section.sectionedTable footer div.fixed table tfoot tr {}
							section.sectionedTable footer div.fixed table tfoot tr th {}
							section.sectionedTable footer div.fixed table tfoot tr td {display : none;}
					section.sectionedTable footer div.fixed table tbody {display : none;}
			section.sectionedTable footer div.scrolled {
				float : right;
				overflow : hidden;
				width : 75%;
			}
				section.sectionedTable footer div.scrolled table {
					margin : 1px 0px -1px 0px;
				}
					section.sectionedTable footer div.scrolled table thead {display : none;}
					section.sectionedTable footer div.scrolled table tfoot {}
						section.sectionedTable footer div.scrolled table tfoot tr {}
							section.sectionedTable footer div.scrolled table tfoot tr th {display : none;}
							section.sectionedTable footer div.scrolled table tfoot tr td {}
					section.sectionedTable footer div.scrolled table tbody {display : none;}
 	
 	/* toggleClassName */
	section.sectionedTable .toggleClassName {
		background-image : url(../images/shinyButton_hover.png);
		cursor : pointer;
		text-decoration : underline;
	}
		section.sectionedTable.hidegroup0 header .group_0 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup0 header .group_0 span {
				display : none;
			}
		section.sectionedTable.hidegroup1 header .group_1 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup1 header .group_1 span {
				display : none;
			}
		section.sectionedTable.hidegroup0 aside .group_0 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup0 aside .group_0 span {
				display : none;
			}
		section.sectionedTable.hidegroup1 aside .group_1 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup1 aside .group_1 span {
				display : none;
			}
		section.sectionedTable.hidegroup0 article.scripted .group_0 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup0 article.scripted .group_0 span {
				display : none;
			}
		section.sectionedTable.hidegroup1 article.scripted .group_1 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup1 article.scripted .group_1 span {
				display : none;
			}
		section.sectionedTable.hidegroup0 footer .group_0 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup0 footer .group_0 span {
				display : none;
			}
		section.sectionedTable.hidegroup1 footer .group_1 {
			padding-right : 0px !important;
		}
			section.sectionedTable.hidegroup1 footer .group_1 span {
				display : none;
			}
 	
/*
	background : #333333 url(../images/shinyButton_link.png);
	background : #1c1c1c url(../images/shinyButton_hover.png);
	background : #1b4c6b url(../images/shinyButton_active.png);
	background : #ffffff url(../images/button_passive.png);
*/
