body {
	font-family:verdana, sans-serif;
	font-size:10px;	
	margin:0;
	padding:0;
	background:#666;
	overflow:auto;
}

a {
	text-decoration:none;	
}


#wrapper {
	width:95%;
	margin:4px auto 0px auto;
    padding:3px;
	border:1px solid #ccc;
	background:#fff;
}

#header {
	background:#005daa url('../images/header_bg.jpg') repeat-x;
	border-bottom:10px solid #004F8F;
	border-bottom:10px solid #f2f2f2;
	height:80px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#header img {
	margin:0;
	padding:0;
	height:80px;
}

#title {
	float:left;
	margin:0px 0px 0px 50px;
}

#title img {
}

#search {
	float:right;
	border-left:1px solid #fff;
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px 0px;
	height:80px;
	width:300px;	
}

#search fieldset {
	margin:26px 0px 0px 0px;
	padding:0;
}

.search_big {
	padding:0px;
	margin:0px;
}

.search_big fieldset form {
     margin:10px auto 10px auto;
}

.search_big form #searchterm {
	margin:0px;
	border:1px solid #ccc;
	font-size:30px;
	background:#f2f2f2;
}

.search_big form .button{
	border:2px solid #999;
	background:#ccc;
	height:40px;
	margin:0px;
	font-size:15px;
	vertical-align:top;
}

#navbar {
}

#content {
	clear:both;
    display:block;
	margin:0px auto 0px auto;
	overflow:hidden;
}

#columnA {
	float:left;
	width:70%;
	padding:0;
	margin:0;
}

#columnA.fullPage {
	float:none;
	width:100%;
}

#columnB {
	border:1px solid #cc0000;
	float:right;
	width:28%;
	padding:0;
	margin:0;
}

#footer {
	width:99%;
	margin:20px auto 0px auto;
	border-top:1px solid #ccc;
	padding:10px 0px 10px 0px;
	background:#f2f2f2;
	text-align:center;
	color:#666666;
}

/** ----------------------------------- HEADINGS ----------------------------------- */
h1, h2, h3, h4, h5 {
    font-family:  Arial, sans-serif;
    color:#140052;
    font-weight:bold;
    letter-spacing:.025em;
    padding-bottom: 2px;
    line-height:120%;
    clear:both;
	margin:0px;
}

h1, h2 {
	color:#003366;
	border-bottom: 1px solid #ddd;
	margin:5px 0px 5px 0px;
	font-weight:bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align:middle;
	padding:10px 0px 0px 0px;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

/** ----------------------------------- LAYOUT ----------------------------------- */

.content_box {
	border:1px solid #999;
	width:32%;
	height:205px;
	float:left;
	margin:5px 1px 5px 1px;
	padding:0px 0px 10px 0px;
	overflow:hidden;
	background:#f6f6f6;
}

.scrollbox {
	overflow-y:scroll;
	overflow-x:hidden;
	width:100%;
	margin:0px;
	max-height:200px;
	border-bottom:1px solid #999;
	/*border:2px dashed #cc0000;*/
}

.scrollbox_header {
	overflow-y:scroll;
	overflow-x:hidden;
	width:100%;
}

.content_header {
	font-size:10px;
	background:#ccc url('../images/box_header_blue.jpg') repeat-x;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#fff;
	border-bottom:1px solid #999;
	overflow:auto;
}

.content_header_financial {
	font-size:10px;
	background:#ccc url('../images/box_header_green.jpg') repeat-x;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#fff;
	border-bottom:1px solid #999;
	overflow:auto;
}

.content_header_text {
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#fff;
	float:left;
}

.financial_totals {
	padding:3px 25px 3px 5px;
	font-weight:normal;
	color:#fff;
	float:right;
}

.content_editor {
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#fff;
	float:left;
}

/* ----- jQuery box controller ----- */

.content_controller {
	border:1px solid #e2e2e2;
	padding:0px 5px 0px 5px;
	float:right;
}

.content_controller a {
	text-decoration:none;
	color:#e2e2e2;
}

.content_controller a:visited {
	color:#e2e2e2;
}

.content_controller a:hover {
	color:#fff;
}

.content_box_full {
	border:1px solid #999;
	width:100%;
	margin:10px 0px 10px 0px;
}

.content_box h2, .content_box_full h2 {
	font-size:10px;
	background:#377EB8;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#fff;
	border-bottom:1px solid #999;
}

.content_box ul {
	list-style:none;	
}

#plans_box {
	margin:0px auto 0px auto;
}

