
/* - base.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/base.css?original=1 */
/* */
/* */
body {
font: 69% "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
background-color: White;
color: Black;
margin: 0;
padding: 0;
}
table {
font-size: 100%;
}
a {
color: #436976;
background-color: transparent;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: 0 0 0.75em 0;
line-height: 1.5em;
}
p img {
border: none;
margin: 0;
}
hr {
border: 0;
height: 1px;
color: #ff8100;
background-color: #ff8100;
margin: 0.5em 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
color: Black;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
margin: 0.75em 0 0.25em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: Black ! important;
text-decoration: none;
}
h1 {
font-size: 160%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 125%;
border-bottom: none;
font-weight: bold;
}
h4 {
font-size: 110%;
border-bottom: none;
font-weight: bold;
}
h5 {
font-size: 100%;
border-bottom: none;
font-weight: bold;
}
h6 {
font-size: 85%;
border-bottom: none;
font-weight: bold;
}
ul {
line-height: 1.5em;
padding: 0;
}
ol {
line-height: 1.5em;
padding: 0;
}
li {
margin-bottom: 0.5em;
}
dt {
font-weight: bold;
}
dd {
line-height: 1.5em;
margin-bottom: 1em;
}
abbr, acronym, .explain {
border-bottom: 1px dotted Black;
color: Black;
background-color: transparent;
cursor: help;
}
abbr .explain {
border-bottom: none;
}
q {
font-family: Baskerville, Georgia, serif;
font-style: italic;
font-size: 120%;
}
blockquote {
padding-left: 0.5em;
margin-left: 0;
border-left: 4px solid #ff8100;
color: #76797c;
}
code, tt {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 120%;
color: Black;
background-color: #ffe9d3;
padding: 0 0.1em;
}
pre {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 100%;
padding: 1em;
border: 1px solid #ff8100;
color: Black;
background-color: #ffe9d3;
overflow: auto;
}
ins {
color: green;
text-decoration: none;
}
del {
color: red;
text-decoration: line-through;
}
/* */

}


