@charset "UTF-8";
/* CSS Document */

/* $Id: user.css,v 1.4 2006/12/30 07:45:31 dries Exp $ */

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile dt {
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin:0;
}

/* $Id: tabs.css,v 1.1.2.4 2008/02/09 02:39:54 johnalbin Exp $ */

/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal5-reference.css, line 510.)
 *
 */

  div.tabs
  {
    margin: 0 0 5px 0;
  }

  ul.primary
  {
    margin: 0;
    padding: 0 0 0 10px;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    background: url(images/tab-bar.png) repeat-x left bottom;
  }

  ul.primary li
  {
    float: left;
    margin: 0;
    padding: 0;
  }

  ul.primary li a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0 0 0 5px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #777;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left -38px;
  }

  ul.primary li a .tab
  {
    display: block;
    height: 20px; /* 24px (parent) - 4px (padding) */
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
    background: url(images/tab-right.png) no-repeat right -38px;
  }

  ul.primary li a:hover
  {
    border-width: 0;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left -76px;
  }

  ul.primary li a:hover .tab
  {
    background: url(images/tab-right.png) no-repeat right -76px;
  }

  ul.primary li.active a,
  ul.primary li.active a:hover
  {
    border-width: 0;
    color: #000;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left 0;
  }

  ul.primary li.active a .tab,
  ul.primary li.active a:hover .tab
  {
    background: url(images/tab-right.png) no-repeat right 0;
  }

  ul.secondary
  {
    margin: 0;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    white-space: nowrap;
    background: url(images/tab-secondary-bg.png) repeat-x left bottom;
  }

  ul.secondary li
  {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 0;
    border-right: none;
  }

  ul.secondary a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    color: #777;
    background: url(images/tab-secondary.png) repeat-x left -56px;
  }

  ul.secondary a .tab
  {
    display: block;
    height: 18px; /* 24px (parent) - 6px (padding) */
    margin: 0;
    padding: 3px 8px;
    line-height: 18px;
  }

  ul.secondary a:hover
  {
    background: url(images/tab-secondary.png) repeat-x left bottom;
  }

  ul.secondary a.active,
  ul.secondary a.active:hover
  {
    border: 1px solid #c0c0c0;
    color: #000;
    background: url(images/tab-secondary.png) repeat-x left top;
  }

/* $Id: system.css,v 1.21 2006/12/21 16:13:06 dries Exp $ */

/*
** HTML elements
*/
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.error {
  color: #f00;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
}
div.warning, tr.warning {
  background: #ffd;
}
div.ok, tr.ok {
  background: #dfd;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.pager {
  clear: both;
  text-align: center;
}
.pager a, .pager strong.pager-current {
  padding: 0.5em;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Menus
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*----------GENERAL STYLES-------------------------------------------------------------------------------------------------*/
* {
    font-family: "Lucida Grande", "Lucida Sans", Arial, sans;
}

   
/* This is updated copy */


body {
    margin: 0;
    padding: 0;
    font-size: 85%;
    font-family: "Lucida Grande", "Lucida Sans", Arial, sans;
    color: #47443c;
	line-height: 140%;
}

#page {
	line-height: 140%;
}

#wrapper {
	background: #F5F2EB url(images/bg.png) repeat-x;	
}

a:link, 
a:active, 
a:visited, 
a:hover {
    color: #A24C1D;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
    color: #0D2E62;
	margin: 10px 0 5px 0;
}

h1.title {
    margin: 0;
    font-weight: normal;
    font-size: 2.6em;
    font-family: "Arial";
}

h2.title {
    font-size: 1.5em;
    font-weight: normal;
    border-top: 1px solid #CBC5B7;
    padding: 10px 0;
    margin: 0;
    font-family: "Arial";
}

h3 {
	margin: 10px 0 5px 0;
}

h3.slogan {
    color: #697173;
    font-weight: normal;
    margin-top: 0;
}

ul ul, 
ul ol, 
ol ol, 
ol ul, 
.block ul ul, 
.block ul ol, 
.block ol ol, 
.block ol ul, 
.item-list ul ul, 
.item-list ul ol, 
.item-list ol ol, 
.item-list ol ul {
	margin: 10px 0 10px 25px;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}

li {
	padding: 0 0 10px 0;
	margin: 0;
}

ul.menu {
    margin: 0;
    padding: 0;
}

ul.menu li {
    list-style: none;
}

.with-navbar #content,
.with-navbar #sidebar-left,
.with-navbar #sidebar-right {
    margin-top: 1em;
}

.clear {
    clear: both;
}

tr.even, tr.odd {
	background-color: transparent;	
}

hr {
	height: 1px;
	color: #D1D1C7;
	background-color: #D1D1C7;
	border: 0;	
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}





/*----------HEADER-------------------------------------------------------------------------------------------------*/
#top {
    height: 44px;
    background: url(images/top-blue.png) repeat-x;
}

#header {
    background: url(images/logo-bg.png) repeat-x;
}

#logo-image {
    float: left;
    margin: 20px 60px 20px 0;
}

#edit--keys-wrapper {
    display: inline;
}

#top-inner,
#header-inner,
#footer-inner {
    width: 960px;
    margin: 0 auto;
}

#header-inner {
	position: relative;
}

.header-inner table {
    margin: 0;
}

#top-links {
    float: right;
    color: #BAC9E0;
    font-size: 0.9em;
}

#top-links ul.menu {
    display: block;
}

#top-links ul.menu li {
    display: inline;
}

#top-links ul.menu li a {
    color: #BAC9E0;
    border-left: 1px solid #586F94;
    padding-left: 10px;
    margin-left: 10px;
	font-size: 11px;
}