/* -------------------------- specific box types for personal info----------------------------------- */

#plan_data {
  border:1px solid #ccc;
  clear:both;
  min-height:100px;
  max-height:300px;
  margin:10px auto 10px auto;
}

/* personal data section */

#personal_data .content_box_full {
	max-height:500px;
	overflow:hidden;
}

#personal_data .scrollbox {
	max-height:500px;
	overflow-y:scroll;
}

#person_data {
	height:400px;
	width:55%;
}

#person_data .content_header {
	font-size:10px;
	background:#ccc url('../images/box_header_lightblue.jpg') repeat-x;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#000000;
	border-bottom:1px solid #999;
	overflow:auto;
}

#person_data .content_header .content_header_text {
color:#333;
}

#person_data .scrollbox {
	max-height:400px;
}

#address_data {
	max-height:125px;
	width:42%;
	margin:5px 0px 0px 5px;
}

#address_data .content_header {
	font-size:10px;
	background:#ccc url('../images/box_header_lightblue.jpg') repeat-x;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#333;
	border-bottom:1px solid #999;
	overflow:auto;
}

#address_data .content_header .content_header_text {
color:#333;
}

#address_data .scrollbox {
	max-height:110px;
}

#contact_data {
	max-height:120px;
	width:42%;
	margin:5px 0px 0px 5px;
}

#contact_data .content_header {
	font-size:10px;
	background:#ccc url('../images/box_header_lightblue.jpg') repeat-x;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#333;
	border-bottom:1px solid #999;
	overflow:auto;
}

#contact_data .content_header .content_header_text {
color:#333;
}

#contact_data .scrollbox {
	max-height:110px;
}

#dependent_data {
	max-height:120px;
	width:42%;
	margin:5px 0px 0px 5px;
}

#dependent_data .content_header {
	font-size:10px;
	background:#ccc url('../images/box_header_lightblue.jpg') repeat-x;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#333;
	border-bottom:1px solid #999;
	overflow:auto;
}

#dependent_data .content_header .content_header_text {
color:#333;
}

#dependent_data .scrollbox {
	max-height:110px;
}

#financial_data {
  border:1px solid #ccc;
  clear:both;
  /*max-height:400px;
  */
  max-height:300px;
  margin:auto 0px auto 0px;
}

/** ----------------------------------- Dictionary lists (slightly tabular) ----------------------------------- **/

dl.table-display {
	width: 99%;
	margin: 1px 1px 1px 3px;
	padding: 0;
	height:100%;
}

.table-display dt {
	clear: left;
	float: left;
	width: 48%;
	margin: 1px;
	padding: 4px 0px 4px 10px;
	font-weight: bold;
	background:#e2e2e2;
	min-height:15px;
}

.table-display dd {
	float: left;
	width: 48%;
	margin: 1px;
	padding: 4px 0px 4px 0px;
	background:#f2f2f2;
	min-height:15px;
}

/** ----------------------------------- Tables :  ----------------------------------- */
.shadedTable {
	border-collapse:separate;
	width:100%;
}

tr.searchRow:hover td {
   background:#ccc;
}

.shadedTable thead tr td {
	background:#ABC8E2;
	border-right:1px solid #fff;
	font-weight:bold;
	color:#333;
	padding:2px;
	text-align:center;
	font-size:9px;
}

.shadedTable tbody {
	/* set overflow scroll here */
}

.shadedTable tbody tr td {
    background:#f3f3f3;
	padding:1px 3px 1px 3px;
	border-right:1px solid #fff;
}

.shadedTable tbody tr.shade_one td {
	background:#e4e4e4;	
}

.shadedTable tbody tr.shade_two td {
	background:#f2f2f2;	
}

.shadedTable tbody tr td.collapsed {
   background:#ccc;
}

