body {
	background-color: #dedede;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table, tr, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table td {
/*	border: 1px solid black; */
}

a:link, a:active, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.team_nav {
	padding: 2px 12px;
	margin: 2px 0px;
	color: #777;
	font-size:12px;
	font-weight:bold;
}
a.team:link, a.team:active, a.team:visited {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	white-space: nowrap;
}
a.team:hover {
	color: #fff;
	background: #b40000;
	text-decoration: none;
	white-space: nowrap;
}
a.team span {
	padding: 2px 0px;
}

#outer_container {
	width: 1160px;
	padding-bottom: 30px;
}

.outer_table {
	margin-bottom: 30px;
	padding: 0;
}

.container {
	padding-bottom: 25px;
	text-align: left;
	background-color:  #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
}
.container-lpadding {
	width: 25px;
}
.container-rpadding {
	width: 35px;
}

/* news section */

.news_section_header {
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.news_section_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

.section_title {
	padding: 5px 12px 5px 5px;
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

/* video section */

.video_section_header {
	border-top: 2px solid #b40000;
	border-bottom: 1px dotted #ccc;

}
.video_section_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

/* blogs section */

.blogs_section_header {
	margin-top: 20px;
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;

}

.blogs_section_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

.small_section_title {
	padding: 5px 10px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:18px;
	line-height: 120%;
}
.small_section_title_link {
	padding-left: 10px;
}

.cell_title {
	padding: 10px 0px;
	font-family: verdana;
	font-weight: bold;
	font-size:16px;
}
.cell_title a {
	padding: 10px 0px;
	color: #333;
	font-family: verdana;
	font-weight: bold;
	font-size:16px;
}
.cell_title a:hover {
	color: #0066cc;
}

.blogs_panel {
	margin: 15px 0 10px 0;
	padding: 0;
	width: 100%;
	background:#fff;
}

/* video panel on main and listing pages */

.video_panel {
	margin: 10px 0 15px 0;
	padding:0;
	background:#fff;
}

.video_listing {
	margin: 0;
	padding:0;
	background:#fff;
}

.video_item {
	padding: 6px 12px 6px 6px;
}
.video_item .title {
	margin-top: 2px;
}

.video_item .source {
	color: #888;
}

/* news section */

.news_section {
	margin-top: 5px;
	font-size: 12px;
}
.news_section tr {
	vertical-align: top;
}
.news_section .item {
	margin-right: 10px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.news_section .date,
.quote_date
{
	margin-right: 4px;
	color: gray;
	white-space: nowrap;
}
.news_section .short_date {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 20px;
	white-space: nowrap;
}

.news_section .title {
	font-size: 13px;
	font-weight:bold;
}
.news_section .title a:visited {
	color: #4271A5;
}
.news_section .source,
.quote_source {
	color: green;
}
.news_section .source a,
.quote_source a {
	color: #316500;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.news_section .source a:visited {
	color: #316500;
}
.news_section .source a:hover {
	font-weight: normal;
}

/* item listing pages */

.listing {
	margin-top: 5px;
	font-size: 12px;
}
.listing tr {
	vertical-align: top;
}
.listing .item {
	margin-left: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding-bottom: 5px;
	line-height: 120%;
}

.listing .date,
.quote_date
{
	margin-right: 4px;
	color: gray;
	white-space: nowrap;
}
.listing .short_date {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 20px;
	white-space: nowrap;
}

.listing .title {
	font-size: 13px;
	font-weight:bold;
}
.listing .title a:visited {
	color: #4271A5;
}
.listing .source,
.quote_source {
	color: green;
}
.listing .source a,
.quote_source a {
	text-decoration: none;
	color: #316500;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.listing .source a:visited {
	color: #316500;
}
.listing .source a:hover {
	text-decoration: underline;
	font-weight: normal;
}


/* quotes */

.quotes_section_header {
	border-top: 3px solid #b40000;
	border-bottom: 1px dotted #ccc;
}
.quote {
	padding: 10px;
	color: #333;
}

.quote .source {
	padding: 4px 0;
}
.quote a {
	text-decoration: underline;
}

.quote .date
{
	color: #888;
	white-space: nowrap;
}

/* blogs panel */

.blogs_panel tr td {
	width: 33%;
}

.blogs_panel .item {
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
.blogs_panel .item .title a:visited {
	color: #4271A5;
}

/* listing header */

.listing_header {
	border-top: 2px solid #b40000;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
div.listing_title {
	padding: 5px 12px 5px 5px;
	color:#333;
	font-family: verdana;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}

/* listing date header */

.listing_date_header {
	margin: 20px 0 20px -25px;
}

span.listing_date_title {
	padding: 5px 10px 5px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
	color: #b40000;
	font-size:12px;
}
.listing_date_title a,
.listing_date_title a:visited {
	color: #b40000;
	font-size:12px;
}
.listing_date_title a:hover {
	color: #0066cc;
}
span.listing_date_fixture {
	padding: 10px;
	color: #333;
	font-weight: bold;
}
.listing_date_fixture a,
.listing_date_fixture a:visited {
	color: #333;
	font-weight: bold;
}
.listing_date_fixture a:hover {
	color: #0066cc;
}


/* top navigation */

.topnav {
	padding-left: 10px;
}
a.topnav_link {
}
.topnav_date {
	color: gray;
}
/* pagination */

.pagination {
	text-align: center;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pagination_by_date {
	padding-left: 10px;
	text-align: left;
}
.pagination_by_date td {
	padding-right: 0.25em;
}
.selected_pagenum {
	font-weight: bold;
}

/* footer */

/* top banner */

.top_banner {
	background: #b40000;
	padding-top: 4px;
        padding-bottom: 8px;
	margin-bottom: 10px;
}
.top_banner_left {
	padding-left: 8px;
}
.top_banner_right {
	padding-right: 25px;
}
.logo {
	font-family: verdana;
	font-weight: bold;
	font-size:24px;
}
.logo a:link, .logo a:visited, .logo a:active {
	text-decoration: none;
}
.logo_first {color: #444; color: #222;}
.logo_second {color: #aaa; color: #fff;}
.tagline {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}
.tagline a:link,
.tagline a:active,
.tagline a:visited {
	text-decoration: none;
	color: #fff;
}

.search_box {
	font-size: 13px;
	background-color: #d06060;
	border-color: #800000;
	border-style: inset;
	border-width: 1px;
	color: #ffffff;
}

.search_button {
	font-size: 13px;
	border-color: #800000;
	background-color: #d06060;
	color: #ffffff;
}

.create_edit_team_link {
	padding-top: 15px;
	text-align: right;
}

/* Table Layout */

#outer_main {
	width: 100%;
}
#outer_main_left {
	width: 190px;
	vertical-align: top;
	padding-left: 10px;
}
#outer_main_right {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 10px;
}

#inner_main {
	width: 100%;
}
.inner_main {
	text-align: left;
	vertical-align: top;
}
.inner_main_left {
	width: 670px;
}
.inner_main_right {
	width: 120px;
}

.getting_started_title {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #444444;
}
.getting_started {
	margin-top: 10px;
}
.getting_started b {
	font-weight: bold;
	color: #444444;
}

/* forms */

#login_form {
	margin: 20px;
}
#login_form .label {
	width: 50px;
	font-weight: bold;
}

.divert_login
{
	padding: 10px 40px 20px 40px;
}

.error_register
{
	padding: 10px 40px 20px 40px;
}

.error_text
{
	padding: 5px 10px;
	font-weight: bold;
	color: black;
	background-color: #FFD363;
}
.warning_text
{
	padding: 5px 10px;
	color: black;
	background-color: #FFD363;
}

.email_button, .report_button {
	width: 85px;
	height: 20px;
	font-size:12px;
}


.search_control {
	white-space: nowrap;
	text-align: left;
	margin-bottom: 8px;
	padding: 6px 0px 10px 218px;
	background: #A5B6C6;
}

.search_control .search_form {
	margin: 0px;
}

.search_control .query {
	width:320px;
	margin-right: 8px;
}

.search_control .tickers {
	width:150px;
	margin-right: 8px;
}

.example_text {
	padding-top: 3px;
	color: #eee;
	background-color: #A5B6C6;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#footer_spacing {
	margin-top:60px;
}

.query_time
{
	color: gray;
	text-align:right;
	padding-right: 10px;
}

#footer {
	clear: both;
	padding-top: 10px;
	color: #888;
}

/* where are these used? */

.edit_item {
}
.edit_item.edit_item_top {
	margin-top: 30px;
}
.edit_item.edit_item_mid {
	margin-top: 20px;
	margin-bottom: 20px;
}
.edit_item.edit_item_bottom {
	margin-bottom: 30px;
}
.edit_item .hrule {
	height: 1px;
	border: 0;
	color: #cecfce;
	background-color: #cecfce;
}
.edit_item input.textinput,
.edit_item textarea,
.edit_item table#edit_tags {
	width: 490px;
}
.edit_item input#input_tags {
	width: 347px;
}
.edit_item select#select_choose_tags {
	width: 140px;
}
.edit_item .label {
	width: 90px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	color: #444444;
}
.edit_item table input.textinput {
	width: 190px;
}
.edit_item table .separator {
	width: 30px;
}
.edit_item table .label {
	width: 80px;
}
.edit_item .instruction_text {
	color: gray;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
}
.edit_watch {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.edit_watch .label {
	width: 150px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	color: #444444;
}
.edit_watch .rhs_label {
	color: #444444;
}

.edit_watch .alert_controls,
.edit_watch .label.alert_controls {
}

.edit_watch #formtypes {
	border: 1px solid #7f9db9;
	margin-top: 10px;
	margin-bottom: 10px;
}

