﻿/* These styles form the basis of the master template.  
   Place content-related styles in content.css instead of here. */
body {
	margin: 0;
	font-family: Sans-Serif;
	padding: 0;
	font-size: 10pt;
	background-color: #abc;
}
form {
	padding: 0;
	margin: 0;
}
.master-content, .master-content-last {
	padding: 0px 0px 1em 0px;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px black solid;
	border-right: 1px black solid;
	clear: both;
}
.master-content-last {
	border-bottom: 1px black solid;
}
.master-header {
	background-image: url( 'images/PLBlue.png' );
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 75px;
	margin-bottom: 1px;
}
.master-header-left-logo {
	float: left;
	height: 75px;
	width: 218px;
	background-image: url( 'images/PLLogo-blue.png' );
	background-repeat: no-repeat;
}
.master-header-layer {
	background: transparent url( 'images/PLBlueRight.png' ) repeat-y right;
	width: 100%;
	height: 75px;
}
.master-user-content 
{
    margin: 0;
	background: #fff;
	padding: 8pt;
	left: 8pt;
	right: 8pt;
}
.master-header-text {
	color: white;
	position: absolute;
	margin-left: 0px;
	top: 12pt;
	text-align: left;
	font: 14pt Sans-Serif;
}
.master-header-right-outer {
	float: right;
	height: 75px;
	vertical-align: middle;
	display: table;
	white-space: nowrap;
}
.master-header-right-inner {
	color: #000;
	margin: 0;
	display: table-cell;
	font-weight: bold;
	font-size: 9pt;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
.master-footer-hr {
	width: 750px; 
	height: 1px;
}
.print-only {
	visibility: hidden;
	display: none;
}
a img {
	border: none;
}
/* Content styles */
.content-center {
	margin: 0 auto;
}

