Kamis, 26 Januari 2017

[smf_addin] Digest Number 3899

15 Messages

Digest #3899
1b
Re: BRK-B quote on yahoo - help by jhfrazer@ymail.com
1c
Re: BRK-B quote on yahoo - help by "J. Brett Freeze" oi7q2nergrevlnrogdhl4hsxxwp7hxuntbdffqwa
1d
Re: BRK-B quote on yahoo - help by jhfrazer@ymail.com
1e
Re: BRK-B quote on yahoo - help by "Randy Harmelink" rharmelink
2.1
Re: I'm back! by joshi_mandar
3c
Re: RCHGETYAHOOQUOTES("xle","y") does not work by "Randy Harmelink" rharmelink
3d
4a
Re: smfgetgurufocusitem by "Randy Harmelink" rharmelink
4c
Re: smfgetgurufocusitem by "J. Brett Freeze" oi7q2nergrevlnrogdhl4hsxxwp7hxuntbdffqwa

Messages

Wed Jan 25, 2017 10:54 am (PST) . Posted by:

joshi_mandar

I am trying to get option quote for BRK-B from yahoo. It's not working. I use this formula smfGetOptionQuotes("brkb Mar 17 165 call","c",0,"Y"). I am getting error. I did check on the yahoo site. They do have prices for march 17 expiration. Any idea what I am doing wrong?

Wed Jan 25, 2017 1:51 pm (PST) . Posted by:

jhfrazer@ymail.com

If this is too obvious I apologize. Has the formula been entered into your spreadsheet as an array?

In most cases, this will need to be an array-entered formula. To array-enter a formula in EXCEL, first highlight the range of cells where you would like the returned data to appear -- the number of rows for the range should be AT LEAST the number of ticker symbols you are requesting from the function, while the number of columns for the range should be AT LEAST the number of data items you are requesting for each ticker symbol from the function. Next, enter your formula and then press Ctrl-Shift-Enter.



Wed Jan 25, 2017 2:18 pm (PST) . Posted by:

"J. Brett Freeze" oi7q2nergrevlnrogdhl4hsxxwp7hxuntbdffqwa

I will try the array. I have a formula for each individual cell. Thank you for the suggestion.

Regards,

Brett

From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Wednesday, January 25, 2017 4:51 PM
To: smf_addin@yahoogroups.com
Subject: [smf_addin] Re: BRK-B quote on yahoo - help

If this is too obvious I apologize. Has the formula been entered into your spreadsheet as an array?

In most cases, this will need to be an array-entered formula. To array-enter a formula in EXCEL, first highlight the range of cells where you would like the returned data to appear -- the number of rows for the range should be AT LEAST the number of ticker symbols you are requesting from the function, while the number of columns for the range should be AT LEAST the number of data items you are requesting for each ticker symbol from the function. Next, enter your formula and then press Ctrl-Shift-Enter.

Thu Jan 26, 2017 7:35 am (PST) . Posted by:

jhfrazer@ymail.com

Sometimes the stock symbols which contain "-" can be problematic. Can you get the function to work on your spreadsheet with a simple symbol like IBM or SPY? That troubleshooting methodology may be helpful in verifying your formulas structure.

Thu Jan 26, 2017 8:52 am (PST) . Posted by:

"Randy Harmelink" rharmelink

Your formula works for me. I had to make some changes to Yahoo option
quotes extractions when Yahoo did their facelift a few months ago. You
probably just need the new version of the add-in, to pick up those coding
changes...

On Wed, Jan 25, 2017 at 11:54 AM, joshi_mandar@
​...wrote:

> I am trying to get option quote for BRK-B from yahoo. It's not working.
> I use this formula smfGetOptionQuotes("brkb Mar 17 165 call","c",0,"Y"). I
> am getting error. I did check on the yahoo site. They do have prices for
> march 17 expiration. Any idea what I am doing wrong?
>
>

Thu Jan 26, 2017 8:58 am (PST) . Posted by:

