/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:top;
}
body {line-height:1.5;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {
	font-size:75%;
	line-height: 100%;
	color:#000;
	background-color: #f6f5e4;
	background-image: url(/images/bg.gif);
	text-align: left;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;font-family: Georgia, 'Times New Roman', Times, serif;}
h1 {font-size:2.4em;line-height:1;margin-bottom:0.5em;font-style:italic;color: #000;}
h2 {font-size:1.6em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height: 1.8em;margin-bottom:1em; color: #666}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; line-height: 1.7em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color: #C60;text-decoration:underline;}
a:hover {color: #09F;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}


th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(/src/grid.png);}

body {
     font: 76% arial,sans-serif;margin:1.5em 0;
}


div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}

/*hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}*/
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; }
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



.gca #mainContent ul li  { list-style: none; list-style-type: none;}

.gca #mainContent ul li a {}


/*.gca {
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
}*/

.gca {
     background-repeat: repeat-x;
     background-color: transparent;
     background-image: url(/images/bg.png);
}

.gca #container {
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 10;
	width:  100%;  /* this will create a container 80% of the browser width */
	/*min-width: 800px;*/
	margin: 0 0 10px 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.gca #header {
  position: absolute;
  top: 0;
  left: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  height: 142px;
  width: 1179px;
}
.gca #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".gca #sidebar1 p" rule.
*/
.gca #sidebar1 {
	float: left;
	width: 34em; /* since this element is floated, a width must be given */
	padding: 0 0 15px 0; /* top and bottom padding create visual space within this div  */
	text-align: right;
}
.gca #sidebar1 h3, .gca #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #006562
}

.gca #container #sidebar1 ul {
	margin-top: 3px;
}


/* first level nav */
.gca #container #sidebar1 li a {
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #006562;
	text-decoration: none;
}
.gca #container #sidebar1 li a:hover {
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #87c22d ;
	text-decoration: none;
}
.gca #container #sidebar1 li  {
	margin-bottom: 1.6em;
	list-style: none;
	list-style-type: none;
}
/* first level nav */





/* secondary nav */
.gca #container #sidebar1 ul li.on ul {
	margin-right: 10px;
}
.gca #container #sidebar1 ul li.on ul li a {
	font: 1em Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	margin-right: 6px;

}
.gca #container #sidebar1 ul li.on ul li a:hover {
	font: 1em Arial, Helvetica, sans-serif;
	color: #F90;
	text-decoration: underline;
	padding-right: 6px;
	margin-right: 0;
}

.gca #container #sidebar1 ul li.on ul li {
	font: 1em Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 7px;


}
/* on */
.gca #container #sidebar1 ul li.on ul li.on a {
	color: #C60;
}





/* start third level nav */
.gca #container #sidebar1 ul li.on ul li.on ul {
	margin-right: 13px;
}
.gca #container #sidebar1 ul li.on ul li.on ul li a {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li a:hover {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline;
	padding-right: 0;
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-bottom: 1px;
	padding-right: 5px;
	background-image: url(http://globalchallengeaward.org/icons/bullet-line.png);
	background-repeat: repeat-y;
	background-position: right;
}
/* on */
.gca #container #sidebar1 ul li.on ul li.on ul li.on  a {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #C60;
	text-decoration: none;
	margin-right: 0;
}
/*  end third level nav */






/* start fourth level nav */
.gca #container #sidebar1 ul li.on ul li.on ul li ul {
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li ul.hide_4 li a {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 0;
}
.gca #container #sidebar1 ul li.on ul li.on ul li ul.hide_4 li a:hover {
	font: .9em Arial, Helvetica, sans-serif;
	color: #099;
	text-decoration: none;
	margin-right: 0;
}

.gca #container #sidebar1 ul li.on ul li.on ul li ul.hide_4 li {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 1px;
}
/*  end fourth level nav */







/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.gca #mainContent {
	margin: 0 20px 0 26em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.gca #mainContent p {
	font: 1.1em/1.7em Arial, Helvetica, sans-serif;
	color: #000;

}
.gca #mainContent ul {
	margin-bottom: 10px;
	padding-top: 10px;

}
.gca #mainContent ul li {
	font: 1.1em/1.7em Arial, Helvetica, sans-serif;

}
.gca #footer {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}
.gca #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.gca #footer p a {
		font: 1em Arial, Helvetica, sans-serif;
		color: #8cbf2a;
		text-decoration: none;
		margin: 0 9px;
}
.gca #footer p a:hover {
		text-decoration:underline;
		margin: 0 9px;
		color: #f60;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr { padding: 0; margin: 5px 0 }

