/* Terence Ordona, portal[AT]imaputz[DOT]com         */
/* http://creativecommons.org/licenses/by-sa/2.0/    */

/* define height and width of PN scrollable area. Add 16px to width for scrollbar          */
div.PNtableContainer {
	clear: both;
	height: 590px;
	overflow: auto;
	width: 1200px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
div.PNtableContainer {
	overflow: hidden;
	width: 1200px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
div.PNtableContainer table {
	width: 1216px;
}

thead.PNfixedHeader tr {
	display: block;
}

/* make the TH elements pretty */
thead.PNfixedHeader th {
	background: #000;
	border-left: none;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
/*	font-weight: normal;
	text-align: left; */
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.PNfixedHeader a, thead.PNfixedHeader a:link, thead.PNfixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
tbody.PNscrollContent {
	display: block;
	height: 400px;
	overflow: auto;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.PNscrollContent td, tbody.PNscrollContent tr td {
	background: #000;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #666;
	border-top: 1px solid #000;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
thead.PNfixedHeader th {
	width: 120px;
}
thead.PNfixedHeader th + th {
	width: 180px;
}
thead.PNfixedHeader th + th + th {
	width: 120px;
}
thead.PNfixedHeader th + th + th + th {
	width: 150px;
}
thead.PNfixedHeader th + th + th + th + th {
	width: 120px;
}
thead.PNfixedHeader th + th + th + th + th + th {
	width: 526px;
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
tbody.PNscrollContent td {
	width: 120px;
}
tbody.PNscrollContent td + td {
	width: 180px;
}
tbody.PNscrollContent td + td + td {
	width: 120px;
}
tbody.PNscrollContent td + td + td + td {
	width: 150px;
}
tbody.PNscrollContent td + td + td + td + td {
	width: 120px;
}
tbody.PNscrollContent td + td + td + td + td + td {
	width: 510px;
}

/* define height and width of WR scrollable area. Add 16px to width for scrollbar          */
div.WRtableContainer {
	clear: both;
	height: 590px;
	overflow: auto;
	width: 1216px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
div.WRtableContainer {
	overflow: hidden;
	width: 1200px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
div.WRtableContainer table {
	width: 1216px;
}

thead.WRfixedHeader tr {
	display: block;
}

/* make the TH elements pretty */
thead.WRfixedHeader th {
	background: #000;
	border-left: none;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	font-weight: normal;
	text-align: left;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.WRfixedHeader a, thead.WRfixedHeader a:link, thead.WRfixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
tbody.WRscrollContent {
	display: block;
	height: 400px;
	overflow: auto;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.WRscrollContent td, tbody.WRscrollContent tr td {
	background: #000;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #666;
	border-top: 1px solid #000;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
thead.WRfixedHeader th {
	width: 100px;
}
thead.WRfixedHeader th + th {
	width: 100px;
}
thead.WRfixedHeader th + th + th {
	width: 150px;
}
thead.WRfixedHeader th + th + th + th {
	width: 150px;
}
thead.WRfixedHeader th + th + th + th + th {
	width: 150px;
}
thead.WRfixedHeader th + th + th + th + th +th {
	width: 566px;
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
tbody.WRscrollContent td {
	width: 100px;
}
tbody.WRscrollContent td + td {
	width: 100px;
}
tbody.WRscrollContent td + td + td {
	width: 150px;
}
tbody.WRscrollContent td + td + td + td {
	width: 150px;
}
tbody.WRscrollContent td + td + td +td + td {
	width: 150px;
}
tbody.WRscrollContent td + td + td + td + td + td {
	width: 550px;
}

