



/*
* General styles
*/

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #b8b8b8;
}

a {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
}

img {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

td {
  border: none;
  padding: 0;
}

th {
  text-align: left;
}

ul {
  list-style: none;
}

select {
  font-size: 10px;
  border: 1px solid #333333;
}

.no_float {
  float: none;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

#footer:after,
#article_footer:after,
#login_form:after,
#user_options:after,
#search_box fieldset:after,
.box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
/*  display:none;*/
  visibility: hidden;
}

#content {
  width: 1005px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding-top: 15px;
}

.orange_link {
  font-weight: bold;
  color: #ff6000;
}

/* Make text extra visible. (.highlight is used for background changes) */
.amplify {
  font-weight: bold;
}

/*
* Header
*/

#header {
  width: 975px;
  overflow: hidden;
  margin-top: 45px;
  padding: 15px 15px 0 15px;
  background-color: #0F298F;
  font-size: 10px;
  border-bottom: 2px solid #333333;

}

#header #header_left {
  width: 654px;
  overflow: hidden;
  float: left;
}

#oilprices {
  line-height: 7px;
  background-color: #ffffff;
  height: 38px;
}

#header iframe {
  width: 654px;
  height: 38px;
  border: none;
  background-color: #ffffff;
}

#scrolltext_container {
  overflow: hidden;
  float: left;
  width: 570px;
}

#scrolltext {
  background-image: none;
  background-color: #0F298F;
  line-height: 14px;
}
#scrolltext #scrolltext_container #text {
  color: #ffffff;
}
#scrolltext #scrolltext_header {
  padding-right: 4px;
  text-transform: uppercase;
  float: left;
  overflow: hidden;
  height: 38px;
  color: #ffffff;
  background-color: #0F298F;
  position: relative;
  z-index: 2;
}
#scrolltext #text {
  float: left;
  height: 14px;
  text-decoration: none;
  color: #333333;
  position: relative; /* enables the scrolling */
  z-index: 1;
  white-space: nowrap;
}

#header #logo {
  clear: both;
  float: none;
  display: block;
  width: 556px;
  height: 58px;
  background-image: url("http://www.upstreamonline.com/include/gfx/HeaderLogoNew.png");
  background-repeat: no-repeat;
  margin-bottom: 2px;
}

#header #header_story {
  color: #ffffff;
  float: left;
  width: 321px;
  height: 86px;
  overflow: hidden;
}

#header #header_story .edition,
#header #header_story .subscribe_link {
  display: none;
}

#header #header_story img {
  width: 112px;
  height: 142px;
  position: absolute;
  margin-top: -55px;
  z-index: 2;
}

#header #header_story h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding-left: 125px;
  line-height: 14px;
}
#header #header_story h1 a{
  color: #ffffff;
}
#header #header_story p {
  padding: 0 0 0 125px;
  margin: 0;
}



/*
* Menus
*/

#top_menu {
  line-height: 11px;
  clear: left;
  float: none;
  width: 1005px;
  font-size: 10px;
  background-color: #333333;
}

#top_menu a {
  float: left;
  padding: 2px 15px 2px 15px;
  text-transform: uppercase;
  color: #ffffff;
}

#top_menu a:hover,
#top_menu .active {
  background-color: #747474;
}

#sub_menu {
  width: 1005px;
  line-height: 11px;
  font-size: 10px;
  background-color: #747474;
}

#sub_menu td {
  height: 15px;
}

#sub_menu a {
  float: left;
  height: 11px;
  padding: 2px 15px 2px 15px;
  color: #ffffff;
}

#sub_menu a:hover,
#sub_menu .active {
  color: #ffffff;
  background-color: #333333;
}



/*
* Ads
*/

.adspaceindicator {
  border: 1px solid #ff6000;
  color: #ffffff;
  background-color: #333333;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.ad_horisontal object,
.ad_vertical object,
.ad_horisontal embed,
.ad_vertical embed,
.ad_horisontal img,
.ad_vertical img {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.ad_horisontal {
  float: left;
  margin-right: 15px;
}

.ad_vertical {
  margin-bottom: 15px;
}

#one_column .ad_vertical {
  margin: 0 auto 15px auto;
  width: 660px;
}

#top_button {
  float: right;
}

#top_button .ad_horisontal {
  float: none;
  margin: 0;
}

.left_column_ads {
  width: 307px;
  margin-right: 15px;
}

.banner {
  float: none;
  clear: both;
  display: block;
  margin-bottom: 15px;
}

.last_in_block {
  margin-bottom: 0;
}




/*
* Columns and blocks
*/

.pageblock {
  background-color: #ffffff;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}

.pageblock_header {
  font-size: 20px;
  margin: 0 0 15px 0;
}

.column {
  float: left;
}

.column.right {
  float: right;
}

.first_column {
  margin-right: 15px;
  float: left;
}

#left_column,
#left_column_article {
  width: 660px;
  margin: 15px 15px 0 0;
  float: left;
  overflow: hidden;
}

#right_column {
  width: 330px;
  overflow: hidden;
  margin-top: 15px;
  float: left;
}

#one_column {
  width: 1005px;
  overflow: hidden;
  margin-top: 15px;
  float: left;
}

.box_header {
  color: #ffffff;
  background-color: #333333;
  font-size: 10px;
  line-height: 12px;
  border-bottom: 2px solid #ff6000;
  padding: 7px 15px 6px 6px;
  text-transform: uppercase;
}

.box {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #333333;
  line-height: 14px;
}

.box table {
  width: 100%;
}

.box_bullet {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #333333;
  padding: 5px 16px;
  margin-bottom: 15px;
  line-height: 14px;
}