/* - public.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/public.css?original=1 */
/* */
/* */
/* */
body.largeText { font-size: 95%; }
body.smallText { font-size: 60%; }
/* */
#portal-column-one .visualPadding {
padding: 2em 0em 1em 2em;
}
#portal-column-two .visualPadding {
padding: 2em 2em 1em 0em;
}
/* */
h1, h2 {
border-bottom: 1px solid #ff8100;
font-weight: normal;
}
/* */
body.kssActive h2.inlineEditable:hover,
body.kssActive h1.inlineEditable:hover,
body.kssActive h2.formlibInlineEditable:hover,
body.kssActive h1.formlibInlineEditable:hover {
padding-bottom: 1px;
}
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
.documentFirstHeading {
margin-top: 0;
}
.documentContent {
font-size: 110%;
padding: 1em 1em 2em 1em !important;
background: White;
}
.documentContent ul {
list-style-image: url(http://www.usclimatenetwork.org/bullet.gif);
list-style-type: square;
margin: 0.5em 0 0 1.5em;
}
.documentContent ol {
margin: 0.5em 0 0 2.5em;
}
/* */
.documentContent p a {
text-decoration: none;
border-bottom: 1px #ccc solid;
}
.documentContent p a:visited {
color: Purple;
background-color: transparent;
}
.documentContent p a:active {
color: Red;
background-color: transparent;
}
#content a:target {
background-color: #fd7 !important;
}
.documentContent li a {
text-decoration: none;
border-bottom: 1px #cccccc solid;
}
.documentContent li a:visited {
color: Purple;
}
.documentContent li a:active {
color: Red;
}
.documentContent dd a {
text-decoration: none;
border-bottom: 1px #cccccc solid;
}
.documentContent dd a:visited {
color: Purple;
background-color: transparent;
}
.documentContent dd a:active {
color: Red;
background-color: transparent;
}
/* */
/* */
#visual-portal-wrapper {
margin: 0;
padding: 0;
}
/* */
#portal-logo img {
border: 0;
padding: 0;
margin: 1em 0em 1em 2em;
}
/* */
#portal-skinswitcher {
}
#portal-skinswitcher a {
display: block;
float: left;
}
#portal-top {
/* */
margin: 0;
padding: 0;
background-color: transparent;
}
/* */
#portal-siteactions {
background-color: transparent;
white-space: nowrap;
list-style-image: none;
list-style-type: none;
margin: 1px 0 0 0;
height: auto;
line-height: normal;
float: right;
padding: 3px 2em 3px 0;
}
#portal-siteactions li {
display: inline;
}
#portal-siteactions li a {
background-color: transparent;
border: 1px solid White;
color: #76797c;
height: auto;
padding: 0.2em;
margin-right: 0.2em;
text-decoration: none;
text-transform: lowercase;
}
#portal-siteactions li.selected a {
background-color: #ffe9d3;
color: #666666;
border: 1px solid #ff8100;
}
#portal-siteactions li a:hover {
background-color: #ffe9d3;
color: #666666;
border: 1px solid #ff8100;
}
/* */
#portal-searchbox {
float: right;
clear: right;
background-color: transparent;
margin: 1.5em 0 0 0;
padding: 0 2em 0 0;
text-align: right;
text-transform: lowercase;
white-space: nowrap;
z-index: 2;
}
#portal-advanced-search {
margin-top: 0.2em;
clear: both;
}
#portal-advanced-search a {
color: #76797c;
text-decoration: none;
text-transform: lowercase;
}
/* */
dl.searchResults dt {
font-size: 140%;
font-weight: normal;
}
form.searchPage {
text-align: center;
}
input.searchPage {
font-size: 200% !important;
}
form.searchPage input.searchButton {
background-position:5px 7px;
padding:1px 10px 1px 25px;
}
/* */
.LSRes {
font-family:  "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
visibility: visible;
color: #666666;
background-color: White;
vertical-align: middle;
display:block;
list-style-image: none;
list-style-type: none;
text-align: left;
min-width: 16.5em;
text-transform: none;
margin-left: 0;
line-height: 1.1em;
}
#LSHighlight,
.LSHighlight {
background-color: #ffe9d3;
border: 1px solid #ff8100;
color: #666666;
}
.LSTable {
margin: 1em 0;
}
.LSRow {
border: 1px solid White;
white-space: normal;
padding:0;
margin: 0;
list-style-image: none;
list-style-type: none;
}
.LSRow a {
text-decoration: none;
font-weight:bold;
white-space:nowrap
}
.LSDescr {
color: #76797c;
text-transform: lowercase;
padding-left:2.1em;
margin-top:-0.1em;
}
.LSResult {
position: relative;
display: block;
text-align: right;
padding-top: 5px;
margin: 0;
left: 3px;
z-index: 3;
}
.LSShadow {
position: relative;
text-align: right;
}
.livesearchContainer {
background-color: White;
margin-top: 0;
padding: 0 !important;
position: absolute;
right: 0px;
/* */
top: 0;
white-space: normal;
font-family:  "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
visibility: visible;
text-align: left;
color: #666666;
border: 1px solid #ff8100;
width: 30em;
text-transform: none;
}
* html .livesearchContainer {
padding: 1px !important;
padding-top: 0 !important;
background-color: #ff8100;
border: 0;
}
#livesearchLegend {
line-height: 1em;
margin-top: -2em;
margin-left: -0.1em;
border: 1px solid #ff8100;
border-bottom: 0;
}
* html #livesearchLegend {
margin-top: -1.9em;
margin-left: -8px;
position: relative;
}
/* */
.LSIEFix {
background-color: White;
padding: 0.5em !important;
z-index: 20;
}
.LSBox {
clear: left;
float: left;
text-align: right;
padding-right: 1px;
display:block;
}
#LSNothingFound {
text-align: center;
padding: 2px;
}
.LSBox label {
font-weight: normal;
}
/* */
#portal-globalnav {
background-color: transparent;
padding: 0em 0em 0em 2em;
white-space: nowrap;
list-style: none;
margin: 0;
height: auto;
line-height: normal;
}
#portal-globalnav li {
display: inline;
}
#portal-globalnav li a {
/* */
background-color: transparent;
border-color: #ff8100;
border-width: 1px;
border-style: solid solid none solid;
color: #666666;
height: auto;
margin-right: 0.5em;
padding: 0em 1.25em;
text-decoration: none;
text-transform: lowercase;
}
#portal-globalnav li.selected a {
/* */
background-color: #ffe9d3;
border: 1px solid #ff8100;
border-bottom: #ffe9d3 1px solid;
color: #666666;
}
#portal-globalnav li a:hover {
background-color: #ffe9d3;
border-color: #ff8100;
border-bottom-color: #ffe9d3;
color: #666666;
}
#portal-personaltools {
/* */
background-color: #ffe9d3;
border-top-color: #ff8100;
border-top-style: solid;
border-top-width: 1px;
border-bottom-color: #ff8100;
border-bottom-style: solid;
border-bottom-width: 1px;
line-height: 1.6em;
color: Black;
padding: 0em 3em 0em 3em;
margin: 0;
text-align: right;
text-transform: lowercase;
list-style: none;
}
#portal-personaltools .portalUser {
background: transparent url(http://www.usclimatenetwork.org/user.gif) center left no-repeat;
padding-left: 18px;
}
#portal-personaltools .portalNotLoggedIn {
/* */
color: Black;
padding: 0;
background: transparent;
background-image: none;
}
#portal-personaltools li {
color: #666666;
margin-left: 1em;
display: inline;
}
#portal-personaltools li a {
text-decoration: none;
color: #666666;
}
#portal-personaltools .visualIconPadding {
padding-left: 10px;
}
.visualCaseSensitive {
text-transform: none;
}
#portal-languageselector {
margin: 0 1em 0 1em;
float:right;
}
#portal-languageselector li {
display: inline;
}
#portal-breadcrumbs {
/* */
border-bottom-color: #ff8100;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 2em;
padding-right: 2em;
text-transform: lowercase;
line-height: 1.6em;
}
#portal-breadcrumbs a {
text-decoration: none;
}
.breadcrumbSeparator {
font-size: 120%;
}
.addFavorite {
vertical-align: bottom;
}
.documentEditable {
padding: 0em 1em 1em 1em !important;
margin: 0 -1em;
}
#content-news h1 {
margin-bottom: 1em;
}
/* */
#content h5,
#content h6 {
color: #76797c;
}
.newsItem {
margin-bottom: 1em;
border-bottom: 1px solid #ff8100;
}
.newsImage {
border: 1px solid #ccc;
}
.newsImageContainer {
float:right;
margin: 0 0 0.5em 1em;
width: 202px;
}
.newsContent {
padding: 0 1em 1em 1em;
}
.newsContent ul,
.newsContent li {
display: block;
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.newsAbout {
display: block;
color: #76797c;
font-size: 85%;
padding: 0;
margin-top: 0;
list-style: none;
list-style-image: none;
float: right;
text-align: right;
}
.newsAbout li {
display: inline;
}
.newsFooter {
}
.newsFooter li {
display: inline;
margin: 0 1em 0 0;
}
.documentActions {
margin: 1em 0;
padding: 0;
text-align: right;
border-top: 1px solid #ff8100;
}
.documentActions ul {
margin: 0;
padding: 0 0.5em;
display: block;
margin-top: -0.9em;
list-style-type: none;
list-style-image: none;
}
.documentActions li {
display: inline;
font-size: 85%;
margin: 0 0.5em;
padding: 0 0.25em;
background-color: White;
}
.documentActions a {
border: none !important;
text-decoration: none;
}
/* */
dl.portalMessage {
font-size: 85%;
background-color: #ffffe3;
border: 1px solid #996;
}
dl.portalMessage a {
color: black;
border: none;
text-decoration: underline;
}
dl.portalMessage dt {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning dt {
background-color: #d80;
}
dl.error {
border-color: #d00;
}
dl.error dt {
background-color: #d00;
}
dl.warning {
border-color: #d80;
}
dl.warning dd {
background-color: #fd7;
}
dl.error {
border-color: #d80;
}
dl.error dd {
background-color: #fd7;
}
.documentDescription {
/* */
font-weight: bold;
display: block;
margin: 0em 0em 0.5em 0em;
line-height: 1.5em;
}
.documentByLine {
font-size: 85%;
font-weight: normal;
color: #76797c;
margin-bottom: 0.5em;
}
dl.searchResults span.documentByLine {
display: block;
}
.discussion {
margin-top: 1em;
}
.even {
background-color: transparent;
}
.odd {
background-color: transparent;
}
.visualHighlight {
background-color: #ffc;
}
.discreet {
color: #76797c;
font-size: 85%;
font-weight: normal;
}
.pullquote {
padding: 0 1em 0 1em;
margin: 0 0 1em 1em;
font-weight: bold;
color: #CC9933;
float: right;
width: 35%;
clear: right;
background-color: White;
border-left: 4px solid #ff8100;
}
.callout {
font-weight: bold;
color: #CC9933;
padding: 0px 1em;
}
.notify,
.documentEditable * .notify {
border: 1px solid #ffa500;
}
.card {
background-color: #ffe9d3;
border-color: #ff8100;
border-width: 1px;
border-style: solid;
float: left;
margin: 1em;
text-align: center;
width: 110px;
padding: 1em 0;
}
.card a {
text-decoration: none;
}
.portrait {
background-color: #ffe9d3;
border-color: #ff8100;
border-width: 1px;
border-style: solid;
font-size: 85%;
margin: 0.5em;
padding: 1em 0 0.5em 0;
text-align: center;
width: 100px;
}
.portraitPhoto {
border: 1px solid black;
}
/* */
table.listing,
.stx table {
/* */
border-collapse: collapse;
border-spacing: 0;
border-left: 1px solid #ff8100;
border-bottom: 1px solid #ff8100;
font-size: 85%;
margin: 1em 0em 1em 0em;
}
table.listing th,
.stx table th {
background: #ffe9d3;
border-top: 1px solid #ff8100;
border-bottom: 1px solid #ff8100;
border-right: 1px solid #ff8100;
font-weight: normal;
padding: 0.25em 0.5em;
text-transform: lowercase;
}
table.listing .top {
border-left: 1px solid White;
border-top: 1px solid White ! important;
border-right: 1px solid White ! important;
text-align: right ! important;
padding: 0em 0em 1em 0em;
}
table.listing .listingCheckbox {
text-align: center;
}
table.listing td,
.stx table td {
border-right: 1px solid #ff8100;
padding: 0.25em 0.5em;
}
table.listing a {
text-decoration: none;
}
table.listing a:hover {
text-decoration: underline;
}
table.listing img {
vertical-align: middle;
}
table.listing td a label,
.stx table td a label {
cursor: pointer;
}
/* */
table.vertical {
background-color: White;
}
table.vertical th {
padding: 0.5em;
}
table.vertical td {
border-top: 1px solid #ff8100;
padding: 0.5em;
}
/* */
table.grid td {
border: 1px solid #ff8100;
padding: 0.5em;
}
/* */
table.plain,
table.plain td,
table.plain th {
border: 1px solid #ccc;
padding: 0.5em;
border-collapse: collapse;
}
/* */
.listingBar {
background-color: #ffe9d3;
border-color: #ff8100;
border-style: solid;
border-width: 1px;
padding: 0em 1em;
text-align: center;
text-transform: lowercase;
vertical-align: top;
margin: 1em 0em;
font-size: 94%;
clear: both;
}
.listingBar span.previous,
.listingPrevious {
text-align: left;
float: left;
margin-right: 1em;
}
.listingBar span.next,
.listingNext {
text-align: right;
float: right;
margin-left: 1em;
}
.listingBar img {
vertical-align: middle;
}
.listingBar a {
text-decoration: none;
}
.tileItem {
border-top: 1px solid #ff8100;
padding-top: 0.5em;
margin-top: 0.5em;
}
.tileHeadline {
border: none;
font-size: 110%;
font-weight: bold;
}
.tileHeadline a {
text-decoration: none;
}
.tileBody {
margin-bottom: 0.5em;
}
.tileImage {
float: right;
margin: 0 0 0.5em 0.5em;
border: 1px solid black;
}
.eventDetails {
float: right;
width: 20em;
clear: right;
margin: 0 0 0.5em 1em;
}
/* */
/* */
ul.visualNoMarker,
ol.visualNoMarker {
list-style-type: none;
list-style-image: none;
margin: 0.5em 0 0 0;
line-height: 1em;
}
ul.discreet {
list-style-image: none;
list-style-type: disc;
}
textarea.proportional {
font: 100% "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
}
.productCredits {
text-align: right;
font-size: 85%;
clear: both;
font-weight: normal;
color: #76797c;
}
#portal-footer {
background-color: #ffe9d3;
border-top: 1px solid #ff8100;
border-bottom: 1px solid #ff8100;
float: none;
line-height: 1.2em;
margin: 2em 0em 1em 0em;
padding: 0.5em 0em 1em 0em;
text-align: center;
}
#portal-footer p {
margin: 0.25em 0;
}
#portal-footer a {
text-decoration: none;
color: #436976;
border: none;
}
#portal-footer a:visited {
color: #436976;
}
#portal-footer a:hover {
text-decoration: underline;
}
#portal-colophon {
float: none;
margin: 0 0 1em 0;
padding: 0 0 1em 0;
text-align: center;
color: #666;
}
#portal-colophon ul {
list-style-image: none;
list-style-type: none;
}
#portal-colophon ul li {
display: inline !important;
font-size: 85%;
padding: 0 0.75em;
}
#portal-colophon ul li a {
text-decoration: none;
border-bottom: 1px #ccc solid;
color: #666;
}
.feedButton {
display: block;
float: right;
margin-top: 1px;
}
.poweredBy {
display: block;
clear: both;
font-size: 85%;
font-weight: normal;
color: #76797c;
text-align: right;
}
/* */
#portal-sitemap {
list-style: none;
list-style-image: none;
margin: 0;
font-size: 90%;
border: none;
}
#portal-sitemap a {
border: 1px solid White;
}
#portal-sitemap a:hover {
border: 1px solid #ff8100;
}
#portal-sitemap .navTreeLevel1 {
padding-left: 1em;
border-left: 0.5em solid #ff8100;
margin: 0 0 0 0.5em;
}
#portal-sitemap .navTreeLevel2 {
padding-left: 1em;
border-left: 0.5em solid #ffe9d3;
margin: 0 0 0 0.6em;
}
/* */
.photoAlbumEntry {
float: left;
position:relative;
overflow: hidden;
height: 185px;
width: 143px;
margin: 0em;
padding: 0px 6px 0px 9px;
text-align: center;
background-image: url('http://www.usclimatenetwork.org/polaroid-single.png');
background-repeat: no-repeat;
}
.photoAlbumEntry img {
border: 1px solid #ccc;
display: block;
margin: 0 auto;
}
.photoAlbumEntryWrapper {
height: 130px;
width: 128px;
margin-bottom: 7px;
}
.photoAlbumEntry a {
display: block;
text-decoration: none;
font-size: 85%;
height: 169px;
width: 130px;
margin: 16px auto 0px;
}
.photoAlbumFolder {
background-image: url('http://www.usclimatenetwork.org/polaroid-multi.png');
background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
color: #76797c;
display: block;
width: 128px;
height: 3.6em;
}
/* */
a.link-parent {
display: block;
background: transparent url(http://www.usclimatenetwork.org/arrowUp.gif) 4px 5px no-repeat;
padding: 1px 0px 10px 16px;
font-size: 85%;
text-decoration: none;
}
#content .link-category {
color: #74ae0b !important;
}
#content .link-user {
background: transparent url(http://www.usclimatenetwork.org/user.gif) 0 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content .link-comment {
background: transparent url(http://www.usclimatenetwork.org/discussionitem_icon.gif) center left no-repeat;
padding: 1px 0px 1px 16px !important; /* */
}
#content .link-anchor {
color: #76797c;
text-decoration: none;
font-weight: normal;
}
#content .link-presentation {
font-size: 90%;
text-align: center;
}
#content .link-wiki-add {
color: red;
}
/* */
#content a[href ^="http:"],
#content a.link-external {
background: transparent url(http://www.usclimatenetwork.org/link_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="https:"],
#content a.link-https {
background: transparent url(http://www.usclimatenetwork.org/lock_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="http://www.usclimatenetwork.org"] {
background: none;
padding: 0;
}
/* */
#content a[href ^="mailto:"],
#content a.link-mailto  {
background: transparent url(http://www.usclimatenetwork.org/mail_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="news:"],
#content a.link-news {
background: transparent url(http://www.usclimatenetwork.org/topic_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="ftp:"],
#content a.link-ftp {
background: transparent url(http://www.usclimatenetwork.org/file_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="irc:"],
#content a.link-irc {
background: transparent url(http://www.usclimatenetwork.org/discussionitem_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="callto:"],
#content a.link-callto {
background: transparent url(http://www.usclimatenetwork.org/phone_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="webcal:"],
#content a.link-webcal {
background: transparent url(http://www.usclimatenetwork.org/event_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#content a[href ^="feed:"],
#content a.link-feed {
background: transparent url(http://www.usclimatenetwork.org/rss.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 18px;
}
#content .link-plain {
background-image: none !important;
padding: 0 !important;
}
/* */
.visualGhosted {
opacity: 0.2;
}
body.fullscreen #portal-logo,
body.fullscreen #portal-siteactions {
display: none;
}
body.fullscreen #portal-globalnav {
margin-top: 4em;
}
body.fullscreen #portal-searchbox {
margin: 0.5em 2em 0 0.5em;
padding: 0;
position: relative;
z-index: 3;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 1px solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 1px solid Black;
}
dd.image-caption {
text-align:left;
padding: 0; margin:0;
}
dl.captioned {
padding: 10px;
}
/* */
#dashboard-info-message {
padding-top: 0.5em;
}
#dashboard {
width: 68em;
}
#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3
{
float:left;
width:16em;
padding:0.7em 1.3em 0 0;
}
#dashboard-portlets4 {
float:left;
width:16em;
padding-top:0.7em;
}
#dashboard-portlets1 a,
#dashboard-portlets2 a,
#dashboard-portlets3 a,
#dashboard-portlets4 a {
border-bottom:medium none;
}
#dashboard-portlets1 dl.portlet,
#dashboard-portlets2 dl.portlet,
#dashboard-portlets3 dl.portlet,
#dashboard-portlets4 dl.portlet {
margin-bottom:1.5em;
}
div.managedPortlet.portlet {
border-bottom:none;
}
#dashboard select {
width:100%;
}
.portletAssignments {
margin-top:1.5em;
}
#dashboard-portlets1 div.managedPortlet a,
#dashboard-portlets2 div.managedPortlet a,
#dashboard-portlets3 div.managedPortlet a,
#dashboard-portlets4 div.managedPortlet a {
text-decoration: none;
color: #666666;
border-bottom:1px solid #666666;
}
#dashboard-portlets1 div.managedPortlet span a,
#dashboard-portlets2 div.managedPortlet span a,
#dashboard-portlets3 div.managedPortlet span a,
#dashboard-portlets4 div.managedPortlet span a{
border-bottom:none;
}
#dashboard-actions {
float:right;
}
#dashboard-actions ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:0;
}
#dashboard-actions ul li {
display:inline;
padding-left:0.7em;
}
#dashboard-actions ul li.portalUser {
background:transparent url(http://www.usclimatenetwork.org/user.gif) no-repeat scroll left center;
padding-left:18px;
}
/* */
.section div {
padding-top:0.5em;
padding-bottom:0.5em;
}
/* */

}


/* - columns.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/columns.css?original=1 */
/* */
#portal-columns {
width: 100% !important;
border-collapse: collapse;
border-spacing: 0;
}
#portal-column-one {
vertical-align: top;
width: 16em;
border-collapse: collapse;
padding: 0;
}
#portal-column-content {
vertical-align: top;
border-collapse: collapse;
padding: 1em 1em 0 1em;
margin: 0em 0em 2em 0em;
}
#portal-column-two {
vertical-align: top;
width: 16em;
border-collapse: collapse;
padding: 0;
}
/* */
body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
display: none;
}
body.fullscreen #portal-column-content {
width: 100%;
margin: 0;
padding: 0;
}
/* */

}