garyhartling

This formula works for me, it doesn't have to be array entered. But the "c" in the formula is asking for the "change" in the Call option, which is usually a small number. Is that what you really want? I'm more interested in the bid ("b"), ask("a"), or last price ("l") of an option. The ('l") is a lower-case L.

Gary H.

Wed Jan 25, 2017 10:56 am (PST) . Posted by:

joshi_mandar

Hi Randy. Wish you a speedy recovery. I dont visit this group often. But I use the SMF addin everyday. It's just so stable that I dont need to visit here often. I appreciate all your help.

Thu Jan 26, 2017 8:39 am (PST) . Posted by:

rainerglobal

Has something changed? Is there an alternative way to find the dividend yield? thanks

Thu Jan 26, 2017 9:14 am (PST) . Posted by:

garyhartling

That's an ETF. Try =RCHGetTableCell("http://finance.yahoo.com/q/?s= http://finance.yahoo.com/q/?s=LQDXLE",1,">Yield")

Gary H.

Thu Jan 26, 2017 9:28 am (PST) . Posted by:

"Randy Harmelink" rharmelink

It could be that Yahoo is temporarily not populating that field for ETFs on
their current quotes CSV file. A workaround would be to extract it from the
JSON code on the main quotes page, with something like:

=smfConvertData(smfStrExtr(RCHGetWebData("http://finance.yahoo.com/quote/xle
","""yield"":{""raw"":",50),"raw"":",","))

On Thu, Jan 26, 2017 at 5:20 AM, rainerglobal@
​...wrote:

> Has something changed? Is there an alternative way to find the dividend
> yield?
>

Thu Jan 26, 2017 10:56 am (PST) . Posted by:

"Omar Jaleel" saanajaleel

Welcome back. Hope you're doing well

On Jan 26, 2017 11:28 AM, "Randy Harmelink rharmelink@gmail.com
[smf_addin]" <smf_addin@yahoogroups.com> wrote:

>
>
> It could be that Yahoo is temporarily not populating that field for ETFs
> on their current quotes CSV file. A workaround would be to extract it from
> the JSON code on the main quotes page, with something like:
>
> =smfConvertData(smfStrExtr(RCHGetWebData("http://finance.
> yahoo.com/quote/xle","""yield";":{""raw"":",50),"raw"":",","))
>
>
>
> On Thu, Jan 26, 2017 at 5:20 AM, rainerglobal@
> ​...wrote:
>
>> Has something changed? Is there an alternative way to find the dividend
>> yield?
>>
>
>
>

Thu Jan 26, 2017 11:36 am (PST) . Posted by:

"Randy Harmelink" rharmelink

Thanks for the heads up. Both annual and quarterly are broken. I see they
have added a new row and column highlight when using the web page. That
change might have something to do with it not working. Unfortunately, I'm
not sure when I'll be able to look at it in detail so I can fix it....

On Mon, Jan 23, 2017 at 7:08 AM, 'J. Brett Freeze' jfreeze3@
​...wrote:

>
>
> GuruFocus appears to have changed its logic for annual financial periods.
> The only data that is being retrieved is "TTM". Does anyone know how to
> correct?
>
>
>
>
>
>
>

Thu Jan 26, 2017 11:48 am (PST) . Posted by:


--------------------------------------------
On Thu, 1/26/17, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

Subject: Re: [smf_addin] smfgetgurufocusitem
To: smf_addin@yahoogroups.com
Date: Thursday, January 26, 2017, 9:36 PM


 









Thanks for the heads up. Both annual
and quarterly are broken. I see they have added a new row
and column highlight when using the web page. That change
might have something to do with it not working.
Unfortunately, I'm not sure when I'll be able to
look at it in detail so I can fix it....

On Mon,
Jan 23, 2017 at 7:08 AM, 'J. Brett Freeze'
jfreeze3@​...wrote:




















GuruFocus appears to have
changed its logic for annual financial periods.  The only
data that is being retrieved is "TTM".  Does
anyone know how to correct? 




























#yiv7950118976 #yiv7950118976 --
#yiv7950118976ygrp-mkp {
border:1px solid #d8d8d8;font-family:Arial;margin:10px
0;padding:0 10px;}

#yiv7950118976 #yiv7950118976ygrp-mkp hr {
border:1px solid #d8d8d8;}

#yiv7950118976 #yiv7950118976ygrp-mkp #yiv7950118976hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
0;}

#yiv7950118976 #yiv7950118976ygrp-mkp #yiv7950118976ads {
margin-bottom:10px;}

#yiv7950118976 #yiv7950118976ygrp-mkp .yiv7950118976ad {
padding:0 0;}

#yiv7950118976 #yiv7950118976ygrp-mkp .yiv7950118976ad p {
margin:0;}

#yiv7950118976 #yiv7950118976ygrp-mkp .yiv7950118976ad a {
color:#0000ff;text-decoration:none;}
#yiv7950118976 #yiv7950118976ygrp-sponsor
#yiv7950118976ygrp-lc {
font-family:Arial;}

#yiv7950118976 #yiv7950118976ygrp-sponsor
#yiv7950118976ygrp-lc #yiv7950118976hd {
margin:10px
0px;font-weight:700;font-size:78%;line-height:122%;}

#yiv7950118976 #yiv7950118976ygrp-sponsor
#yiv7950118976ygrp-lc .yiv7950118976ad {
margin-bottom:10px;padding:0 0;}

#yiv7950118976 #yiv7950118976actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#yiv7950118976 #yiv7950118976activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#yiv7950118976 #yiv7950118976activity span {
font-weight:700;}