.box_bullet ul {
  padding: 15px;
  margin: 0;
  list-style-type: disc;
}

.box ul {
  padding: 0;
  margin: 0;
}

.box td,
.box li {
  padding: 4px 15px 4px 15px;
}

.box .even {
  background-color: #e1e1e1;
}

.box .right_aligned {
  text-align: right;
}

.box .bold {
  font-weight: bold;
}

.box_menu {
  width: 100%;
  line-height: 11px;
  font-size: 10px;
}

.box_menu a {
  display: block;
  text-align: center;
  padding: 2px 15px 2px 15px;
  color: #ffffff;
  background-color: #747474;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #747474;
}

.box_menu a:hover,
.box_menu .active {
  color: #333333;
  background-color: #ffffff;
}

.box_menu .first {
  border-right: none;
  border-color: #747474;
}

.box_menu .last {
  border-left: none;
  border-color: #747474;
}

.box_menu .first:hover,
.box_menu .last:hover {
  border-color: #333333;
}



/*
* Form elements
*/

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}

legend {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}

label {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-right: 5px;
}

.textfield {
  border: 1px solid #333333;
  color: #333333;
  background-color: #ffffff;
  height: 15px;
  font-size: 10px;
  line-height: 12px;
  padding: 3px 0 0 0;
  width: 135px;
}

.submit {
  border: none;
  color: #ffffff;
  background-color: #333333;
  font-size: 10px;
  padding: 2px 3px 2px 3px;
  outline: none;
}

.radiobutton {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("http://www.upstreamonline.com/include/gfx/RadioButton.png");
}

.radiobutton_clicked {
  background-image: url("http://www.upstreamonline.com/include/gfx/RadioButtonClicked.png");
}

.checkbox {
  width: 13px;
  height: 13px;
  border: 1px solid #333333;
  background-repeat: no-repeat;
}

.checked {
  background-image: url("http://www.upstreamonline.com/include/gfx/CheckboxTick.png");
}

textarea {
  border: 1px solid #333333;
  font-size: 10px;
  color: #333333;
}



/*
* FP templates
*/

.fp {
  margin-bottom: 15px;
}

.fp .story_image,
.fp .fp_content {
  float: left;
  overflow: hidden;
}

.oversized_image_container {
  border: 1px solid #ff6000;
  overflow:hidden; 
  float:left;
  margin-right:6px;  
}

.fp .relations {
  margin: 8px 0 0 0;
  padding: 0;
}

.fp .relations li {
  margin: 0;
  padding: 5px 0 0 0;
}

.fp .relations a {
  color: #ff6000;
}

.withHeader .fp {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #333333;
  padding: 15px;
}



/* Top story */

.fp_top_story {
  width: 630px;
  overflow: hidden;
}

.fp_top_story .story_image {
  width: 231px;
  margin-right: 15px;
}

.fp_top_story .date {
  font-size: 10px;
  line-height: 8px;
  letter-spacing: -0.11px;
  color: #747474;
}

.fp_top_story h1 {
  font-size: 16px;
  margin: 0 0 3px 0;
  line-height: 18px;
  letter-spacing: -1px;
}

.fp_top_story .byline {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #747474;
}

.fp_top_story p {
  line-height: 14px;
  padding: 0;
  margin: 10px 0 5px 0;
}

.fp_top_story .relations a {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}



/* Medium story */

.fp_medium_story {
  width: 307px;
  margin-right: 15px;
}

.last_fp .fp_medium_story {
  margin-right: 0;
}

.fp_block .fp_medium_story {
  float: left;
}

.fp_medium_story .story_image {
  width: 87px;
  margin-right: 10px;
}

.fp_medium_story h1 {
  font-size: 12px;
  margin: 0 0 3px 0;
  line-height: 14px;
  letter-spacing: 0;
}

.fp_medium_story .date,
.fp_medium_story .byline {
  font-size: 10px;
  line-height: 8px;
  letter-spacing: 0.5px;
  color: #747474;
  margin-bottom: 3px;
}

.fp_medium_story p {
  font-size: 11px;
  line-height: 13px;
  padding: 0;
  margin: 5px 0 3px 0;
}



/* Small story */

.fp_small_story {
  width: 307px;
}

.fp_block .fp_small_story {
  float: left;
}

.fp_small_story h1 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  line-height: 14px;
  letter-spacing: 0;
}

.fp_small_story .byline,
.fp_small_story .date {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  color: #747474;
}

.fp_top_story .box_header,
.fp_medium_story .box_header,
.fp_small_story .box_header{
  margin-bottom: 5px;
}

/* one liner */
.fp_one_liner h1 {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 10px 0;
  letter-spacing: 0;
  padding: 5px 0 0 5px;
}

.fp_one_liner .fp {
  margin: 0;
  padding: 0;
}



/* Header story */
.fp_headerStory {
  display: none;
  height: 96px;
  overflow: hidden;
}



/* Box story */

.fp_box_story {
  margin-bottom: 15px;
}

.fp_box_story {
  padding: 5px;
}

.fp_box_story.fp_medium_story {
  margin-right: 0;
  width: 296px;
}

.fp_box_story .fp {
  margin-bottom: 0;
}



/* Dailies */

.fp_daily {
  margin-bottom: 15px;
}

.fp_daily_intro {
  float: left;
  margin-right:15px;
  width:240px;
}
.fp_daily_articles {
  width: 110px;
  float: left;
  text-align: center;
  margin: 0 15px 15px 0;
  overflow: hidden;
}

.fp_daily_thumbs {
  width: 375px;
  float: left;
}

.regional_news {
  width: 308px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.regional_news #region_select {
  width: 308px;
  color: #ffffff;
  background-color: #7f7f7f;
}