#top-links ul.menu li.first a {
    margin: 0;
    padding: 0;
    border-left: none;
}

#top-links ul.menu li a.active,
#top-links ul.menu li a:hover {
    color: white;
    text-decoration: underline;
}

#navbar {
    margin: 0;
    background: #D9E1EE url(images/nav-off.png) repeat-x;
    height: auto;
    float: left;
    width: 100%;
}

#primary {
    font-size: 0.8em;
    background: #D7E1EC url(images/nav-off.png) bottom repeat-x;
    margin: 0;
}

#primary ul.links {
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#primary ul.links li {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}

#primary ul.links li a {
    color: #555;
    display: block;
    text-decoration: none;
    padding: 13px 15px;
}

#primary ul.links li a.active {
    background: #fff;
    color: #CC662E;
}

#primary ul.links li a:hover {
    color: #CC662E;
    background: #D7E1EC url(images/nav-hover.png) repeat-x;
}


body div.admin-links ul.links li{
	list-style:none;
}


/* Header blocks */
#header-blocks {
    position: absolute;
    clear: none;
	top: 0;
	right: 0;
}

#header-blocks ul.menu {
	list-style: none;
    margin-top: 40px;
}

#header-blocks ul.menu li {
    float: left;
    display: inline;
	display: block;
	margin-left: 20px;
}

#header-blocks ul.menu li a {
    color: #27497F;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 10px;
    border-left: 2px solid #D1D9E3;
    font-family: Arial;
}

#header-blocks ul.menu li a.active,
#header-blocks ul.menu li a:hover {
    color: #CC662E;
    text-decoration: none;
    border-left: 2px solid #CC662E;
}

.menu-item-description {
    color: #5E6769;
    font-size: 0.6em;
    font-weight: normal;
    padding: 2px 10px;
    border-left: 2px solid #D1D9E3;
    display: block;
    margin-top: -1px;
}

#header-blocks ul.menu li a.active .menu-item-description,
#header-blocks ul.menu li a:hover .menu-item-description {
    border-left: 2px solid #CC662E;
}

.view-header {
	font-family: "Georgia","serif";
	font-size: 1.2em;
	padding-top: 5px;	
	color: #A24C1D;
	border-bottom: 1px solid #CCCCCC
}

.view-header a {
	text-decoration: underline;	
}

td.view-data-text,
td.view-data-field-image-fid {
	vertical-align: top;	
}

/* Programs page: Featured item */
body.node-type-center .panel-row-1 .panel-col-1 .box-featured {
    border-top: 1px solid #CBC5B7;
    border-bottom: 1px solid #CBC5B7;
    background: #F6F9FB url(images/bg-box-featured.png) repeat-x;
    padding: 0 10px;
}

/* Centers page */
.view-content-page-program-centers td {
    padding: 10px;
}

.view-data-field-center-featured-initiativ-nid .more-link {
	background: none;
	font-size: 1em;	
}

.view-data-field-center-featured-initiativ-nid {
    width: 225px;
	padding-left: 20px;
}

.view-field-field-center-featured-initiativ-nid {
	padding-left: 20px;
}

.view-data-field-center-featured-initiativ-nid .more-link {
	padding-left: 20px;
}

.view-field-field-center-featured-initiativ-nid,
.view-field-field-key-links-url {
    font-size: 1.2em;
}

.field-field-introduction {
	font-family: "Helvetica", "Arial";
	font-weight: bold;
	color: #A24C1D;
}

/* Events */
.view-content-page-events-upcoming .view-field-field-end-date-value,
.view-content-page-events-featured .view-field-field-end-date-value,
.view-content-page-upcoming-events .view-field-field-end-date-value,
.view-content-page-past-events .view-field-field-end-date-value {
	padding: 0 .5em;	
}

.node-type-event .panel-sidebar-right .field-field-end-date,
.node-type-event .panel-sidebar-right .field-field-location {
	margin-top: -.8em;	
}

/* Newsroom */
.view-content-page-newsroom-in-the-news .view-label-node-data-field-in-the-news-source-field-in-the-news-source-url,
.view-content-page-newsroom-in-the-news .view-data-node-data-field-in-the-news-source-field-in-the-news-source-url {
	display: inline;	
}

/*----------PRINT AND SHARE-------------------------------------------------------------------------------------------------*/
#print-share {
    float: right;
    text-align: right;
    margin: 6px 10px 0 0;
    width: 160px;
}



#print-share #block-block-16 {
    float: left;
    width: 80px;
}

#print-share #block-print-0 {
    float: right;
    width: 80px;
}


/*----------TABS-------------------------------------------------------------------------------------------------*/
ul.primary {
    padding-left: 0;
    background: #F9F6F0;
    border-bottom: 1px solid #E1DED6;
}

ul.primary li a {
    color: #254B80;
    background: #F9F6F0;
    border-right: 1px solid #E1DED6;
    font-weight: normal;
}

ul.primary li a:hover {
    background: #fff;
}

ul.primary li a .tab {
    background: none;
}

ul.primary li a:hover .tab {
    background: none;
    border-right: 1px solid #E1DED6;
}

ul.primary li.active a,
ul.primary li.active a:hover {
    background: #F7F9FB;
    border-right: 1px solid #E1DED6;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
    background: none;
    border-right: none;
    color: #254B80;
}

/*----------LEFT SIDEBAR-------------------------------------------------------------------------------------------------*/
#sidebar-left-inner ul.menu li a.active {
    font-weight: bold;
}

#sidebar-left h2.title {
	font-family: "Helvetica", "Arial";
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