/* - authoring.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/authoring.css?original=1 */
/* */
/* */
/* */
.contentViews {
background-color: transparent;
padding-left: 1em;
line-height: normal;
margin: 0;
list-style: none;
border: 1px solid #ff8100;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}
.contentViews li {
display: inline;
padding-top: 0.5em;
}
.contentViews li a {
background-color: transparent;
border: 1px solid #ff8100;
border-style: solid;
color: #666666;
height: auto;
margin-right: 0.5em;
padding: 0em 1em;
line-height: normal;
text-decoration: none;
text-transform: lowercase;
z-index: 1;
}
.contentViews .selected a {
background-color: #ffe9d3;
border-bottom: #ffe9d3 1px solid;
color: #666666;
}
.contentViews li a:hover {
background-color: #ffe9d3;
color: #666666;
}
.configlet .contentViews {
font-size: 90%;
}
.contentActions {
background-color: #ffe9d3;
border-left: 1px solid #ff8100;
border-right: 1px solid #ff8100;
color: #666666;
text-align: right;
text-transform: lowercase;
padding: 0 0 0 1em;
z-index: 2;
position:relative;
height: 1.6em;
}
.contentActions ul,
.contentActions li {
margin: 0;
list-style: none;
list-style-image: none;
color: Black;
text-align: left;
line-height: 1.6em;
}
.contentActions li {
float: right;
z-index: 4;
border-left: 1px solid #ff8100;
}
.contentActions a {
text-decoration: none;
color: #666666;
padding: 0 0.5em;
cursor: pointer;
}
.contentActions span.subMenuTitle {
padding: 0em 0.5em;
position: relative;
white-space: nowrap;
display: inline;
}
.contentActions a span.subMenuTitle {
padding: 0px;
display: inline;
}
.actionMenu {
/* */
position: relative;
margin: 0;
padding: 0;
}
.actionMenu .actionMenuHeader {
margin: 0;
padding: 0;
font-weight: normal;
}
.actionMenu.activated .actionMenuHeader {
position: relative;
z-index: 10;
}
.actionMenu .actionMenuHeader a {
display: block;
}
.arrowDownAlternative {
font-size: 0.85em;
}
.actionMenu .actionMenuContent {
display: none;
z-index: 5;
position: absolute;
top: 1.6em;
right: -1px;
height: auto;
padding: 0;
margin: 0;
}
.actionMenu.activated .actionMenuContent {
display: block !important;
}
.actionMenu.activated .actionMenuContent {
/* */
display: table !important;
border-collapse: collapse;
border-spacing: 0;
}
.actionMenu.deactivated .actionMenuContent {
display: none !important;
}
.actionMenu .actionMenuContent ul {
display: block;
background: #ffe9d3;
border: 1px #ff8100;
border-style: none solid solid solid;
margin: -2px 0 0 0;
padding: 0;
}
.actionMenu .actionMenuContent li {
float: none;
background-color: transparent;
display: inline;
padding: 0;
margin: 0;
border: 0;
}
.actionMenu .actionMenuContent li a {
display: block;
white-space: nowrap;
margin: 0.2em 0;
}
.actionMenu .actionMenuContent .selected {
display: block;
white-space: nowrap;
padding: 0 0.5em;
margin: 0.2em 0;
}
.actionMenu .actionMenuContent li a:hover {
background-color: #ff8100;
color: White;
}
.actionMenu .actionMenuContent .actionSeparator a {
padding-top: 0.2em;
border-top: 1px solid #ff8100;
}
#templateMenu li a {
padding-left: 16px;
}
ul.configlets {
margin: 1em 0;
list-style-image: none;
list-style: none;
}
ul.configlets li {
margin-bottom: 1em;
}
ul.configlets li a {
text-decoration: none;
border: none;
}
ul.configlets li a:visited {
color: #436976;
background-color: transparent;
}
ul.configlets li a:active {
color: #436976;
background-color: transparent;
}
ul.configlets li label {
font-weight: bold;
}
ul.configletDetails {
margin: 0em 1em 1em 4em;
list-style-image: none;
list-style: none;
}
ul.configletDetails li {
margin-bottom: 1em;
display: inline;
}
ul.configletDetails li a {
text-decoration: none;
}
ul.configletDetails li label {
font-weight: bold;
}
ul.configletDetails li.configletDescription {
display: block;
color: #76797c;
font-size: 85%;
margin: 0;
}
/* */
.stx table p {
margin: 0;
padding: 0;
}
.stx table {
border: 1px solid #ff8100 ! important;
}
.stx table td {
border-bottom: 1px solid #ff8100;
}
.reviewHistory,
.contentHistory {
display: inline;
font-size: 110% !important;
color: Black;
}
.comment {
background: transparent;
border: 1px dashed #ff8100;
padding: 0.25em 1em 0.5em 1em;
margin-bottom: 1em;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
border-bottom: 1px dashed #76797c;
font-weight: normal;
}
.comment h3 a {
background-image: url(http://www.usclimatenetwork.org/discussionitem_icon.gif);
background-repeat: no-repeat;
padding-left: 18px;
margin-left: -1px;
margin-bottom: 1px;
min-height: 1.6em;
height: auto;
line-height: 1.6em;
}
.commentBody {
margin: 0 1em 1em 1em;
}
.spacer {
margin: 1em;
}
/* */
dl.collapsible {
border: 1px solid #ff8100 !important;
margin: 1em 0 0 0;
padding: 0;
}
dl.collapsible dt.collapsibleHeader {
display: block;
float: left;
background: White;
line-height: 1.2em;
vertical-align: middle;
font-size: 90%;
position: relative;
top: -0.6em;
width: auto;
margin: 0 0 -0.6em 1em;
padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
margin: 0;
padding: 0 1em;
clear: left;
}
/* */
dl.collapsible dd.collapsibleContent > dl {
margin: 0;
padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
padding: 0 6px 0 22px;
background: White url(treeExpanded.gif) no-repeat 6px 50%;
cursor: pointer;
}
dl.collapsedBlockCollapsible {
border: none !important;
height: 1em;
width: auto;
}
dl.collapsedBlockCollapsible dt.collapsibleHeader {
float: none;
position: static;
margin: 0;
padding: 0 0 0 22px;
line-height: 1em;
background: transparent url(treeCollapsed.gif) no-repeat 6px 50%;
cursor: pointer;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
display: none;
}
dl.collapsedInlineCollapsible {
border: none !important;
height: 1em;
width: auto;
display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
position: static;
float: none;
margin: 0;
padding: 0 0 0 22px;
line-height: 1em;
background: transparent url(treeCollapsed.gif) no-repeat 6px 50%;
cursor: pointer;
display: inline;
}
.configlet .documentEditable {
padding: 0em !important;
}
.documentEditable .documentContent {
border: 1px solid #ff8100;
padding: 0;
}
.label {
font-weight: bold;
display: inline;
padding-right: 0.5em;
}
.optionsToggle {
border: 1px solid #ff8100;
color: Black;
background-color: #ffe9d3;
font-weight: normal !important;
font-size: 85%;
}
/* */
.portalNotLoggedIn {}
#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
border-color: #ffa500;
border-width: 1px;
}
/* */
.highlightedSearchTerm {
background-color: #ffa;
}
dl.searchResults .highlightedSearchTerm {
background-color: transparent;
font-weight: bold;
}
/* */
.noInheritedRoles {
color: #a0a0a0;
}
/* */
.currentItem {
border-collapse: collapse;
border: 2px solid #ffa500;
padding: 1px;
}
.managePortletsLink {
display:  block;
color: #76797c;
font-size: 85%;
font-weight: normal;
}
ul.formTabs {
position: relative;
display: block;
margin: 0 0 -2em 0;
padding: 0;
list-style-type: none;
text-align: center;
}
li.formTab {
display: inline;
margin: 0;
padding: 0;
}
li.formTab a {
/* */
display: inline-block;
}
li.formTab a {
border-top: 1px solid #ff8100;
border-bottom: 1px solid #ff8100;
border-left: 1px dotted #ff8100;
background: White;
margin: 0;
padding: 0.125em 0.75em;
text-decoration: none;
}
li.formTab a:visited {
color: #436976;
}
li.firstFormTab a {
border-left: 1px solid #ff8100;
}
li.lastFormTab a {
border-right: 1px solid #ff8100;
}
li.formTab a.selected {
background: #ffe9d3;
}
li.formTab a:hover {
background: #ffe9d3;
}
li.formTab a.notify {
background-color: #ffce7b;
color: Black;
}
li.formTab a.required span {
background-image: url(http://www.usclimatenetwork.org/required.gif);
background-position: center right;
background-repeat: no-repeat;
padding-right: 8px;
}
li.formTab a.notify:hover {
background-color: #ffa500;
}
.formPanel {
padding: 1em 1em 1em 1em;
border: 1px solid #ff8100;
}
.formPanel.hidden {
display: none;
}
div.formControls input.hidden {
display: none;
}
/* */

}


/* - portlets.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/portlets.css?original=1 */
/* */
/* */
/* */
.managePortletsFallback {
margin: 0 0 0 1em;
}
/* */
.portlet {
margin: 1px 0 1em 0;
border-bottom: 1px solid #ff8100;
background-color: White;
}
.portlet a {
text-decoration: none;
}
.portlet a.tile {
display: block;
}
.portletItem ul {
list-style-type: none
}
/* */
.portletItem a,
.portletFooter a {
border-bottom: none;
}
.portletItem a:visited,
.portletFooter a:visited {
color: #436976;
}
.portletHeader, .managedPortlet .portletHeader {
background-color: #ffe9d3;
border: 1px solid #ff8100;
padding: 0em 1em;
text-transform: lowercase;
font-weight: normal;
line-height: 1.6em;
}
.portletHeader a, .managedPortlet .portletHeader a {
color: Black;
}
.portletItem {
margin: 0;
padding: 1em;
border-left: 1px solid #ff8100;
border-right: 1px solid #ff8100;
}
.portletItem ol {
margin: 0 0 0 1em;
}
.portletItemDetails {
text-align: right;
display: block;
color: Black;
}
.portletFooter {
background-color: transparent;
margin: 0;
padding: 0.25em 1em;
border: 1px solid #ff8100;
border-style: dotted solid none solid;
text-align: right;
}
/* */
.portletTopLeft {}
.portletTopRight {}
.portletBottomLeft {}
.portletBottomRight {}
.dayPopup {
background-color: #ffffe1;
border: 1px solid Black;
padding: 0.2em;
position: absolute;
visibility: hidden;
width: 12em;
z-index: 2;
}
.date {
font-weight: bold;
}
.portletCalendar {
width: 100%;
margin: 1px 0 1em 0;
width: 100%;
}
.portletCalendar dt {
background-color: #ffe9d3;
font-weight: normal;
text-align: center;
line-height: 1.6em;
border-bottom: none;
}
.portletCalendar dd {
margin: 0;
padding: 0;
}
.portletCalendar a {
text-decoration: none;
}
.portletCalendar a:hover {
text-decoration: none;
}
.ploneCalendar {
border-collapse: collapse;
border-spacing:0;
width: 100%;
}
.ploneCalendar td {
background-color: transparent;
width: 14%;
text-align: center;
padding: 2px;
}
.ploneCalendar .weekdays th {
background-color: #ffe9d3;
border: 1px solid #ff8100;
border-style: solid none;
text-align: center;
padding: 2px;
font-weight: normal;
}
.ploneCalendar .event {
background-color: #ffe9d3;
font-weight: bold;
}
.ploneCalendar .todayevent {
background-color: #ffe9d3;
border: 2px solid #ffa500;
font-weight: bold;
}
.ploneCalendar .todaynoevent {
border-collapse: collapse;
border: 2px solid #ffa500;
}
.managePortletsLink {
text-align: center;
}
div.portlets-manager div.section {
padding-top: 1em !important;
}
div.managedPortlet {
padding-top:0.5em;
padding-bottom:0.5em;
background-color: transparent;
}
.managedPortlet .portletHeader {
min-height: 3em !important;
}
.managedPortlet a {
text-decoration: underline;
}
.managedPortletActions {
display:block;
float:right;
}
.managedPortletActions a {
text-decoration: none;
}
.managedPortletActions a.up,
.managedPortletActions a.down {
color:blue !important;
}
.managedPortletActions a.delete {
color:red !important;
}
/* */
.toc {
float: right;
width: 30%;
font-size: 90%;
margin: 0 0 0.5em 0.5em;
}
.toc .TOC1Digit {
margin-left: 1em;
}
.toc .TOC2Digit {
margin-left: 2em;
}
.toc .TOC3Digit {
margin-left: 3em;
}
/* */
.portletStaticText ul {
list-style-image: url(http://www.usclimatenetwork.org/bullet.gif);
list-style-type: square;
margin: 0.5em 0 0 1.5em;
}
.portletStaticText ol {
margin: 0.5em 0 0 2em;
}
/* */
#portal-column-one fieldset.livesearchContainer {
right: inherit !important;
top: 1.5em !important;
}
/* */

}