.regional_news #region_select .drop_down_button {
  width: 271px;
  height: 13px;
  padding: 2px 22px 0 15px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrowGrey.png");
}

.regional_news #region_select ul {
  width: 308px;
  border-top: 1px solid #ffffff;
}

.regional_news #region_select li {
  width: 289px;
  padding: 3px 4px 3px 15px;
  color: #ffffff;
  background-color: #7f7f7f;
}

.regional_news #region_select .highlight {
  background-color: #333333;
}

.regional_news table {
  display: none;
}



/* FP box styles*/

.comment .box_header,
.comment .comment {
  font-weight: bold;
  font-size: 11px;
}

.adhoc .box_header {
  color: #333333;
	background-color: #c5c5c5;
  font-weight: bold;  
  font-size: 11px;
  border-color: #333333;
}

.premium .box_header {
  color: #ffffff;
	background-color: #ff6000;
  font-weight: bold;  
  font-size: 11px;
  border-color: #333333;
}

.breakingnews .box_header {
  display: none;
}

.breakingnews_label {
  display: none;
  color: #ff0000;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.breakingnews .breakingnews_label {
  display: block;
}

.fp_top_story.breakingnews h1,
.fp_medium_story.breakingnews h1 {
  font-size: 20px;
  line-height: 1.25em;
}

.fp_top_story.breakingnews h1 a,
.fp_medium_story.breakingnews h1 a {
  color: #333333;
}

.fp_top_story.breakingnews p,
.fp_medium_story.breakingnews p {
  font-size: 11px;
  line-height: 1.25em;
}



/*
* Search box
*/

#search_box {
  color: #ffffff;
  background-color: #7f7f7f;
  padding: 10px 15px 0 15px;
  border-color: #7f7f7f;
  margin-bottom: 15px;
}

#search_box a {
  color: #ffffff;
}

#search_box .textfield {
  float: left;
  width: 205px;
  margin-top: 10px;
}

#search_box .submit {
  float: right;
  margin-top: 10px;
}



/*
* Search page
*/

#article_search {
  font-size: 10px;
  padding-bottom: 15px;
}

#article_search form {
  width: 350px;
  float: left;
}

#article_search table {
  width: 350px;
}

#article_search .simpleSearchForm table {
  width: auto;
}

#article_search .calendar table {
  width: 147px;
}

#article_search .simpleSearchForm {
  width: 669px;
}

#article_search #searc_help {
  width: 275px;
  float: left;
}

#article_search #searc_help h3 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#article_search td {
  padding: 5px 5px 5px 0;
}

#article_search .radiobutton {
  float: right;
  margin-right: 15px;
}

#article_search .textfield {
  width: 161px;
}

#article_search .simpleSearchForm .textfield {
  width: 407px;
}

#article_search .topics {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 193px;
}

#article_search .topics li {
  margin: 0;
  padding: 0 0 5px 0;
}

#article_search .topics li span {
  color: #7f7f7f;
}

#article_search .topics_header {
  text-transform: uppercase;
}

#article_search .drop_down_menu {
  width: 163px;
  float: left;
  margin-right: 15px;
  color: #ffffff;
  background-color: #333333;
}

#article_search .drop_down_menu .drop_down_button {
  width: 137px;
  height: 15px;
  padding: 4px 22px 0 4px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrow.png");
}

#article_search .drop_down_menu ul {
  width: 163px;
  border-top: 1px solid #ffffff;
}

#article_search .drop_down_menu li {
  width: 155px;
  color: #ffffff;
  background-color: #333333;
  padding: 3px 4px 3px 4px;
}

#article_search .drop_down_menu .highlight {
  background-color: #7f7f7f;
}

#search_result {
  padding-bottom: 1px;
}

#search_result .subscriber_content {
  border: 1px dashed #FF6000;
  margin-bottom: 15px;
  padding: 10px;
}

#search_result .subscriber_content .uppercase {
  color: #ff6000;
  font-size: 10px;
}

#search_result #article h1,
#search_result h2 {
  font-size: 20px;
  margin: 0;
}

#search_result p {
  margin: 0;
  padding: 0;
}

#search_result em {
  font-style: normal;
  font-weight: bold;
  background-color: #D8D8D8;
}

#search_result .date_and_publication {
  color: #ff6000;
  margin: 5px 0 15px 0;
}

#search_result .subscriber_content .date_and_publication {
  margin-bottom: 0;
}

#search_result .date_and_publication span {
  font-weight: bold;
}
#search_result .date_and_publication .articleType {
  color: #000000;
}

#search_result .navbar {
  margin-bottom: 15px;
}

#search_result .navbar .result_count {
  float: left;
}

#search_result .navbar .results {
  float: right;
  color: #ff6000;
  font-weight: bold;
}

#search_result .navbar .results a {
  color: #333333;
  font-weight: normal;
  padding: 0 5px 0 5px;
}

#search_result .navbar .results .previous,
#search_result .navbar .results .next {
  text-transform: uppercase;
}

#search_result .navbar .results .previous {
  padding: 0 10px 0 0;
}

#search_result .navbar .results .next {
  padding: 0 0 0 10px;
}

#search_result .description {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
  padding: 0 10px 10px;
}

#search_result .description h3 {
  font-weight: bold;
  font-size: 12px;
  color: #ff6000;
}
#search_result .description a {
  color: #ff6000;
}
/*
* Oil price index graph
*/

#oil_price_index {
  border-color: #7f7f7f;
  margin-bottom: 15px;
}

#oil_price_index img {
  display: block;
}



/*
* Newspaper stories
*/

#latestTeasers {
  float: left;
}

.faksimile {
  float: left;
  text-align: center;
}

.faksimile p {
  margin: 0;
}