.zero {
	margin-top: 0;
}

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2, .cssbox_head h3 {
    background: transparent url(/images/demobox.png) no-repeat bottom right;
    margin: 0;
    padding: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	}



.cssbox {
    width: auto !important;   /* intended total box width - padding-right(next) */
    width: 320px;              /* IE Win = width - padding */
    padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
    margin: 0 auto;         /* use to position the box */
	margin: 0 15px;
}

/* set the top-right image */
.cssbox_head {
    background-position: top right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head h2 {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 20px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;                /* IE Holly Hack */
}

/* set the top-left image */
.cssbox_head div {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;                /* IE Holly Hack */
}


/* Misc Text formatting */
.cssbox_head div {
	color: #000;
	font-weight: bold;
	font: bold 1.3em Arial, Helvetica, sans-serif;      /* this is tricky if box width is in ems */
	text-align: left;
}


.cssbox_head h3 {
    background-position: top left;
    margin: 10px 0 0 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;                /* IE Holly Hack */
}

.cssbox_head h3 {
	color: #000;
	font-weight: bold;
	font: bold 1em Arial, Helvetica, sans-serif;     /* this is tricky if box width is in ems */
	text-align: left;
	margin-top: 20px;
	padding-top: 30px;
}


/* set the lower-left corner image */
.cssbox_body {
    background-position: bottom left;
    margin-right: 25px;        /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */
	font: 1em Arial, Helvetica, sans-serif;
}


.cssbox_body p {
    margin: 0 0 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.cssbox_body a, .css_body a:hover {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-decoration: underline;
}

.cssbox .cssbox_body li {
	margin-bottom: 12px;
}
.cssbox .cssbox_body ul {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0;
}
.cssbox .cssbox_body {
	font: 1em Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.red {
     color: #900;
}

.questions h2 {
     font: 700 16px/19px Verdana, Arial, Helvetica, sans-serif;
     margin: 0;
     padding: 0;
}

.cssbox .cssbox_body #questions td {
     padding-left: 10px;
}

.cssbox .cssbox_body #form2 #howmany th {
     text-align: left;
     height: 50px;
}

.program .cssbox_head h2 {
     color: #F60;
}

.program .cssbox_body .shipment td {
     padding: 6px;
}

.program .cssbox_body .shipment th {
     padding: 10px;
}

.program .cssbox_body table.shipment {
     margin-bottom: 10px;
}

.program_grid {
     padding-left: 50px;
     font-weight: 700;
}

.cssbox .details h2 {
     text-align: center;
     font-weight: 400;
     text-decoration: underline;
}

.title {
     margin: 0 30px;
     font: 700 1.2em Verdana, Arial, Helvetica, sans-serif;
}







html, body {
     margin: 0;
     padding: 0;
}

div#header {
     position: relative;
}

div#header h1 {
     height: 80px;
     line-height: 80px;
     margin: 0;
     padding-left: 10px;
     background: #EEE;
     color: #79B30B;
}

div#header a {
     position: absolute;
     right: 0;
     top: 23px;
}

div#content p {
     line-height: 1.4;
}

div#footer p {
     margin: 0;
     padding: 5px 10px;
}

div#wrapper {
     float: left;
     width: 100%;
}

div#content {
     margin: 0 20px 0 215px;
     width: auto;
}

div#leftnav {
     float: left;
     width: 200px;
     margin-left: -100%;
     padding: 30px 0 5px 20px;
     text-align: right;
}

div#leftnav-noteam {
     float: left;
     width: 200px;
     margin-left: -100%;
     padding: 20px 25px 5px 15px;
     text-align: right;
}

div#leftnav h1 {
     padding-top: 20px;
     color: #045191;
     font: italic 2.1em Georgia, "Times New Roman", Times, serif;
     margin-bottom: 3px;
}

div#leftnav h2 {
     padding: 0;
     color: #000;
     font: 700 1.1em Arial, Helvetica, sans-serif;
}