h2.title a {
	color: #0D2E62;
	font-family: "Helvetica", "Arial";
}

h2.title a:hover {
	text-decoration: underline;	
}

.sidebar-left #content { 
	margin-left: 250px;
	margin-right: -960px;
	width: 710px;
}

#sidebar-left { 
	float:left;
	margin-right:-960px;
	padding:0;
	width:250px;
}

#sidebar-left-inner {
	margin: 0;
	padding: 0 20px 0 0;
}


/*----------MAIN CONTENT-------------------------------------------------------------------------------------------------*/
#main {
	padding-bottom: 10px;
}

#main-inner {

}

.breadcrumb {
    padding: 8px;
    background: #FCFBFA;
    border-top: 1px solid #F4F1EB;
    margin-top: 10px;
    font-size: 1.0em;
    color: #7C7B7A;
}

.breadcrumb a {
    color: #7C7B7A;
    text-decoration: underline;
}

.more-link {
    padding: 10px;
    background: #EDE9DE url(images/arrow_right.gif) no-repeat;
    background-position: 95% center;
    text-align: left;
    font-style: italic;
    font-family: "Georgia", "serif";
    font-size: 1.1em;
}

.more-link a {
    text-decoration: underline;
    display: block;
	font-style: italic;
    font-family: "Georgia", "serif";
}

body.front div#main-inner div.panel-row-1 div.panel-col-1 {
    border-top: 1px solid #CBC5B7;
    border-bottom: 1px solid #CBC5B7;
    background: url(images/building-bg-top.png) repeat-x;
}

body.front div#main-inner div.panel-row-1 div.panel-col-1 .inside {
	background: url(images/building-bg-bottom.png) bottom repeat-x;
}

body.front div#main-inner div.panel-row-1 div.panel-col-1 .content {
    padding: 10px;
}

.view-home-latest-from-usip div.item-list ul li div.odd,
.view-home-latest-from-usip div.item-list ul li div.even,
.view-countries-latest-from-usip div.odd,
.view-countries-latest-from-usip div.even,
.view-content-issue-area-latest-from-usip div.odd,
.view-content-issue-area-latest-from-usip div.even
{
    margin-bottom: 10px;
    padding: 10px 40px 10px 10px;
    background: #EDE9DE url(images/arrow_right.gif) no-repeat;
    background-position: 95% center;
}

.view-data-type,
.view-data-field-publication-date-value,
.view-data-field-end-date-value {
    color: #0D2E62;
}

.view-data-title,
.view-data-node-title,
.view-data-title a,
.view-data-node-title a {
    font-size: 1.2em;
	line-height: 22px;
    /*padding-top: 5px;*/
    font-family: Georgia, serif;
}

.view-home-popular-resources-tools .view-data-title,
.view-home-popular-resources-tools .view-data-node-title,
.view-home-popular-resources-tools .view-data-title a,
.view-home-popular-resources-tools .view-data-node-title a {
    font-size: 1.0em;
	line-height: 17px;
	/*margin-top: -5px;*/
}

div.issue_areas span.view-data-title,
div.issue_areas span.view-data-title a,
div.countries span.view-data-title,
div.countries span.view-data-title a,
div.programs span.view-data-title,
div.programs span.view-data-title a {
	font-family: inherit;
	font-size: inherit;	
}

.view-data-field-image-fid {
    float: left;
    margin-right: 10px;
}

.view-page-specialists th {
    font-style: italic;
    font-weight: normal;
}

.view-page-specialists #views-filters table tr {
    background: none;
    border-bottom: none;
}

.view-page-specialists #views-filters .form-item {
    margin-right: 10px;
}

.view-page-specialists #views-filters .form-select {
    width: 160px;
}

.view-item-page-newsroom-in-the-news {
    padding-bottom: 15px;
}

.view-content-page-specialists-featured tr.even,
.view-content-page-specialists-featured tr.odd,
.view-content-program-leadership tr.even,
.view-content-program-leadership tr.odd,
.view-content-home-popular-resources-tools tr.even,
.view-content-home-popular-resources-tools tr.odd {
    border-bottom: 0;
    background: none;
}

.view-content-program-leadership td,
.view-content-page-specialists-featured td,
.view-content-home-popular-resources-tools td {
    padding: 10px 0;
}

.view-content-program-leadership td .view-data-title a,
.view-content-page-specialists-featured td .view-data-title a,
.view-content-home-popular-resources-tools td .view-data-title a {

}

table.view-data {
	width: 100%;	
}

table.view-data td.view-data-text {
	width: 100%;	
}

table.view-data td {
	vertical-align: top;
}

div#main div#content-header {
    padding-bottom: 10px;
}

div.view-item-page-resources-tools-types > div.view-data-node-title a {
    font-weight: bold;
}

div.view-content-center-associated-specialists img,
div.view-content-page-resources-tools-featured img,
div.view-content-page-resources-tools img {
    border: 1px solid #C9C7BB;
}

.menu-item-description {
    color: #5E6669;
}

#view-list-homepage-region-list_ms_title {
    color: #002664;
}

/*----------LIST ITEMS-------------------------------------------------------------------------------------------------*/
.item-list ul
 {
    padding: 0;
}

.view-data tr {
    border:none;
}

.view-data td {
	padding: 1em 0;	
}

.view-content-home-popular-issue-areas .item-list ul li {
    padding: 8px 0;
    font-size: 1.0em;
    border-bottom: 1px solid #B7CBDA;
}

#sidebar-left-inner .menu li a {
	padding: 8px 0;
    font-size: 1.0em;
    border-bottom: 1px solid #B7CBDA;
	display: block;
}