.faksimile .edition {
  margin-top: 5px;
}

#newspaper_stories {
 margin-bottom: 15px;
}

#newspaper_stories img {
  width: 110px;
  margin: 5px 10px;
/*  float: right;*/
}

#newspaper_stories #trial_link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background-color: #333333;
  padding: 16px 0 14px 0;
  margin: 5px 10px 10px 10px;
}

#newspaper_stories #trial_link span {
  color: #ff6000;
  text-transform: uppercase;
}

#newspaper_stories .latestTeasers {
  float: left;
  width: 157px;
  padding: 10px 0 10px 10px;
}

#newspaper_stories .latestTeasers h1 {
  margin-bottom: 5px;
}



/*
* Most Pop
*/

#mostpopular {
  margin-bottom: 15px;
}



/*
* Newslists
*/

#newslists {
  clear: both;
  margin: 0 0 15px 0;
  padding: 15px;
  color: #333333;
  background-color: #ffffff;
}

#newslists .box {
  padding: 15px;
}

#newslists form {
  border-bottom: 1px solid #333333;
}

#newslists input {
  float: left;
  margin-right: 15px;
}

#site_select {
  width: 88px;
  float: left;
  margin-right: 15px;
  color: #ffffff;
  background-color: #333333;
}

#site_select .drop_down_button {
  width: 62px;
  height: 15px;
  padding: 4px 22px 0 4px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrow.png");
}

#site_select ul {
  width: 88px;
  border-top: 1px solid #ffffff;
}

#site_select li {
  width: 80px;
  color: #ffffff;
  background-color: #333333;
  padding: 3px 4px 3px 4px;
}

#site_select .highlight {
  background-color: #7f7f7f;
}

.box .newslist {
  margin: 15px 15px 0 0;
  padding: 0;
  float: left;
  width: 217px;
  overflow: hidden;
}

.newslist li {
  margin: 0;
  padding: 0 0 10px 0;
}

.newslist .list_header {
  display: block;
  width: 185px;
  height: 21px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.last_list {
  margin-right: 0;
}

#recharge_newslist .list_header {
  background-image: url("http://www.upstreamonline.com/include/gfx/RechargeLogo.png");
}

#upstream_newslist .list_header {
  background-image: url("http://www.upstreamonline.com/include/gfx/UpstreamLogoSmall.png");
}

#lngunlimited_newslist .list_header {
  background-image: url("http://www.upstreamonline.com/include/gfx/lng-rss.jpg");
}

#tradewinds_newslist .list_header {
  background-image: url("http://www.upstreamonline.com/include/gfx/TradeWindsLogo.png");
}

#rss_newslist a {
  background-image: url("http://www.upstreamonline.com/include/gfx/RSSbullet.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 1px;
}

#rss_newslist .list_header {
  background-image: url("http://www.upstreamonline.com/include/gfx/RSSlogo.png");
  padding-left: 0;
  background-position: 0;
}


#rss_newslist .twitter_news_item {
  background-image: url("http://www.upstreamonline.com/include/gfx/twitter-bullet.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 2px;
}

#rss_newslist .twitter_list_header {
  background-image: url("http://www.upstreamonline.com/include/gfx/twitter-logo-combo.png");
  padding-left: 0;
  background-position: 0;
  margin-top: 15px;
}

/*
* Login
*/

#login_form {
  color: #ffffff;
  background-color: #7f7f7f;
  margin-bottom: 15px;
  padding: 5px 15px 0 15px;
  height: 52px;
}

#login_form label {
  display: block;
  font-size: 12px;
  text-transform: none;
  margin-bottom: 5px;
}

#login_form .textfield {
  width: 105px;
  margin-right: 5px;
}

#login_form .submit {
  margin-top: 17px;
}

#login_form #password_forgot {
    float: left;
    background-color: #7f7f7f;
    margin: 2px;
    cursor:pointer;
    cursor:hand
}
#login_form a.white {
  float: left;
  background-color: #7f7f7f;
  color:#FFFFFF;
  margin: 2px;
  cursor:pointer;
  cursor:hand
}
#login_form_div{
    background-color: #7f7f7f;
    margin-bottom: 15px;
}

#login_form fieldset{
    margin: 0 0 8px 0;
}

/*
* Login section
*/

#login_page {
  padding-bottom: 10px;
  font-size: 24px;
}
#login_page #password_forgot {
    font-size: 18px;
    font-weight: bold;
}
#article #login_page .pageblock_header {
    font-size: 24px;
}
#login_page h3 {
  font-size: 16px;
  margin: 0;
}

#login_page p {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 12px;
}

#login_page a {
  color: #ff6000;
}

#login_page form {
  width: 520px;
}

#login_page .textfield {
  margin-right: 15px;
}

#login_page .checkbox {
  float: left;
  margin-right: 5px;
}

#login_page form a {
  float: right;
  font-size: 12px;
}

/* Hide title from Escenic article */
.login_page_article #article h1 {
  display:none;
}

.error_message {
  color: #ff0000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 15px;
}



/*
* User Options
*/

#user_options {
  color: #ffffff;
  background-color: #7f7f7f;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
}

#user_options a {
  float: left;
  width: 131px;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0 3px 0;
  margin-right: 5px;
}

#user_options .last_button {
  margin: 0;
}



/*
* Custom drop-down menu
*/

.drop_down_menu {
  font-size: 10px;
  line-height: 11px;
  display: none;
  overflow: hidden;
}

.drop_down_menu .drop_down_button {
  cursor: default;
  display: block;
  border: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 0;
  outline: none;
  overflow: hidden;
}

.drop_down_menu ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
}

.drop_down_menu li {
  margin: 0;
  cursor: default;
}