div#leftnav p {
     margin-top: 6px;
     margin-right: 15px;
}

div#rightnav {
     float: left;
     width: 200px;
     margin-left: -200px;
	 padding-top: 52px;
}

div#footer {
     background: #fff;
     color: #000;
     clear: left;
     width: 100%;
}

div#footer a {
     display: inline;
     padding: 0;
     color: #666;
     margin: 0 12px;
     font: 700 1.1em Arial, Helvetica, sans-serif;
}

div#footer a:hover {
     color: #09F;
}

.gca #container #leftnav div {
     text-align: center;
     font: .8em Arial, Helvetica, sans-serif;
     color: #000;
     padding: 4px;
     float: right;
}

#leftnav div img {
     border: 1px groove #000;
}

.gca #container #wrapper #content #message_center h3, .gca #container #wrapper #content #challenges h3 {
  font: italic normal 1.8em Georgia, 'Times New Roman', Times, serif;
  color: #900;
  text-decoration: none;
  padding: 15px 0 0px 0;
}

.gca #container #wrapper #content .message {
	text-align:center;
	font: italic 2em Georgia, 'Times New Roman', Times, serif;
	color: #045191;
	margin-bottom: 5px;
}
.gca #container #wrapper #content .cssbox .cssbox_head h2 {
	text-align:right;
	font: bold .95em Arial, Helvetica, sans-serif;
	color: #70700a;
	text-decoration: none;}
.gca #container #wrapper #content .cssbox .cssbox_head h2 a {
	color: #70700a;
	font: bold .95em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cssbox_head h2 a:hover {
	color: #990;
	font: bold .95em Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.global-resources {
	font: italic 2em Georgia, 'Times New Roman', Times, serif;
	color: #045191;
}
.tag-cloud {
	text-align:center;
	font: Arial, Helvetica, sans-serif;
	color: #666;
}
div#accordion h3.toggler { font-style: italic}
div#accordion h3.toggler span { color: #900; font-weight: bold; font-style: italic}
div#accordion h3.toggler strong.accordionTitle { font-size: 1.3em; font-style: normal}

div#accordion div.element p { padding-bottom: 15px }
div#accordion div.element table p img { padding: 0; float: 0; margin: 0 }


.link, .link a {
	font: bold .88em Arial, Helvetica, sans-serif;
	color: #369;
	text-decoration: none
}
.link a:hover {
	color: #F90;
	text-decoration: none
}
.admin-message {
	height: auto;
	background-color: #ffffcc;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
	padding: 3px 2px 7px 5px;
	list-style: none;
	margin: 0;
	line-height: 1.6;
	color: #900
}
.message-center-A {
/*	height: 14px; */
	background-color: #f2f2f2;
	padding:3px 2px 6px 5px;
	list-style: none;
	margin: 0;
	line-height: 1.6;
	margin-bottom: 0;
}
.message-center-B {
/*	height: 14px;*/
	background-color: #FFC;
	padding: 3px 2px 6px 5px;
	list-style: none;
	margin: 0;
	line-height: 1.6;
}
ul.messages {
  margin: 0;
  list-style: none;
}

ul.messages input {
  font: normal normal 1.2em Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  margin: 5px 0 0 0
}

ul.messages li.message-center-B {
	margin: 0;
}
.message-new-old {
	font: bold .78em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 3px 0 7px 0;
}
.cssbox_body .messages .message-center-A, .cssbox_body .messages .message-center-B, .cssbox_body .messages .admin-message {
	margin-bottom: 0;
}
.gca #container #wrapper #content .cssbox .cssbox_body .messages .admin-message img {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.gca #container #wrapper #content .cssbox .cssbox_head a:hover {
	color: #39F;
	}
.tplinks {
	vertical-align:middle;
	margin: 0 5px 0 10px;
	border: none;
}


.when-message {
	font-size: .8em;
	color: #666;
}

/* SEARCH page */

/* set the image to use and establish the lower-right position */
.cssbox_team, .cssbox_body_team, .cssbox_head_team, .cssbox_head_team h2 {
    background: transparent url(/images/team-box.png) no-repeat bottom right;
    margin: 0;
    padding: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
}

