@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

img {
	margin: 0;
	padding: 0;
	border: 0;	
	outline: 0;	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html,body {text-align:center; font-family:Arial,Helvetica,sans-serif; font-size:15px; color:#111; }
html { }
body {background:#fff }
fieldset {border:1px solid #ccc; padding:10px}

#wrapper {    }


a, a:link, a:visited { color:#1b3d6b; text-decoration:none}
a:hover, a:active { color:#19438e; text-decoration:underline}


table.stocks { background:#bce0ff}
table.stocks thead  th { background:#d7ecfe; color:#006699; padding:3px; text-align:right; width:70px; text-wrap:none}
table.stocks thead  th.main { text-align:left; width:300px}
table.stocks tbody th { background:#fff; padding:3px; font-weight:normal}
table.stocks tbody td { background:#fff; text-align:right; padding:3px}
table.stocks tbody td.increase { color:#009933}
table.stocks tbody td.decrease { color: #C00}
table.stocks tbody tr.alt td ,table.stocks tbody tr.alt th  { background:#e6f2fd;} 


table.styled-table {
    font: normal 13px/1.5 Arial, sans-serif;
    margin: 0 0 1.5em 0;
    width: 100%;
    background-color: #fff;
    color: #333;
    text-align: left;
    border: 1px solid rgba(0, 57, 99, 0.3);
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0 0 1px 0
}
table.styled-table caption {
    font-style: italic;
    color: #999;
    text-align: left
}
table.styled-table thead tr,
table.styled-table .thead,
table.styled-table thead th,
table.styled-table .thead th {
    background-color: rgba(0, 57, 99, 0.05);
    color: #003963;
    font-weight: bold;
    border-bottom: 2px solid #003963;
    border-bottom: 2px solid rgba(0, 57, 99, 0.2)
}
table.styled-table tr {
    border-bottom: 1px dotted rgba(0, 57, 99, 0.3)
}
table.styled-table tbody tr.alt,
table.styled-table tbody tr:nth-child(even) {
    background-color: rgba(0, 57, 99, 0.05);
    border-color: rgba(0, 57, 99, 0.2)
}
table.styled-table tbody tr:hover {
    border-bottom: 1px solid rgba(0, 57, 99, 0.2);
    color: #003963
}
table.styled-table #componentDivFullLogo tr:hover,
table.styled-table #componentDivIcon tr:hover {
    background-color: transparent !important
}
table.styled-table caption,
table.styled-table th,
table.styled-table td {
    text-align: left;
    padding: .25em .5em
}
table.styled-table th[scope="row"] {
    border-right: 1px solid #003963;
    border-right: 1px solid rgba(0, 57, 99, 0.2);
    font-weight: bold
}
table.styled-table tbody th,
table.styled-table td {
    font-weight: normal
}
table.styled-table .up {
    color: green
}
table.styled-table .equal {
    color: #d79f00
}
table.styled-table .down {
    color: #c00
}
table.styled-table .up.generated:after,
table.styled-table .equal.generated:after,
table.styled-table .down.generated:after {
    display: inline-block;
    content: "";
    font-size: 16px;
    width: .75em;
    text-align: center
}
table.styled-table .up.generated:after {
    content: "?"
}
table.styled-table .equal.generated:after {
    content: "="
}
table.styled-table .down.generated:after {
    content: "?"
}

table.styled-table tbody td.increase { color:#009933}
table.styled-table tbody td.decrease { color: #C00}

.closing, .current { text-align:right !important}