@charset "utf-8";

#container {
	width: auto;
	/*margin-right: auto;
	margin-left: auto;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #mainContainerPL {
	float: left;
	margin: 0px;
	padding: 2px 0px 25px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #616161;
	/* color: #330099; */
	display: block;
	/* margin-right: 5px; */
	width: 900px;
	height: auto;
	background-image: url(/images/white-box.png);
}

#footer {
	text-align: left;
	width: auto;
	padding: 25px 0px 0px 25px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

body { font-family: Arial; margin:0; }

#h1_header {
	background-image: url(/images/header/header_bg.jpg);
	width: 100%;
	height: 60px;
	margin-bottom: 0px;
}
h1 {
	background-image: url(/images/header/header_bg.jpg);
	background-color: #45ADD8;
	font-size: 1.2em;
	color: white;
	margin: 0px;
	padding: 18px;
}

#content { padding: 0 20px; }

.required { color: red; font-size: .8em; clear: both; padding-top: 20px; }
.error { float: left; color: red; display: block; padding: 4px 0 0 10px; font-size:.8em; }
.alert { background: #feff96; border: 1px solid yellow; padding: 8px; margin-bottom: 20px; }

.err_alert {
	background: #feff96;
	display: inline-block;
	padding: 0px 10px;
	margin: 0 0 20px 0;
	font-size: 12px;
}

.err_alert ul li {
	list-style-type: none;
}


form {
	overflow: auto;
}

label {
	float: left;
	clear: both;
	width: 275px;
	display: block;
	text-align: right;
	/* font-size: 1.1em; */
	font-size: small;
	line-height: 22px;
}

input, select, textarea {
	padding: 2px;
	margin-bottom: 4px;
	margin-left: 10px;
	/*float: left;*/
}

input.submit { float: left; clear: both; width: 80px; margin-top: 20px; margin-left: 100px; }

.paymt_notes {
	font-size: x-small;
}

.current_due {
	background-color: #FF0;
}

.past_due {
	background-color: #F93E42;
}

#pace_test select, 
#pace_test input {
	float: none;
}

.story .form {
	font-size: x-small;
}
.story img{
	float: left;
	margin: 10px;
}

.story {
	font-size: small;
	color: #000000;
	margin-left: 25px;
	margin-right: 10px;
	float: left;
	width: auto;
}

.story h3{
	color: #6c8abc;
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-left: 10px;
}
.story h2{
	font-family: Arial, sans-serif;
	color: #006699;
	font-size: medium;
	font-weight: bold;
	margin-left: 10px;
}
h2.closed{
	color: red;
}
.story p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 10px;
}

.story a.links{
	color: #005FA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.pl_nav {
	color: #005FA9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 0px 5px 20px;
	background-color: #fff;
	margin: 0px;
}

.pl_nav a {
	color: #005FA9;
	text-decoration: underline;
	padding: 0px 2px 3px 2px;
	font-size: .8em;
}

.pl_nav a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #001D75;
}

#lca_paymnt {
	margin-left: 25px;
}

#lca_paymnt p {
	color: #069;
	margin-top: 0px;
	margin-bottom: 3px;
}

#lca_paymnt_chk p {
	margin-top: 0px;
	margin-bottom: 3px;
}

#lca_paymnt .ast {
	color: #f00;
	font-weight: bold;
}

#lca_paymnt label {
	width: 175px;
}
.red{color:#f00;
	font-size:1.1em;
}

.dis {
color: #ccc;	
}

button, input[type="submit"], .button {
    padding: 5px 10px;
    border: 0.5px inset #000000;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s;
}

button:hover, input[type="submit"]:hover, .button:hover {
    background-color: #d0d0d0;
}