/* set the lower-left corner image */
.cssbox_body_team {
    background-position: bottom left;
    margin-right: 25px;        /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */
}

.cssbox_team {
    width: 260px !important;   /* intended total box width - padding-right(next) */
    padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
    margin: 0 auto;         /* use to position the box */
   	margin: 0;
}


/* set the top-right image */
.cssbox_head_team {
    background-position: top right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head_team h2 {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 1px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;                /* IE Holly Hack */
}

/* set the top-left image */
.cssbox_head_team div {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;                /* IE Holly Hack */
}





/* set the lower-left corner image */
.cssbox_body_team {
	background-position: bottom left;
	margin-right: 25px;        /* interior-padding right */
	/*padding: 1px 0 15px 40px;  mirror .cssbox_head right/left */
	font: 1em Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 0 0 1px 20px;
	margin: 0;
	vertical-align: top;
}
.cssbox_body_team h3 {
	color: #000;
	font: bold 1em Arial, Helvetica, sans-serif;     /* this is tricky if box width is in ems */
	text-align: left;
	margin-top: 0;
	padding-top: 0;
}
.gca #container #wrapper #content .cssbox .cssbox_body .team-name {
	width: 100%;
	margin-bottom: 1px;
	background-color: #ebebeb;
	color: #000;	/*font: italic normal 1.7em Georgia, 'Times New Roman', Times, serif;*/
	font: italic normal 1.7em Georgia, 'Times New Roman', Times, serif;
}
.gca #container #wrapper #content .cssbox .cssbox_body .team-name a {
	color:#00F;
	font: italic normal .45em Arial, Helvetica, sans-serif;
}
.gca #container #wrapper #content .cssbox .cssbox_body .search-tabs {
	width: 100%;
	margin: 15px 0;
	padding: 4px;
	text-align: center;
	background: url(/images/bg_tabs.png) repeat-x;
	height: 11px;
}
.gca #container #wrapper #content .cssbox .cssbox_body .search-tabs ul {
	margin:0;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
	color: #000;
}





.gca #container #wrapper #content .cssbox .cssbox_body .search-tabs li.on {
	background-color: #fff;
	border: 1px solid #999;
	border-bottom: none;
	display: inline;
	margin: 0;
	padding: 0 3px;
}
.gca #container #wrapper #content .cssbox .cssbox_body .search-tabs li.off {
	background-color: #ccc;
	border: 1px solid #999;
	border-bottom: none;
	display: inline;
	margin: 0;
	padding: 0 3px;
}

.gca #container #wrapper #content .cssbox .cssbox_body .search-tabs li.on a{
	color: #000;
	font: bold .87em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.gca #container #wrapper #content .cssbox .cssbox_body .search-tabs li.off a{
	color: #000;
	font: bold .87em Arial, Helvetica, sans-serif;
	text-decoration: none;
}







.gca #container #wrapper #content .cssbox .cssbox_body #searchmap {
	border: 0;
	width: 100%;
	margin: 0;
	margin-top: 15px;
}
.gca #container #wrapper #content .cssbox .cssbox_body #searchmap td {
	font: 1em Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.gca #container #wrapper #content .cssbox .cssbox_body #accordion .element .cssbox_team .cssbox_body_team .element p {
	font: .9em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 1px 0;
	padding: 1px 0;
	white-space: nowrap;
}
.cssbox_team .cssbox_body_team .element div.like {
	font: italic .82em Georgia, 'Times New Roman', Times, serif;
	color: #990000;
	margin: 3px 0;
	padding: 1px 0;
	white-space: normal;
}
.membercontainer {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.photo-container {
	width: 60px;
	text-align: center;
	float:left;
	margin: 0 0 30px 0;
	padding: 0;
}
.adult {
	font: 1em 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #666;
}
.team-info-box {
	margin: 0 8px 0 65px;
	padding: 0;
}
.name {
	margin: 1px 0;
	padding: 1px 0;
}
span.name a {
	font: 1.1em 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #000;
	white-space: nowrap;
}
span.name a:hover {
	font: 1.1em 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #0066FF;
	text-decoration: none;
	white-space: nowrap;
}
.location {
	font: .9em 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #666;
	margin: 1px 0;
	padding: 1px 0;
	white-space: nowrap;
}
.email {
	font: .9em 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #0000FF;
	margin: 1px 0;
	padding: 1px 0;
	white-space: nowrap;
}
.gca #container #wrapper #content .cssbox .cssbox_body #accordion .element .cssbox_team .cssbox_body_team .element #team-box td {
	background:url(images/separator_team.png) no-repeat right;
	vertical-align: top;
	width: 33%;
}
.non-membercontainer {
	padding: 8px;
	vertical-align: top;
	background-color:#ff6;
}
/*.numbered-items {
	margin: 2px 0;
	white-space: nowrap;
	font: bold .7em Arial, Helvetica, sans-serif;
}*/
.numbered-items a {
	color: #0000FF;
}
div.find-a-member  {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #900;
	margin: 0 0 1px 0;
	padding: 0 0 5px 0;
	white-space: nowrap;
	text-decoration: none;
}
.non-member-photo {
	width: 60px;
	text-align: center;
	float:left;
	margin: 0;
	padding: 0;
}
.container-for-boxed-numbers {
	margin: 0 0 0 65px;
	padding: 0;
}
.container-for-boxed-numbers ul {
	padding-left: 12px;
}

