html,body {
	margin: 0;
	padding: 0;
	z-index: 0;
	text-align: center;
	font-family: sans-serif, arial, helvetica;
	color: #555555;
	font-size: 12px;
	line-height: 1.2em;
}

input.text {
	width: 200px;;
	border: 1px groove #6c7d8e;
	padding: 1px 1px 1px 3px;
}


input.text2 {
	width: 100px;;
	border: 1px groove #6c7d8e;
	padding: 1px 1px 1px 3px;
}

img {border: none;}
/* yes none and bold .. both text decoration */
a, a:link, a:visited, a:active { text-decoration: none; color:#128C05;  text-decoration: bold;}
a:hover { text-decoration: underline; color:#FF6600; }
/*h1 {color: #528bc0;	font-size: 125%;font-weight: bold;}*/
h1 {color: #FF6600;	font-size: 125%;font-weight: bold;}
  
/* for Mozilla/Safari/Opera */
/* Rev 20.2.15 - 11/10/2010 - PR -- min ht. of page reduced to 200px */
*>#bd {
	min-height: 200px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #bd {
	height: 400px;
}


label.black {
	color: #000000;
}

#doc {
	width: 810px;
	background: #FFFFFF;
	border: 1px solid #A6A69A;
	margin: 10px auto;
	padding: 5px 20px 5px 20px;
	text-align: left;
	z-index: 0;
}

/** Header Links **/
#subnav_search {
	text-align: right;
	margin-right: 10px;
}

#subnav,.submenulinks {
	font-size: 11px;
	text-align: right;
	color: #757575;
	padding: 0;
}

#subnav a,#subnav a:visited   , .submenulinks   ,.submenulinks a:visited
{
	color: #128C05;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover,.submenulinks  a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.globnav_pipe {
	font-size: 12px !important;
	font-weight: bold;
	margin: 0 1px;
}

/** Footer links **/
div #ft {
	font-size: 12px;
	line-height: 1em;
	margin-top: 9px;
	text-align: right;
	color: #757575;
	padding: 5px 15px 5px 15px;
	/*background: url("images/footer.gif") right no-repeat;
	background: rgb(221, 88, 0) right no-repeat;*/
}

div #ft a {
	font-size: 12px;
	color: #757575;
}

/** Menu links **/
	/* mainnav div is position relative and contains 2 floated divs for the left and right egde graphics for the bg image */
#mainnav {
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	background: repeat #8dc63f;
	min-height: 35px;/*20px;*/
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#mainnav div.links {
	padding-top: 2px;
	text-align: center;
}

#mainnav div.links a:link,#mainnav div.links a:visited,#mainnav div.links a:active
	{
	color: #ffffff;
	text-decoration: none;
}

#mainnav div.links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#mainnav_left {
	float: left;
	width: 4px;
	height: 20px;
	background: url(images/menul.gif) no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
}

#mainnav_right {
	float: right;
	width: 4px;
	height: 20px;
	background: url(images/menur.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.primary_links {
	float: left;
	padding-left: 10px;
}

.secondary_links {
	float: right;
	padding-right: 10px;
}

/* navdivider div to get the horizontal lines between the orange and grey bars without having to deal with the boxmodel since the orange and grey bars require specific heights */
#navdivider {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ffffff;
}

#marketing_bg {
	width: auto;
	height: 27px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding: 2px 0 0 15px;
	background: #f3f3f3 repeat-x;
	background-position: bottom;
}
/* Rev 20.5.19 03/Nov/2010 PR - Changed Page Header color to match the logo */
#marketing {
	text-align: left;
	color: #F99F2A;
	font-size: 155%;	
}

#marketing a:link,#marketing a:visited,#marketing a:active {
	color: #3333ff;
	text-decoration: none;
}

#marketing a:hover {
	color: #3333ff;
	text-decoration: underline;
}

/* Form styles */
div.form-container {
	margin: 0px 10px 10px 10px;
	padding: 0px 5px 5px 5px;
	background-color: #fff;
}

.req {
	color: #cc0000 !important;
	font-weight: bold;
}

p.legend {
	margin-bottom: 1em;
}

p.legend em {
	color: #c00;
	font-style: normal;
}

p.note {
	font-size: 90%;
	color: #999;
}
/* UI fix for removing the left spacing introduced by the <p> tag in IE */
.note {
	font-size: 90%;
	color: #999;
}

p.simplenote {
	font-size: 90%;
	color: #999;
}

