
.c1{
	color: #395e89;
}
.c2{
	color: #063b81;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
}
h2{
	font-size: .8em;
}
h1{
	font-size: 1.1em;
	border-bottom: 3px solid #d3c5a0;
	padding: 0 0 3px 6px;
	margin: 0 0 11px 0;
}
p{
	margin: 0;
	font-size: .85em
}
p.pageSummary{
	padding: 0 44px 10px 14px;
}
.txtLft{
	text-align: left!important;
}
.txtRgt{
	text-align: right!important;
}
.txtCtr{
	text-align: center!important;
}
/*HEADER*/
.header{
	background: url(/images/PLSe-LogoSmall.jpg) no-repeat top left;
	padding: 58px 0 10px 0; 
}
/*RIGHT PANEL*/
.toolbox{
	background: #d3c5a0 url(/images/toolBoxCornerTop.gif) no-repeat top left;
	margin: 11px 0 0 5px;
}
.toolboxCorner{
	background: url(/images/toolBoxCornerBottom.gif) no-repeat bottom left;
	padding: 7px 7px 19px 11px;
}
.toolbox h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding: 0;
	margin: 0 0 3px 0;
}
.toolBoxContent{
	height: 166px;
	background: White;
	width: 197px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}
/*BOX*/

.rounded{
	background: #d1d8ea;
	border: 1px solid #9cafcd;
	position: relative;
	margin-bottom: 15px;
}