#yiv7950118976 #yiv7950118976activity span:first-child {
text-transform:uppercase;}

#yiv7950118976 #yiv7950118976activity span a {
color:#5085b6;text-decoration:none;}

#yiv7950118976 #yiv7950118976activity span span {
color:#ff7900;}

#yiv7950118976 #yiv7950118976activity span
.yiv7950118976underline {
text-decoration:underline;}

#yiv7950118976 .yiv7950118976attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
0;width:400px;}

#yiv7950118976 .yiv7950118976attach div a {
text-decoration:none;}

#yiv7950118976 .yiv7950118976attach img {
border:none;padding-right:5px;}

#yiv7950118976 .yiv7950118976attach label {
display:block;margin-bottom:5px;}

#yiv7950118976 .yiv7950118976attach label a {
text-decoration:none;}

#yiv7950118976 blockquote {
margin:0 0 0 4px;}

#yiv7950118976 .yiv7950118976bold {
font-family:Arial;font-size:13px;font-weight:700;}

#yiv7950118976 .yiv7950118976bold a {
text-decoration:none;}

#yiv7950118976 dd.yiv7950118976last p a {
font-family:Verdana;font-weight:700;}

#yiv7950118976 dd.yiv7950118976last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#yiv7950118976 dd.yiv7950118976last p
span.yiv7950118976yshortcuts {
margin-right:0;}

#yiv7950118976 div.yiv7950118976attach-table div div a {
text-decoration:none;}

#yiv7950118976 div.yiv7950118976attach-table {
width:400px;}

#yiv7950118976 div.yiv7950118976file-title a, #yiv7950118976
div.yiv7950118976file-title a:active, #yiv7950118976
div.yiv7950118976file-title a:hover, #yiv7950118976
div.yiv7950118976file-title a:visited {
text-decoration:none;}

#yiv7950118976 div.yiv7950118976photo-title a,
#yiv7950118976 div.yiv7950118976photo-title a:active,
#yiv7950118976 div.yiv7950118976photo-title a:hover,
#yiv7950118976 div.yiv7950118976photo-title a:visited {
text-decoration:none;}

#yiv7950118976 div#yiv7950118976ygrp-mlmsg
#yiv7950118976ygrp-msg p a span.yiv7950118976yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#yiv7950118976 .yiv7950118976green {
color:#628c2a;}