/*
input[type="text"] {
	border: 1px groove #6c7d8e;
	padding: 2px;
}

input[type="password"] {
	border: 1px groove #6c7d8e;
	padding: 2px;
}*/
div.errors {
	margin: 10px 0 1px 10px;
}

div.errors p {
	margin: 0;	
}

div.errors p em {
	color: #c00;
	font-weight: bold;
}

div.errors p em img {
	border: 0 !important;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-left: 3px;
	background: transparent !important;
}

span.fieldError {
	color: #c00;
	padding-left: 5px;
	font-size: .9em;
}

.message {
	margin: 10px 0 5px 8px;
	color: #086989;
	font-weight: bold;
}

div.form-container form p {
	margin: 0;
}

div.form-container form p.note {
	margin-left: 142px;
	font-size: 90%;
	color: #999;
}

div.form-container form fieldset {
	margin: 15px 0;
	padding: 5px 0px 10px 0px;
	border: #ddd 1px solid;
}

div.form-container form legend {	
	margin: 0px 0px 0px 10px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;	
	color: #000;
}

div.form-container form legend img {
	vertical-align: middle;
	padding-right:5px; 
}

div.form-container form fieldset div {
	padding: 0.20em 0 3px 10px;
}

div.form-container label,div.form-container span.label {
	margin-right: 5px;
	padding-right: 5px;
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	/*position: relative;*/
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	/*font-weight: bold;*/
}

div.form-container label.error,div.form-container span.error {
	color: #c00;
}

div.form-container label em,div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #c00;
}

input.error,textarea.error {
	border: 1px solid #ef5959;;
	border-left: 1px solid #ff8f8f;;
	border-top: 1px solid #ff8f8f;;
	background: #fff;
}

div.form-container input:focus,div.form-container input.error:focus,div.form-container textarea:focus{
	/*background-color: #ffc;*/
	border-color: #fc6;
	color: #000;
}

div.form-container div.controlset label,div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container div.controlset div {
	margin-left: -3px;
}

div.form-container div.buttonrow {
	margin-left: 180px;
}

/* Field-Hint with focus */
div.form-container form fieldset div.field-hint {
	position: absolute;
	width: 180px;
	z-index: 500;
	background-image: url(./images/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: -10px 0 0 320px;
	color: #000;
	padding: 0px;
}

div.form-container form fieldset div.field-hint-select {
	position: absolute;
	width: 200px;
	z-index: 500;
	margin: -25px 0 0 200px;
	color: #000;
	padding: 0px;
}

div.form-container form fieldset div.field-hint-select div {
	background-color: #fffbb8;
	border: 1px solid #ffc20d;
	margin: 0 0 0 0;
	padding: 2px 0px 2px 10px;
	z-index: 500;
}

div.form-container form fieldset div.field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	margin: 14px 0 0 0;
	padding: 2px 2px 2px 10px;
	z-index: 500;
}

/* Field-Hint without focus */
div.form-container form fieldset div.field-hint-inactive {
	visibility: hidden;
	position: absolute;
}

