* {
	margin: 0;
	padding: 0;	
}

body {
	font-size:10pt;
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
tr {
	vertical-align: top;
}

img {
	border: none;
}

p {
	margin-bottom: 1em;
}

a:link {
	color: #36c;
	text-decoration: none;
}
a:visited {
	color: #36c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
}
a:active {
}

a.topnavbar:link, a.topnavbar:visited  {
	COLOR: #000000; 
	FONT-SIZE: 12pt; 
	FONT-WEIGHT:bold; 
	padding: 2px 5px 0px 5px; 
	margin: 10px 20px; 
	border-bottom: 2px solid #339933; 
	TEXT-DECORATION: none; 
	TEXT-TRANSFORM: capitalize; 
}
a.topnavbar:hover  {
	COLOR: #666666; 
	FONT-SIZE: 12pt; 
	FONT-WEIGHT:bold; 
	padding: 2px 5px 0px 5px; 
	margin: 10px 20px; 
	border-bottom: 2px solid #ffffff; 
	TEXT-DECORATION: none; 
	TEXT-TRANSFORM: capitalize; 
}


div#container {
	width: 100%;
	text-align: left;
}



/* ------------------------------------------------------
   header1 : page masthead and main navigation (nav_main)
	------------------------------------------------------ */

div#header1_background { /* green strip across the top of the page */
	height: 70px;
	/*background-color: #339933;*/
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
	/*background-position: 1px 3px;*/
}

div#header1 {
	margin-left: 100px; /* margins should be set for header1, header2 and main_area */
	margin-right: 100px;
	overflow: hidden;
}

/* header1-h1: page masthead */
div#header1 h1 {
	margin: 15px 0px 0px 0px;
	font-size: 24pt;
	font-weight: bold;
	color: #000;
	float: left;
}

/* header1-nav_main : main navigation */
ul#nav_main {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* reset */
	font-size: 10pt;
	text-align: right;
	list-style-type: none;
}
ul#nav_main li {
	margin: 0px 0px 0px 0px; /* reset in case of general setting on li */
	padding: 0px 5px 0px 10px; /* reset */
	display: inline;
	background-image: none;
	border-left: 1px solid #000;
}
ul#nav_main li.first-child {
	border-left: none;
}
ul#nav_main li a {
	color: #000;
}
ul#nav_main li.current a { /* Mark the current page */
	font-weight: bold;
}



/* ------------------------------------
   header2 : breadcrumb and user_status
	------------------------------------ */
div#header2 {
	margin-left: 100px; /* margins should be set for header1, header2 and main_area */
	margin-right: 100px;
	overflow: hidden;
}

/* header2-breadcrumb */
ul#breadcrumb {
	margin: 10px 0px 5px 0px; /* top and bottom margins should be similar to user_status */
	padding: 0px 0px 0px 0px; /* reset*/
	font-size: 9pt;
	text-align: left;
	color: #333;
	list-style-type: none;
	float: left;
}
ul#breadcrumb li {
	display: inline;
	margin: 0px 0px 0px 0px; /* reset */
	padding: 0px 0px 0px 12px; /* reset with left-padding set */
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
ul#breadcrumb li.first-child {
	border-left: none;
}

/* header2-user_status */
div#user_status {
	margin: 10px 5px 5px 0px; /* top, bottom should be same as breadcrumb; right is set to match nav_main */
	padding: 0px 0px 0px 0px; /* reset*/
	font-size: 9pt;
	text-align: right;
	color: #333;
}



/* --------------------------------------
   page_title : title of the current page
	-------------------------------------- */
div#page_title {
	margin-left: 100px; /* margins should be set for header1, header2 and main_area */
	margin-right: 100px;
	overflow: hidden;
}
div#page_title h1 {
	margin: 0px 0px 10px 0px;
	font-size: 24pt;
	font-weight: bold;
}



/* ------------------------------------------------------
   main_area : sidebar and content
	------------------------------------------------------ */
div#main_area {
	margin-left: 100px; /* margins should be set for header1, header2 and main_area */
	margin-right: 100px;
}

/* main_area-sidebar */
div#sidebar {
	margin: 0px 0px 0px 0px; /* reset */
	padding: 0px 15px 10px 0px;
	width: 170px;
	font-size: 10pt;
	height: 400px; /* min height so the border-right will be long enough on a short page */
	border-right: 1px dashed #999;
	float: left;
}
div#sidebar h3 {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	width: 155px;
	border-bottom: 1px dotted #999;
	color: #666;
	font-size: 11pt;
	height: 4px;
	float: right;
}
div#sidebar h2 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #999;
	font-size: 11pt;
	font-weight: bold;
	color: #666;
}
div#sidebar ul {
	margin: 0px 0px 0px -8px; /* -8px left-shift to make space for bullet */
	padding: 0px 0px 10px 0px;
	display: block;
	list-style-type: none;
	list-style-position: inside;
}
div#sidebar li {
	padding: 0px 0px 0px 8px;
	width: 155px;
	float: right;
}
div#sidebar li.current {
	background-image: url(../images/bullet_current.gif);
	background-repeat: no-repeat;
	background-position:	0px 3px;
}
div#sidebar li.action a {
	color: #393;
}