#sidebar-left-inner .menu li ul li a {
	border-top: 1px solid #B7CBDA;
	border-bottom: 0;
}

#sidebar-left-inner .menu li ul li.first a {
	border-top: 0;
}

#sidebar-left-inner .menu li ul li.last a {
	border-bottom: 1px solid #B7CBDA;
}

#sidebar-left-inner .menu li ul li a {
	padding-left: 1.25em;
}

#sidebar-left-inner .menu li ul li ul li a {
	padding-left: 2.5em;
}

#sidebar-left-inner .menu li ul li ul li ul li a {
	padding-left: 3.75em;
}

#sidebar-left-inner .menu li ul li ul li ul li ul li a {
	padding-left: 5em;
}



.item-list ul,
#sidebar-left-inner .menu ul {
	list-style-type: none;
}



body.section-newsroom .item-list ul {
	list-style-type: none;
}



#sidebar-left-inner .menu ul {
	padding 0;
	margin: 0;	
}

.view-item-home-popular-issue-areas a,
#sidebar-left-inner .menu li a {
    color: #0D2E62;
	background: url(images/doublearrow.png) no-repeat right center;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	display: block;
}

#sidebar-left-inner .menu li a {
	background: none;
}

#sidebar-left-inner .menu li a span {
	background: url(images/doublearrow.png) no-repeat right center;
	padding-right: 14px;
	display: block;
}

#block-views-homepage_region_list h2.title {
	background: url("images/map-header-bg.png") repeat-x;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
}

#block-views-homepage_region_list .content {
	background: url("images/homepage-map-bg.jpg") no-repeat;
	height: 94px;
	
}

.view-content-homepage-region-list {
	text-align: right;
	padding: 45px 5px 0 0;	
}

#view-list-homepage-region-list {
	width: 250px;	
}

.view-content-footer-quote {
	font-family: "Georgia", "serif";	
}

.view-content-footer-quote .view-data-node-body {
	color: #47443c;
	font-family: "Georgia", "serif";
	font-style: italic;
	font-size: 1.4em;	
}

.view-content-footer-quote ul,
.view-content-footer-quote li {
	padding: 0;
	margin: 0;	
}

.view-content-footer-quote .view-data-node-body p {
	margin: 0 0 .25em 0;	
	font-size: 1.2em;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.view-content-footer-quote .view-data-node-title {
	font-size: 1.15em;
	color: #7c776b;	
}

/* Featured items */
.featured-items {
	border-top: 1px solid #d1d1c7;
	border-bottom: 1px solid #d1d1c7;
	background: #fff url(images/featured-bg-top.png) repeat-x top left;
}

.featured-items h2.title {
	padding: 10px 20px 0 20px;
}

.featured-items .content {
	background: url(images/featured-bg-bottom.png) repeat-x top left;
	background-color: #f6f9fb;
	padding: 0 20px;	
}


.block-featured,
.block-center-highlights {
	border-top: 1px solid #d1d1c7;
	border-bottom: 1px solid #d1d1c7;
	background: #fff url(images/featured-bg-top.png) repeat-x top left;
}

.block-featured h2.title,
.block-center-highlights h2.title {
	padding: 10px 20px 0 20px;
}

.block-featured .content,
.block-center-highlights .content {
	background: url(images/featured-bg-bottom.png) repeat-x top left;
	background-color: #f6f9fb;
	padding: 0 20px;	
}



.block-center-highlights .block-inner .content ul,
.block-center-highlights .block-inner .content h3,
.block-center-highlights .block-inner .content h4,
.block-center-highlights .block-inner .content h5,
.block-center-highlights .block-inner .content h6,
.block-featured .block-inner .content ul,
.block-featured .block-inner .content h3,
.block-featured .block-inner .content h4,
.block-featured .block-inner .content h5,
.block-featured .block-inner .content h6,
.featured-items .content .item-list ul,
.featured-items .content h3,
.featured-items .content h4,
.featured-items .content h5,
.featured-items .content h6

{
	margin-bottom: 0;
	margin-top: 0;
}


.featured-items .view-data tr {
	border: 0;	
}

/*----------RIGHT SIDEBAR-------------------------------------------------------------------------------------------------*/


/*----------FOOTER-------------------------------------------------------------------------------------------------*/
#footer {
    height: 200px;
    background: #EDE9DE;
    border-top: 1px solid #B7B0A0;
    font-size: 0.8em;
}

#footer .panel-col-1,
#footer .panel-col-2,
#footer .panel-col-3 {
    height: 150px;
}

#mini-panel-footer .inside {
    padding: 20px;
}

#mini-panel-footer div.panel-row-1 div.panel-col-1 {
    width: 333px;
}

#mini-panel-footer div.panel-row-1 div.panel-col-2 {
    width: 424px;
    background: url(images/footer-middle-column.png) no-repeat;
}

#mini-panel-footer div.panel-row-1 div.panel-col-3 {

}

#mini-panel-footer ul.menu {
    padding: 0;
}

#mini-panel-footer ul.menu li {
    display: inline;
    list-style: none;
    padding: 0 5px 0 10px;
    border-left: 1px solid #88857F;

}


div.item-list ul li{
	list-style:none;
}


#mini-panel-footer .panel-col-first {
    font-size: 1.1em;
}

#mini-panel-footer .panel-col-last ul.menu li {
	display: block;
	border: 0;
	padding: .6em 0;
}

#mini-panel-footer .panel-col-last ul.menu li a {
    color: #454138;
    font-size: 1.2em;
	list-style: none;
}


li.leaf {
	list-style-type: none;
	list-style:none;
}


#mini-panel-footer ul.menu li a:hover {
    text-decoration: underline;
}