div.textlabel {
	color: #817a71;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

div.textlabel a {
	color: #817a71;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

textarea.invite {
	overflow: auto;
	border: 1px solid #6c7d8e;
	height: 100px;
	width: 300px;
	margin: 5px 0px 0px 0px;
	padding: 3px;
}

textarea.interest {
	overflow: auto;
	border: 1px solid #000;
	height: 50px;
	width: 350px !important;
	margin: 5px 0 10px 12px;
	padding: 3px;
}

input.button,button.button {
	cursor: pointer;
	font-weight: bold;
	font-size: 100%;
	color: #fff !important;
	background: url("images/navbar2_tile.gif"); 
	border: 1px solid #C4C4C4;	
	white-space: nowrap;
	padding: 2px 9px 2px 9px;
}

.select{
	background: #FFFADB;
	border: 1px solid #CBB945;	
	padding:1px;
	/*
	border:1px solid #000000;
	color:#E93342;
	
	*/
}

/************** RSS Feeds DIV tag starts here ****/
.feeds {
	margin: 15px 0;
	padding: 0px 5px 0px 10px;
	border: #ddd 1px solid;
	overflow:hidden
	width:575px;
	height:175px;
}

.innerfeeds {
	margin:0px 0;
	position:relative;
	padding: 1px 0px 0px 15px;
	top:0px;
	left:470px;
	width:100px;
	height:20px;
	background: url(images/menut.gif) repeat #8dc63f;
	border: #ddd 1px solid;
	text-align:center;
	color:white;
}

.feeds table{
	border-spacing: 10;
	padding: 10em;
	border: 0;
	height: 80%;
	width: 100%;
}

.feeds th {	
}

.innerfeeds a { 
	text-decoration: bold;
	color:#FFFFFF;
}

.innerfeeds a:visited { 
	text-decoration: bold;
	color:#FFFFFF;
}
.innerfeeds a:hover { 
	text-decoration: underline;
	color:#FFFFFF;
}

/************** RSS Feeds DIV tag ends here *****/


/******* Panels ********/
.instruction {
	margin: 15px 0;
	padding: 0px 0px 10px 0px;
	border: #ddd 1px solid;
	color:#006633;
}

.instruction div {
	padding: 0px 0px 6px 0px;
}
.instruction h3 {
	color:#fff;
	font-size:14px;	
	font-weight:bold;
	/*background: #7AAD34;*/
	padding:2px 0px 2px 8px;
	/*border-bottom: 1px solid #ffc20d;*/
	background: url(images/menut.gif) repeat #8dc63f;
}

/*
.linkO a, a:link, a:visited, a:active { text-decoration: none; color:#FF6600; }
.linkO a:hover { text-decoration: underline; color:#FF6600; }
*/

ul.panellist {
	margin: 0;
	padding: 5px 5px 5px 6px;
}

ul.panellist li {
	font-size: 12px;
	padding: 5px 0px 0px 1px;
}

ul.panellist li a {
	color:#ff6600;
	text-decoration: none;
}
ul.panellist li a:hover { text-decoration: none; color:#128C05; }
/*
ul.panellist li a a:link a:visited a:active {
	text-decoration: underline;
	color:#ff6600;
}
*/

ul.panellist a:hover {
	color:#ff6600;
	text-decoration: underline;
}

.bluelink {
	font-weight: bold;
	font-size: 135%;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #0000ff;
	text-decoration: underline;
}

/**** Tables ***/
.table {
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
	color: #000;
	background: #fff;
	width: 100%;
}

.table caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}

/* For Tapestry's contribTable */
.table th table,.table th table td {
	width: 100%;
	border: 0px;
}

.contribTable th {
	padding: 4px !important;	
	color:#000;
	font-weight: bold;
	background-color: #CEE7AD;		
	border: 5px solid green;
}

.contribTable th .tableHeaderTable {
	margin: 0px !important;
}

.table td,.table th,.tableHeaderTable td {
	border: 1px solid #e0e0e0;	
	/*padding: 0.5em;*/	
}

.table thead th,.tableHeaderTable td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;	
	background: #e1edf1;
}

.tableHeaderTable td a {
	color: #000;
	text-decoration: none !important;
}

.table tfoot th,tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}

.table tfoot th {
	font-weight: bold;
}

.table tbody td a {
	background: transparent;
	text-decoration: underline;
}

.table tbody td a:hover {
	background: transparent;
	text-decoration: underline;
}

.table tbody th a {
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}

.table tbody th,.table tbody td {
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.table tfoot td {
	border: 1px solid #996;
}

.table tbody tr:hover,.table tr.over,.contribTable tr:hover {
	background: #ffffd9 !important;
	/* important needed for Tapestry, as is .table tr:hover */
}

.contribTable tr.even {
	background: #fff !important;
}

.contribTable tr.odd {
	background: #eee !important;
}

/***************************/
#mobileNumberField {
	background: url("images/91.gif") left top no-repeat;
	padding-left:36px;
}

.pageNumber{
	font-weight: bold;
	line-height: 35px;
}

.pageNumber a {
  padding:5px 8px 5px 8px;
  margin-left:5px;
  border: 1px solid #9AAFE5;  

}

.pageNumber b {
  padding:5px 8px 5px 8px;
  margin-left:5px;
  border: 1px solid #2E6AB1;
  font-weight: bold;
  background: #2E6AB1;
  color: #fff;
}

/* Rev 20.4.3 - 17/10/2010 - PR -- Added no. of unread messages in inbox in the header */
.inboxUnread {
	font-weight: bold;
}

/*********************************************************************/
/**********************    TABBED HEADER  ****************************/
/* Style the tab */
.crptab {
  overflow: hidden;
  border: 1px solid #ccc;
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.crptab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 16px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.crptab button:hover {
  background-color: #bbd499;/*#ddd;*/
}

/* Create an active/current tablink class */
.crptab button.active {
  background-color: #8dc63f;/*#ccc;*/
}

/* Style the tab content */
.crptabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.primary_links button.tablinks {
	min-width: 100px;
    min-height: 30px;
}
/**********************    TABBED HEADER  ****************************/
/*********************************************************************/