body, form, h1, h2, h3 {
    margin: 0;
    padding: 0;
}
body {
    background: url(images/background.png) repeat-x;
}
body, td, input {
    font-family: Arial, Helvetica, Tahoma, Verdana;
    font-size: 12px;
}
a.link {
    color: #0049B6;
    text-decoration: underline;
}
a.link:hover {
    text-decoration: none;
}
h3 {
    font-size: 13px;
    font-weight: normal;
}
#container {
    width: 750px;
    margin: 10px auto 20px auto;
}
#header {
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #C0C0C0;
}
.logo {
    margin-top: 15px;
    float: left;
    text-shadow: #E4E4E4 1px 1px 1px;
}
.logo h1 {
    font-size: 19px;
    font-weight: normal;
    color: #404040;
    float: left;
}
.logo h1 a {
    text-decoration: none;
    color: #404040;;
}
.logo .slogan {
    float: left;
    margin: 7px 0 0 8px;
    font-size: 11px;
}
#header .search {
    margin-top: 15px;
    float: right;
    text-align: right;
    position: relative;
}
#main .search {
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.table-search {
    margin: 0 auto;
}
.search .input {
    width: 200px;
}
#main .search .input {
    width: 300px;
}
#footer {
    border-top: 1px solid #C0C0C0;
    padding: 10px;
    margin-top: 50px;
    text-align: right;
    font-size: 11px;
}
#main {
    margin: 20px 10px;
}
.search label {
    position: absolute;
    color: #A0A0A0;
    font-weight: normal;
    margin: 4px 0 0 6px;
    display: none;
    cursor: text;
    background: transparent;
    top: 0;
}
.search label.over {
    color: #CCCCCC;
}
h2 .symbol {
    font-size: 28px;
}
h2 .company {
    font-size: 18px;
    font-weight: normal;
}
.splits-text {
    margin-top: 12px;
}

.table-summary {
    width: 100%;
    height: 250px;
}
.table-summary .left {    vertical-align: top;
    width: 300px;
}
.table-summary .right {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.table-list td {
    padding: 4px 5px;
    line-height: 23px;
    border-bottom: 1px solid #C8C8C8;
}
.table-list thead td {
    font-size: 11px;
    color: #404040;
}
.table-list thead a {
    color: #404040;
    text-decoration: none;
}
.table-list thead a:hover {
    text-decoration: underline;
}
.odd {
    background: #F5F5F5;
}
.even {
    background: transparent;
}
.over {
    background: #E2F1FA;
}
.calculation {
    border: 1px solid #C8C8C8;
    width: 60px;
    padding: 2px;
    text-align: right;
}
.calculation:focus {
    font-weight: bold;
}

.break {
    font-size: 0;
    height: 20px;
}
.bold { font-weight: bold; }
.c-blue { color: #0049B6; }
.c-red { color: #FF0000; }
.c-green { color: #008000; }
.c-light { color: #808080; }
.f-11 { font-size: 11px; }
.f-13 { font-size: 13px; }
.f-20 { font-size: 19px; }
.f-left { float: left; }
.f-right { float: right; }
.a-right { text-align: right; }
.a-center { text-align: center; }

.ml-3 { margin-left: 3px; }
.ml-5 { margin-left: 5px; }
.ml-12 { margin-left: 12px; }
.ml-15 { margin-left: 15px; }
.w-60 { width: 60px; }
.w-80 { width: 80px; }
.w-100 { width: 100px; }
.w-120 { width: 120px; }
.w-100-per { width: 100%; }
.h-30 { height: 30px; }
.h-50 { height: 50px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .search label { margin-top: 5px; }
    .search .submit { height: 22px; }
}

@media only screen and (max-width: 990px) {
    #container {
        width: auto;
    }
	.ml-3 { margin-left: 6px; }
	.ml-5 { margin-left: 10px; }
	.ml-12 { margin-left: 20px; }
	.ml-15 { margin-left: 25px; }
}

.aff a {	color: #0049b6;
	font-size: 14px;
	text-decoration: none;}