.pTable a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.pTable a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.pTable a:active,
.pTable a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.pTable {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.pTable th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.pTable th:first-child {
	text-align: left;
	padding-left:20px;
}
.pTable tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.pTable tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.pTable tr {
	text-align: center;
	padding-left:20px;
}
.pTable td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.pTable td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.pTable tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.pTable tr:last-child td {
	border-bottom:0;
}
.pTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.pTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.pTable tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


// ---------- SMALL VERSION ----------------


.pTableSmall a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.pTableSmall a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.pTableSmall a:active,
.pTableSmall a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.pTableSmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:5px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.pTableSmall th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.pTableSmall th:first-child {
	text-align: left;
	padding-left:10px;
}
.pTableSmall tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.pTableSmall tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.pTableSmall tr {
	text-align: center;
	padding-left:10px;
}
.pTableSmall td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.pTableSmall td {
	padding:9px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.pTableSmall tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.pTableSmall tr:last-child td {
	border-bottom:0;
}
.pTableSmall tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.pTableSmall tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.pTableSmall tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.pTable th.sel {
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
}

.pTable td.sel {
	background: white;
	border-top: 0 solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #f0f0f0;
}

.pTable th.sel2 {
	background: #f2f2e1;
	border-bottom: 0 solid #ccc;
}

.pTable td.sel2 {
	background: #fffff0;
	border-bottom: 1px solid #f0f0f0;
}

/
/
---------- SMALL VERSION ----------------
.pTableSmall a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.pTableSmall a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.pTableSmall a:active,
.pTableSmall a:hover {
	color: #bd5a35;
	text-decoration: underline;
}
.pTableSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 5px;
	border: #ccc 1px solid;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.pTableSmall th {
	padding: 11px 15px 12px 15px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.pTableSmall th:first-child {
	text-align: left;
	padding-left: 10px;
}
.pTableSmall tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pTableSmall tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pTableSmall tr {
	text-align: center;
	padding-left: 10px;
}
.pTableSmall td:first-child {
	text-align: left;
	padding-left: 10px;
	border-left: 0;
}
.pTableSmall td {
	padding: 9px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.pTableSmall tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.pTableSmall tr:last-child td {
	border-bottom: 0;
}
.pTableSmall tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pTableSmall tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pTableSmall tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

/
/
---------- SMALL DEUS IMMITATE ----------------
.pTableDeus a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.pTableDeus a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.pTableDeus a:active,
.pTableDeus a:hover {
	color: #bd5a35;
	text-decoration: underline;
}
.pTableDeus {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 5px;
	border: #ccc 0px solid;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.pTableDeus th {
	padding: 11px 15px 12px 15px;
	border-top: 0 solid #fafafa;
	border-bottom: 0 solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.pTableDeus th:first-child {
	text-align: left;
	padding-left: 10px;
}
.pTableDeus tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pTableDeus tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pTableDeus tr {
	text-align: center;
	padding-left: 10px;
}
.pTableDeus td:first-child {
	text-align: left;
	padding-left: 10px;
	border-left: 0;
}
.pTableDeus td {
	padding: 9px;
	border-top: 0 solid #ffffff;
	border-bottom: 0 solid #e0e0e0;
	border-left: 0px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.pTableDeus tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.pTableDeus tr:last-child td {
	border-bottom: 0;
}
.pTableDeus tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pTableDeus tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pTableDeus tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.pTable th.sel {
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
}

.pTable td.sel {
	background: white;
	border-top: 0 solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #f0f0f0;
}

.pTable th.sel2 {
	background: #f2f2e1;
	border-bottom: 0 solid #ccc;
}

.pTable td.sel2 {
	background: #fffff0;
	border-bottom: 1px solid #f0f0f0;
}

.pTable td.sel3 { /* red highlight */
	color: #fff;
	background: #222;
}

.pTable td.sel3, .pTable td.sel3:hover {
	color: #fff;
	background: #222;
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}


/* --- LARGE VERSION +2 ----- */
.pTableLarge a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.pTableLarge a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.pTableLarge a:active,
.pTableLarge a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.pTableLarge {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.pTableLarge th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.pTableLarge th:first-child {
	text-align: left;
	padding-left:20px;
}
.pTableLarge tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.pTableLarge tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.pTableLarge tr {
	text-align: center;
	padding-left:20px;
}
.pTableLarge td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.pTableLarge td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.pTableLarge tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.pTableLarge tr:last-child td {
	border-bottom:0;
}
.pTableLarge tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.pTableLarge tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.pTableLarge tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