#mini-panel-footer ul.menu li.first {
    padding-left: 0;
    border-left: none;
}

#mini-panel-footer ul.menu li.newsletters,
#mini-panel-footer ul.menu li.video,
#mini-panel-footer ul.menu li.podcasts,
#mini-panel-footer ul.menu li.rss-feeds {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #B7B0A0;
	list-style:none;
	list-style-type:none;

}

#mini-panel-footer ul.menu li.newsletters a,
#mini-panel-footer ul.menu li.video a,
#mini-panel-footer ul.menu li.podcasts a,
#mini-panel-footer ul.menu li.rss-feeds a {
    padding-left: 30px;
    height: 20px;
    display: block;
    line-height: 20px;
	list-style:none;
}

#mini-panel-footer ul.menu li.newsletters {
	border-top: none;
}

#mini-panel-footer ul.menu li.newsletters a {
    background: url(images/newsletters.png) 0 4px no-repeat;
}

#mini-panel-footer ul.menu li.video a {
    background: url(images/videos.png) no-repeat;
}

#mini-panel-footer ul.menu li.podcasts a {
    background: url(images/podcasts.png) no-repeat;
}

#mini-panel-footer ul.menu li.rss-feeds a {
    border-bottom: none;
    background: url(images/rss.png) 0 2px no-repeat;
}



#mini-panel-footer div.panel-pane ul li a {
	list-style:none;
}


body.not-front h2.title {
    border-top: none;
}



/*---------SLIDESHOW -------------------------------------------------------------------------------------------------*/
.fpss-introtext .slidetext h1 a {
	color: #999;
	font-size:14px;
    font-family: "Lucida Grande", "Lucida Sans", Arial, sans;
}

body .fpss-introtext .slidetext h1,
body .fpss-introtext .slidetext h1 a:link, 
body .fpss-introtext .slidetext h1 a:active, 
body .fpss-introtext .slidetext h1 a:visited, 
body .fpss-introtext .slidetext h1 a:hover {
	font-size:14px;
	color: #fff;
    font-family: "Lucida Grande", "Lucida Sans", Arial, sans;
	margin:0;
	padding:0;
}



#fpss-outer-container {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
}


.fpss-introtext .slidetext h3,
.fpss-introtext .slidetext p {
	color:#FFFFFF;
	font-size:11px;
	margin:0;
	padding:0;
	font-weight:bold;
}



#navi-outer {clear:both;margin:0;padding:0;border-top:2px solid #505050; background-color: #333; background:none;}
.fpss-introtext {width:100%;margin:0;padding:0;position:absolute;left:0;right:0;bottom:0; background-color: #333; opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}


#navi-outer li.noimages a {font-family:Tahoma, Arial, sans-serif;font-size:10px;border:none;text-align:center;width:auto;padding:0px 4px;margin:0px;background:none;color:#FFFFFF;}

/*---------ALPHABETIC LIST-------------------------------------------------------------------------------------------------*/
.view-alphabetic-list td {
	vertical-align: top;	
}

.view-alphabetic-list h4 {
    color: #0D2E62;
    font-size: 1.6em;
}

.view-item-page-specialists {
    margin-bottom: 15px;
}

.alphabetic-list .letter {
    padding-right: 10px;
}

.alphabetic-list .letter a {
    font-weight: bold;
    text-decoration: underline;
}

.view-item-page-issue-areas {
    clear: both;
}

.view-item-page-issue-areas {
    margin-bottom: 10px;
}

.view-content-page-issue-areas th {
	text-align: left;	
	font-weight: normal;
}

.view-data thead tr,
.view-data tr.view-letter {
	border: 0;	
}


/*----------HOMEPAGE-------------------------------------------------------------------------------------------------*/
.front .panel-flexible .panel-row,
.front .panel-flexible { 
	margin:0;
	padding:0;
	width:100%;
}

body.front div#main-inner div.panel-col-1 { 
	margin: 0;
	padding: 0;
	margin-right: 30px;
}

body.front div#main-inner div.panel-row-1 div.panel-col-1 .inside {
	margin: 0;
	padding: 0;
}

body.not-front .panel-flexible .panel-col-1 .inside {
	padding: 0 25px 0 0;
}


body.not-front .panel-flexible .panel-col-2 .inside {
	padding: 0 0 0 25px;
}


/*
.fpss-introtext { 
bottom:0;
height:64px;
left:0;
width:654px;
padding-top: 5px;
}

#navi-outer { 
bottom: 0;
position:absolute;
right:0;
width:200px;
z-index:9;
height: 64px;
}

#pseudobox { 
height:34px;
background: none;
}
*/


#block-views-homepage_region_list h2.title {
	line-height: 35px;
	text-align: left;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 0 15px;
}

.front .panel-flexible .panel-separator { 
margin:0;
height: 40px;
}

.front #block-views-homepage_region_list {
	margin-top: 20px;
}

.view-home-popular-issue-areas .item-list ul {
	margin: -10px 0 0 0;
}

.front div.panel-flexible div.panel-row-2 div.panel-col-2 { 
	width:399px;
	margin-right: 27px;
}

.jcarousel-skin-usip .node-carousel-title a:link,
.jcarousel-skin-usip .node-carousel-title a:active,
.jcarousel-skin-usip .node-carousel-title a:visited,
.jcarousel-skin-usip .node-carousel-title a:hover {
	font-size: 1.2em;
}

.jcarousel-skin-usip .jcarousel-item { 
	height:175px;
	height: auto;
}

.jcarousel-list { 
	left:0;
	margin:0;
	overflow:visible;
	padding:0;
	position:relative;
	top:0;
	z-index:1;
}

