
/* - ++resource++plan.plonetheme.thickbox/thickbox.css - */
@media screen {
/* http://plan-international.org/portal_css/++resource++plan.plonetheme.thickbox/thickbox.css?original=1 */
*{padding: 0; margin: 0;}
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}
#TB_secondLine {
color:#666666;
padding:6px 0 2px 0;
font-weight:normal;
}
a#TB_closeWindowButton {color: #007CC3; background:url(++resource++plan.plonetheme.thickbox/close.gif) no-repeat center right; padding:0 18px 0 0; text-decoration:none; font-weight:bold; cursor:pointer;}
#TB_window a:link {color: #007CC3; text-decoration:none;}
#TB_window a:visited {color: #007CC3; text-decoration:none;}
#TB_window a:hover {color: #007CC3; text-decoration:underline;}
#TB_window a:active {color: #007CC3; text-decoration:none;}
#TB_window a:focus{color: #007CC3; text-decoration:none;}
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack {background: url(++resource++plan.plonetheme.thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
position: fixed;
background: #fff;
z-index: 102;
color:#484848;
display:none;
border: 0px solid #525252;
text-align:left;
top:50%;
left:50%;
}
* html #TB_window { /* */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border: 1px solid #E0E6EA;
}
#TB_caption{
padding:8px 10px 10px 15px;
float:left;
font-weight:bold;
}
#TB_closeWindow{
padding:8px 15px 10px 0;
float:right;
}
#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}
#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}
#TB_title{
background-color:#e8e8e8;
height:27px;
}
#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
padding:15px;
}
#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}
#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* */
}
* html #TB_load { /* */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}
* html #TB_HideSelect { /* */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}

}


/* - ++resource++collective.blogging.static/blogging.css - */
@media screen {
/* http://plan-international.org/portal_css/++resource++collective.blogging.static/blogging.css?original=1 */
/* */
.blogNewsImageContainer {
float:right;
margin:0 0 0.5em 1em;
width:202px;
}
.blogImageContainer {
margin:1em 0;
width:402px;
}
/* */
/* */
div.overlay {
width: auto;
height: auto;
/* */
display: none;
/* */
margin: 1em;
font-size: 80%;
z-index:1000;
}
/* */
div.overlay div.close {
background-image: url(++resource++collective.blogging.static/close.png);
position: absolute;
right: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}
.pb-image {
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}
/* */
/* */
#gallery-box div.imageTitle {
background:#fff;
border:1px solid #8CACBB;
border-top:0 none;
width:380px;
margin:0 auto 5px auto;
padding:5px 10px;
}
#gallery-box div.imageTitle a {
color:#76797C;
text-decoration:none;
}
#gallery-box div.imageTitle a:hover {
color:#000;
}
#image_wrap {
/* */
width:100%;
margin:15px 0 0 0;
padding:15px 0;
/* */
text-align:center;
/* */
background-color:#DEE7EC;
border:2px solid #fff;
outline:1px solid #8CACBB;
-moz-ouline-radius:4px;
}
#image_wrap img {
border:1px solid #8CACBB;
}
div.scrollable {
/* */
position:relative;
overflow:hidden;
width:100%;
height:130px;
/* */
background-color:#DEE7EC;
border:2px solid #fff;
outline:1px solid #8CACBB;
-moz-ouline-radius:4px;
}
div.scrollable div.galleryItems {
/* */
width:20000em;
position:absolute;
}
div.scrollable div.galleryItems div {
float:left;
}
/* */
div.galleryItems img {
border:2px solid #fff;
outline:1px solid #8CACBB;
}
div.galleryItems img.active {
border:2px solid #FFA500;
background-color:#fff;
}
/* */
#gallery-box a.browse {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(++resource++collective.blogging.static/hori_large.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
float:left;
font-size:1px;
height:30px;
margin:5px 10px;
width:30px;
}
#gallery-box a.right {
background-position:0 -30px;
clear:right;
float:right;
margin-right:0;
}
#gallery-box a.right:hover {
background-position:-30px -30px;
}
#gallery-box a.right:active {
background-position:-60px -30px;
}
#gallery-box a.left {
margin-left:0;
}
#gallery-box a.left:hover {
background-position:-30px 0;
}
#gallery-box a.left:active {
background-position:-60px 0;
}
#gallery-box a.disabled {
visibility:hidden !important;
}
/* */
td.entryMap div.googleMapLocation {
width:100%;
}
/* */
.helpTopLink {
float:right;
}
.blogArchivePortlet div.archiveMonth {
padding-left:1em;
}
.blogArchivePortlet span.archiveCount {
font-weight:bold;
}
.blogArchivePortlet div.archiveMonths {
padding-left: 1em;
}
dl.sharePortlet a {
border-bottom:0 none!important;
}
div.manageBlogLinks {
padding-top:0.5em;
}
#filter-blog-form label {
font-weight: normal;
}
#filter-blog-form td {
padding: 0 1em 1em 0;
}
#filter-blog-form select {
width: 100%;
}
.blogPostsCount {
padding-top:0;
}
div.tileFooter {
border:1px solid #8CACBB;
background-color:#DEE7EC;
padding:0.4em 1em;
}
div.entrySharing {
float:right;
}
div.entrySharing a {
border-bottom:0 none!important;
}

}