/* - controlpanel.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/controlpanel.css?original=1 */
/* */
.inlineDisplay {
display:inline
}
table.controlpanel-listing {
width:100%;
}
table.controlpanel-listing td, table.controlpanel-listing th {
font-size:120%;
}
table.controlpanel-listing dl {
margin-top:0;
}
table.controlpanel-listing dd {
margin-left: 1em;
}
table.controlpanel-listing dl dt a .trigger{
font-weight:normal;
}
table .controlpanel-listing td {
vertical-align:top;
}
table.controlpanel-listing td.checker{
text-align:center;
}
table.controlpanel-listing th.smallcolumn {
width:1.5em;
}
.chooser-right {
float:right;
margin-right:0 !important;
margin-bottom:0 !important;
}
.rule-element {
background-color:#EEF3F5;
margin:0.5em 0pt 0.5em;
padding:0.3em 1em 0.3em 1em;
width:auto;
}
.rule-element dl {
}
.rule-element dl dd {
margin-left:1em;
}
.rule-updown, .rule-operations {
float:right;
padding-top:0.8em;
}
/* */

}


/* - print.css - */
@media print {
/* http://www.usclimatenetwork.org/portal_css/print.css?original=1 */
body {
font-family: Baskerville, Georgia, Garamond, Times, serif;
font-size: 11pt !important;
}
h1, h2, h3, h4, h5, h6 {
border: none;
font-family: Baskerville, Georgia, Garamond, Times, serif;
}
div, p, ul, dl, ol {
width: auto;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.visualNoPrint {
display: none;
}

}


/* - deprecated.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/deprecated.css?original=1 */
/* */
/* */
/* */
/* */
div.portalMessage,
p.portalMessage,
.system-message,
#error-handling {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: Black;
font-size: 85%;
margin: 1em 0em;
padding: 0.5em 1em 0.5em 3em;
vertical-align: middle;
background-image: url(http://www.usclimatenetwork.org/info_icon.gif);
background-repeat: no-repeat;
background-position: 5px 50%;
}
/* */

}


/* - navtree.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/navtree.css?original=1 */
/* */
/* */
/* */
.portletNavigationTree {
padding: 0;
list-style: none !important;
list-style-image: none !important;
line-height: 1em;
}
.navTree {
list-style: none;
list-style-image: none;
margin-top: 1px;
}
.navTree li {
margin-bottom: 1px;
}
.navTreeItem {
display: block;
padding: 0;
margin: 0;
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
border: 1px solid White;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
background-color: #ffe9d3;
color: #666666;
border: 1px solid #ff8100;
}
.navTreeCurrentItem {
background-color: #ffe9d3;
color: #666666;
border: 1px solid #ff8100 !important;
}
li.navTreeCurrentItem {
display: block;
padding: 0 0 0 1px;
margin: 0 0 2px -1px;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
display: block;
border: 1px solid #ffe9d3;
min-height: 1.6em;
line-height: 1.6em;
height: auto;
}
/* */
* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 1em;}
.navTreeLevel2 { margin-left: 0.75em; }
.navTreeLevel3 { margin-left: 0.75em; }
.navTreeLevel4 { margin-left: 0.75em; }
.navTreeLevel5 { margin-left: 0.75em; }
/* */

}


/* - invisibles.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/invisibles.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
ul.visualNoMarker,
ol.visualNoMarker {
list-style-type: none;
list-style-image: none;
margin: 0.5em 0 0 0;
}
.visualOverflow {
overflow: auto;
margin: 0 0 1em 0;
}
.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
margin: 0;
}
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
position: absolute;
top: -200px;
left: -200px;
}
.hiddenLabel {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 1px;
overflow: hidden;
padding: 0;
margin: -1px 0 0 -1px;
width: 1px;
}
/* */
.visualClear {
display: block;
clear: both;
}
/* */
.netscape4 {
display: none;
}
/* */
tr.dragging td {
background-color: #ff6 !important;
}
.draggingHook {
cursor: move;
}
.notDraggable {
}
/* */
}


/* - forms.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/forms.css?original=1 */
/* */
/* */
textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
border: 1px solid #ddd;
border-color:#666 #ddd #ddd #666;
color: Black;
background: White url(http://www.usclimatenetwork.org/input_background.gif) repeat-x;
width: 100%;
}
input {
font-family: "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
visibility: visible;
border: 1px solid #ddd;
border-color:#666 #ddd #ddd #666;
color: Black;
vertical-align: middle;
background: White url(http://www.usclimatenetwork.org/input_background.gif) repeat-x;
font-size: 1em;
}
/* */
.noborder,
.documentEditable * .noborder {
border: none;
margin: 0;
background: none;
background-color: transparent;
}
input[type=checkbox] {
border: none;
margin: 0;
background: none;
background-color: transparent;
}
#searchGadget {
border: 1px solid #ff8100;
}
button {
font-family: "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
visibility: visible;
border: 1px solid #ff8100;
color: Black;
vertical-align: middle;
background-color: #ffe9d3;
padding: 1px;
cursor: pointer;
font-size: 85%;
text-transform: lowercase;
}
select {
vertical-align: top;
}
form {
border: none;
margin: 0;
}
fieldset {
border: 1px solid #ff8100;
margin: 1em 0em 1em 0em;
padding: 0em 1em 1em 1em;
line-height: 1.5em;
width: auto;
}
legend {
background: White;
padding: 0.5em;
font-size: 90%;
}
label {
font-weight: bold;
}
optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
option {
color: black;
}
optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
#login-form {
width: 30em;
margin: 0 auto;
}
#login-form .field {
clear: none;
}
#login-form input {
font-size: 150%;
}
#login-form input.context {
padding: 1px 10px 1px 20px;
background-position: 9px 5px;
margin-bottom: 1em;
}
#forgotten-password {
float: right;
width: 35%;
margin: 0 1em;
}
.standalone,
.documentEditable * .standalone {
background: #ffe9d3 url(http://www.usclimatenetwork.org/linkOpaque.gif) 9px 1px no-repeat;
color: Black;
cursor: pointer;
font-size: 85%;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
border: 1px solid #ff8100;
}
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
background: transparent url(http://www.usclimatenetwork.org/linkTransparent.gif) 9px 1px no-repeat;
color: Black;
cursor: pointer;
font-size: 85%;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
border: 1px solid #ff8100;
}
.destructive,
.documentEditable * .destructive {
background: #ffce7b url(http://www.usclimatenetwork.org/linkTransparent.gif) 9px 1px no-repeat;
border: 1px solid #ffa500;
color: Black;
cursor: pointer;
font-size: 85%;
padding: 1px 1px 1px 15px;
text-transform: lowercase;
border: 1px solid #ff8100;
}
input.searchButton {
margin-bottom: 1px ! important;
color: Black;
font-size: 85%;
background: White url(http://www.usclimatenetwork.org/search_icon.gif) 2px 1px no-repeat;
cursor: pointer;
padding: 1px 1px 1px 19px;
text-transform: lowercase;
border: 1px solid #ff8100;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: Black;
}
/* */
.field {
top: 0;
left: 0;
margin: 0 1em 1em 0;
clear: both;
}
.field .field {
margin: 0;
}
.fieldRequired {
background: url(http://www.usclimatenetwork.org/required.gif) center left no-repeat;
padding: 0 0 0 8px;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
font-size: 90%;
color: #76797c;
margin: 0 0 0.2em 0;
}
.formHelp:hover {
color: Black;
cursor: default;
}
div.error {
/* */
background-color: #fdc;
border: 1px solid #d00;
padding: 0.5em;
margin: 0 0 1em 0;
width: 95%;
}
.error .fieldRequired {
color: #d00;
}
/* */
#archetypes-fieldname-title input, input#form\.title {
font-size: 160%;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-weight: normal;
width: 99%;
}
#archetypes-fieldname-description textarea, textarea#form\.description {
font: 100% "Helvetica Neue, Helvetica, Lucida Grande", Verdana, Lucida, Arial, sans-serif;
font-weight: bold;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
tr.selected {
background-color: #ffa;
}
.kupu-save-message {
color: white;
font-weight: bold;
background-color: red;
padding: 0.3em;
position: fixed;
top: 0;
right: 0;
z-index: 999;
}
/* */

}


/* - dropdown-menu.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/dropdown-menu.css?original=1 */
/* */
/* */
#portal-globalnav {
position:relative;
z-index:3;
}
* html #portal-globalnav {
height:1%;
}
#portal-globalnav li {
float:left;
margin:0;
padding:0;
}
#portal-globalnav li a {
display:block;
position:relative;
}
#portal-globalnav ul {
position: absolute;
width: 15em;
left:-999em;
background: #fff;
border-color: #ff8100;
border-width: 1px;
border-style: none solid solid solid;
margin:0;
}
#portal-globalnav li.selected ul.submenu {
margin-top:-1px;
z-index:3;
}
#portal-globalnav ul.submenu li {
display:block;
width:100%;
}
#portal-globalnav ul.submenu a,
#portal-globalnav ul.submenu a:hover {
margin:0;
display:block;
border-color: #ff8100;
border-style: solid none none;
position:static !important;
white-space:normal;
}
#portal-globalnav li.selected ul.submenu a:hover {
background-color:#fff;
}
a.hasDropDown {
background-image:url('arrowRight.gif');
background-position:14em 50%;
background-repeat:no-repeat;
}
*:first-child+html #portal-globalnav ul.submenu a {height:1%;} /* */
* html #portal-globalnav ul.submenu a {height:1%;} /* */
/* */
#portal-globalnav li ul ul {
z-index:10;
top:0.4em;
left:-999em;
left:0;
margin: 0 0 0 14em;
}
#portal-globalnav ul li:hover,
#portal-globalnav ul li.sfhover {
position:relative;
}
#portal-globalnav li:hover ul ul,
#portal-globalnav li:hover ul ul ul,
#portal-globalnav li:hover ul ul ul ul,
#portal-globalnav li.sfhover ul ul,
#portal-globalnav li.sfhover ul ul ul,
#portal-globalnav li.sfhover ul ul ul ul {
left:-999em;
}
#portal-globalnav li:hover ul,
#portal-globalnav li li:hover ul,
#portal-globalnav li li li:hover ul,
#portal-globalnav li li li li:hover ul,
#portal-globalnav li.sfhover ul,
#portal-globalnav li li.sfhover ul,
#portal-globalnav li li li.sfhover ul,
#portal-globalnav li li li li.sfhover ul {
left:auto;
}
/* */
#post-sections-clear {
height:1px;
margin-bottom:-3px;
}
/* */
*:first-child+html #post-sections-clear {margin-bottom:-2px;}
* html #post-sections-clear {
margin-bottom:-2px;
}
/* */
}


/* - ploneKss.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/ploneKss.css?original=1 */
#kss-spinner {
display:none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
.formlibInlineEditable,
.inlineEditable {
padding: 1px;
display: block;
}
body.kssActive .inlineEditable:hover,
body.kssActive .formlibInlineEditable:hover {
padding: 0;
border: 1px solid #ddd;
border-color: #666 #ddd #ddd #666;
cursor: text;
background: White url(input_background.gif) repeat-x;
}
body.kssActive .inlineEditable a:hover,
body.kssActive .formlibInlineEditable a:hover {
cursor: pointer;
}
body.kssActive .formlibInlineForm:hover,
body.kssActive .formlibInlineForm a:hover {
padding: 1px;
border: none;
cursor: default;
background: none;
}
.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
display: none;
}
/* */
.inlineForm .ArchetypesSelectionWidget label {
display: inline;
}
.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
font-size: 100%;
}
/* */
h1 div.formControls input {
font-size: 55% !important;
}
}


/* - onenwTemplate.css - */
@media all {
/* http://www.usclimatenetwork.org/portal_css/onenwTemplate.css?original=1 */
/* */
/* */
/* */
h1, h2, h3, h4, h5, h6 { border-bottom: 0; }
ul {
list-style-type: disc;
list-style-image: none;
}
.documentDescription { display: none; }
/* */
#portal-colophon {
color: #333;
font-size: 9px;
}
#portal-colophon a {
color: #333;
text-decoration: none;
}
#portal-colophon a:hover {
color: #333;
text-decoration: underline;
}
/* */
.image-right, .image-left { border: none; }
table.grid { border-collapse: collapse; }
table.grid td {
border: 1px solid #ff8100;
padding: 2px;
vertical-align: top;
}
table.outlined {
border-collapse: collapse;
border: 1px solid #ff8100;
}
table.outlined td {
padding: 2px;
vertical-align: top;
}
table.plain td,
table.plain th { vertical-align: top;
border:1px solid #ccc; }
/* */
body.popup {
background-color:#fff;
}
/* */
#portal-sitemap {
list-style: none;
list-style-image: none;
margin: 0;
font-size: 90%;
border: none;
}
#portal-sitemap a {
border: 0px;
}
#portal-sitemap a:hover {
border: 0px;
}
#portal-sitemap ul {
margin-top: 0;
border:0px;
}
#portal-sitemap .navTreeItem {
border:0px;
}
#portal-sitemap .navTreeItem a, .navTreeItem a:hover, #portal-sitemap .navTreeItem div {
background-image: none !important;
background-color: transparent;
color: #000 !important;
font-weight: bold;
text-decoration:none;
border: 0px !important;
margin: 0;
}
#portal-sitemap .navTreeItem a:hover {
background-image: none !important;
background-color: transparent;
border:0px;
color: #ccc !important;
font-weight: bold;
text-decoration:underline;
border: 0;
margin: 0;
}
#portal-sitemap .navTreeLevel2 {
border-left:0px;
}
#portal-sitemap .navTreeLevel3 {
border-left:0px;
}
#portal-sitemap .navTreeLevel4 {
border-left:0px;
}
#content a[href ^="http:"],
#content a.link-external,
#content a[href ^="https:"],
#content a.link-https,
#content a[href ^="mailto:"],
#content a.link-mailto,
#content a[href ^="news:"],
#content a.link-news,
#content a[href ^="ftp:"],
#content a.link-ftp,
#content a[href ^="irc:"],
#content a.link-irc,
#content a[href ^="callto:"],
#content a.link-callto,
#content a[href ^="webcal:"],
#content a.link-webcal,
#content a[href ^="feed:"],
#content a.link-feed {
background: none;
padding: 0;
}
/* */

}