#yiv7950118976 .yiv7950118976MsoNormal {
margin:0 0 0 0;}

#yiv7950118976 o {
font-size:0;}

#yiv7950118976 #yiv7950118976photos div {
float:left;width:72px;}

#yiv7950118976 #yiv7950118976photos div div {
border:1px solid
#666666;height:62px;overflow:hidden;width:62px;}

#yiv7950118976 #yiv7950118976photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#yiv7950118976 #yiv7950118976reco-category {
font-size:77%;}

#yiv7950118976 #yiv7950118976reco-desc {
font-size:77%;}

#yiv7950118976 .yiv7950118976replbq {
margin:4px;}

#yiv7950118976 #yiv7950118976ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#yiv7950118976 #yiv7950118976ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean,
sans-serif;}

#yiv7950118976 #yiv7950118976ygrp-mlmsg table {
font-size:inherit;font:100%;}

#yiv7950118976 #yiv7950118976ygrp-mlmsg select,
#yiv7950118976 input, #yiv7950118976 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#yiv7950118976 #yiv7950118976ygrp-mlmsg pre, #yiv7950118976
code {
font:115% monospace;}

#yiv7950118976 #yiv7950118976ygrp-mlmsg * {
line-height:1.22em;}

#yiv7950118976 #yiv7950118976ygrp-mlmsg #yiv7950118976logo {
padding-bottom:10px;}


#yiv7950118976 #yiv7950118976ygrp-msg p a {
font-family:Verdana;}

#yiv7950118976 #yiv7950118976ygrp-msg
p#yiv7950118976attach-count span {
color:#1E66AE;font-weight:700;}

#yiv7950118976 #yiv7950118976ygrp-reco
#yiv7950118976reco-head {
color:#ff7900;font-weight:700;}

#yiv7950118976 #yiv7950118976ygrp-reco {
margin-bottom:20px;padding:0px;}

#yiv7950118976 #yiv7950118976ygrp-sponsor #yiv7950118976ov
li a {
font-size:130%;text-decoration:none;}

#yiv7950118976 #yiv7950118976ygrp-sponsor #yiv7950118976ov
li {
font-size:77%;list-style-type:square;padding:6px 0;}

#yiv7950118976 #yiv7950118976ygrp-sponsor #yiv7950118976ov
ul {
margin:0;padding:0 0 0 8px;}

#yiv7950118976 #yiv7950118976ygrp-text {
font-family:Georgia;}

#yiv7950118976 #yiv7950118976ygrp-text p {
margin:0 0 1em 0;}

#yiv7950118976 #yiv7950118976ygrp-text tt {
font-size:120%;}

#yiv7950118976 #yiv7950118976ygrp-vital ul li:last-child {
border-right:none !important;
}
#yiv7950118976
1878-1880 1i -infiintarea de noi agentii diplomatice ale Romaniei in strainatate 27-28 febr 11-12 mart - Camerele voteaza motiuni cu privire la oportunitatea revizuirii articolului 7 din Constitutie 30 mart - Legea privind infiintarea Academiei Romane

Thu Jan 26, 2017 11:56 am (PST) . Posted by:

"J. Brett Freeze" oi7q2nergrevlnrogdhl4hsxxwp7hxuntbdffqwa

Thank you for the insight. I will wait patiently. Glad you are back and hope you get well soon!

From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Thursday, January 26, 2017 2:36 PM
To: smf_addin@yahoogroups.com
Subject: Re: [smf_addin] smfgetgurufocusitem

Thanks for the heads up. Both annual and quarterly are broken. I see they have added a new row and column highlight when using the web page. That change might have something to do with it not working. Unfortunately, I'm not sure when I'll be able to look at it in detail so I can fix it....

On Mon, Jan 23, 2017 at 7:08 AM, 'J. Brett Freeze' jfreeze3@

​...wrote:

GuruFocus appears to have changed its logic for annual financial periods. The only data that is being retrieved is "TTM". Does anyone know how to correct?