.jcarousel-skin-usip .jcarousel-clip-horizontal {
	height:auto;
	background-color: #DEE6F1;
	margin: 0;
	padding: 20px 0;
	width: 930px;
}

.jcarousel-skin-usip .jcarousel-container {
	background-color: #DEE6F1;
	border: 0;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

.jcarousel-skin-usip .jcarousel-container-horizontal { 
	padding:0px 40px;
	background-color: #C7D7E7;
	width: 930px;
	overflow: hidden;
}

.jcarousel-skin-usip .jcarousel-prev-horizontal { 
	background:transparent url(images/carousel_arrow.gif) no-repeat scroll 5px 90px;
	cursor:pointer;
	height:268px;
	left:0px;
	position:absolute;
	top:0px;
	width:40px;
}

.jcarousel-skin-usip .jcarousel-prev-horizontal:hover {
    background:transparent url(images/carousel_arrow_hover.gif) no-repeat scroll 5px 90px;
}

.jcarousel-skin-usip .jcarousel-prev-horizontal:active {
    background:transparent url(images/carousel_arrow.gif) no-repeat scroll 5px 90px;
}

.jcarousel-skin-usip .jcarousel-next-horizontal { 
	background:transparent url(images/carousel_arrow_next.gif) no-repeat scroll 5px 90px;
	cursor:pointer;
	height:268px;
	right:0px;
	position:absolute;
	top:0px;
	width:40px;
}

.jcarousel-skin-usip .jcarousel-next-horizontal:hover {
    background:transparent url(images/carousel_arrow_next_hover.gif) no-repeat scroll 5px 90px;
}

.jcarousel-skin-usip .jcarousel-next-horizontal:active {
    background:transparent url(images/carousel_arrow_next.gif) no-repeat scroll 5px 90px;
}

.jcarousel-skin-usip .jcarousel-item { 
 	width: 280px !important;
	padding: 0 10px;
}

body.node-type-region .jcarousel-skin-usip .jcarousel-clip-horizontal,
body.node-type-region .jcarousel-skin-usip .jcarousel-container-horizontal { 
	width: 470px;
}

body.node-type-region .jcarousel-skin-usip .jcarousel-item { 
 	width: 140px !important;
}

.fpss-introtext .slidetext {
	padding-right: 20px !important;
}


/*----------HOMEPAGE ENEWS-------------------------------------------------------------------------------------------------*/
#stay-updated {
    background: #DEE6F1;
    border-top: 1px solid #7D95C1;
    border-bottom: 1px solid #B6CCDA;
}

#stay-updated-inner {
    padding: 15px;
}

#stay-updated-inner form {
    padding-top: 5px;
}

#stay-updated-inner #enews-email {
    border: 0;
    width: 150px;
    height: 18px;
    padding: 3px;
    vertical-align: top;
}

#stay-updated-inner #enews-submit {
    border: 0;
    width: 68px;
    height: 24px;
    background: url(images/signup.jpg) no-repeat;
    padding: 0;
    margin: 0;
}

#views-filterblock div.form-item {
    float: left;
    border-right: 1px solid #DFDEDA;
    padding: 0 .5em 1em;
    margin: 0;
}

#views-filterblock div.form-item label {
	margin: .5em 0;	
	text-transform: uppercase;
	font-size: .75em;
}

#views-filterblock div.form-item select {
    width: 160px;
    padding: 4px;
    border: 1px solid #C4D3E6;
}

#views-filterblock div.form-item input {
	width: 60px;
    padding: 4px;
    border: 1px solid #C4D3E6;
}

#views-filterblock div.form-item input {
    padding-top: 6px;
}



#views-filterblock {
	float: left;
	padding: 0;
	margin: 0;	
}

#views-filterblock div.form-elements {
	border-left: 1px solid #DFDEDA;
	border-right: 1px solid #DFDEDA;
	float: left;
	background: #F5F2EB;
}

.block-views_filterblock {
	margin: 2em 0 0 0;
	padding: 0;
	float: left;
	
}



.block-views_filterblock h2.title {
	float: left;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 .5em;
	font-weight: bold;
}

.block-views_filterblock .content,
.block-views_filterblock form {
	float: left;	
}
.block-views_filterblock .content {
	border-bottom: 1px solid #DFDEDA;	
	margin-bottom: 15px;
}

div#main-inner #content {
    clear: both;
}

div.image-right {
    clear: right;
    float: right;
    margin: 0 0 15px 15px;
    padding: 0;
}

div.image-left {
    clear: both;
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
}

div.field-field-image {
	text-align: right;
}

.node-type-resource .panel-sidebar-left ul {
	margin: 0;
}

/* Resources */
.node-type-resource .panel-sidebar-left ul .view-data-title,
.node-type-resource .panel-sidebar-left ul .view-data-node-title {
	font-size: inherit;
	font-family: inherit;
	padding: 0;	
}

/* Resources Left Sidebar (blue boxes) */
.blue-links {
    color: white;
    background: #2B3B5D url(images/resources_left_sidebar_blue.jpg) repeat-x;
    margin-bottom: 15px;
}

.blue-links a:link,
.blue-links a:active,
.blue-links a:visited,
.blue-links a:hover {
    color: white;
}

.blue-links a:hover {
	color: #CC662E;
	text-decoration: none;
}

.blue-links-inner {
    padding: 10px 15px;
}

.blue-links-title {
    font-size: 1.2em;
    font-weight: bold;
}

.blue-links-description {
    color: #C0C6C6;
	font-size: 0.9em;
	line-height: 1.3em;
}

body.not-front #page .panel-flexible .panel-row { 
	/*padding-left: 4%;
	width: 96%;*/
}