/* - PressRoom.css - */
@media all {
/* http://www.usclimatenetwork.org/portal_css/PressRoom.css?original=1 */
/* */
/* */
/* */
.pressroomSubhead {
font-style: italic;
font-size: 110%;
padding-bottom: 0.25em;
}
.itemDate, .itemPublication {
color: #666;
font-weight: normal;
margin-left: 1em;
}
#press-contacts-box {
width: 150px;
float: right;
padding: 0 5px 5px 5px;
margin-left: 20px;
border: 1px solid #CCC;
padding: 10px;
background: #ffffe1;
}
#press-contacts-box dt { margin-top: 1em;}
#press-contacts-box dd {
margin-bottom: 0;
margin-left: 0;
}
.vcard-link { vertical-align: middle;}
#press-contacts dd,
#press-releases dd,
#press-clips dd {
margin-left: 1.5em;
font-size: 90%;
}
.addPressRoomItem {
margin: .5em;
font-size: 8pt;
font-style: normal;
}
.addPressRoomItem a {
background: #FFA;
text-decoration: underline;
}
.morePressRoomItems {
margin: .5em 0 2em 4em;
font-size: 90%;
}
.release-hashes {
text-align: center;
}
.releaseTiming {
text-transform: uppercase;
font-weight: bold;
}
.releaseLocation {
text-transform: uppercase;
font-weight: bold;
}
.releaseDate {
margin-left: 1em;
font-weight: bold;
}
.storydate {
margin-bottom: 1em;
}
/* */

}


/* - ++resource++plone.contentratings.stylesheets/main.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/++resource++plone.contentratings.stylesheets/main.css?original=1 */
/* */
div.RatingViewlet {
overflow: hidden;
float: right;
}
.UserRatings, .EditorialRatings {
clear: both;
}
ul.star-rating {
margin:0 0 0 5px;
}
#content .UserRating a.DeleteRating {
background-image: url(/++resource++contentratings/X_icon_20x20.gif);
background-position: center center;
background-repeat: no-repeat;
}
#content .small-star .UserRating a.DeleteRating {
background-image: url(/++resource++contentratings/X_icon_10x10.gif);
}
#content .star-rating a,
#content .star-rating a:hover,
#content .star-rating a:active,
#content .star-rating a:focus {
background: url(/++resource++contentratings/star.gif) left -1000px repeat-x;
}
#content .star-rating a:hover {
background-position: left bottom;
}
#content .small-star .star-rating a,
#content .small-star .star-rating a:hover,
#content .small-star .star-rating a:active,
#content .small-star .star-rating a:focus {
background: url(/++resource++contentratings/star_small.gif) left -1000px repeat-x;
}
#content .small-star .star-rating a:hover {
background-position: left bottom;
}
#content .Rating {
margin-bottom: 0.75em;
}
#fieldset-manage_categories .Disabled fieldset,
#fieldset-manage_categories .Disabled fieldset legend {
background-color: lightGrey;
}
#fieldset-manage_categories ol.sequenceWidget {
list-style: none;
}

}


/* - ++resource++contentratings/star_rating.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/++resource++contentratings/star_rating.css?original=1 */
.Rating label {
float: left;
line-height: 25px;
}
.star-rating {
float: left;
}
.AverageRating, .UserRating {
overflow: hidden;
vertical-align: middle;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
background: url(/++resource++contentratings/star.gif) left -1000px repeat-x;
}
.star-rating {
position:relative;
height:25px;
overflow:hidden;
list-style:none;
margin:0 0 0 5px;
padding:0;
background-position: left top;
}
.star-rating li {
display: inline;
}
.star-rating a,
.star-rating .current-rating {
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
background-position: left bottom;
}
.star-rating .current-rating {
z-index:1;
background-position: left center;
}
/* */
.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}
/* */
.UserRating {
margin: 0;
}
.small-star .UserRating {
margin-top: 3px;
}
.UserRating .DeleteRating {
float: left;
width: 25px;
height: 25px;
margin-left: 11px;
text-indent: -1000em;
background-image: url(/++resource++contentratings/X_icon_20x20.gif);
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
}
.UserRating .DeleteRating.Disabled {
background-image: url(/++resource++contentratings/X_icon_20x20_gray.gif);
background-position: center center;
background-repeat: no-repeat;
}
/* */
.small-star .star-rating {
margin: 0 0 0 3px;
width: 50px;
height: 10px;
}
.small-star .star-rating,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
background-image: url(/++resource++contentratings/star_small.gif);
line-height: 1em;
height: 10px;
}
.small-star .UserRating .DeleteRating {
width: 12px;
height: 10px;
background-image: url(/++resource++contentratings/X_icon_10x10.gif);
background-position: center center;
background-repeat: no-repeat;
}
.small-star .DeleteRating.Disabled {
background-image: url(/++resource++contentratings/X_icon_10x10_gray.gif);
}
.small-star label {
font-size: 9px;
line-height: 10px;
}

}


/* - ++resource++carousel.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/++resource++carousel.css?original=1 */
#carousel {
margin-bottom: 1em;
}
#carousel-banners {
float:left;
margin-right: 1em;
}
.carousel-banner {
position: absolute;
}
a.carousel-button {
display: block;
text-decoration: none;
margin: 0 1em;
padding: 1em 0;
}
a.carousel-button.selected {
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
}
.carousel-title {
display: block;
font-size: 1.5em;
}
a.carousel-button.selected .carousel-title {
font-weight: bold;
}
.carousel-description {
display: block;
}
}