Thu Jan 26, 2017 12:24 pm (PST) . Posted by:


--------------------------------------------
On Thu, 1/26/17, stantonchristopher553@yahoo.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

Subject: Re: [smf_addin] smfgetgurufocusitem
To: smf_addin@yahoogroups.com
Date: Thursday, January 26, 2017, 9:43 PM


 











--------------------------------------------

On Thu, 1/26/17, Randy Harmelink rharmelink@gmail.com
[smf_addin] <smf_addin@yahoogroups.com> wrote:



Subject: Re: [smf_addin] smfgetgurufocusitem

To: smf_addin@yahoogroups.com

Date: Thursday, January 26, 2017, 9:36 PM





 



















Thanks for the heads up. Both annual

and quarterly are broken. I see they have added a new
row

and column highlight when using the web page. That
change

might have something to do with it not working.

Unfortunately, I'm not sure when I'll be able to

look at it in detail so I can fix it....



On Mon,

Jan 23, 2017 at 7:08 AM, 'J. Brett Freeze'

jfreeze3@​...wrote:









































GuruFocus appears to have

changed its logic for annual financial periods.  The
only

data that is being retrieved is "TTM".  Does

anyone know how to correct? 

























































#yiv7950118976 #yiv7950118976 --

#yiv7950118976ygrp-mkp {

border:1px solid #d8d8d8;font-family:Arial;margin:10px

0;padding:0 10px;}



#yiv7950118976 #yiv7950118976ygrp-mkp hr {

border:1px solid #d8d8d8;}



#yiv7950118976 #yiv7950118976ygrp-mkp #yiv7950118976hd {

color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px

0;}



#yiv7950118976 #yiv7950118976ygrp-mkp #yiv7950118976ads
{

margin-bottom:10px;}



#yiv7950118976 #yiv7950118976ygrp-mkp .yiv7950118976ad {

padding:0 0;}



#yiv7950118976 #yiv7950118976ygrp-mkp .yiv7950118976ad p
{

margin:0;}



#yiv7950118976 #yiv7950118976ygrp-mkp .yiv7950118976ad a
{

color:#0000ff;text-decoration:none;}

#yiv7950118976 #yiv7950118976ygrp-sponsor

#yiv7950118976ygrp-lc {

font-family:Arial;}



#yiv7950118976 #yiv7950118976ygrp-sponsor

#yiv7950118976ygrp-lc #yiv7950118976hd {

margin:10px

0px;font-weight:700;font-size:78%;line-height:122%;}



#yiv7950118976 #yiv7950118976ygrp-sponsor

#yiv7950118976ygrp-lc .yiv7950118976ad {

margin-bottom:10px;padding:0 0;}



#yiv7950118976 #yiv7950118976actions {

font-family:Verdana;font-size:11px;padding:10px 0;}



#yiv7950118976 #yiv7950118976activity {

background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}



#yiv7950118976 #yiv7950118976activity span {

font-weight:700;}



#yiv7950118976 #yiv7950118976activity span:first-child {

text-transform:uppercase;}



#yiv7950118976 #yiv7950118976activity span a {

color:#5085b6;text-decoration:none;}



#yiv7950118976 #yiv7950118976activity span span {

color:#ff7900;}



#yiv7950118976 #yiv7950118976activity span

.yiv7950118976underline {

text-decoration:underline;}



#yiv7950118976 .yiv7950118976attach {

clear:both;display:table;font-family:Arial;font-size:12px;padding:10px

0;width:400px;}



#yiv7950118976 .yiv7950118976attach div a {

text-decoration:none;}



#yiv7950118976 .yiv7950118976attach img {

border:none;padding-right:5px;}



#yiv7950118976 .yiv7950118976attach label {

display:block;margin-bottom:5px;}



#yiv7950118976 .yiv7950118976attach label a {

text-decoration:none;}



#yiv7950118976 blockquote {

margin:0 0 0 4px;}