.cssbox_team .cssbox_body_team .element #team-box li {
	margin: 1px 0;
	white-space: nowrap;
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
}
.cssbox_team .cssbox_body_team .element #team-box li a {
	margin: 1px 0;
	white-space: nowrap;
	color: #0000FF;
	padding: 0
}
.cssbox_body_team .element #team-box .non-membercontainer td {
	width: auto;
	padding: 5px 5px 5px 15px;
}
.cssbox_team .cssbox_body_team .element #team-box .non-membercontainer ul {
	margin: 5px 0 5px 15px;
}
.gca #container #wrapper #content .cssbox .cssbox_body #accordion .element .cssbox_team .cssbox_head_team h2 {
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #000;
}
.gca #container #wrapper #content .cssbox .cssbox_body #accordion .element .cssbox_team .cssbox_head_team span {
	font: italic bold 1.1em Arial, Helvetica, sans-serif;
	color: #C00;
}
.invite_me {
	background:url(/images/bu_invite_me.png) no-repeat;
	width: 132px;
	height: 21px;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px 7px 3px 16px;
	margin: 7px 0 0 0;
	text-align:left;
}

/*.invite_me {
	cursor:pointer;
	background:url(/images/bu_invite_me_over.png) no-repeat;
	width: 132px;
	height: 21px;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px 7px 3px 16px;
	margin: 7px 0 0 0;
	text-align:left;
}
*/
.details a {
	font: .9em Arial, Helvetica, sans-serif;
	color: #09F;
}
.details a:hover {
	font: .9em Arial, Helvetica, sans-serif;
	color: #C00;
}
#searchmap .cssbox_team .cssbox_head_team h2 {
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
.delete_member {
	display:inline;
}


.delete_button {
	display:inline;
	float: right;
}
.user-search .user_search td {
	margin: 0;
	padding: 0 4px;
}
.user_search select, .user_search input {
	margin: 0;
	padding: 0;
}
.user-search .user_search th {
	font-weight: bold;
}
.recordset  {
	background-color: #666;
	margin: 10px 0 20px 10px;
}

recordset-end {
	border-bottom: 1px solid #666;
	height: 1px;
	background-color: #fff;
}

.recordset .recordset th {
	font-weight: bold;
	background-color: #ccc;
	text-align: center;
	border: 1px solid #666;
	border-bottom: none;
	border-right: none;
}
.recordset .recordset td {
	background-color: #fff;
	border: 1px solid #666;
	border-bottom: none;
	border-right: none;
	text-align: center;
}
.recordset .recordset-end td.end {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	border: none;
}
.recordset .recordset .center {
	text-align: center;
}
.recordset .recordset .white-out {
	border: none;
	background-color: #FFF;
	font-size: .83em;
}
#container #splash_footer a {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 7px;
}
#container #splash_footer a:hover {
	color: #f90;
}

#container #splash_footer {
	margin: 20px 0;
}
a.splash_login {
	text-decoration: none;
	font: bold .83em Arial, Helvetica, sans-serif;
	color: #666;
}