/* - uscan.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/uscan.css?original=1 */
/* */
/* ***/
body {
margin:auto;
background-color:#fff;
font-family:Georgia,"Times New Roman",Times;
color:#333333;
background-image:url(http://www.usclimatenetwork.org/bodybg_tileme.gif);
background-repeat:repeat-x;
}
#portal-personaltools {
clear:both;
}
h1, h2, h3, h4, h5 {
color:#585858 !important;
font-family:Georgia,"Times New Roman",Times;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
color:#005cc7 !important;
font-family:Georgia,"Times New Roman",Times;
}
.section-us-climate-action-network h2 a, h3 a, h4 a {
color:#A53810 !important;
}
a, a.tile {
color:#005cc7;
text-decoration:none !important;
}
a:hover {
text-decoration:none !important;
}
.tileItem {
border-top:0px !important;
padding-top:0em;
}
table.vertical {
margin-top:30px;
}
.listingBar {
background-color:#FCF9ED;
border:1px solid #F1F1F1;
}
.contained-collection {
display:none;
}
.collage-row .tileFooter {
display: none;
}
/* ***/
.blueitalic {
font-style:italic;
color:#005cc7;
}
/* ****/
div.UserRatings {
padding:6px;
background-color:#fcf9ed;
border:1px solid #f1f1f1;
}
.RatingTitle {
padding-right:10px;
margin-left:10px;
}
.current-rating {
padding:0px;
color:#d24500;
font-size:1.5em;
font-weight:bold;
margin-left:27px;
}
* html .UserRating {
clear:both;
}
*+html .UserRating {
clear:both;
}
/* ****/
#portal-columns {
margin-top:64px;
z-index:3;
position:relative;
}
#portal-column-one .visualPadding {
padding:0em 0em 0em 0em;
}
#portal-column-two {
margin-top:-32px;
}
#portal-column-two .visualPadding {
position:relative;
z-index:20;
margin-top:-10px;
padding:0em 0em 0em 0em;
}
.contentViews {
padding-top:5px;
}
/* ****/
#wrapper {
width:995px;
margin:auto;
background-color:transparent;
background-image:url(http://www.usclimatenetwork.org/visualportalwrapperbg_tileme.png);
background-repeat:repeat-y;
}
#visual-portal-wrapper {
width:975px;
margin:auto;
}
#headershadow {
width:995px;
height:8px;
background-image:url(http://www.usclimatenetwork.org/headershadow.png);
background-repeat:no-repeat;
margin-top:30px;
}
* html #headershadow {
margin-top:0px;
}
*+html #headershadow {
margin-top:0px;
}
#footershadow {
width:995px;
height:23px;
background-image:url(http://www.usclimatenetwork.org/footershadow.png);
background-repeat:no-repeat;
margin:auto;
padding:0px;
}
/* ****/
#portal-logo img {
padding:19px 0em 0em 19px;
margin:0em;
}
/* ****/
.section-us-climate-action-network #carousel {
width:630px;
margin-bottom:0em;
}
.section-uscan #carousel {
width:630px;
margin-bottom:0em;
}
#carousel-buttons {
display:none;
}
#video{
width: 900px;
margin: 0 auto;
}
#nav{
width: 900px;
height: 161px;
margin: 3px 0 40px;
}
#nav ul {
list-style: none;
}
#nav a:hover {
background-position: 0 -162px;
}
#navItems{
width: 800px;
height: 161px;
margin: 0 auto;
position: relative;
}
.about {
width: 140px;
height: 161px;
position: absolute;
overflow: hidden;
background: url(about.png) no-repeat;
top: 0px;
left: 0px;
}
.members{
width: 140px;
height: 161px;
position: absolute;
overflow: hidden;
background: url(members.png) no-repeat;
top: 0px;
left: 172px;
}
.policy{
width: 140px;
height: 161px;
position: absolute;
overflow: hidden;
background: url(policy.png) no-repeat;
top: 0px;
left: 344px;
}
.resources{
width: 140px;
height: 161px;
position: absolute;
overflow: hidden;
background: url(resources.png) no-repeat;
top: 0px;
left: 526px;
}
.blog{
width: 140px;
height: 161px;
position: absolute;
overflow: hidden;
background: url(blog.png) no-repeat;
top: 0px;
left: 698px;
}
#joinForces {
position: relative;
width: 313px;
background: url(joinForcesIcon.png) no-repeat;
height: 214px;
left: 313px;
}
/* ****/
#portal-siteactions li a {
font-style:italic;
color:#4babd1;
text-transform:capitalize;
font-family:Georgia, "Times New Roman", Times;
border:0px;
}
#portal-siteactions li a:hover {
border:0px;
background-color:transparent;
}
#portal-siteactions li a.last-action .slash {
display:none;
}
.slash {
color:#d4d4d4;
}
.slashtwo {
padding-right:10px;
color:#d4d4d4;
}
.slashthree {
color:#93cde3;
}
/* ****/
#portal-searchbox {
height:60px;
z-index:20 !important;
position:relative;
}
#searchGadget {
background-color:#f3f3f3;
background-image:none;
border:1px solid #8b8b8b;
}
input.searchButton {
border:none;
background-image:none;
padding-left:2px;
}
.searchSection {
display:none;
}
/* ****/
#portal-column-content {
padding-top:0em;
}
#homepage-topright {
height:200px;
width:322px;
margin-left:632px;
margin-top:-298px;
position:absolute;
}
#resource-directory {
background-image:url(http://www.usclimatenetwork.org/home_resourcedb_bg.gif);
background-repeat:no-repeat;
height:64px;
width:302px;
line-height:0em;
margin-top:0px;
margin-left:3px;
z-index:10;
position:relative;
padding: 40px 10px 12px 10px;
}
*+html #searchtable {
padding:10px;
}
#searchtable td {
padding:.25em;
}
.keywordfield {
margin-top:25px;
}
* html .keywordfield {
padding-left:10px;
}
*+html .keywordfield {
padding-left:10px;
}
.resourcesfield {
margin-top:25px;
}
.resourcesbox option {
color:#fff;
}
.resourcesbox select {
border:0px;
}
.toprightactions {
position:absolute;
margin-left:635px;
margin-top:-178px;
}
* html .toprightactions {
margin-left:592px;
}
*+html .toprightactions {
margin-left:592px;
}
dd#action-member-center {
background-image:url(http://www.usclimatenetwork.org/home_membercenter_bg.gif);
background-repeat:no-repeat;
height:59px;
width:322px;
line-height:0em;
margin-bottom:5px;
margin-left:0px;
margin-top:-4px;
}
dd#action-policy {
background-image:url(http://www.usclimatenetwork.org/home_policy_bg.gif);
background-repeat:no-repeat;
height:57px;
width:322px;
line-height:0em;
margin-bottom:5px;
margin-left:0px;
}
dd#action-climate-change {
background-image:url(http://www.usclimatenetwork.org/home_climate_bg.gif);
background-repeat:no-repeat;
height:57px;
width:322px;
line-height:0em;
margin-bottom:0px;
margin-left:0px;
z-index:10;
position:relative;
}
/* ****/
.section-us-climate-action-network .portletRss  {
margin-top: 288px;
width:300px;
background-color:transparent;
border:0px;
}
.section-us-climate-action-network .portletRss  a {
color:#a63913;
}
.section-us-climate-action-network .portletRss .portletItem {
color:#a63812;
font-size: 100%;
border:0px !important;
padding:.25em 0em;
}
.section-us-climate-action-network .portletRss .portletItem a.tile {
font-size:110%;
font-weight:bold;
}
.section-us-climate-action-network .portletRss .portletHeader {
background-image:url(http://www.usclimatenetwork.org/climate_news_col3.gif);
background-repeat:no-repeat;
font-size: 1em;
font-family:Georgia,"Times New Roman",Times;
display: block !important;
padding-left:40px;
padding-top:5px;
padding-bottom:10px;
height:30px;
width:171px;
text-transform:capitalize !important;
font-weight:normal;
font-size:160%;
}
.section-us-climate-action-network .portletRss .portletItemDetails {
text-align:left;
font-weight:normal;
}
.section-us-climate-action-network .portletRss .portletFooter {
text-align:left;
padding-left:0em;
}
.section-us-climate-action-network .portletRss .portletFooter a {
text-decoration:none;
}
/* ***/
.section-uscan .portletRss  {
margin-top: 221px;
width:300px;
background-color:transparent;
border:0px;
}
.section-uscan .portletRss  a {
color:#a63913;
}
.section-uscan .portletRss .portletItem {
color:#a63812;
font-size: 100%;
border:0px !important;
padding:.25em 0em;
}
.section-uscan .portletRss .portletItem a.tile {
font-size:110%;
font-weight:bold;
}
.section-uscan .portletRss .portletHeader {
background-image:url(http://www.usclimatenetwork.org/climate_news_col3.gif);
background-repeat:no-repeat;
font-size: 1em;
font-family:Georgia,"Times New Roman",Times;
display: block !important;
padding-left:40px;
padding-top:5px;
padding-bottom:10px;
height:30px;
width:171px;
text-transform:capitalize !important;
font-weight:normal;
font-size:160%;
}
.section-uscan .portletRss .portletItemDetails {
text-align:left;
font-weight:normal;
}
.section-uscan .portletRss .portletFooter {
text-align:left;
padding-left:0em;
}
.section-uscan .portletRss .portletFooter a {
text-decoration:none;
}
/* ****/
#homepage-topright select {
background-color:#5c5c5c;
border:0px;
color:#fff;
}
#homepage-topright input {
background-image:none;
background-color:#5c5c5c;
border:0px;
padding:2px;
color:#fff !important;
}
#homepage-topright input.searchSubmit {
background-color:transparent !important;
background-image:none;
border:0px;
margin-top:10px;
color:#fff;
}
input.searchSubmit {
padding-top:0px;
border:1px solid #ccc;
background-color:#fff;
color:#000;
margin-top:10px;
}
#homepage-topright textarea {
background-color:#5c5c5c;
}
#homepage-topright td{
padding:.25em;
}
#homepage-topright .advancedSearch a {
color:#fff;
padding-left:10px;
margin-top:-20px;
}
/* ****/
#hottopic-wrapper {
background-color:#858585;
width:954px;
margin-left:11px;
margin-top:34px;
position:absolute;
z-index:2;
height:27px;
}
.section-us-climate-action-network #hottopic-wrapper {
width:629px;
display:block;
}
* html .section-us-climate-action-network #hottopics {
margin-left:1em;
}
.section-uscan #hottopic-wrapper {
width:629px;
display:block;
}
* html .section-uscan #hottopics {
margin-left:1em;
}
.hottopicslabel {
/* */
height:27px;
width:90px;
display:block;
z-index:20;
margin-left:20px;
margin-top:0px;
}
* html #hottopic-wrapper {
width:955px;
}
#topics {
margin-top:-30px;
padding-left:5px;
}
* html #topics {
margin-left:0px;
float:left;
}
*+html #topics {
margin-left:0px;
}
ul#topics li {
display:inline;
padding:0em .5em 0em .5em;
line-height:30px;
}
* html ul#topics li {
padding-left:0em;
}
*+html ul#topics li {
padding-left:0em;
}
ul#topics li a {
text-transform:uppercase;
color:#fff;
text-decoration:none;
font-size:10px;
line-height:32px;
font-family:"Helvetica Neue",Helvetica,Arial,"sans serif";
}
ul#topics a .selected {
color:#fff283;
}
ul#topics li.last-action a {
color:#fff283;
}
.divider {
color:#93cde3;
}
/* ***/
/* ****/
.section-uscan #portal-breadcrumbs {
display:none;
}
.section-uscan .block_1 a {
color:#a63812 !important;
text-decoration:none;
line-height:125%;
}
.section-uscan .block_1 .collage-item h2.tileHeadline a {
color:#a63812 !important;
}
.section-uscan .block_1 h2 {
font-size:100%;
}
.section-uscan .block_1 dd {
display:none;
}
.section-uscan .block_1 .listingDateAndOrg {
padding-bottom:1em;
}
.section-uscan .block_2 {
margin-top:-20px;
}
.section-uscan .block_2 h2 {
font-size:100%;
}
.section-uscan .block_3 a {
font-size:110%;
}
* html #collage .section-uscan .two-columns-equal .block_2 {
width:48%;
}
.section-uscan .block_2 h2.tileHeadline a {
color:#666 !important;
}
* html .section-uscan #portal-columns {
margin-left:1em;
}
.section-uscan .listingBar {
display:none;
}
.section-uscan .documentActions {
display:none;
}
.section-uscan #region-content {
padding:.5em 0em 0em 0em !important;
background-color:transparent;
}
.section-uscan #portal-columns {
background-image:url(http://www.usclimatenetwork.org/homepagebg.gif);
background-color:transparent;
background-repeat:repeat-y;
height:100%;
}
.section-uscan #region-content {
font-family:Georgia,"Times New Roman",Times;
}
.section-uscan #portal-column-two {
width:320px;
margin-left:-10px;
padding:0.5em 0em 0em 0em !important;
}
.section-uscan .tileItem {
border-top:0px;
}
.section-uscan .tileBody {
display:none !important;
}
/* ****/
.section-uscan .collage-item h1 {
display: none;
}
.section-uscan .collage-item h1.tileItem {
display: block !important;
}
.section-uscan .collage-item h1.tileHeadline {
display: block !important;
}
.section-uscan .collage-item h2 {
display: none;
}
.section-uscan .collage-item h2.tileItem {
display: block !important;
}
.section-uscan .collage-item h2.tileHeadline {
display: block !important;
}
/* ****/
* html #collage .section-uscan .two-columns-equal .block_1 {
width:48%;
}
.section-uscan .block_1 h1 {
background-image:url(http://www.usclimatenetwork.org/uscan_news_col1.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
height:30px;
/* */
width:200px;
font-size:160%;
margin-top:15px;
line-height:30px;
}
.section-uscan .block_1 h2 {
background-image:url(http://www.usclimatenetwork.org/uscan_news_col1.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
height:30px;
/* */
width:200px;
font-size:160%;
margin-top:15px;
line-height:30px;
}
.section-uscan .block_1 .tileItem h2 {
font-size:100%;
}
.section-uscan .block_1 h2.tileHeadline {
background-image:none;
background-repeat:no-repeat;
padding-left:0px;
padding-top:0px;
/* */
padding-bottom:0em;
width:100%;
}
.section-uscan .tileItem {
padding-bottom:.5em;
}
.section-uscan .block_1 .tileBody .description {
display:none !important;
}
.section-uscan #collage .collage-row .block_1 div.collage-item {
padding-left:.5em;
}
/* ****/
.section-uscan .block_2 {
margin-top:0px;
}
.section-uscan .block_2 .tileItem h2 {
font-size:100%;
}
.section-uscan .block_2 a {
color:#005cc7 !important;
text-decoration:none;
}
.section-uscan .block_2 dt {
margin-bottom:-10px;
}
.section-uscan .block_2 h1  {
background-image:url(http://www.usclimatenetwork.org/latest_resources_col2.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
padding-top:5px;
height:30px;
width:171px;
}
.section-uscan .block_2 .collage-item h2.tileHeadline a {
color:#005cc7 !important;
}
.section-uscan .block_2 h2 {
background-image:url(http://www.usclimatenetwork.org/latest_resources_col2.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
height:30px;
/* */
width:200px;
font-size:160%;
margin-top:15px;
line-height:30px;
}
.section-uscan .block_2 h2.tileHeadline {
background-image:none;
background-repeat:no-repeat;
padding-left:0px;
padding-top:0px;
height:auto;
width:100%;
}
.section-uscan .listingResourceType {
color:#5F5F5F;
font-weight:normal;
}
.section-uscan .listingDateAndOrg {
color:#5F5F5F;
font-weight:normal;
}
.section-uscan dd.portletFooter a {
font-size:110%;
text-decoration:underline;
color:#D24500;
}
.section-uscan .topborder {
display:none;
}
.section-uscan .portletRss .portletItem {
color:#a63812;
font-size: 100%;
border:0px !important;
padding:.25em 0em;
}
/* ***/
.section-uscan .portletStaticText {
background-color:transparent;
border:0px;
margin-left:0px;
width:300px;
}
/* ****/
#globalnav-wrapper {
clear:both;
width:100%;
margin-left:-12px;
margin-top:0px;
z-index:10;
position:absolute;
}
*+html #globalnav-wrapper {
margin-top:98px;
margin-left:-332px;
}
/* ****/
/* ***/
#portal-globalnav li a {
padding:.25em 0em;
margin:0em;
}
#portal-globalnav li.selected a {
border:none !important;
background-color:transparent;
}
li#portaltab-member-center {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_membercenter_off.gif);
background-repeat:no-repeat;
}
li#portaltab-about-us {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_aboutus_off.gif);
background-repeat:no-repeat;
}
li#portaltab-news-room {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_newsroom_off.gif);
background-repeat:no-repeat;
}
li#portaltab-policy {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_policy_off.gif);
background-repeat:no-repeat;
}
li#portaltab-resource-database {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_resourcedb_off.gif);
background-repeat:no-repeat;
}
li#portaltab-climate-change-101 {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_climate_change_off.gif);
background-repeat:no-repeat;
}
/* *****/
*+html #portal-globalnav LI UL UL {
margin-left:-2em;
}
ul.navTreeLevel1 {
border:none !important;
border:0px !important;
}
li#portaltab-member-center a {
background-image:url(http://www.usclimatenetwork.org/menu_membercenter_off.gif);
background-repeat:no-repeat;
width:123px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-member-center a:hover, #portaltab-member-center li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_membercenter_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-member-center .submenu {
margin-left:-123px;
}
* html li#portaltab-member-center .submenu {
margin-left:-123px;
}
li#portaltab-about-us a {
background-image:url(http://www.usclimatenetwork.org/menu_aboutus_off.gif);
background-repeat:no-repeat;
width:76px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-about-us a:hover, #portaltab-about-us li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_aboutus_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-about-us .submenu {
margin-left:-76px;
}
* html li#portaltab-about-us .submenu {
margin-left:-76px;
}
li#portaltab-news-room a {
background-image:url(http://www.usclimatenetwork.org/menu_newsroom_off.gif);
background-repeat:no-repeat;
width:93px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-news-room a:hover, #portaltab-news-room li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_newsroom_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-news-room .submenu {
margin-left:-93px;
}
* html li#portaltab-news-room .submenu {
margin-left:-93px;
}
li#portaltab-policy a {
background-image:url(http://www.usclimatenetwork.org/menu_policy_off.gif);
background-repeat:no-repeat;
width:66px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-policy a:hover, #portaltab-policy li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_policy_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-policy .submenu {
margin-left:-66px;
}
* html li#portaltab-policy .submenu {
margin-left:-66px;
}
li#portaltab-resource-database a {
background-image:url(http://www.usclimatenetwork.org/menu_resourcedb_off.gif);
background-repeat:no-repeat;
width:137px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-resource-database a:hover, #portaltab-resource-database li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_resourcedb_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-resource-database .submenu {
margin-left:-137px;
}
* html li#portaltab-resource-database .submenu {
margin-left:-137px;
}
li#portaltab-climate-change-101 a {
background-image:url(http://www.usclimatenetwork.org/menu_climate_change_off.gif);
background-repeat:no-repeat;
width:141px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-climate-change-101 a:hover, #portaltab-climate-change-101 li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_climate_change_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-climate-change-101 .submenu {
margin-left:-141px;
}
* html li#portaltab-climate-change-101 .submenu {
margin-left:-141px;
}
/* ****/
/* ***/
#portal-globalnav ul.submenu {
opacity:.90;
border:none;
margin-top:25px;
width:15em;
position:absolute;
z-index:12;
padding-left:5px;
padding-right:5px;
margin-left:0em;
}
#portal-globalnav ul li {
border-width:0px 0px 1px 0px !important;
border-style:dotted !important;
border-color:#aeb01b1 !important;
}
#portal-globalnav ul.submenu a {
color:#2c2c2c !important;
text-transform:capitalize;
font-family:Georgia,"Times New Roman",Times;
background-image:none;
padding:4px 5px !important;
margin-right:0em !important;
border:0px solid transparent !important;
width:15em;
height:auto;
}
#portal-globalnav ul.submenu a:hover {
color:#cc3333 !important;
text-transform:capitalize;
font-family:Georgia,"Times New Roman",Times;
background-image:none;
padding:4px 5px !important;
margin-right:0em !important;
font-weight:normal;
border:0px solid transparent !important;
width:15em;
background-image:none !important;
background-color:transparent !important;
}
#portal-globalnav li.selected ul.submenu {
margin-top:20px;
}
/* ****/
.portletNavigationTree {
padding: 0;
line-height: 1em;
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
border: none;
border-bottom:1px dotted #b2b2b2;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
color:#cc3333;
}
.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
background-color: transparent;
color: #666666 !important;
border: none;
border-bottom:1px dotted #b2b2b2 !important;
font-weight:normal;
}
.portletNavigationTree .lastItem {
border-bottom:none;
}
.navTreeCurrentItem {
background-color:#faf9fa;
color: #666666 !important;
border-width: 0px 0px 1px 0px !important;
border-bottom:1px dotted #b2b2b2 !important;
}
li.navTreeCurrentItem {
padding: 0 0 0 1px;
margin: 0 0 2px -1px;
border:none;
border-bottom:1px dotted #b2b2b2 !important;
background-color:#faf9fa;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
border: none;
border-bottom:1px dotted #b2b2b2 !important;
line-height: 1.6em;
height: auto;
background-color:#faf9fa;
}
/* ****/
.section-us-climate-action-network #portal-breadcrumbs {
display:none;
}
#portal-breadcrumbs {
border-bottom:none;
text-transform:capitalize;
font-style:italic;
padding-left:10px;
color:#666666;
}
#portal-breadcrumbs a {
color:#cc3333;
text-decoration:underline;
}
/* ****/
.documentActions {
border-top:0px;
padding:0px 10px;
display:block;
}
/* ****/
.section-us-climate-action-network .block_1 a {
color:#a63812 !important;
text-decoration:none;
line-height:125%;
}
.section-us-climate-action-network .block_1 .collage-item h2.tileHeadline a {
color:#a63812 !important;
}
.section-us-climate-action-network .block_1 h2 {
font-size:100%;
}
.section-us-climate-action-network .block_1 dd {
display:none;
}
.section-us-climate-action-network .block_1 .listingDateAndOrg {
padding-bottom:1em;
}
.section-us-climate-action-network .block_2 {
margin-top:-20px;
}
.section-us-climate-action-network .block_2 h2 {
font-size:100%;
}
.section-us-climate-action-network .block_3 a {
font-size:110%;
}
.section-us-climate-action-network .block_2 .collage-item h2 {
font-size:150%;
}
* html #collage .section-us-climate-action-network .two-columns-equal .block_2 {
width:48%;
}
.section-us-climate-action-network .block_2 h2.tileHeadline a {
color:#666 !important;
font-size:80%;
}
div.column-block dt a {color:#005cc7 !important; font-size: 110%;}
div#collage div.collage-item h1 {font-size:150%; }
/* ****/
* html .section-us-climate-action-network #portal-columns {
margin-left:1em;
}
.section-us-climate-action-network .listingBar {
display:none;
}
.section-us-climate-action-network .documentActions {
display:none;
}
.section-us-climate-action-network #region-content {
padding:.5em 0em 0em 0em !important;
background-color:transparent;
}
.section-us-climate-action-network #portal-columns {
background-image:url(http://www.usclimatenetwork.org/homepagebg.gif);
background-color:transparent;
background-repeat:repeat-y;
height:100%;
}
.section-us-climate-action-network #region-content {
font-family:Georgia,"Times New Roman",Times;
}
.section-us-climate-action-network #portal-column-two {
width:320px;
margin-left:-10px;
padding:0.5em 0em 0em 0em !important;
}
.section-us-climate-action-network .tileItem {
border-top:0px;
}
.section-us-climate-action-network .tileBody {
display:none !important;
}
/* ****/
.section-us-climate-action-network .collage-item h1 {
display: none;
}
.section-us-climate-action-network .collage-item h1.tileItem {
display: block !important;
}
.section-us-climate-action-network .collage-item h1.tileHeadline {
display: block !important;
}
.section-us-climate-action-network .collage-item h2 {
display: none;
}
.section-us-climate-action-network .collage-item h2.tileItem {
display: block !important;
}
.section-us-climate-action-network .collage-item h2.tileHeadline {
display: block !important;
}
/* ****/
* html #collage .section-us-climate-action-network .two-columns-equal .block_1 {
width:48%;
}
.section-us-climate-action-network .block_1 h1 {
background-image:url(http://www.usclimatenetwork.org/uscan_news_col1.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
height:30px;
/* */
width:200px;
font-size:160%;
margin-top:15px;
line-height:30px;
}
.section-us-climate-action-network .block_1 .tileItem h1 {
font-size:100%;
}
.section-us-climate-action-network .block_1 h1.tileHeadline {
background-image:none;
background-repeat:no-repeat;
padding-left:0px;
padding-top:0px;
/* */
padding-bottom:0em;
width:100%;
}
.section-us-climate-action-network .tileItem {
padding-bottom:.5em;
}
.section-us-climate-action-network .block_1 .tileBody .description {
display:none !important;
}
.section-us-climate-action-network #collage .collage-row .block_1 div.collage-item {
padding-left:.5em;
}
/* ****/
.section-us-climate-action-network .block_2 {
margin-top:15px;
}
.section-us-climate-action-network .block_2 a {
color:#005cc7 !important;
text-decoration:none;
}
.section-us-climate-action-network .block_2 dt {
margin-bottom:-10px;
}
.section-us-climate-action-network .block_2 h1  {
background-image:url(http://www.usclimatenetwork.org/latest_resources_col2.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
padding-top:5px;
height:30px;
width:171px;
}
.section-us-climate-action-network .block_2 .collage-item h2.tileHeadline a {
color:#005cc7 !important;
}
.section-us-climate-action-network .block_2 h2 {
background-image:url(http://www.usclimatenetwork.org/latest_resources_col2.gif);
background-repeat:no-repeat;
display: block !important;
padding-left:40px;
padding-top:5px;
height:auto;
width:171px;
}
.section-us-climate-action-network .block_2 h2.tileHeadline {
background-image:none;
background-repeat:no-repeat;
padding-left:0px;
padding-top:0px;
height:auto;
width:100%;
}
.section-us-climate-action-network .listingResourceType {
color:#5F5F5F;
font-weight:normal;
}
.section-us-climate-action-network .listingDateAndOrg {
color:#5F5F5F;
font-weight:normal;
}
/* ****/
.portlet, .portletStaticText, .portletCollection {
background-color:#fcf9ed;
border:1px solid #f1f1f1;
font-family:Georgia,"Times New Roman",Times;
width:216px;
margin:1em;
}
.portletStaticText, .portletCollection {
padding:10px;
width:196px;
}
.portletHeader, .portletHeader a {
text-transform:uppercase;
color:#585858;
text-decoration:none;
background-color:transparent;
border:0px;
padding-top:3px;
font-size:1em;
font-weight:bold;
}
.portletItem {
background-color:transparent;
border-width:0px 0px 1px 0px !important;
border-style:dotted;
border-color:#c2bfb6;
}
.portletItemDetails {
color:#5f5f5f;
}
.portletItem a {
color:#d24500;
}
.portletFooter, dd.portletFooter {
background-color:transparent
border-color:#a6a49c !important;
border-style:dotted;
border:0px;
}
.portletItem a:visited, .portletFooter a:visited {
color:#666;
}
.section-us-climate-action-network dd.portletFooter a {
font-size:110%;
text-decoration:underline;
color:#D24500;
}
/* ****/
.portletLogin {
background-color:transparent;
background-image:url(http://www.usclimatenetwork.org/login_portlet_bg.gif);
background-repeat:no-repeat;
height:184px;
width:215px;
}
.portletLogin .portletItem {
border-bottom:0px;
padding:.5em 1em;
}
.portletLogin .even {
border-bottom:0px;
}
.portletLogin .odd {
padding-top:1.5em;
}
.loginname {
display:block;
float: left;
padding-top:10px;
}
.passwordfield {
display:block;
float: left;
}
.loginbtn {
display:block;
float: left;
margin-top: 17px;
}
input.loginbtn {
border:0px;
}
.portletLogin a.tile {
color:#fff;
}
.portletLogin .portletItem {
padding:0em 1em;
}
.portletLogin .forgotpassword {
display:block;
margin-left:10px;
padding-top:10px;
}
.portletLogin .becomeamember {
display:block;
margin-left:10px;
margin-top:0px;
}
.portletLogin .loginname .field {
margin-bottom:0em;
color:#fff;
}
.portletLogin .passwordfield .field {
margin-bottom:0em;
color:#fff;
}
/* ****/
.details {
padding:1em;
}
.portletEvents .description {
padding:1em;
}
.descriptionrow {
border-bottom:1px solid #a6a49c;
}
.detailsrow {
border-bottom:1px solid #a6a49c;
}
.portletEvents .portletItem {
padding:0em;
margin:0em;
}
.portletEvents dd {
padding:.25em 1em;
margin:0em;
}
.portletEvents .portletItemDetails {
text-align:left;
}
.portletEvents .portletFooter {
text-align:left;
padding:.5em 1em;
}
.portletEvents .portletFooter a {
color:#cc3333;
}
.portletEvents .columnone, .portletEvents .columntwo {
width:100px;
}
.portletEvents .portletItemDate {
font-size:.9em;
color:#000;
}
/* ****/
#portletSearchResources .portletFooter {
display:none;
}
/* ****/
#portletSearchIndividuals .portletItem odd {
border-bottom:0px;
}
#portletSearchIndividuals dd.portletFooter {
display:none;
}
/* ****/
#region-content img {
border:0px;
}
*+html #region-content {
height:1%;
}
.documentActions li a {
color:#9a4722;
}
/* ****/
.topborder {
width:953px;
border-top:1px solid #c4c4c4;
display:block;
height:1px;
padding-top:3px;
margin:auto;
margin-left:-18px;
padding-bottom:10px;
}
.section-us-climate-action-network .topborder {
display:none;
}
#portal-footer {
background-color:transparent;
border:none;
float:left:
text-align:left;
margin:0em;
padding:20px 0em 30px 40px;
color:#838383;
}
*+html #portal-footer {
padding-left:20px;
margin-top:0px;
}
#portal-footer a {
color:#b20d0d;
text-decoration:underline;
}
.copyrightinfo {
height:25px;
float:left;
}
.adr {
float:right;
}
.phonefaxemail {
float:right;
padding-right:30px;
padding-left:3px;
}
.phonefaxemail a {
color:#b20d0d;
}
#portal-colophon {
color:#d27f4c;
}
#portal-colophon a {
color:#d27f4c;
}
/* ****/
#portal-sitemap li a {
font-size:1.1em;
}
/* ****/
#content a.state-internal {
background-image:url(http://www.usclimatenetwork.org/resource_bgimg.gif);
background-repeat:no-repeat;
padding-left:20px;
padding-bottom:5px;
}
.state-published, a.state-published {
color:#585858 !important;
}
/* ****/
.section-about-us dt a {color: #005cc7 !important;}
div.UserRatings {display:none;}
.releaseDate { margin-left: 0; }
/* ***/
.template-link_view .documentDescription {
display:block;
}
dt a, dt a.state-published {color: #005cc7 !important;}
/* */
span.documentByLine, #plone-document-byline {display:none}
/* ****/
.section-alternate-homepage #portal-breadcrumbs {
display:none;
}
.section-alternate-homepage #carousel-banners {
float:none;
}
.section-alternate-homepage #homepage-topright {
margin-left:0px;
margin-right:8px;
margin-top:-279px;
height:200px;
width:252px;
float:right;
position:relative;
}
* html .section-alternate-homepage #homepage-topright {
margin-right:-1px;
margin-top:-278px;
}
*+html .section-alternate-homepage #homepage-topright {
margin-right:-2px;
margin-top:-278px;
}
.section-alternate-homepage #homepage-topright td {
padding:1px 3px 2px 3px;
}
.section-alternate-homepage .documentContent {
padding:0em !important;
margin-left:-4px;
margin-top:-10px;
}
.section-alternate-homepage #carousel-banners {
width:697px !important;
}
.section-alternate-homepage #portal-footer {
padding-top:5px;
}
.section-alternate-homepage .portletfeedmixer {
display:none;
}
.section-alternate-homepage .documentFirstHeading {
display:none;
}
/* */
.resource-thumbnail {
float: right;
padding: 0 10px 10px 10px;
}
/* */
span.documentDate {
display: block
}
/* */
*+html .kuputab-selectors {
display: table !important;
height: auto !important;
}
*+html .kuputab-selector {
display: inline !important;
float: none !important;
}
*+html .kuputab-selector a,
*+html .kuputab-selector span {
display: inline-block !important;
}
/* */
/* */
/* */

}


