/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
*/
label {
color: #ff2300;
}

h1 {
font-size: 120%;
}

div#top_nav {
background-color: #eeeeee;
}

span.notes {
font-size: small;
}
#conflict-list .row:nth-of-type(odd){
  background-color:#fff;
}
#conflict-list .row:nth-of-type(even){
  background-color:#eee;
}
#conflict-list .row:hover{
  background-color:#ffcc99;
}

#conflict-list .col-md-1 {
    color: #999;
}
#conflict-list .col-md-6 {
    color: red;
}
#conflict-list .titlerow div{
    font-weight: bold;
}

table#conflict_list tr td {
    font-size: 10pt;
    font-family: arial;
}
ul {
font-size: 10pt;
font-family: arial;
}

div#topics_holder .topic {
    background-color: #88ff88;
}

div#topics_list {
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
/* to catch onmouseout */
    padding:5px;
}

div#topics_list div.topic {
    background-color: #ffff00;
    margin: 3px;
}
ul#timeline_entries {
    list-style-type: none;
    padding-left: 0px;
}
ul#timeline_entries li {
    padding-left: 0px;
    padding-bottom:5px;
}

table.sources {
    font-size:80%;

}

table.sources tr.active {
    }
table.sources tr.inactive {
    background-color: #dddddd;
}

div#results {
    border: 1px solid black;
}

table#suggestions tr.read {
    background-color: #dddddd;
}
table#suggestions tr.unread {
    background-color: #ffff99;
}


div#ticker {
    font-size:125%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
div#ticker div#ticker_title {
    font-weight: bold;
}
div#ticker span.tick a {
    font-size: 150%;
}

div.article_image {
    float: right;
}
div.article_image img {
    border: 1;
}
table#home td{

    vertical-align:top;
}
table#home td#left_col {
    width:200px;
}
table#home td#center_col {
    width:510px;
}

table#home td#right_col {
    border: 1px solid #CCCCCC;
    width:150px;
}
div#feed ul {
margin: 10px; 
 -webkit-padding-start: 0px;  
}
div#feed ul li {
    list-style-type: none;
    padding: 3px;
}
div#feed div#feed_title {
    
    font-weight:bold;
    background-color:#DDDDDD;
}
div#feed div.feed_item div.title{
/*font-size:80%;*/
    background-color:#DDDDDD;
}
div#feed div.feed_item div.see_more {
    float:right;
}
div#feed div.feed_item div.see_more img{
    border: 0;
}
div#feed div.feed_item div.body {
 font-size:75%;
}
div#feed div.feed_item div.body td {
    font-size:75%;
}

a  {
    color: #004276;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.tooltip {
	 background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}

.artTitle {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		11px;	
	color: #444499;
	text-decoration: none;
}
.artTitle:hover {
    text-decoration: underline;
}
.artSrc {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		10px;
	color:	grey;
	font-style: italic;
}

.artDt {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		8px;
	color:	grey;
}

a.ngo_link {
    text-decoration: none;
}
a.ngo_link:hover {
    text-decoration: underline;
}


.summary {
	font-size:		smaller;
	font-style: italic;
}

.fulldet {
	font-size:		smaller;
	max-width: 300px;
}

td.tabOn{padding: 6px 9px 4px 9px;
 background-color: #FFFFFF;
 border: 1px solid #B0B0B0;
 border-bottom-color: #FFFFFF;}
td.tabOff{padding: 6px 9px 4px 9px;
 background-color: #efefef;
 border: 1px solid #B0B0B0;
 }
td.tabContents{padding: 6px 9px 4px 9px;
 background-color: #ffffff;
 border: 1px solid #B0B0B0;
 border-top-color: #FFFFFF;
 }

div.hiddenContent {
 display: none;
}
div.visContent {
 display: inline;
}

.maxInfoIF {
 width: 100%;
 height: 500px;
 border: 0;
}

table {
   font-family: arial;
   font-size: 10pt;
}

.confList {
}
.confListAlt {
  background-color: #dddddd;
}

span.abtitle {
display:block;
color:black;
font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
font-weight:700;
font-size:1.3em;
line-height:normal;
margin:15px 0;
}

div.abnext {
padding: 20px;
font-size: 1.2em;
}

span.subtitle{
display:block;
color: black;
font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
font-weight:700;
font-size:1.2em;
line-height:normal;
margin:15px 0;
}

span.thirdSubtitle{
display:block;
color:black;
font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
font-weight:700;
font-size:1em;
line-height:normal;
margin:15px 0;
}

td.colHeader {
font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
font-weight:700;
font-size:1em;
line-height:normal;

}

/* these are for callouts. commented out for now 
.olaydot {
position:absolute;
z-index:10;
}

.olaylinev {
position: absolute;
z-index:10;
background-image: url(images/dotline.png)
}
.olaylineh {

z-index:10;
background-image: url(images/horline.png)
}


.olaybox {
white-space:nowrap;
z-index:9;
background-color:white;
padding: 2px;
border:1px solid black;
font-size: small;
}
*/
.coTitle {
font-weight: bold;
}

.coSubtitle {
/*font-style: italic;*/
}

ul#topics_list {
    margin: 10px;    
}
ul#topics_list li {
    list-style-type: none;
    padding: 3px;
}