#container .cssbox_team .cssbox_body_team .splash_box {
	padding: 15px 20px 20px 20px;
	text-align: left;
	color: #000;
	font: 1.4em/1.6em Georgia, "Times New Roman", Times, serif;
}
#container .cssbox_team .cssbox_body_team .splash_box p {
	text-align: left;
	color: #000;
	margin-bottom: 20px;
}
#container .splash_container {
	width: 1152px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
}
.splash_header {
	margin: 25px 70px 0 0;
}


.todo_header {
	padding-top: 10px;
     color: #045191;
     font: italic 1em Georgia, "Times New Roman", Times, serif;
	 height: 37px;
}


/*  points  */

.points {
	width: 192px;
	background:url(/images/points-box2.png) no-repeat top right;
	margin: 5px 0;
	padding: 0;
	height: 60px;
}
.gca #container #leftnav .points h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px 0;
	padding-top: 2px;
}
.gca #container #leftnav .points h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000;
}
.gca #container #leftnav .points span {
	color: #CC0033;
}


/* To Do Box */

.gca div#container div#leftnav table.todo  {
	margin: 15px 0 10px 24px;
	width: 162px
}
.gca div#container div#leftnav table.todo td.todo-top {
	background: url(/images/note-top.png) no-repeat top;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
}
.gca div#container div#leftnav table.todo td.todo-top img {
	margin: 5px 0 5px 10px;
  border: none;
}
.gca div#container div#leftnav table.todo td.todo-top h1 {
	display: inline;
	color: #045191;
}
.gca #container #leftnav .todo .todo-middle {
	background: url(/images/note-middle.png) no-repeat top;
	margin: 0;
	width: 162px;
	clear: both;
	padding: 0 0 0 15px;
}
.gca #container #leftnav .todo .todo-middle form {
	margin: 0;
	padding: 0;
}
.gca #container #leftnav .todo .todo-middle .todo-item {
	margin: 0;
	width: 130px;
	padding: 0;
	font-size: .87em;
}
.gca #container #leftnav .todo .todo-middle .todo-item td {
	margin: 0;
	padding: 0;
}
.gca #container #leftnav .todo .todo-middle .todo-item input {
	vertical-align: text-bottom;
	margin: 0;
}
.gca #container #leftnav .todo .todo-middle .todo-item .todo-text {
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.3em;
	color: #70700a;
	margin-bottom: 7px;
	padding-top: 0;
	padding-right: 3px;
	margin-top: 0;
	float: right;
}
td.add-item-link {
	text-align: left;
	font-weight: bold;
	width: 105px;
	font-size: .9em;
	line-height: 1.3em;
	color: #70700a;
	padding-bottom: 7px;
	padding-top: 10px;
	padding-right: 5px;
	margin-top: 0;
}

td.add-item-link p {
	padding: 0 0 8px 0;
	margin: 0;
	color: #900;
}
td.add-item-link p a {
	color: #900;
}
td.add-item-link p a:hover {
	color: #000;
}

.gca #container #leftnav .todo .todo-middle #finished-todo input {
	margin: 0;
	padding: 0;
}
.gca #container #leftnav .todo .todo-middle #finished-todo td {
	padding: 0;
	margin: 0;
}
.finished-todo {
	text-align: left;
	width: 162px;
}
.gca #container #leftnav .todo .todo-middle #finished-todo .finished-todo img {
	vertical-align: middle;
	border: none;
}

.todo-bottom {
	background: url(/images/note-bottom.png) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 33px;
	width: 170px;
}
.gca #container #leftnav .todo .todo-middle #finished-todo .newtodo {
	font: bold .8em/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0 13px 8px 0;
	margin-top: 0;
}


/* revised for current code on site */
#leftnav table.todo td.todo-middle table#finished_todo_items td.newtodo {
	font: bold .8em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.3em;
	color: #999;
	margin-bottom: 7px;
	padding-top: 0;
	padding-right: 3px;
	margin-top: 0;
	float: right;
	padding: 0 20px 0 0;
}

#leftnav div table.todo td.todo-middle table#finished_todo_items td {
	padding: 0;
}

#leftnav div table.todo td.todo-middle table#finished_todo_items td.newtodo {
	padding-top: 2px;
}

#leftnav div table.todo td.todo-middle table#finished_todo_items td image {
 vertical-align: middle;
}