.noBorderTop
{
	border-top:0;
		margin-bottom: 10px;
}
.noBorderBottom
{
	border-bottom:0;
	margin-bottom: 10px;
}
.rounded h2 {
	margin: 7px 0 0 16px;
}
.rounded legend{
	position: static;
}
.corner{
	position: absolute;
	margin: -1px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.TL{
	background-image: url(/images/cornerTopLeft.gif);
	background-position: top left;
	top: 0;
	left: 0;
}
.BL{
	background-image: url(/images/cornerBottomLeft.gif);
	background-position: bottom left;
	bottom: 0;
	left: 0;
}
.sort
{
	background: url(/images/sortable.gif) no-repeat;
	background-position: bottom right;
	right: -12px;
	padding-right:7px;
}
.ascending
{
	background: url(/images/sortable_asc.gif) no-repeat;
	background-position: bottom right;
	right: -12px;
	padding-right:7px;
}
.descending
{
	background: url(/images/sortable_desc.gif) no-repeat;
	background-position: bottom right;
	right: -12px;
	padding-right:7px;
}


.TR{
	background-image: url(/images/cornerTopRight.gif);
	background-position: top right;
	top: 0;
	right: 0;
}
.BR{
	background-image: url(/images/cornerBottomRight.gif);
	background-position: bottom right;
	bottom: 0;
	right: 0;
}
.fieldBox{
	border-bottom: 1px solid #9cafcd;
	margin: 0 7px 15px 7px;
	padding: 0 0 13px 0;
}
.searchBox{
	text-align: center;
	margin: 0 7px 8px 7px;
	padding: 0 0 13px 0;
}
.searchBox label{
	font-weight: bold;
	margin: 0 20px 0 20px;
	font-size: .75em;
}
.searchBox label input {
	margin-left: 20px;
	border: 1px solid #979797;
	width: 154px;
	padding: 1px 3px;
}

/*FILTER RESULTS*/
.appliedFilters table{
	margin: -10px 0 0 0;
	text-align: left;
	width: 100%;
}
.appliedFilters table td{
	padding: 0 20px;
}
.appliedFilters table caption{
	margin-left: 7px;
	text-align: left;
}
.appliedFilters table .heading1{
	width: 20% !important;
	background: none;
}
.appliedFilters table .heading2{
	width: 20% !important;
	background: none;
}
.appliedFilters table .heading3{
	width: 60% !important;
	background: none;
}
/*ToolBar*/
.toolbarContainer{
	padding:0 10px 0 10px!important;
	position: relative;
	z-index: 1;
	bottom: -1px;
	border-top: 1px solid White;
}
.toolbarBottomPadding{
	border-top: none;
	top: -1px;
}
.listTop, .listBottom{
	background:#D1D8EA;
	border:1px solid #9CAFCD;
	float:left;
	width: 40%;
	height: 28px !important;
	margin:0 0 0 -10px;
}
.listTop{
	border-bottom: none;
	padding-bottom: 3px;
}
.listTop .BR{
	background-image: url(/images/toolbarCornerBR.gif);
	right: -12px;
	margin-bottom: 0;
}
.listTop h3{
	margin:8px 0 0 15px;
	font-size: 0.95em;
	color: #003399;
}
.listBottom{
	border-top: none;
	padding-top: 3px;
}
.listBottom .TR{
	background-image: url(/images/toolbarCornerTR.gif);
	margin-top: 0px;
	right: -13px;
}
.listBottom span{
	font-size: 0.75em;
	margin:0 0 0 15px;
}
.listBottom label{
	font-size: 0.75em;
	margin:0 0 0 15px;
	padding:0 10px 0 10px;
	display:block;
}

.listBottom input, .listBottom select{
	font-size: 0.85em;
}
.listBottom input{
	width:50px;
	text-align: center;
	background: #003399;
	color: #fff;
	padding: 3px 0 3px 0;
	border:0;
}
.toolBar{
	width: 60% !important;
	padding: 1px 0 !important;
	height: 24px;
	margin:0 -10px 4px 0;
	float: right;
	background: #D3C5A0;
	border: 1px solid #D3C5A0;
}
.toolBar .TL{
	background-image: url(/images/cornerAltTopLeftReverse.gif);
	left: -11px;
}
.toolBar .TR{
	background-image: url(/images/cornerAltTopRight.gif);
}
.toolBar .BL{
	background-image: url(/images/cornerAltBottomLeft.gif);
}
.toolBar .BR{
	background-image: url(/images/cornerAltBottomRight.gif);
}
.toolbarBottomPadding{
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	height: 30px;
}
.toolbarBottomPadding .toolBar{
	margin-top: 4px !important;
	margin-bottom: 0px !important;
}
.toolbarBottomPadding .toolBar .TL{
	background-image: url(/images/cornerAltTopLeft.gif);
	left: 0;
}
.toolbarBottomPadding .toolBar .BL{
	background-image: url(/images/cornerAltBottomLeftReverse.gif);
	left: -11px;
}
div.toolbarContainer:after, div.topToolbar:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.toolbarContainer .toolBar .actionToolbar{
	padding:0 0 2px 0;
	margin:0;
	float:left;
	margin: 0 5px 0 0;
}
.toolbarContainer .toolBar .actionToolbar span{
	font-size: 0.75em;
}
.toolbarContainer .toolBar .actionToolbar select{
	font-size: 0.85em;
	margin:2px 0 0 14px;
}
.toolbarContainer .toolBar .toolBarButtons{
	margin:0px 7px 0 0;
	padding: 2px 0 2px 0;
	float:right;
}
.toolbarContainer .toolBar input.button, 
.toolbarContainer .toolBar input.buttonlarge,
#loginBox .controlContainer input,
input.button{
	border:0;
	font-size: .90em;
	font-weight:bold;
	width: 70px;
	margin: 0 2px 0 0;
	padding: 2px 2px 2px 2px;
	background: #003399;
	color: #Fff;
	text-transform: uppercase;
	overflow: visible;
	line-height: 13px;
	position: relative;
}
.toolbarContainer .toolBar input.buttonlarge{
	width: auto;
}
/*PageInfo*/
.pageInfoContainer{
	float: right;
	width: 100%;
}
.pageInfo{
	float: right;
	clear: right;
}
.pageInfo p{
	font-weight: bold;
}
.pageInfo span{
	width: 100px;
	float: left;
	font-weight: normal;
}
/**/
.nospacing{
	margin: 0!important;
}
/*login info box*/
.loginInfo .toolBoxContent{
	height: auto;
	overflow: auto;
	padding-bottom: 5px;
}
.loginInfo p{
	padding-top: 5px;
	padding-left: 10px;
}
.loginInfo p span {
	font-weight: bolder;
}
input {
	-moz-box-sizing: border-box; /*FF*/
	-webkit-box-sizing: border-box; /*Safari*/
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="button"], input[type="submit"] {
	font-family: Tahoma;
}
/* Asterisks */
.formlabel span.required{
    float: left;
    width: auto;
    margin: 0 0 0 -10px;
    padding: 0;
	font-size: 1.1em;
}
.readonly span.required{
    display: none;
}
.readonly{
	
	padding-top: 10px;
}
/* currency symbol container*/
.currencyFlag{
/*	border: 1px solid #959595;
	border-right: none;
	background: White;*/
	/*height: 16px;*/
	/*margin-right: -1px;*/
	padding: 3px 2px 0 0px;
	/*margin-top: 2px;*/
	display: block;
	font-weight: bold;
	float: left;
	position: relative;
	/*font-size: 1.1em;*/
}
/* inbox */
.inboxTask{
	font-size: .8em;
	padding: 5px 0 0 8px;
	clear:both;
}
.inboxTask a{
	color: #063b81;
	background: no-repeat 0 0;
	padding-left:15px;
}
.inboxTask a.payee{
	background-image: url(/images/silhouette.gif);	
}
.inboxTask a.title{
	background-image: url(/images/book.gif);
}
.inboxTask span{
	color: #063b81;
}
.inboxGroups {
	display: none;
	padding: 3px 0 5px 20px;
	font-size: .8em;
	float: left
}
.inboxGroups.expanded{
	display: block;
}
.inboxGroups ul{
	padding: 0;
	margin: 0;
}
.inboxGroups ul li{
	list-style: none;
	float: left;
	width: 100%;
}
.inboxGroups ul li a{
	text-decoration: none;
	float: left;
}
.inboxGroups ul li a:hover{
	background: none;
	color: Black !important;
	text-decoration: underline;
	font-weight: normal;
}
.inboxGroups ul li span{
	float: right;
	display: block;
	margin-right: 10px;
}
/* Price Exeptions */
.buttonGroup .formlabel{
    margin-left: 0;
}
.buttonGroup .formlabel input{
    margin-left: 69px;
}
.buttonGroup * {
    position: relative;
}

.DocMapAndReportFrame{    min-height: 860px;}