/*
* Footer
*/

#footer {
  padding-bottom: 15px;
}

#footer a {
  float: left;
  font-weight: bold;
  color: #ff6000;
  text-transform: uppercase;
  margin-right: 100px;
}

#footer span {
  float: right;
}

/*
  Copyright
*/
#copyright {
  padding-bottom: 15px;
  float: left;
}
/*
* Article template
*/

#article .column {
  width: 344px;
}

#article .image {
  width: 334px;
  overflow: hidden;
  margin: 0 10px 10px 0;
}

#article .top_image.image {
  width: 100%;
}

#article .image img {
  display: block;
}

#article .image p {
  margin: 0;
  padding: 5px;
  font-size: 11px;
  color: #ffffff;
  background-color: #333333;
}
#article .image p.photobyline {
  text-align: right;
  font-size: 9px;
  padding-top: 0;
}

#article h1 {
  font-size: 34px;
  margin: 0;
  line-height: 32px;
}

#article h2 {
  font-size: 30px;
  margin: 0;
  line-height: 28px;
}

#article h3 {
  font-size: 26px;
  margin: 0;
  line-height: 28px;
}

#article h4 {
  font-size: 22px;
  margin: 0;
  line-height: 20px;
}

#article h5 {
  font-size: 18px;
  margin: 0;
  line-height: 16px;
}

#article h6 {
  font-size: 14px;
  margin: 0;
  line-height: 12px;
}

#article .subtitle {
  font-size: 14px;
  color: #7f7f7f;
}

#article .lead_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 0;
  margin: 10px 0 0 0;
}

#article .byline {
  padding: 0;
  margin: 12px 0 0 0;
  line-height: 14px;
  color: #747474;
}

#article .body .byline {
  clear: both;
}

#article .byline a {
  color: #ff6000;
}

#article .body {
  margin-top: 12px;
  padding-bottom: 15px;
  line-height: 14px;
}

#article .body p {
  margin: 10px 0 10px 0;
  padding: 0;
}

#article .body a {
  color: #ff6000;
  font-weight: bold;
}
#article .body ul {
  list-style-type: disc;
}

#article .pull_quote {
  margin: 0 10px 10px 0;
  width: 334px;
  font-size: 20px;
  line-height: 22px;
}

#article .box_header {
  margin-right: 10px;
}

.relations {
  margin: 0 10px 10px 0;
}

#article_footer {
  padding-bottom: 15px;
}

#article_footer a,
#article_footer p {
  font-weight: bold;
  float: left;
  /*
  color: #ff6000;
  text-transform: uppercase;
  margin: 0 56px 0 0;
  */
  margin: 0 24px 0 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.article_list {
  margin-bottom: 15px;
}

#article_footer .drop_down_menu {
  float: left;
}

#article_footer .drop_down_button {
  width: 94px;
  height: 15px;
  padding: 3px 22px 0 4px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrow.png");
  color: #ffffff;
  background-color: #333333;
}

#article_footer .drop_down_menu ul {
  width: 120px;
  border-top: 1px solid #ffffff;
  z-index: 2;
}

#article_footer .drop_down_menu li {
  width: 112px;
  padding: 3px 4px 3px 4px;
  color: #ffffff;
  background-color: #333333;
}

#article_footer .drop_down_menu .highlight {
  background-color: #7f7f7f;
}

#email_a_friend {
  display: none;
  width: 374px;
  position: absolute;
  z-index: 2;
}

#email_a_friend .error_message {
  padding: 0;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 12px;
  float: none;
  font-weight: normal;
  text-transform: normal;
  display: none;
}

#email_a_friend form{
  color: #ffffff;
  background-color: #7f7f7f;
  font-size: 10px;
  padding: 10px 0 10px 10px;

}

#email_a_friend fieldset {
  margin: 0;
}

#email_a_friend table {
  margin-bottom: 10px;
}

#email_a_friend td {
  padding: 0;
}

#email_a_friend label {
  margin-bottom: 5px;
  display: block;
}

#email_a_friend .textfield {
  width: 167px;
  margin-right: 10px;
  color: #333333;
}

#email_a_friend textarea {
  display: block;
  width: 348px;
  height: 100px;
  margin: 0 0 10px 0;
}

#article_footer #email_a_friend_toggle  {
    background-image: url(http://www.upstreamonline.com/include/gfx/share_story_envelope.png);
    background-repeat:  no-repeat;
    background-position: center 0;
    padding-top: 28px;

}

#google {
  padding-bottom: 15px;
}

#career_article .box {
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
}

#career_article .column {
  width: 311px;
  margin-right: 15px;
}

#career_article .last_column {
  margin-right: 0;
}

#career_article h2 {
  font-size: 10px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  line-height: 14px;
}

#career_article p {
  padding: 15px 0 0 0;
  margin: 0;
}

#career_article img {
  float: right;
  margin: 15px 0 15px 15px;
}

#career_article a {
  color: #ff6000;
  font-weight: bold;
}

#career_article .apply {
  display: block;
  color: #ffffff;
  background-color: #333333;
  padding: 2px 3px;
  margin: 3px 0 5px 0;
  text-align: center;
  width: 151px;
  font-size: 10px;
  font-weight: normal;
}


/*
* Events list
*/

#events_list {
  margin: 0 0 15px 15px;
  width: 165px;
}

#events_list .box {
  padding: 0 5px 5px 5px;
}

#events_list #more_events {
  display: block;
  line-height: 14px;
  padding: 3px 0 5px 0;
  text-align: center;
  color: #ff6000;
  background-color: #333333;
}

#events_list th {
  padding: 5px 0 5px 0;
  font-size: 10px;
}