#yiv7950118976 .yiv7950118976bold {

font-family:Arial;font-size:13px;font-weight:700;}



#yiv7950118976 .yiv7950118976bold a {

text-decoration:none;}



#yiv7950118976 dd.yiv7950118976last p a {

font-family:Verdana;font-weight:700;}



#yiv7950118976 dd.yiv7950118976last p span {

margin-right:10px;font-family:Verdana;font-weight:700;}



#yiv7950118976 dd.yiv7950118976last p

span.yiv7950118976yshortcuts {

margin-right:0;}



#yiv7950118976 div.yiv7950118976attach-table div div a {

text-decoration:none;}



#yiv7950118976 div.yiv7950118976attach-table {

width:400px;}



#yiv7950118976 div.yiv7950118976file-title a,
#yiv7950118976

div.yiv7950118976file-title a:active, #yiv7950118976

div.yiv7950118976file-title a:hover, #yiv7950118976

div.yiv7950118976file-title a:visited {

text-decoration:none;}



#yiv7950118976 div.yiv7950118976photo-title a,

#yiv7950118976 div.yiv7950118976photo-title a:active,

#yiv7950118976 div.yiv7950118976photo-title a:hover,

#yiv7950118976 div.yiv7950118976photo-title a:visited {

text-decoration:none;}



#yiv7950118976 div#yiv7950118976ygrp-mlmsg

#yiv7950118976ygrp-msg p a span.yiv7950118976yshortcuts
{

font-family:Verdana;font-size:10px;font-weight:normal;}



#yiv7950118976 .yiv7950118976green {

color:#628c2a;}



#yiv7950118976 .yiv7950118976MsoNormal {

margin:0 0 0 0;}



#yiv7950118976 o {

font-size:0;}



#yiv7950118976 #yiv7950118976photos div {

float:left;width:72px;}



#yiv7950118976 #yiv7950118976photos div div {

border:1px solid

#666666;height:62px;overflow:hidden;width:62px;}



#yiv7950118976 #yiv7950118976photos div label {

color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}



#yiv7950118976 #yiv7950118976reco-category {

font-size:77%;}



#yiv7950118976 #yiv7950118976reco-desc {

font-size:77%;}



#yiv7950118976 .yiv7950118976replbq {

margin:4px;}



#yiv7950118976 #yiv7950118976ygrp-actbar div a:first-child
{

margin-right:2px;padding-right:5px;}



#yiv7950118976 #yiv7950118976ygrp-mlmsg {

font-size:13px;font-family:Arial, helvetica, clean,

sans-serif;}



#yiv7950118976 #yiv7950118976ygrp-mlmsg table {

font-size:inherit;font:100%;}



#yiv7950118976 #yiv7950118976ygrp-mlmsg select,

#yiv7950118976 input, #yiv7950118976 textarea {

font:99% Arial, Helvetica, clean, sans-serif;}



#yiv7950118976 #yiv7950118976ygrp-mlmsg pre,
#yiv7950118976

code {

font:115% monospace;}



#yiv7950118976 #yiv7950118976ygrp-mlmsg * {

line-height:1.22em;}



#yiv7950118976 #yiv7950118976ygrp-mlmsg #yiv7950118976logo
{

padding-bottom:10px;}





#yiv7950118976 #yiv7950118976ygrp-msg p a {

font-family:Verdana;}



#yiv7950118976 #yiv7950118976ygrp-msg

p#yiv7950118976attach-count span {

color:#1E66AE;font-weight:700;}



#yiv7950118976 #yiv7950118976ygrp-reco

#yiv7950118976reco-head {

color:#ff7900;font-weight:700;}



#yiv7950118976 #yiv7950118976ygrp-reco {

margin-bottom:20px;padding:0px;}



#yiv7950118976 #yiv7950118976ygrp-sponsor
#yiv7950118976ov

li a {

font-size:130%;text-decoration:none;}



#yiv7950118976 #yiv7950118976ygrp-sponsor
#yiv7950118976ov

