﻿/*********************************/
/* GENERIC ELEMENTS */
body
{
	font-size: 8pt;
	font-family: Book Antiqua, verdana, arial, helvetica, sans-serif;
	background-color: #ECECEC;
}

.PBCLF1
{
	font-family: Book Antiqua, verdana, arial, helvetica, sans-serif;
}

.PBCLF2
{
	font-family: verdana, arial, helvetica, sans-serif;
}

.PBCLF3
{
}

/*********************************/
/*Standard controls*/
.PBCLTextBox
{
	font-size: 8pt;
	font-family: Book Antiqua, verdana, arial, helvetica, sans-serif;
}

.PBCLTextBoxWatermark
{
	font-size: 8pt;
	font-family: Book Antiqua, verdana, arial, helvetica, sans-serif;
	background-color: #ffffcc;
}

.PBCLButton
{
	font-size: 8pt;
	font-family: Book Antiqua, verdana, arial, helvetica, sans-serif;
}

.PBCLGridHeaderText
{
	font-weight: bold;
}
/*********************************/
/* TABLE */

.PBCLTable
{
	border-collapse: collapse;
}

.PBCLTable thead
{
	background-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

.PBCLTable thead tr td, .PBCLTable thead tr th
{
	border-bottom: solid 1px black;
}

.PBCLTable td
{
}