#events_list td {
  padding: 0 0 5px 0;
  vertical-align: top;
}

#events_list .date {
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #ff6000;
}



/*
* Events and careers section
*/

#events .pageblock_header {
  float: left;
}

#events form {
  float: right;
}

#events .box, #careers .box {
  margin: 0 0 15px 0;
  padding: 15px 15px 0 15px;
}

#events a, #careers a {
  font-weight: bold;
  color: #ff6000;
}

#events a {
  display: block;
  margin-top: 10px;
}

#careers {
  margin-bottom: 15px;
}

#careers .box_header a,
#events .box_header a {
  color: #ffffff;
  font-weight: normal;
}

#recruiters a {
  margin: 0 5px 15px 0;
  float:left;
}

#recruiters img {
}

#events .box p,
#careers .box p {
  padding: 0;
  margin: 0 0 10px 0;
}

#events .drop_down_menu {
  float: left;
  margin-right: 5px;
}

#events .drop_down_button {
  width: 50px;
  height: 15px;
  padding: 3px 22px 0 4px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrow.png");
  color: #ffffff;
  background-color: #333333;
}

#events .drop_down_menu ul {
  width: 76px;
  border-top: 1px solid #ffffff;
}

#events .drop_down_menu li {
  width: 68px;
  padding: 3px 4px 3px 4px;
  color: #ffffff;
  background-color: #333333;
}

#events .drop_down_menu .highlight {
  background-color: #7f7f7f;
}

.career_article_image {
  float: right;
  margin-left: 10px;
  margin-bottom: 15px;
  padding: 0;
}

.career_article_image img {
  margin: 0;
  padding: 0;
  border: none;
}

#careers_search {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#careers_search fieldset {
  margin: 0;
}

#careers_search .textfield {
  width: 290px;
  margin-right: 10px;
}

#careers_search p {
  padding: 0;
  margin: 10px 0 10px 0;
}

#careers_search select {
  margin-right: 10px;
}

#careers_search_results {
  padding-bottom: 15px;
}

#careers_search_results table {
  width: 100%;
  clear: both;
  margin-top: 15px;
}

#careers_search_results .even {
  background-color: #e1e1e1;
}

#careers_search_results th {
  font-weight: normal;
  text-transform: uppercase;
}

#careers_search_results td {
  vertical-align: top;
  padding: 5px 10px 5px 0;
}

#careers_search_results a {
  color: #ff6000;
  font-weight: bold;
}

#careers_search_results .pagebanner {
  float: left;
}

#careers_search_results .pagelinks {
  float: right;
  text-transform: uppercase;
}

#careers_search_results .pagelinks strong {
  color: #ff6000;
}

#jobs_by_category ul {
  width: 210px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  float: left;
}

#jobs_by_category li {
  margin: 0;
  padding: 0 15px 5px 0;
}

#jobs_by_category li span {
  color: #ff6000;
}



/*
* Recruitment list
*/

#recruitment_list {
  margin: 0 0 15px 15px;
  width: 165px;
}

#recruitment_list #all_positions {
  display: block;
  line-height: 14px;
  padding: 2px 0 5px 0;
  text-align: center;
  color: #ff6000;
  background-color: #333333;
}

#recruitment_list .job {
  padding: 5px;
  border-bottom: 1px solid #333333;
}

#recruitment_list .job h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 5px 0;
}

#recruitment_list .job p {
  padding: 0;
  margin: 0 0 5px 0;
}

#recruitment_list .job .company_name {
  color: #ff6000;
  margin-bottom: 0;
}

#recruitment_list .job img {
  float: right;
  margin: 0 0 5px 5px;
}



/*************/
/* CALENDAR */
/***********/

.calendar table {
  border: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  color: #ffffff;
  background-color: #333333;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  display: none;
}

#article_search .calendar .active_date {
  color: #ffffff;
  background-color: #ff6000;
  cursor: default;
}

.calendar .toggle_button {
  cursor: pointer;
}

#article_search .calendar td {
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 20px;
  height: 17px;
  line-height: 16px;
  color: #ffffff;
  background-color: #333333;
  text-decoration: none;
  cursor: default;
}

.calendar .no_right_border {
  border-right: none;
}

.calendar .no_side_borders {
  border-left: none;
  border-right: none;
}

.calendar .no_left_border {
  border-left: none;
}

.calendar .left_arrow {
  background-image: url("http://www.upstreamonline.com/include/gfx/CalendarLeftArrow.png");
  background-repeat: no-repeat;
}

.calendar .right_arrow {
  background-image: url("http://www.upstreamonline.com/include/gfx/CalendarRightArrow.png");
  background-repeat: no-repeat;
}



/* Web-TV */

#webtv object,
#webtv embed {
  margin-bottom: 15px;
}

#webtv_menu {
	width: 1011px;
}
#webtv_menu a, #webtv_menu img {
	margin: 0;
	padding: 0;
	float: left;
}

/* Job alerts */

#register_job_alerts {
  padding-bottom: 15px;
}

#register_job_alerts h2 {
  font-size: 14px;
}

#register_job_alerts h3 {
  font-size: 12px;
}

#register_job_alerts p {
  margin: 0;
  padding: 0 0 10px 0;
}

#register_job_alerts label {
  margin-right: 5px;
}

#register_job_alerts .textfield {
  width: 115px;
  margin-right: 10px;
}

#receipt {
  padding-bottom: 15px;
}

#receipt p {
  margin: 0;
  padding: 0 0 15px 0;
}

#my_alerts th {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 15px;
}

#my_alerts .box {
  margin-bottom: 30px;
}

#my_alerts label {
  display: block;
  margin-bottom: 5px;
}

#my_alerts form td {
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