li {

font-size:77%;list-style-type:square;padding:6px 0;}



#yiv7950118976 #yiv7950118976ygrp-sponsor
#yiv7950118976ov

ul {

margin:0;padding:0 0 0 8px;}



#yiv7950118976 #yiv7950118976ygrp-text {

font-family:Georgia;}



#yiv7950118976 #yiv7950118976ygrp-text p {

margin:0 0 1em 0;}



#yiv7950118976 #yiv7950118976ygrp-text tt {

font-size:120%;}



#yiv7950118976 #yiv7950118976ygrp-vital ul li:last-child
{

border-right:none !important;

}

#yiv7950118976

1878-1880 1i -infiintarea de noi agentii diplomatice ale
Romaniei in strainatate 27-28 febr 11-12 mart -
Camerele voteaza motiuni cu privire la oportunitatea
revizuirii articolului 7 din Constitutie 30 mart -
Legea privind infiintarea Academiei Romane











#yiv5652286726 #yiv5652286726 --
#yiv5652286726ygrp-mkp {
border:1px solid #d8d8d8;font-family:Arial;margin:10px
0;padding:0 10px;}

#yiv5652286726 #yiv5652286726ygrp-mkp hr {
border:1px solid #d8d8d8;}

#yiv5652286726 #yiv5652286726ygrp-mkp #yiv5652286726hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px
0;}

#yiv5652286726 #yiv5652286726ygrp-mkp #yiv5652286726ads {
margin-bottom:10px;}

#yiv5652286726 #yiv5652286726ygrp-mkp .yiv5652286726ad {
padding:0 0;}

#yiv5652286726 #yiv5652286726ygrp-mkp .yiv5652286726ad p {
margin:0;}

#yiv5652286726 #yiv5652286726ygrp-mkp .yiv5652286726ad a {
color:#0000ff;text-decoration:none;}
#yiv5652286726 #yiv5652286726ygrp-sponsor
#yiv5652286726ygrp-lc {
font-family:Arial;}

#yiv5652286726 #yiv5652286726ygrp-sponsor
#yiv5652286726ygrp-lc #yiv5652286726hd {
margin:10px
0px;font-weight:700;font-size:78%;line-height:122%;}

#yiv5652286726 #yiv5652286726ygrp-sponsor
#yiv5652286726ygrp-lc .yiv5652286726ad {
margin-bottom:10px;padding:0 0;}

#yiv5652286726 #yiv5652286726actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#yiv5652286726 #yiv5652286726activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#yiv5652286726 #yiv5652286726activity span {
font-weight:700;}

#yiv5652286726 #yiv5652286726activity span:first-child {
text-transform:uppercase;}

#yiv5652286726 #yiv5652286726activity span a {
color:#5085b6;text-decoration:none;}

#yiv5652286726 #yiv5652286726activity span span {
color:#ff7900;}

#yiv5652286726 #yiv5652286726activity span
.yiv5652286726underline {
text-decoration:underline;}

#yiv5652286726 .yiv5652286726attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px
0;width:400px;}

#yiv5652286726 .yiv5652286726attach div a {
text-decoration:none;}

#yiv5652286726 .yiv5652286726attach img {
border:none;padding-right:5px;}

#yiv5652286726 .yiv5652286726attach label {
display:block;margin-bottom:5px;}

#yiv5652286726 .yiv5652286726attach label a {
text-decoration:none;}

#yiv5652286726 blockquote {
margin:0 0 0 4px;}

#yiv5652286726 .yiv5652286726bold {
font-family:Arial;font-size:13px;font-weight:700;}

#yiv5652286726 .yiv5652286726bold a {
text-decoration:none;}

#yiv5652286726 dd.yiv5652286726last p a {
font-family:Verdana;font-weight:700;}

#yiv5652286726 dd.yiv5652286726last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#yiv5652286726 dd.yiv5652286726last p
span.yiv5652286726yshortcuts {
margin-right:0;}

