/* OCL-CAL CORPORATE STYLES */
/* Modified: 2008-09-25 by André Lagacé */
/* Path: <link href="../vwapj/OCL_base-institution.css/$FILE/OCL_base-institution.css" rel="stylesheet" media="screen, print" type="text/css" /> */

/* BOX STYLES BEGINS */
.pdf {border: thin solid #003366;}

/* BOX STYLES ENDS */

/* TABLE STYLES BEGINS */
table {
	margin-bottom: 20px;
}

/* Lined table */
table.lined {
	width: 98.5%;
	border-spacing: 0;
	border-collapse: collapse;
	border: thin solid #999999;
}
table.lined caption {
	padding: 1px 3px;
	text-align: left;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #003366;
}
table.lined th {
	padding: 1px 3px;
	margin: 0;
	text-align: left;
	background-color: #EEEEEE;
	color: #000000;
	border: 1px solid #999999;
	border-top: 0;
}
table.lined td {
	padding: 1px 3px;
	margin: 0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
table.lined tr.record td {
	padding: 1px 3px;
	margin: 0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
table.lined tr.altRow td {
	border-bottom: 1px solid #999999;
	border-right: 0;
}
table.lined tfoot td {
	border-top: 3px #003366 solid;
	background-color: #EEEEEE;
	color: #000000;
	padding: 3px;
	margin: 0;
}

/* Table with no lines */
table.unlined {
	width: 98.5%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
}
table.unlined caption {
	padding: 1px 3px;
	margin: 0;
	text-align: left;
	background: #003366;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #003366;
}
table.unlined th {
	margin: 0;
	text-align: left;
	background-color: #EEEEEE;
	color: #000000;
	padding: 1px 8px;
	border: 0;
}
table.unlined td {
	padding: 1px 8px;
	border: 0;
}
table.unlined tr.altrow {
	background: #EEEEEE;
}
table.unlined tfoot td {
	border-top: 3px #003366 solid;
	background-color: #EEEEEE;
	color: #000000;
	padding: 3px;
}
table.lined th.alignCenter, table.unlined th.alignCenter { 
	text-align: center; 
}

table.type2 {
	width: 98.5%;
	border: none;
}
table.type2 caption {
	padding: 1px 3px;
	margin: 0;
	text-align: left;
	font-weight: bold;
}
table.type2 th {
	border: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: center;
}
table.type2 td {
	border: 1px solid #999999;
	background-color: transparent;
	vertical-align: top;
}
/* TABLE STYLES ENDS */

/* IMAGE ALIGNMENT UTILITY CSS BEGINS */
.imgpadr {
        margin-right: 5px;
}
.imgpadl {
        margin-left: 5px;
}
.imgpadt {
        margin-top: 5px;
}
.imgpadb {
        margin-bottom: 5px;
}
/* IMAGE ALIGNMENT UTILITY CSS ENDS */

/* MISC. DECORATIVE ELEMENTS BEGINS */
hr.thin { 
	height: 1px; 
	background-color: #666; 
	color: #666; 
	border: none; 
}
/* MISC. DECORATIVE ELEMENTS ENDS */