@CHARSET "ISO-8859-1";

.trust-overview-section {
	border-bottom:2px solid #663366;
	margin-bottom:10px;
	color: #AE601E;
	font-weight: bold;
}

.trust-overview {
	margin-left:250px;
	width: 400px;
}

.trust-overview-label {
	font-weight:bold;
	padding-bottom:3px;
	padding-top:3px;
	width:200px;
}

.trust-summary {
	text-align: center;
	margin-bottom: 10px;
}

.trust-section-complete h2 {
	background: url(../images/complete.png) no-repeat top left;
	padding-left: 25px;
}

.section-hidden {
	display: none;	
}
.trust-section-incomplete h2{
	background: url(../images/incomplete.png) no-repeat 3px 3px;
	padding-left: 25px;
}
.trust-section-optional h2{
	background: url(../images/incomplete-purp.png) no-repeat 3px 3px;
	padding-left: 25px;
}

.complete .trust-status {
	color: green;	
}

.incomplete .trust-status {
	color: #B02E32;	
}

.optional .trust-status {
	color: #9966CC;	
}
.incomplete table {
	
}


.trust-block {
	margin-bottom: 20px;
}

#body-kisstrust-management .subpageGraphic, 
.page-trust .subpageGraphic, 
#body-view-your-trusts .subpageGraphic {
	display: none;
}

#body-kisstrust-management #subpageContent #main,
.page-trust #subpageContent #main,
#body-view-your-trusts #subpageContent #main,
#body-kisstrust-management #subpageContent #right
 {
	margin-top: 20px;
}

#body-trust-overview h3 {
	display: inline;
	color: black;
}

.trust-edit-links {
	display: inline;
	float: right;
}

.trust-edit-link {
	margin-left: 5px;
	margin-right: 5px;
}

#content .trust-section-complete, #content .trust-section-incomplete,  #content .trust-section-optional {
	margin-bottom: 30px;
}

fieldset {
	padding-left: 10px;
	padding-right:10px;
	margin-bottom: 15px;
	border-color: #B02E32;
	border-style: solid;
	border-width: 1px;
}

.section-contingent-allocation h3, .section-excluded-allocation h3, .section-residual-allocation h3{
	margin-left: 20px;
}


.trust-page #main {
	width: 870px;	
}

.trust-block table {
	
}

.investment-header {
	margin-top: 25px;
	font-weight: bold;
}

.distribution .form-item, .legacy .form-item {
	display: inline;
}

#trusts-payment-form .description {
	margin-top: 15px;
}

#trusts-payment-form input[type=submit] {
	margin-bottom: 15px;
}

#trust-discounts-overview-form fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
}

#discount-overview th{
	font-weight: bold;
}

#discount-overview {
	margin-bottom: 15px;
}

#discount-overview td {
	width: 150px;
	padding: 5px;
}

#discount-overview .form-item {
	margin: 0px;
}

#trust-discounts-overview-form .description {
	margin-top: 20px;
}

tr.even {
	background-color: white;
}

.form-radios .description {
	padding-top: 10px;
	padding-left: 40px;
}

.form-radios ul {
	padding-top: 5px;
	margin-left: 10px;
}

.form-radios label.option {
	font-weight: bold;	
}

.important-text {
	color: red;
}

.trust-block{
	display: block;
}