#yiv5652286726 div.yiv5652286726attach-table div div a {
text-decoration:none;}

#yiv5652286726 div.yiv5652286726attach-table {
width:400px;}

#yiv5652286726 div.yiv5652286726file-title a, #yiv5652286726
div.yiv5652286726file-title a:active, #yiv5652286726
div.yiv5652286726file-title a:hover, #yiv5652286726
div.yiv5652286726file-title a:visited {
text-decoration:none;}

#yiv5652286726 div.yiv5652286726photo-title a,
#yiv5652286726 div.yiv5652286726photo-title a:active,
#yiv5652286726 div.yiv5652286726photo-title a:hover,
#yiv5652286726 div.yiv5652286726photo-title a:visited {
text-decoration:none;}

#yiv5652286726 div#yiv5652286726ygrp-mlmsg
#yiv5652286726ygrp-msg p a span.yiv5652286726yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#yiv5652286726 .yiv5652286726green {
color:#628c2a;}

#yiv5652286726 .yiv5652286726MsoNormal {
margin:0 0 0 0;}

#yiv5652286726 o {
font-size:0;}

#yiv5652286726 #yiv5652286726photos div {
float:left;width:72px;}

#yiv5652286726 #yiv5652286726photos div div {
border:1px solid
#666666;height:62px;overflow:hidden;width:62px;}

#yiv5652286726 #yiv5652286726photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#yiv5652286726 #yiv5652286726reco-category {
font-size:77%;}

#yiv5652286726 #yiv5652286726reco-desc {
font-size:77%;}

#yiv5652286726 .yiv5652286726replbq {
margin:4px;}

#yiv5652286726 #yiv5652286726ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#yiv5652286726 #yiv5652286726ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean,
sans-serif;}

#yiv5652286726 #yiv5652286726ygrp-mlmsg table {
font-size:inherit;font:100%;}

#yiv5652286726 #yiv5652286726ygrp-mlmsg select,
#yiv5652286726 input, #yiv5652286726 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#yiv5652286726 #yiv5652286726ygrp-mlmsg pre, #yiv5652286726
code {
font:115% monospace;}

#yiv5652286726 #yiv5652286726ygrp-mlmsg * {
line-height:1.22em;}

#yiv5652286726 #yiv5652286726ygrp-mlmsg #yiv5652286726logo {
padding-bottom:10px;}


#yiv5652286726 #yiv5652286726ygrp-msg p a {
font-family:Verdana;}

#yiv5652286726 #yiv5652286726ygrp-msg
p#yiv5652286726attach-count span {
color:#1E66AE;font-weight:700;}

#yiv5652286726 #yiv5652286726ygrp-reco
#yiv5652286726reco-head {
color:#ff7900;font-weight:700;}

#yiv5652286726 #yiv5652286726ygrp-reco {
margin-bottom:20px;padding:0px;}

#yiv5652286726 #yiv5652286726ygrp-sponsor #yiv5652286726ov
li a {
font-size:130%;text-decoration:none;}

#yiv5652286726 #yiv5652286726ygrp-sponsor #yiv5652286726ov
li {
font-size:77%;list-style-type:square;padding:6px 0;}

#yiv5652286726 #yiv5652286726ygrp-sponsor #yiv5652286726ov
ul {
margin:0;padding:0 0 0 8px;}

#yiv5652286726 #yiv5652286726ygrp-text {
font-family:Georgia;}

#yiv5652286726 #yiv5652286726ygrp-text p {
margin:0 0 1em 0;}

#yiv5652286726 #yiv5652286726ygrp-text tt {
font-size:120%;}

#yiv5652286726 #yiv5652286726ygrp-vital ul li:last-child {
border-right:none !important;
}
#yiv5652286726
apata statutul de porto-franco. ecunoaste vaselor muntene si i dreptul de a naviga pe Marea1837-inceputul domniei reginei Victoria in Anglia.

For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF

Tidak ada komentar:

Posting Komentar