.shadedTable tbody tr.future td {
	background:#D0E4F2;
	background:#E1E6FA;
	color:#666;
}

.shadedTable tbody tr.current td {
   background:#ABC8E2;
   background:#C4D7ED;
   background:#f2f2f2;
   font-weight:500;
}

.shadedTable tbody tr.past td {
   background:#E1E6FA;
   color:#666666;
}


.shadedTable tbody tr td.payment {
	background:#7F9EB7;
	background:#C4D7ED;
	background:#d2d2d2;
	color:#222;
}

.shadedTable tbody tr td.emphasis {
   background:#BBD7DE;
}

.shadedTable tbody tr.monthly_results_match td {
   background:#6B9EDF;
   font-weight:bold;
   border-top:2px solid #fff;
}

.shadedTable tbody tr.monthly_results_differ td {
   background:#FFD15A;
   font-weight:bold;
   border-top:2px solid #fff;
}

/* smaller tables for use with larger data sets */
.dataTable {
	border-collapse:separate;
    font-size:10px;
	padding:0px;
}

.dataTable thead tr td {
	background:#336699;
	font-weight:bold;
	color:#fff;
	padding:0px 1px 0px 1px;
}


/** ----------------------------------- FORMS : Balanced Form ----------------------------------- */

fieldset {
	border:0;	
}

.balancedForm {
	overflow:auto;
}

.balancedForm dl {
	background:#fff;
	overflow:auto;
}

.balancedForm dt, .balancedForm dd  {
	float:left;
	margin:2px;
	padding:5px;
	min-height:22px;
	background:#e2e2e2;
}

.balancedForm dt {
	width:40%;
	font-weight:bold;
}

.balancedForm dd {
	width:55%;
}

.balancedForm .noDisplay {
	display:none;
}

.balancedForm ul.errors li {
	float: left;
	margin: 0 0.15em;
	color:#cc0000;
}

.button {
	font-size:12px;
	padding:1px 10px 1px 10px;
	/*float:right; */
	color:#333;
	font-weight:bold;
	border:1px solid #999;
	color:#333;
	background:#ccc;
	background:#D3E2FF;
}

/* useful for making links look like buttons */
a.button_link, .button_link {
   text-decoration:none;
   font-size:10px;
   font-weight:normal;
   padding:0px 5px 0px 5px;
   border:1px solid #ccc;
   background:#fff;
   color:#0000FF;
   margin:0px 0px 0px 0px;
   padding:0px 3px 0px 3px;
}

a.button_link:hover {
	border:1px solid #333;
	background:#f2f2f2;
}

.button_standard {
	font-size:11px;
	padding:1px;
	background:#ccc url("../images/button_bg.jpg") repeat-x;
	color:#333;
}

/* required form elements */
.required {
	border-bottom:1px solid #FF9C44;
	border-bottom:2px dotted #FF9C44;
	color:#E86D00;
	padding:1px;
}

.readonly {
	color:#666666;	
}

/* ----------------------------------- VARIOUS ----------------------------------- */

.message_box {
	border-bottom:2px solid #FF9C44;
	background:#FFCC11;
	padding:5px;
	color:#333;
	margin:0px 0px 10px 0px;
}

.red {
	color:#cc0000;	
}

/* ----------------------------------- LISTS ----------------------------------- */


/* subNavigation for use via SubNavigation view helper */

ul.subNavigation {
	font-size:11px;
	text-indent:0;
	padding:0;
	margin:15px 0px 15px 0px;
}

ul.subNavigation li {
	display:inline;
	margin:0px 5px 0px 0px;
}

ul.subNavigation li a {
	border:1px solid #D4DAFF;
	background:#E2EDFF;	
	text-decoration:none;
	padding:1px 5px 1px 5px;
	color:#455265;
}

ul.subNavigation li a:hover {
	background:#fff;
}

/* subMenu for use in boxes for editing lists */

ul.subMenu {
	font-size:10px;
}

ul.subMenu li {
	display:inline;
}

ul.subMenu li a {
	border:1px solid #ccc;
	background:#e2e2e2;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

ul.subMenu li a:hover {
	background:#fff;
}