/* - plan-pfg-forms.css - */
@media screen {
/* http://plan-international.org/portal_css/plan-pfg-forms.css?original=1 */
.pfg-form {}
.pfg-form form {
float: left;
margin: 10px 0 20px 0;
width: 100%;
}
.pfg-form .field,
.pfg-form .field.error {
background: #F7EFDA;
border-bottom: 1px solid #DED6C4;
clear: both;
float: left;
margin: 0;
padding: 7px 0;
position: relative;
width: 100%;
}
.pfg-form .field label {
font-weight: normal;
line-height: 1;
}
.pfg-form .field label.formQuestion {
display: block;
left: 20px;
margin: 0;
position: absolute;
top: 10px;
width: 200px;
}
.pfg-form .error label.formQuestion {
color: #D00;
font-weight: bold;
}
.pfg-form .field div.formHelp {
clear: left;
color: #76797C;
float: left;
font-weight: normal;
margin: 20px -230px 0 20px;
width: 200px;
}
.pfg-form .field div.fieldErrorBox {
margin-left: 230px;
}
.pfg-form .field span.fieldRequired {
left: 10px;
line-height: 1;
position: absolute;
top: 7px;
text-indent: -999em;
}
.pfg-form .field input, .pfg-form .field textarea, .pfg-form .field select {
background: #fff;
border: 1px solid #D5C8AE;
display: block;
margin: 0 10px 0 230px;
max-width: 300px;
padding: 2px 4px;
}
.pfg-form .field input.noborder {
background: none;
border: none;
margin: 0 0 0 230px;
padding: 0;
}
.pfg-form .field input[type=radio] {
display: inline;
}
.pfg-form div.formControls {
clear: both;
padding: 7px 0;
width: 100%;
}
.pfg-form div.formControls input {
background: #007CC3;
border: none;
clear: none;
color: #fff;
display: inline;
float: right;
font-weight: bold;
font-size: 1.1em;
margin: 5px 0 0 10px;
padding: 4px 6px;
width: auto;
}
.pfg-form span.required {
float: left;
margin-right: 4px;
}
/* */
.pfg-form:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .pfg-form {zoom: 1;}  /* */
*:first-child+html .pfg-form {zoom: 1;}  /* */
.pfg-form div#pfg-fieldwrapper {
border-top: 1px solid #DED6C4;
}
.pfg-form .hiddenStructure {
display:none!important;
}
}


/* - ++resource++fourdigits.portlet.twitter.stylesheets/twitterportlet.css - */
@media screen {
/* http://plan-international.org/portal_css/++resource++fourdigits.portlet.twitter.stylesheets/twitterportlet.css?original=1 */
.portletTwitterPortlet .userPicture {
float:left;
margin-right: 4px;
}
.portletTwitterPortlet .userName,
.portletTwitterPortlet .userLocation {
font-size: 120%;
font-weight: bold;
}
.portletTwitterPortlet .userDescription {
font-style: italic;
}
.portletTwitterPortlet .tweetPicture {
float:left;
margin-right: 4px;
}

}