form#news_chooser {

   font-family: arial;
   font-size: 10pt;


}

a.bursty_high {
    background-color: #ee0033;
}
a.bursty_med {
    background-color: #ffaa66;
}
a.bursty_low {
    background-color: #ffffff;
/*#ffff99;*/
}

/* for team bio section */
div.person {
    padding: 10px;
}
div.person div.name {
    font-size: 110%;
    font-weight: bold;
}

div.person div.title {
    font-style: italic
}
div.person div.bio {
}

div#topics {
    margin-bottom: 4px;
}

.round_boxed {
    padding-left:6px;
    padding-right:6px;
    border:solid #d8dfea;
    border-width:1px;
    border-radius:6px;
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px;
    -opera-border-radius:6px;
    -khtml-border-radius:6px;
}

div#topics table {
    border-width: 0px;
    max-width: 300px;
}
div#topics table tr {
    align:left;
}

div#topics table tr td.topic_name{

}

div#more_resources {
 padding-top: 6px;
}
div#more_resources div {
    padding-bottom: 6px;
}
div#more_resources div a {
    font-size: 110%;
    font-weight: bold;
}

div#ngos {
    padding: 20px;
    margin: 30px;
}

div#ngos div.title {
    font-size: 110%;
    font-weight: bold;
}
div#ngos div.title a {
    text-decoration: none;
}
div#ngos div.title a:hover {
    text-decoration: underline;
}


div#ngos div.group {
    margin-bottom: 10px;
    padding: 10px 10px;
}
div#ngos div.group title {
    font-size: 100%;
    font-weight: bold;
}

h1.title {
    color:#000;
    font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
    font-weight:700;
    text-transform:uppercase;
    font-size:1.3em;
    line-height:normal;
    margin:15px 0;
}
h2{
    color:#000;
    font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
    font-weight:700;
    text-transform:uppercase;
    font-size:1.2em;
    line-height:normal;
    margin:15px 0;
}

h3{
    color:#000;
    font-family:"Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
    font-weight:700;
    text-transform:uppercase;
    font-size:1em;
    line-height:normal;
    margin:15px 0;
}

body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

a.suggest_link {
    font-style: italic;
    font-size: 80%;
    color: #226498;
}
a  {
    color: #004276;
}


/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: left;
  vertical-align:bottom;
  font-family: Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 12px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
  
#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}  

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  background: transparent url('../images/tab-left.png') no-repeat left 0;
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 0 0.833em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -29px;
}

#primary-menu ul.menu li a {
  background: transparent url('../images/tab-right.png') no-repeat right 0;
  color: #000000; 
  display: block;
  padding: 0.416em 0.833em 0.083em 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: right -29px;
  color: #fff;
}

#primary-menu ul.menu li ul {
  background: transparent url('../images/drop-bottom.png') no-repeat 0 bottom;
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -10px;
  padding: 2px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li {
  background: #94CE18;
  border-bottom: 1px solid #83A638;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  color: #154B6F;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #fff;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}
  
/******************/
/* SECONDARY MENU */
/******************/

#secondary-menu {
}


/***********/
/* MISSION */
/***********/

#mission {
  padding: 8px 0;
}

/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: 1em;
  line-height: 100%;
  left: 21.654em;
  position: relative;
  top: 1.333em;
  width: 700px;
}

body.layout-main-last #breadcrumb {
  left: 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  clear: left;
  float: left;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  background: transparent;
  border-style: none;
  display: inline;
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #94CE18;
  color: #4A95C8;
  padding-bottom: 2px;
}


.confList {
  border-top: 1px solid #ccc;
  padding: 3px;
}
.confListAlt {
  
  /*background-color: #dddddd;*/
}
.focusHead {
  /*color: #913300;*/
  color: #004276;
  font-family: arial, verdana;
  font-weight: bold;
  padding: 3px;
}
.clink {
  /*color: #004276;*/
  /*color: #913300;*/
  color: #004276;
  font-size: small;
  font-family: arial, verdana;
  text-decoration:none;
}
.clink:hover {
  text-decoration:underline;
}

.hilit {
  background-color:#f0f4f5;
  font-size: small;
  font-family: arial, verdana;
  border: 1px solid #ccc;
  padding-top: 3px;
}
.tweet {
    border-top: 1px solid #ccc;
    padding: 3px;
    overflow: hidden;
}
.tweet_time {
    color: #444444;
    font-size: smaller;
}
.tweet_text {
    font-size: smaller;
}

.ticlass {
	font-size: medium;
	font-weight: bold;
}

.ticlass a {
    text-decoration: none;
}
.ticlass a:hover {
    text-decoration: underline;
}

.reslnk {
    margin-top: 5px;
/*    border-top: 1px dashed;*/
    font-size: smaller;
    font-style: italic;
	
}