#my_alerts .drop_down_button {
  width: 60px;
  height: 15px;
  padding: 3px 22px 0 4px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrow.png");
  color: #ffffff;
  background-color: #333333;
}

#my_alerts .drop_down_menu ul {
  width: 86px;
  border-top: 1px solid #ffffff;
  z-index: 2;
}

#my_alerts .drop_down_menu li {
  width: 78px;
  padding: 3px 4px 3px 4px;
  color: #ffffff;
  background-color: #333333;
}

#my_alerts .drop_down_menu .highlight {
  background-color: #7f7f7f;
}

#my_alerts #profile_options {
  width: 100%;
  margin-bottom: 15px;
}

#my_alerts #profile_options .right_aligned {
  text-align: right;
}

#my_alerts h2 {
  font-size: 14px;
  margin: 30px 0 10px 0;
}

#my_alerts .error_message {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}



/* Book Career Ads */

#book_career_ads {
  padding-bottom: 15px;
}

#book_career_ads fieldset {
  margin-bottom: 30px;
}

#book_career_ads .last_fieldset {
  margin-bottom: 0;
}

#book_career_ads label {
  display: block;
  margin-bottom: 3px;
}

#book_career_ads .textfield {
  margin-right: 15px;
  width: 150px;
}

#book_career_ads #captcha_fields .textfield {
  width: 198px;
}

.error_mark {
  border: 1px solid #ff0000;
}

#book_career_ads .radiobutton {
  margin-right: 5px;
}

#book_career_ads td {
  padding-bottom: 15px;
  vertical-align: top;
}

#book_career_ads .mandatory {
  color: #ff6000;
}

#book_career_ads p {
  padding: 0;
  margin: 0 0 10px;
}

#book_career_ads select,
#book_career_ads .checkbox {
  display: block;
  margin-right: 15px;
}

#book_career_ads textarea {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

#book_career_ads .previous {
  float: right;
}

#book_career_ads .submit {
  float: left;
}

#apply_online td {
  padding: 0 5px 10px 0;
  vertical-align: top;
}

#apply_online label {
  display: block;
  width: 118px;
}

#apply_online img {
  display: block;
  margin-bottom: 5px;
}

#apply_online .textfield,
#apply_online textarea {
  width: 198px;
}

#apply_online textarea {
  height: 100px;
}



/**********/
/* ZMAGS */
/********/

#eviewer {
  padding-bottom: 15px;
}

.fp_epaper_thumbnail {
  width: 124px;
  float: left;
  margin: 5px 35px 0 0;
}

.fp_epaper_thumbnail a {
  display: block;
  text-align: center;
}

.fp_epaper_thumbnail .title,
.fp_epaper_thumbnail .title a {
  color: white;
  margin: 0;
}

#epaper_issues .fp_epaper_thumbnail {
  margin: 10px 35px 20px 0;
}

.fp_epaper_thumbnailPicture {
  background-color: white;
  float:left;
  height:190px;
  margin: 4px 3px 0 0;
  position:relative;
}
.fp_epaper_thumbnailPicture img {
  display: block;
}

#zmags_thumbnails_container {
  width: 904px;
  height: 200px;
  margin: 0 0 15px 0;
  overflow: hidden;
  float: left;
  position: relative;
  border: 1px solid #333333;
  background-color: #333333;
}

#zmags_thumbnails {
  position: relative;
}

#zmags_thumbnails_left,
#zmags_thumbnails_right {
  float: left;
  width: 32px;
  height: 90px;
  color: #000000;
  margin-top: 50px;
  background-color: #ffffff;
  background-image: url("http://www.upstreamonline.com/include/gfx/zmagsThumbnailsArrowLeft.png");
  background-repeat: no-repeat;
}

#zmags_thumbnails_right {
  background-image: url("http://www.upstreamonline.com/include/gfx/zmagsThumbnailsArrowRight.png");
}



/* Market data */

.market_data .pageblock {
  padding-bottom: 10px;
}
.market_data .pageblock.stockwatch ul {
  float: left;
  padding-right: 60px;
}
.market_data .pageblock.stockwatch h2,
.market_data .pageblock.stockwatch h3,
.market_data .pageblock.stockwatch p {
  margin: 0;
  float: left;
  width: 502px;
}
.market_data .pageblock.stockwatch a {
  color: #FF6000;
  font-weight: bold;
}

.market_data .updated {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  padding-left: 10px;
}

.market_data ul {
  margin: 0;
  padding: 0;
}

.market_data li {
  margin: 0;
  padding: 0 0 10px 0;
}

.market_data table {
  width: 100%;
}

.market_data  .even {
  background-color: #e1e1e1;
}

.market_data th {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: top;
}

.market_data .subheader {
  padding-top: 30px;
}

.market_data .sub_subheader {
  text-transform: none;
  font-weight: bold;
}

.market_data td {
  font-size: 10px;
  padding: 5px 0;
}

.market_data .related_images img {
  display: block;
  margin: 0 0 5px 0;
}

.market_data .related_images p {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 10px;
}



/* Newsletter */

#newsletter_subscribe img {
  display: block;
  margin-bottom: 5px;
}

#newsletter_subscribe fieldset {
  margin-bottom: 30px;
}

#newsletter_subscribe label {
  display: block;
  margin-bottom: 5px;
}

#newsletter_subscribe .textfield {
  width: 198px;
  margin: 0 10px 10px 0;
}

#newsletter_subscribe p {
  padding: 0;
  margin: 0 0 10px 0;
}

#newsletter_subscribe .checkbox {
  margin: 0 5px 10px 0;
}

#newsletter_subscribe .error_message {
  display: block;
}



/* My Upstream */