body.page-newsroom div.panel-flexible div.panel-row-2 div.panel-col-1 { 
 /*width:62.5%;
padding-right: 2%; */
}

body.page-newsroom div.panel-flexible div.panel-row-2 div.panel-col-2 { 
/*width:34.5%; */
}

/* Specialists */
.node-type-specialist .panel-sidebar ul .view-data-title,
.node-type-specialist .panel-sidebar ul .view-data-node-title {
	font-size: inherit;
	font-family: inherit;
	padding: 0;	
}


/* PAGER -----------------------------------------------------------------------------------------------------------*/

.pager a,
.pager strong.pager-current,
.pager span {
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	border-left: 1px solid #e0dcd4;
}

.pager strong.pager-current {
	background-color: #fff;
}
.pager .pager-last {
	border-right: 1px solid #e0dcd4;
}
.pager span.pager-list {
	padding: 0;
	border: 0;
}

.pager .pager-ellipsis {
	display: none;
}

.pager {
	border-bottom: 1px solid #e0dcd4;
}


/* STYLES -----------------------------------------------------------------------------------------------------------*/

img.image {
	float: left;
	margin: 0px 10px 5px 0;
	padding: 1px;
	border: 1px solid #ccc;
}

body img.imagecache {
	margin: 0px 10px 0px 0;
	padding: 1px;
	border: 1px solid #ccc;
}

#webform-component-browser_useragent {
	display: none;	
}

.view-letter h4 {
	margin: 50px 0 5px 0;
	font-size: 1.3em;
}

.view-content-issue-areas-tab-news .view-field-node-data-field-publication-date-field-publication-date-value {
	width: 140px;
	vertical-align: top;
	padding: 10px 0;
}

.view-content-issue-areas-tab-news .view-field-node-title {
	width: 400px;
	vertical-align: top;
	padding: 10px 15px 10px 0;
}

.view-content-issue-areas-tab-news .view-field-node-data-field-short-description-field-short-description-value {
	vertical-align: top;
	padding: 10px 0;
}


body.node-type-center #content-area .panel-flexible .panel-col-1 img.imagecache,
body.node-type-initiative #content-area .panel-flexible .panel-col-1 img.imagecache, 
body.node-type-panel #content-area .panel-flexible .panel-col-1 img.imagecache 
{
	
	margin:0 10px -5px 0;
	padding-bottom: 1px;
}

body.node-type-center #content-area .panel-flexible .panel-separator, 
body.node-type-initiative #content-area .panel-flexible .panel-separator, 
body.node-type-panel #content-area .panel-flexible .panel-separator 
l
{
    border-bottom: 1px solid #D1D1C7;
}








#views-filterblock #edit-submit {
	background: url(images/button_filter.gif) no-repeat 0 0;
	width: 65px;
	height: 27px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0%;
	line-height: 0;
	display: block;
	border: 0;
	float: left;
	margin: 26px 10px 0 10px;
}

.block-views_filterblock h2.title {
	padding-bottom: 10px;
}

.print-link { 
	display:none;
}

.view-content-page-resources-tools-featured .view-data-title, 
.view-content-page-resources-tools-featured .view-data-node-title, 
.view-content-page-resources-tools-featured .view-data-title a, 
.view-content-page-resources-tools-featured .view-data-node-title a {
	font-size:1.3em;
}

table {
	margin: 0;
}

div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar-middle {
	/*width: 94%; */
}

/* -- SEARCH -- */
#search-button {
	padding: 0;
	margin: 0;
}

#f1usip-search-theme-form .form-elements {
	background: url(images/bg_search_left.png) no-repeat left center;
	padding: 0 0 0 6px;
	float: right;
}


#edit-f1usip-search-theme-form-keys {
	border: 0;
	width: 150px;
	padding: 8px 0;
	background: url(images/bg_search_right.png) no-repeat right;
	color: #333;
}

#search-box {
	width: 175px;
	margin-right: -150px;
}

.subhead {
	color: #697173;
	padding-bottom: 1em;
}


body.page-programs .view-data tr {
	border-bottom:1px solid #CCCCCC;
}


body.page-programs .view-data tbody tr,
body.page-programs table.view-data tbody tr.odd,
body.page-programs table.view-data tbody tr.even
{
	border-bottom:1px solid #CCCCCC;
}



body.front #fpss-outer-container #navi-outer {
	background-color: #333;
	border-top:2px solid #505050;
	clear:both;
	margin:0;
	overflow:hidden;
	padding:0;
}  



/* $Id: panels.css,v 1.1.2.8 2008/05/01 22:36:01 merlinofchaos Exp $ */

div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}

div.panel-pane div.admin-links li a {
  color: #ccc;
}

div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}

div.panel-pane div.admin-links a:before {
  content: "[";
}

div.panel-pane div.admin-links a:after {
  content: "]";
}

div.panel-pane div.panel-hide {
  display: none;
}

/** For IE we add the class via js; for other browsers we rely on :hover **/
div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}

div.panel-pane div.node {
  margin: 0;
  padding: 0;
}

div.panel-pane div.feed a {
  float: right;
}

/* $Id: onecol.css,v 1.1.2.4 2007/12/18 03:08:28 merlinofchaos Exp $ */

.panel-1col { 
/*  overflow: hidden;  */
}

.panel-2col .panel-col-first .inside { 
  margin: 0;
}


.panel-1col .panel-col { 
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: .5em;
}

.panel-2col .panel-separator {
  margin: 0 0 1em 0;
}

/* $Id: node.css,v 1.2.2.1 2007/07/24 18:38:58 drumm Exp $ */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}