#leftnav div table.todo td.todo-middle #todo_items .todo-text {
padding-top: 5px;
}
.gca #container #leftnav .help_text {
	text-align: right;
}
.gca #container #leftnav .help_text p {
	margin: 0 0 20px 0;
}
.gca #container #leftnav .help_text li {
	margin-bottom: 9px;
}
.gca #container #leftnav .help_text ul {
	list-style-type: none;
	font: 1.08em/1.6em Arial, Helvetica, sans-serif;
}


/*  START dashboard LINKs at the top of page  */
.gca #container #wrapper #content .cssbox .cssbox_head .GCA-links {
    height: 16px;
    text-align: right;
    padding-top: 0;
}
.gca #container #wrapper #content .cssbox .cssbox_head .GCA-links a {
    color: #70731E;
    font: bold .7em Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.gca #container #wrapper #content .cssbox .cssbox_head .GCA-links a:hover {
    color: #FF6600;
}
.gca #container #wrapper #content .cssbox .cssbox_head .GCA-links .tplinks {
    vertical-align: middle;
    margin-left: 10px;
}
.gca #container #wrapper #content .cssbox .cssbox_head .GCA-links a.GCAlogin {
    margin-left: 20px;
    color: #0000FF;
}
/*  END dashboard LINKs at the top of page  */

/*  START dashboard welcome username  */
.welcome {
    background: url(/images/bg-dashboard-title.png) no-repeat;
    padding-left: 66px;
    width: 800px;
    height: 55px;
    font: Italic 2.3em/2em Georgia, 'Times New Roman', Times, serif;
}
.gca #container #wrapper #content .cssbox .cssbox_body .welcome span {
    font-size: .8em;
}
/*  END dashboard welcome username  */

/*  START dashboard message  */
.dashboard-message {
	background-color: #fffff0;
	border: 1px solid silver;
	padding: 10px;
    font: 1.2em Georgia, 'Times New Roman', Times, serif;
}
.gca #container #wrapper #content .cssbox .cssbox_body .dashboard-message p {
    margin: 0 0 0 28px;
    padding: 0;
    font-size: 1.6em;
}
.gca #container #wrapper #content .cssbox .cssbox_body .dashboard-message ul {
    margin: 0 0 0 30px;
    padding-top: 0;
}
.gca #container #wrapper #content .cssbox .cssbox_body .dashboard-message li {
    list-style-image: url(/images/icons/icon_leaf.png);
    margin-bottom: 1px;
    padding-left: 4px;
}
/*  END dashboard message  */

#saveWorldmessage {
  position: absolute;
  left: 134px;
  top: 0;
  width: 170px;
  height: 40px;
  background-image: url(http://globalchallengeaward.org/images/balloon.png);
}

#saveWorldmessage p {
  font-size: .78em;
  line-height: 1.5em;
  padding: 13px 0;
  text-align: center;
}

.progressBar{ width:123px; height:12px; background-position:top left; background-repeat:no-repeat; float:left}
#level20{ background-image:url(/images/level20.gif);}
#level30{ background-image:url(/images/level30.gif);}
#level40{ background-image:url(/images/level40.gif);}
#level60{ background-image:url(/images/level60.gif);}
#level80{ background-image:url(/images/level80.gif);}
#level100{ background-image:url(/images/level100.gif);}

#ProfileTable{ border:2px solid #dddddd; border-collapse:collapse; font-size:12px; }

#ProfileTable td{ border:2px solid #dddddd; border-collapse:collapse; font-size:12px;}

div.Completed{ padding:5px; background-image:url(/images/Completed.gif); background-repeat:no-repeat; background-position:5px 2px; border:2px solid #98cc76; margin:5px; display:block; width:160px; background-color:#ecfae3; font-size:12px; }

div.Pending{ padding:5px; background-image:url(/images/hourglass.gif); background-repeat:no-repeat; background-position:5px 2px; border:2px solid #dddddd; margin:5px; display:block; width:160px; font-size:12px; }
.leftHeading {
	color:#666666;
	font-family:arial;
	font-weight:bold;
	line-height:1.8em;
	margin-bottom:1em;
}

.user-list td {
    padding: 10px;
  }

.user-list th {
    background-color: #A7BDBF;
    color: #fff;
    padding: 3px 8px;
  }