/* main_area-content */
div#content {
	margin: 0px 10px 10px 190px;
	padding: 0px 0px 10px 10px;
}
div#content h1 {
	margin: 0px 0px 0.5em 0px;
	padding: 1em 0px 0px 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #666;
	border-bottom: 1px #999 dotted;
}
div#content ol {
	list-style-position: inside;
}
div#content ul {
	list-style-position: inside;
}
/* form_area-content */
div#contentform {
	margin: 20px 10px 10px 95px;
	padding: 10px 10px 10px 10px;
}
div#contentform h1 {
	margin: 0px 0px 0.5em 0px;
	padding: 1em 0px 0px 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #666;
	border-bottom: 1px #999 dotted;
}
div#contentform ol {
	list-style-position: inside;
}
div#contentform ul {
	list-style-position: inside;
}
/* static_area-content */
div#contentstatic{
	margin: 20px 95px 10px 95px;
	padding: 10px 10px 10px 10px;
}
div#contentstatic h1 {
	margin: 0px 0px 0.5em 0px;
	padding: 1em 0px 0px 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #666;
	border-bottom: 1px #999 dotted;
}
div#contentstatic ol {
	list-style-position: inside;
}
div#contentstatic ul {
	list-style-position: inside;
}

.hdr {
	padding: 1em 0px 0px 0px;
	font-size:12pt;
	font-weight: bold;
}
.addressnote {
	font-size:9pt;
	font-weight: normal;
}

.subtitle {
	font-weight: normal;
}

.date {
	font-size:8pt;
	color: #666;
}
.smallsubnote {
	font-size: 60%;
	font-weight: normal;
	vertical-align: top;
	color: #999999;
}
.subnote {
	font-size: 80%;
	font-weight: normal;
	color: #999999;
}
.instruction {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
}
.fade {
	color: #999999 !important;
}

.current {
	font-weight: bold;
}

.zerotop {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

div.hidden {
	visibility: visible;
	float: none;
}

table.show th.section {
	padding: 8px 4px 2px 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #aaaaaa;
}
table.show th {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
table.show td {
	padding: 0px 4px 0px 2px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}
.nounderline {
	padding: 0px 4px 0px 2px;
	border-bottom: 1px solid #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}
table.edit th.section {
	padding: 8px 4px 2px 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #aaaaaa;
}
table.edit th {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
table.edit td {
	padding: 0px 4px 0px 2px;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

table.edit td.center {
	padding: 0px 4px 0px 2px;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table.box th.section {
	padding: 8px 4px 2px 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #aaaaaa;
	background-color: #ffffff;
	
}
table.edit th.leftsection {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
table.edit th.centersection {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.edit th.centersectionhdr {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #556B2F;
	background-color: #ffffff;
}
table.box th {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	background-color: #cec;
}
table.box th.leftsection {
	padding: 0px 4px 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #cec;
}
table.box td {
	padding: 0px 4px 0px 2px;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	background-color: #cec;
}

table.family_members th, td {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 5px;
	font-size: 10pt;
}
table.family_members th {
	font-weight: bold;
	border-bottom: 1px solid #000;
}
table.family_members td {
	font-weight: normal;
}
table.family_members tr.odd {
	background-color: #cec;
}

tr.basictable th {
	padding: 2px 10px 2px 5px;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
tr.basictable td {
	padding: 4px 10px 4px 5px;
	font-size: 9pt;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
tr.basictable_edit td {
	padding: 3px 10px 3px 5px;
	font-size: 9pt;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

ul.ajax_list {
	list-style-type: none;
	font-size: 10pt;
}
li.ajax_list_item {
}
div.ajax_show_item {
	padding-top: 4px;
	padding-bottom: 3px;	
}
div.ajax_edit_item {
	background-color: #FFFACD;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 9pt;
}
input.ajax_edit_item {
	padding-top: 2px;
	padding-bottom: 1px;	
	font-size: 8pt;
}
select.ajax_edit_item,
select.ajax_edit_item option {
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
select.ajax_edit_item optgroup {
	font-size: 8pt;
	color: #aaaaaa;
	font-style: normal;
	font-weight: normal;
}
div.ajax_add_item {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	font-size: 8pt;
}
input.ajax_add_item,
select.ajax_add_item {
	font-size: 8pt;
}
span.ajax_submit_item, input.ajax_submit_item {
	font-size: 8pt;
}
span.ajax_submit_item a:link, span.ajax_submit_item a:visited {
	color: #f00;
	text-decoration: underline;
}
div.ajax_paginator {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
}
div.ajax_paginator select {
	font-size: 8pt;
}
form.ajax_inline_form {
	display: inline;
}

.fieldWithErrors{
	display: inline;
}


.list {
	font-size: 9pt;
	font-weight: normal;
}
.list_section {
	padding-top: 15px;
	font-weight: bold;
}
.list_item {
	padding-left: 15px;
	list-style-type: none;
}
.list_item_content {
	padding-top: 2px;
}
.list_item_editpart {
	position: relative;
	z-index: 2;
}
.list_admin {
	padding-left: 15px;
	font-size: 8pt;
	font-weight: normal;
}
.list_admin a:link,
.list_admin a:visited {
	color: #000;
	text-decoration: underline;
}
.inline_textfield {
	font-family: monospace;
	font-size: 9pt;
}
.inline_submit {
	font-size: 8pt;
	color: #999;
}
.inline_submit a:link,
.inline_submit a:visited {
	color: #f00;
	text-decoration: underline;
}
span.link_to_edit_nubbin {
  position: absolute;
  width: 30px;
  top: 0px;
  left: -30px;
  padding: 0 0 0 7px;
  /*padding: 3px 0 6px 7px;*/
  z-index: 1;
}


/* classes for validator */
  .tfvHighlight
    {color: #EE0000;}
  .tfvNormal
    {color: black;}