#my_upstream table {
  margin: 5px 0 10px 0;
}

#my_upstream td {
  padding: 0 10px 10px 0;
}

#my_upstream p {
  padding: 0;
  margin: 0 0 10px 0;
}

#my_upstream fieldset {
  margin: 0 0 30px 0;
}

#my_upstream legend {
  margin: 10px 0 0 0;
  color: #333333;
}

#my_upstream .textfield {
  width: 180px;
}

#my_upstream td label {
  display: block;
  margin-bottom: 3px;
}

#my_upstream #regions {
  float: left;
  margin-right: 10px;
}

#my_upstream #regions_submit {
  float: left;
}



/* Subscribe */

#subscribe table {
  margin: 5px 0 10px 0;
}

#subscribe td {
  padding: 0 10px 10px 0;
}

#subscribe p {
  padding: 0;
  margin: 10px 0 10px 0;
}

#subscribe fieldset {
  margin: 0 0 30px 0;
}

#subscribe legend {
  margin: 10px 0 0 0;
  color: #333333;
}

#subscribe .textfield {
  width: 180px;
}

#subscribe td label {
  display: block;
  margin-bottom: 3px;
}

#subscribe img {
  display: block;
  margin-bottom: 5px;
}

#subscribe #captcha {
  display: block;
  margin: 3px 0 10px 0;
  width: 198px;
}

#subscribe .checkbox,
#subscribe .radiobutton {
  float: left;
  margin-right: 10px;
}

#subscribe .error_message {
  display: block;
  margin-bottom: 5px;
}

#subscribe .creditcard {
  float: left;
  margin: 5px 10px 15px 0;
}

#subscribe .uppercase {
  font-size: 10px;
  color: #7f7f7f;
}



#manamind_graphFrontpage {
  margin-bottom: 15px;
}



/*
  Hardcopy sectors
*/

#hardcopy_sectors .submit {
  float: right;
  margin-right: 0;
}

#hardcopy_sectors label {
  float: right;
  line-height: 18px;
}

#hardcopy_sectors .box_header {
  width: 277px;
}

#hardcopy_sectors .subtitle {
  font-size: 10px;
}

#hardcopy_sectors .drop_down_menu {
  width: 143px;
  float: right;
  margin-right: 15px;
  color: #ffffff;
  background-color: #333333;
}

#hardcopy_sectors #sector_select .drop_down_button {
  width: 117px;
  height: 15px;
  padding: 4px 22px 0 4px;
  background-image: url("http://www.upstreamonline.com/include/gfx/DropDownArrow.png");
}

#hardcopy_sectors #sector_select ul {
  width: 143px;
  border-top: 1px solid #ffffff;
}

#hardcopy_sectors #sector_select li {
  width: 135px;
  color: #ffffff;
  background-color: #333333;
  padding: 3px 4px 3px 4px;
  
}

#hardcopy_sectors #sector_select .highlight {
  background-color: #7f7f7f;
}



/*
  Topic pages
*/

#topicpage #article {
  padding-bottom: 15px;
}

#topicpage #readmore {
  color: #ff6000;
  font-weight: bold;
  display: block;
}

#topicpage #body {
  display: none;
}

#topicpage #search_result {
  float: left;
  width: 430px;
}

#topicpage #topicpage_right_column {
  float: right;
  width: 185px;
  margin-left: 15px;
}

#topicpage #topicpage_right_column .list {
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
}

#topicpage #topicpage_right_column .list h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#topicpage #topicpage_right_column .list ul {
  margin: 0 0 15px 0;
  padding: 0;
}

#topicpage #topicpage_right_column .list li {
  margin: 0;
  padding: 0;
}

#topicpage #topicpage_right_column .list .article {
  margin-bottom: 15px;
}

#topicpage #topicpage_right_column .list .article img {
  display: block;
  margin-bottom: 5px;
}


#topicpage #topicpage_right_column .list .article span {
  float: right;
  color: #7f7f7f;
}

.result-pagination {
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  float: right;
}

.result-pagination li {
  margin: 0;
  padding: 0 5px 0 0;
  display: inline;
  color: #ff6000;
  font-weight: bold;
}

.result-pagination li a {
  color: #333333;
  font-weight: normal;
}

#password_forgot_form{
  color: #ffffff;
  background-color: #7f7f7f;
  padding: 10px 15px 0 15px;
  border-color: #7f7f7f;
  /*margin-bottom: 15px;*/
  height: 40px;
}

#password_forgot_form .textfield {
  width: 170px;
  margin-top: 10px;
}


#password_forgot_form .submit{
  float: right;
  margin-top: 10px;
}

#password_forgot_status{
    color: red;
    /*margin-top: 15px;
    margin-bottom: 15px;*/
    font-size: 20px;
}



/* Article comments */

#article_comments_comments a {
  color: #ff6000;
}

#article_comments_comments .abuse_link {
  float: right;
  font-size: 10px;
}

#article_comments_comments .box_header a {
  float: right;
}

#article_comments_comments textarea {
  width: 300px;
  height: 100px;
}

#article_comments_comments .box {
  margin-bottom: 20px;
}

#article_comments_comments .box table {
  width: auto;
  margin: 15px 15px 0 15px;
}

#article_comments_comments .box td {
  padding: 0 0 5px 0;
  vertical-align: top;
}

#article_comments_comments .box p {
  margin: 0;
  padding: 10px 15px;
}

#article_comments_comments .comment {
  border-top: 1px solid #333333;
  padding: 15px;
}

#article_comments_comments .comment p {
  padding: 10px 0;
}

#article_comments_comments .comment .username {
  font-weight: bold;
}

#article_comments_comments .comment .date {
  color: #747474;
  font-size: 11px;
}