/* - kuputabs.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/kuputabs.css?original=1 */
/* */
/* */
/* */
/* */
/* *****/
/* ***/
.kuputab-selectors a, .kuputab-selectors a span {
background:transparent url(http://www.usclimatenetwork.org/tab.png) no-repeat scroll;
display:block;
padding:0px 10px;
}
/* ***/
.orange .kuputab-selectors a, .orange .kuputab-selectors a span {
background-image: url(http://www.usclimatenetwork.org/tab-orange.png);
}
/* *****/
.kuputab-selectors a.selected {
color:#000000;
border-bottom:none !important;
}
.kuputab-content.hidden {
display: none;
}
.kuputab-selectors {
list-style-image:none !important;
list-style-position:outside;
list-style-type:none !important;
margin:0px !important;
padding:0px 0px 0px 4px;
border-bottom:1px solid #97A5B0;
}
.kuputab-selectors:after {
clear:both;
content:" ";
display:block;
}
.kuputab-selectors li {
float:left;
margin:0px 0px 0px 1px;
min-width:84px;
}
.kuputab-selectors a {
border-bottom:1px solid #97A5B0 !important;
color:#4E4E4E;
font-size:12px;
font-weight:bold;
line-height:1.2em;
padding-left:0px;
position:relative;
text-align:center;
text-decoration:none;
top:1px;
white-space:nowrap;
z-index:2;
}
.kuputab-selectors a.selected, .kuputab-selectors a:hover, .kuputab-selectors a:active {
background-position:100% -150px;
outline-color:invert;
outline-style:none;
outline-width:0px;
}
.kuputab-selectors a {
background-position:100% -100px;
}
.kuputab-selectors a span {
height:18px;
min-height:18px;
min-width:64px;
padding-right:0px;
padding-top:6px;
width:64px;
}
* > .kuputab-selectors a span {
height:auto;
width:auto;
}
.kuputab-selectors a.selected span, .kuputab-selectors a:hover span, .kuputab-selectors a:active span {
background-position:0px -50px;
}
.kuputab-selectors a.selected span {
padding-top:7px;
}
.kuputab-selectors .tabs-selected a:link, .kuputab-selectors .tabs-selected a:visited {
cursor:text;
}
.kuputab-selectors a:hover, .kuputab-selectors a:active {
cursor:pointer;
}
.kuputab-content {
padding:1em 8px;
}
*+html .kuputab-selectors {
height:25px;
}
*html .kuputab-selectors {
height:25px;
}
.green .kuputab-selectors a, .green .kuputab-selectors a span {
background:transparent url(http://www.usclimatenetwork.org/tab-green.png) no-repeat scroll;
display:block;
padding:0px 10px;
}
/* */
/* */

}


/* - ++resource++collective.flowplayer.css/flowplayer.css - */
@media screen {
/* http://www.usclimatenetwork.org/portal_css/++resource++collective.flowplayer.css/flowplayer.css?original=1 */
/* */
.autoFlowPlayer {
display: block;
height: 250px;
width: 300px;
border: 0px;
}
.autoFlowPlayer.audio {
display: block;
height: 27px;
width: 240px;
border: 0px;
}
.autoFlowPlayer.audio.minimal {
height: 27px;
width: 40px;
border: 0px;
}
.portletFlowPlayer .video {
display: block;
height: 100px;
width: 100%;
}
.portletFlowPlayer .audio {
display: block;
height: 28px;
}
}


/* - ploneCustom.css - */
@media all {
/* http://www.usclimatenetwork.org/portal_css/ploneCustom.css?original=1 */
/* */
/* */
/* */
.rss-box {
padding-left:6px;
margin-top:-6px;
}
.rss-title, rss_title a {
font-family: "times", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
font-size: 12px;
font-weight:bold;
padding: 0;
letter-spacing: 1px;
}
.rss-items {
margin-left:0;
}
.rss-item  {
font-family: verdana, arial, sans-serif;
font-size: 11px;
font-weight : bold;
margin: 7px 0;
list-style-type: none;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
text-decoration : none;
border-bottom: 1px solid #ededed;
}
.rss-item a:hover {
text-decoration : none;
color: #e0861e;
border-bottom: 1px dotted #e0861e;
}
.rss-date {
font-size: 11px;
font-weight : normal;
color: #F60;
}
#home-elements {
display: none;
}
.section-alternate-homepage #home-elements {
display: block;
}
.orangecallout{
background-color: #ffe9d3;
border-top-width: 1px;
border-right-width-value: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-top-color: #f1f1f1;
border-right-color-value: #f1f1f1;
border-bottom-color: #f1f1f1;
border-left-color-value: #f1f1f1;
font-family: Georgia,"Times New Roman",Times;
width: 655px;
padding:12px;
}
a.info{
position:relative; /**/
z-index:24;
color:#12426A;
padding: 1px;
text-decoration:none;!important;}
a.info:hover{z-index:25; background-color:#fffff; text-decoration:none;!important;}
a.info span{display: none}
a.info:hover span{ /**/
display:block;
position:absolute;
top:2em; left:2em; width:15em;
padding:5px;
border:1px solid #5C95A0;
background-color:#E5F9FF; color:#000;
text-align: left;
text-decoration:none;
}
.tool-tip {
color: #fff;
width: 139px;
z-index: 13000;
}
.tool-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #9FD4FF;
padding: 8px 8px 4px;
background: url(http://demos111.mootools.net/demos/MousewheelCustom/moo.png) top left;
}
.tool-text {
font-size: 11px;
padding: 4px 8px 8px;
background: url(http://demos111.mootools.net/demos/MousewheelCustom/moo.png) bottom right;
}
.custom-tip {
color: #000;
width: 300px;
z-index: 13000;
}
.custom-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #ffffff;
padding: 8px 8px 4px;
background: #5C95A0;
border-bottom: 1px solid #ffffff;
}
.custom-text {
font-size: 11px;
padding: 4px 8px 8px;
background: #76BFCE;
}
td.accordheader {
font-family:  Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
font-weight: bolder;
color: #FFFFFF;
padding: 5px;
background-color: #5C95A0;
}
td.accordheaderlrg {
font-family:  Arial, Geneva, Helvetica, sans-serif;
font-size: 14px;
font-weight: bolder;
color: #FFFFFF;
padding: 5px;
background-color: #5C95A0;
}
td.accorddata{
background-image:url(http://blog.usclimatenetwork.org/images/chart_bg.jpg);
font-family:  Arial, Geneva, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding: 4px;
}
td.accorddatalrg{
background-image:url(http://blog.usclimatenetwork.org/images/chart_bg.jpg);
font-family:  Arial, Geneva, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight: bolder;
padding: 4px;
}
td.accorddatalrgsolid{
background-color: #c7dbe2;
font-family:  Arial, Geneva, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight: bolder;
padding: 4px;
}
td.accorddatasolid{
background-color: #c7dbe2;
font-family:  Arial, Geneva, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding: 4px;
}
td.emailheader{
padding:0;
}
td.emailcontainer{
border: 8px solid #2C6A9C;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
td.feature {
font-family:arial,helvetica,sans-serif;
font-size:15px;
color:#000000;
padding:10px;
text-align: left;
background-color: #96C3DA;
line-height: 16px;
}
td.feature a {
color:#000000;
}
td.feature a.headline {
font-size:22px;
color: #000000;
line-height: 24px;
text-decoration: underline;
}
td.feature img {
border: 2px solid #FFFFFF;
padding: 0px;
margin-left: 5px;
margin-top: 3px;
}
td.lsidebar {
font-family:arial,helvetica,sans-serif;
font-size: 13px;
line-height: 18px;
color: #000000;
background-color: #FFFFFF;
padding: 10px;
}
td.lsidebar a {
font-family:arial,helvetica,sans-serif;
font-size: 13px;
color: #065AC8;
line-height: 18px;
}
td.lsidebar a.actionheadline {
font-size:15px;
font-weight: bold;
color: #065AC8;
line-height: 18px;
}
td.rsidebar {
font-family:arial,helvetica,sans-serif;
font-size: 13px;
line-height: 16px;
color: #000000;
background-color: #EBEBEB;
padding: 10px;
}
td.rsidebar  a {
color: #065AC8;
}
td.rsidebar  ul {
font-weight: bold;
margin-left: 12px;
padding: 0px;
line-height: 18px;
margin-bottom:0px;
}
td.quote {
font-family:arial,helvetica,sans-serif;
font-size: 14px;
line-height: 16px;
color: #000000;
font-weight: bold;
background-color: #EBEBEB;
padding: 10px;
}
td.quote  a {
color: #065AC8;
}
td.quote img {
border: 2px solid #FFFFFF;
padding: 0px;
margin-left: 5px;
margin-top: 3px;
}
.orangebg {
background-color: #FCF9ED;
padding: 5px;
}
.emailcontainer table {
border-spacing: 0;
}
.emailcontainer table td {
padding: 0;
}
li#portaltab-action-center {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_actioncenter_off.gif);
background-repeat:no-repeat;
}
li#portaltab-action-center a {
background-image:url(http://www.usclimatenetwork.org/menu_actioncenter_off.gif);
background-repeat:no-repeat;
width:111px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-action-center a:hover, #portaltab-action-center li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_actioncenter_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-action-center .submenu {
margin-left:-111px;
}
* html li#portaltab-action-center .submenu {
margin-left:-111px;
}
li#portaltab-video {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_video_off.gif);
background-repeat:no-repeat;
}
li#portaltab-video a {
background-image:url(http://www.usclimatenetwork.org/menu_video_off.gif);
background-repeat:no-repeat;
width:59px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-video a:hover, #portaltab-video li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_video_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-video .submenu {
margin-left:-59px;
}
* html li#portaltab-video .submenu {
margin-left:-59px;
}
li#portaltab-blog {
display:inline;
background-image:url(http://www.usclimatenetwork.org/menu_blog_off.gif);
background-repeat:no-repeat;
}
li#portaltab-blog a {
background-image:url(http://www.usclimatenetwork.org/menu_blog_off.gif);
background-repeat:no-repeat;
width:59px;
height:30px;
border:none;
display:block;
float:left;
}
li#portaltab-blog a:hover, #portaltab-blog li.selected {
background-image:url(http://www.usclimatenetwork.org/menu_blog_on.gif) !important;
background-repeat:no-repeat;
background-color:transparent;
}
*+html li#portaltab-blog .submenu {
margin-left:-59px;
}
* html li#portaltab-blog .submenu {
margin-left:-59px;
}
/* */
/* */

}