.edit_watch #formtypes .top_banner {
	background-color: #ebebeb;
	padding: 5px;
}

.edit_watch #formtypes .formtypes {
	height: 220px;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
}

.edit_watch #formtypes .formtypes table {
	padding-left: 10px;
	padding-right: 5px;
}

.edit_watch #formtypes .formtypes td {
	font-size: 13px;
}

.edit_watch #formtypes .formtypes td input {
	margin: 0px;
	width: 13px;
	height: 13px;
}

.edit_watch #formtypes .formtypes .group_name {
	padding-top: 10px;
	font-weight: bold;
}

.edit_watch #formtypes .formtypes .selector {
	white-space: nowrap;
}

.edit_watch #formtypes .formtypes .selector label.disabled {
	color: #CCC;
}

.edit_watch #formtypes .formtypes .description.disabled {
	color: #CCC;
}

div.add_watch_group {
	padding: 0 30px 10px 30px;
}

.add_watch_group tr td {
	color: #666666;
	font-size: 15px;
	border-collapse: collapse;
}

.add_watch_group H3 {
	color: #336699;
}

.add_watch_group TD.border_select {
	background-color: white;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.add_watch_group TD.border_notselect {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
}

.add_watch_group TD.border {
	border-bottom: 1px solid #cccccc;
}

.add_watch_group TD.content {
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
}

.add_watch_group TD.header {
	background-color: #ebebeb;
}

.add_watch_group TD.buttons {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #ebebeb;
	height: 40px;
}

.add_watch_group .edit_watch {
	width: 100%;
}

.edit_watch .hrule {
	height: 1px;
	border: 0;
	color: #ebebeb;
	background-color: #ebebeb;
}

.add_watch_group .help {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}
.add_watch_group .help a {
	color: #333366;
	font-size: 14px;
}
.add_watch_group .help a:hover {
	color: #336699;
}

/* Item listing - grids */

.item_edit_link {
	white-space: nowrap;
}
table.listingarea {
	width: 100%;
/*	margin-top: 10px; */
}
table.listingarea > tbody > tr > td {
	vertical-align: top;
	width: 50%;
}
table.listingarea td.left {
	padding-right: 7px;
}
table.listingarea td.right {
	padding-left: 7px;
}

.listingbox {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.listingbox .cell_title {
	border-top: 1px solid #A5B6C6;
	background-color: #E4EBF2;
	padding: 3px;
	color: #1E4670;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
.listingbox .cell_title table.heats {
	width: 382px;
}
.listingbox .saved {
	background-color: #FFFFDE;
	padding: 2px 1px 2px 1px;
	margin-top: 6px;
	border-top: 1px solid #A5CF7B;
	border-bottom: 1px solid #A5CF7B;
}
.listingbox .cell_title a,
.listingbox .cell_title a:hover {
	color: #1E4670;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.listingbox .cell .item {
	margin-top: 5px;
}
.listingbox .empty_cell {
	margin-bottom: 40px;
}
.listingbox .cell .first_line {
	margin-top: 4px;
}
.listingbox.feeds .cell .title a {
	color: #1E4670;
	font-size: 14px;
}
.listingbox .cell .title a:visited {
	color: #4271A5;
}
.listingbox .cell .date {
	width: 80px;
	font-size: 12px;
}
.listingbox .cell .portfolio.date {
	width: 80px;
	font-size: 12px;
	color: gray;
}
.listingbox .cell .source {
	text-decoration: none;
	color: gray;
	font-size: 12px;
}
.listingbox .cell .ticker {
	font-size: 13px;
	margin-right: 4px;
	color: #316500;
}
.listingbox .cell .ticker,
.listingbox .cell .ticker a {
	text-align:center;
	text-decoration: none;
	color: black;
	color: #316500;
}
.listingbox .cell .ticker a:hover {
	text-decoration: underline;
}
.listingbox .cell .cached a {
	text-decoration: underline;
	color: #7777cc;
}
.listingbox .cell .item_edit_link a {
	font-size: 12px;
	text-decoration: none;
	color: #4271A5;
	color: #1E4670;
}
.listingbox .cell .item_edit_link a:visited {
	color: #4271A5;
}

/* Table Listings */

.listing {
	margin-top: 5px;
	font-size: 12px;
}
.listing tr {
	vertical-align: top;
}
.listing .item {
	margin-right: 10px;
	padding-left: 2px;
	padding-bottom: 5px;
}
.listing .saved {
	background-color: #FFFFDE;
	padding: 4px 2px 4px 2px;
	margin-bottom: 5px;
	border-top: 1px solid #A5CF7B;
	border-bottom: 1px solid #A5CF7B;
}
.listing .ticker {
	font-size: 13px;
	margin-right: 4px;
}
.listing .ticker,
.listing .ticker a {
	text-align:center;
	text-decoration: none;
	color: black;
}
.listing.sec .ticker,
.listing.sec .ticker a {
	color: #1E4670;
}
.listing .ticker a:hover {
	text-decoration: underline;
}
.listing .filing {
	text-align: left;
	font-weight: bold;
	margin-right: 4px;
	white-space: nowrap;
}
.listing .checkbox {
	padding-top: 6px;
}
.listing .date,
.quote_date
{
	margin-right: 4px;
	color: gray;
	white-space: nowrap;
}
.listing .short_date {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 20px;
	white-space: nowrap;
}
.listing .bookmark_item {
	padding-top: 7px;
	padding-right: 5px;
}
.listing .title {
	font-size: 13px;
	font-weight:bold;
}
.listing .title a:visited {
	color: #4271A5;
}
.listing .source,
.quote_source {
	color: green;
}
.listing .source a,
.listing .view_edit a,
.quote_source a {
	text-decoration: none;
	color: #316500;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.listing .source a:visited,
.listing .view_edit a:visited {
	color: #316500;
}
.listing .view_edit a {
	color: gray;
}
.listing .view_edit a:visited {
	color: gray;
}
.listing .source a:hover,
.listing .view_edit a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.listing .view_edit a:hover {
	color: gray;
}
.listing .item_edit_link a {
	text-decoration: none;
	color: #4271A5;
	color: #1E4670;
}
.listing .cell .item_edit_link a:visited {
	color: #4271A5;
}
.tickertag {
	color: #316500;
}
.tickertag a {
	color: #316500;
	text-decoration: none;
}
.tickertag a:hover {
	color: #316500;
	text-decoration: underline;
}
.tickertag a:visited {
	color: #316500;
}
.listing .cached a {
	text-decoration: none;
	color: #4271A5;
	color: #1E4670;
}
.listing div.comment {
	margin: 2px 15px 4px 0px;
	padding: 5px;
	color: #002DA7;
	background-color: #F7F7F7;
}
.listing .news_comment {
	margin-top: 7px;
	color: #333;
}
.listing .bookmarks_comment {
	background-color: #FFFFDE;
	padding: 4px 2px 4px 2px;
	margin-top: 5px;
	border-top: 1px solid #A5CF7B;
	border-bottom: 1px solid #A5CF7B;
}

/* register (user) form */

.register_form {
	width: 380px;
	background:#F7F7F7;
	border: 3px solid #E7E7E7;
	margin-top: 50px;
}

.register_form .title {
	padding: 20px 40px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 22px;
	color: gray;
}

.register_form .fields {
	width: auto;
}

.register_form .fields .label {
	width: 70px;
	padding: 5px 5px 5px 35px;
	text-align: right;
	vertical-align:middle;
	font-weight: bold;
}

.register_form .fields .label_opt {
	width: 70px;
	padding: 5px 5px 5px 35px;
	text-align: right;
	vertical-align:middle;
	font-weight: normal;
}

.register_form .fields .input {
	width: 200px;
}

.register_form .fields .done_button {
	margin: 10px 0px 20px;
}

hr {
	height: 1px;
	color: lightgray;
}



.subheader {
	padding: 5px 0px;
	width: 100%;
	background: #A5B6C6;
	margin-bottom: 10px;
	line-height: 46px;
	vertical-align: middle;
}

.subheader .title {
	padding-left: 19px;
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	vertical-align: bottom;
}

.subheader .title a,
.subheader .title a:visited,
.subheader .title a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

.listview_navlink,
.listview_navlink:visited {
	font-size:12px;
}

.listview_navlink_selected,
.listview_navlink_selected:visited {
	color:#333;
	font-size:12px;
	font-weight: bold;
}
