.highlight {
	background-color:#FF6;
	border: 1px solid #FC6;
}

.arcModalLoading
{
	background: url("/images/icons/bigrotation2.gif") no-repeat scroll center transparent!Important;
}

.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-top: 58px;
}
.headerPlain{
	background: url(../images/PLSe-LogoSmall.jpg) no-repeat top left;
	padding-top: 58px;
}

/*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;
	width:225px;
	overflow:hidden;
}
.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 8px 2px 8px;
	background: #003399;
	color: #Fff;
	text-transform: uppercase;
	overflow: visible;
	line-height: 13px;
	/*position: relative;*/
	 width: auto;
}
.toolbarContainer .toolBar input.buttonlarge{
	width: auto;
}
/*PageInfo*/
.pageInfoContainer{
	float: right;
	width: 100%;
	margin-bottom:10px;
}
.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: 1px 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; }
/* Buttons Add */
input.addButton{
	/*background: url("../images/btn_add.png") no-repeat top left;*/
	border: none;
	width: 21px;
	height: 17px;
	font-size: 0;
	margin-left: 0;
	position: relative;
	top: -1px;
	top: expression('-3px');
	line-height: 0;
}
* html input.addButton{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn_add.png', sizingMethod='scale');
}
.formobject table td input.addButton{
	margin-left: 4px;
	top: 0;
}
/* Toolbar Button */
div.addNewButtonBar{
	background: #9cafcd url("../images/toolbarButton.png") no-repeat top left;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-bottom: 5px;
}
div.addNewButtonBar input {
	background: url("../images/btn_add_dark.png") no-repeat 100% 2px ;
	border: none;
	color: #063c84;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 40px;
	padding-right: 25px;
	overflow: visible;
	height: 18px;
	width: auto !important;
}
/*contactManagerKey*/
.contactManagerKey{
	background: #e1e1e1;
	overflow: auto;
	margin-bottom: 20px;
	clear: both;
}
fieldset .contactManagerKey{
	margin: 0 20px;
}
fieldset .contactManagerKey{
	margin: 10px 20px 0 20px;
}
.contactManagerKey ul{
	list-style: none;
	padding: 15px 0;
	margin: 0 0 0 20px;
	float: left;
	font-size: 11px;
}
.contactManagerKey ul li{
	float: left;
	margin-right: 20px;
}
.contactManagerKey ul li img {
	float: left;
	margin-top: -2px;
	margin-right: 5px;
}

span.checkBox input
{
	width:13px!important;
}

table.inputRadioBlock input
{
	width:auto!important;
}
table.inputRadioBlock label
{
	width: auto;
	text-align:left;
	margin-right:70px;
}
table.inputRadioBlock
{
	border:0!important;
}
table.inputRadioBlock tr, table.inputRadioBlock tr
{
	border-top:0!important;
	border-bottom:0!important;
}
table.inputRadioBlock td{
	border: none;
	font-size: 10px;
}

.smallButton
{
	width:100px!important;	
}

.edit .formcontainer fieldset fieldset .formblock .formlabel
{
	margin:0px;
}

.moreHelpLink
{
	font-size: 10px;
	text-decoration:underline;
}

.commentButtonContainer .commentButton
{
    margin: 2px 0 2px 575px;
}

.commentBox p
{
    font-size:0.75em!important;
}

.licAlert
{
    border:1px solid #E75D14;
    padding: 1px 4px;
    background: url("../images/licAlertBg.gif") repeat scroll 0 0 transparent;
    font-style:bold;    
    margin-left:10px;
    font-size: 9px;
    color: #E75D14;
}

.licAlertNew
{
    background: url("../images/licAlertNewBg.gif") repeat scroll 0 0 transparent;
    border:1px solid #31A841;
    color: #1e7a2a;
}
 
.notify 
{
    background: #fdca9b;
    width: 250px;
    float: right;
    margin: 0 0 10px 20px;
    clear: right;
    
}

.bckGreen
{
    background: #bff7ab;
    
}

.notify strong.licAlert 
{
    float: left;
    margin: 8px 0 0 10px;
}

.notify strong.licAlertNew 
{
    float: left;
    margin: 8px 0 0 20px;
}

.notifytxt 
{
    float: right;
    margin: 10px 15px 0 0;
    width: 165px;
    padding-bottom: 12px;
}

.notifytxt span 
{
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.boxedRight
{
	line-height: 16px;
}

.specialCheck 
{
    background: #bff7ab;
    border:1px solid #31A841;
}

.specialRedCheck 
{
    background: #fdca9b;
    border:1px solid #E75D14;
}

.specialCheck span, .specialRedCheck span
{
    padding: 2px 0 5px !important;
}

.specialCheck label, .specialRedCheck label
{
    font-weight: bold;
    margin-left: 8px;
}

.specialCheck input, .specialRedCheck input
{
    position: relative;
    top: 3px;
}

.specialCheck strong, .specialRedCheck strong
{
    margin-right: 10px;
}

.noUnderline
{
    text-decoration: none!important;
}