/* $Id: layout-fixed.css,v 1.1.2.7 2008/01/28 17:41:35 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Border Politics Layout Method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px;
  }

  #page
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
  }

  h1#site-name, div#site-name
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    position: relative;
  }

  #main-inner
  {
  }

/** content **/
  #content,
  .two-sidebars #content
  {
    float: left;
    width: 560px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 760px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 760px;
    margin-left: 0;
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  .no-sidebars #content
  {
    width: 960px;
    margin-left: 0;
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 200px;
    margin-left: 760px; /* Width of content + sidebar-left. */
    margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 20px;
    padding: 0;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #closure-blocks
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

/* $Id: html-elements.css,v 1.1.2.1 2007/11/29 00:50:59 johnalbin Exp $ */

/****
 **** HTML ELEMENT STYLING
 ****/


/** fonts **/
  /*
   * Our font size and line height declarations are based on the following ALA
   * article:
   *   http://www.alistapart.com/articles/howtosizetextincss
   *
   * All modern browsrs use a 16px default font size. Specifying the font-size
   * and line-height in ems (relative to the 16px default font) allows the user
   * to resize the font in the browser and produces the most consistent results
   * across different browsers.
   */
  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }

  #page
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */

    /* Use a 14px base font size with a 18px line height */
    font-size: 0.875em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3
  {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  }

  h4, h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  }

  a:visited
  {
  }

  a:hover,
  a:focus
  {
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
  }

  th,
  thead th,
  tbody th
  {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
/* $Id: flexible.css,v 1.1.2.7 2008/02/10 07:48:20 merlinofchaos Exp $ */

.panel-flexible { 
/*  overflow: hidden;  */
}

.panel-flexible {
  width: 99.9%;
}

.panel-flexible .panel-col { 
  float: left; 
  padding: 0;
  margin: 1px 0 .5em 0;
}

.panel-flexible .panel-row {
  padding: 0;
  margin: 0;
  padding-bottom: .5em;
  width: 99.9%;
}

.panel-flexible .panel-col-first .inside { 
  padding-right: .5em;
}

.panel-flexible .panel-col-inside .inside { 
  padding-right: .5em;
  padding-left: .5em;
}

.panel-flexible .panel-col-last .inside { 
  padding-left: .5em;
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: .5em;
}

.panel-flexible .panel-separator {
  margin: 0 0 1em 0;
}

/* sidebar css */
div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar { 
  float: left; 
  position: relative; 
}

* html div.panel-sidebar-left div.inside {
  background-color: transparent;
}

div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar-middle { 
  width: 100%; 
}
div.fieldgroup {
  margin:.5em 0 1em 0;
}
div.fieldgroup .content {
  padding-left:1em;
}
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.image_assist{
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-image: url(plugins/imgassist/imgassist.gif);
  background-position: 50% 50%;
  border: 1px dashed #dddddd;
}
/* $Id: defaults.css,v 1.2 2006/08/25 09:01:12 drumm Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

.container-inline-date {
  width:auto; 
  clear:both;
  padding:0;
  display: inline-block;
  vertical-align:top;
  margin-right: 0.5em;
}

.container-inline-date .form-item {
  float:none;
  padding:0;
  margin:0;
}
.container-inline-date .form-item .form-item {
  float:left;
}
.container-inline-date .form-item, 
.container-inline-date .form-item input {
  width:auto;
}
.container-inline-date .description {
  clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right:.5em;
}

.container-inline-date .date-spacer {
  margin-left:-.5em;
}

/* force IE to display the jscalendar icon in date fieldsets */
.container-inline-date .jscalendar-icon {
  text-indent: 0;
}

/* formatting for from/to dates in nodes and views */
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}

.date-repeat-input {
  float:left;
  width:auto;
  margin-right:5px;
}
.date-repeat-input select {
  min-width:7em;
}
.date-repeat fieldset {
  clear:both;
  float:none;
}

.date-nav {
  width:100%;
}
.date-nav div.date-prev {
  text-align: left;
  width:24%;
  float:left;
}
.date-nav div.date-next {
  text-align: right;
  width:24%;
  float:right;
}
.date-nav div.date-heading {
  text-align:center;
  width:50%;
  float:left;
}
.date-nav div.date-heading h3 {
  margin:0;
  padding:0;
}
.date-clear {
  float:none;
  clear:both;
  display:block;
}

.date-clear-block {
  float:none;
  width:auto;
  clear:both;
}

/* 	 
 ** Markup free clearing that fixes unwanted scrollbars 	 
 ** @see http://drupal.org/node/232959 	 
 */ 	 
 .date-clear-block:after { 	 
   content: " "; 	 
   display: block; 	 
   height: 0; 	 
   clear: both; 	 
   visibility: hidden; 	 
 } 	 
 .date-clear-block { 	 
   display: inline-block; 	 
 } 	 
 /* Hides from IE-mac \*/ 	 
 * html .date-clear-block { 	 
   height: 1%; 	 
 } 	 
 .date-clear-block { 	 
   display: block; 	 
 } 	 
 /* End hide from IE-mac */

/* $Id: content.css,v 1.2.2.8 2007/08/09 19:08:16 yched Exp $ */

.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}

.field .field-label-inline,
.field .field-label-inline-first {
  display:inline;
}

.field .field-label-inline {
  visibility:hidden;
}

.node-form .number {
  display: inline;
  width: auto;
}

/*
 * Rollover edit links for blocks
 */

  div.block
  {
    position: relative;
  }

  div.block div.edit
  {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 9px;
    background-color: #fff;
  }

  div.block:hover div.edit
  {
    display: block;
  }

