body {
    margin: 0;
    padding: 0;
    background-color: #B6B4B2;
    background-image: url(img/bg-body.gif);
}
td, input, select, textarea {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}
/*  Top Navigation Bar --------------------------------------------------------------------------------------------- */

#nav{
    padding: 3px;
    background-color: #A52130;
    text-transform: uppercase;
    font-size: 11px;
}
#nav a {
	float: left;
	margin: 0 3px 0 0;
    padding: 7px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
#nav a:hover, #nav a.active:hover, #nav a.active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CD293A;
}
#nav a span {
    font-size: 9px;
    color: #CCCCCC;
}
/*  Login Floater --------------------------------------------------------------------------------------------- */
#right-top {
    padding: 0 25px 0 0;
    font-size: 11px;
    color: #CD293A;
}
#right-top b {
    font-size: 13px;
    line-height: 21px;
}
#right-top a {
    color: #CD293A;
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
}
#right-top a:hover {
    color: #CD293A;
    text-decoration: underline;
}
/*  Content Elements --------------------------------------------------------------------------------------------- */
.pg_title {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #CD293A;
    background-image: url(img/red-dot.gif);
    background-repeat: repeat-x;
    background-position: 0 50%;
}
.pg_title span {
    padding: 0 10px 0 10px;
    margin: 0 0 0 15px;
    background: #FFFFFF;
}
.pg_sub_title {
    margin: 25px 0 25px 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    background-image: url(img/grey-dot.gif);
    background-repeat: repeat-x;
    background-position: 0 50%;
}
.pg_sub_title span {
    padding: 0 10px 0 10px;
    margin: 0 0 0 15px;
    background: #FFFFFF;
}
.title {
    margin:  1em 0 1em 0;
    font-size: 19px;
    color: #000000;
}
.help {
    margin: 0 0 25px 0;
    padding: 15px;
    font-family: 'courier new', courier, mono;
    font-size: 13px;
    color: #999999;
    border: 1px solid #CCCCCC;
    background-color: #EFEFEF;
}
.help a {
    color: #7B7BFF;
}
.help a:hover {
    color: #0000FF;
}
.help_hide {
    display: block;
    margin-top: 1em;
    text-align: right;
    color: #999999;
    text-decoration: none;
}
.help_hide:hover {
    text-decoration: underline;
}
p {
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 1.5em;
}
a {
    color: #0000FF;
}
.r {
    background-color: #FFFFFF;
}
.r1 {
    background-color: #E9E9E9;
}
.r2 {
    background-color: #DDDDDD;
}
.r3 {
    background-color: #FFEA8E;
}
#articles td {
    color: #666666;
    border-bottom: 1px solid #FFFFFF;
}
#articles b {
    color: #333333;
}
#articles a {
    text-decoration: none;
    color: #333333;
}
#articles a:hover {
    text-decoration: none;
    color: #0000FF;
}
.hotlist td {
    font-size: 11px;
    line-height: 18px;
    color: #666666;
}
.hotlist b {
    color: #333333;
}
.hotlist a {
    text-decoration: none;
    color: #333333;
}
.hotlist a:hover {
    text-decoration: none;
    color: #0000FF;
}
.hotlist .bottom_row {
    border-bottom: 3px solid #FFFFFF;
}
.us {
    float: left;
    padding: 0 15px 0 20px;
    width: 45px;
    background-image: url('img/flag-us.gif');
    background-repeat: no-repeat;
    background-position: 0 50%;
    /*cursor: help;
*/
}
.ca {
    float: left;
    padding: 0 15px 0 20px;
    width: 45px;
    background-image: url('img/flag-ca.gif');
    background-repeat: no-repeat;
    background-position: 0 50%;
    /*cursor: help;
*/
}
#trailimageid {
    font-size: 0.75em;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 0px;
    z-index: 200;
}
.copy {
    color: #999999;
}
/*  Extras (Right Column) 
    --------------------------------------------------------------------------------------------- */
#extras {
    
}
.extras_title {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    background-image: url(img/grey-dot.gif);
    background-repeat: repeat-x;
    background-position: 0 50%;
}
.extras_title span {
    padding: 0 10px 0 10px;
    margin: 0 0 0 15px;
    background: #FFFFFF;
}

/*  Form Related 
    --------------------------------------------------------------------------------------------- */
form {
    margin: 25px 0 25px 0;
}
form td {
    border-bottom: 10px solid #FFFFFF;
}
.label {
    padding: 0 15px 0 0;
    text-align: right;
}
.label span {
    padding-left: 3px;
    color: #CD293A;
}
.buttons {
    border-top: 20px solid #FFFFFF;
}
.note {
    font-size: 11px;
    color: #999999;
}
.errors {
    margin: 0 0 25px 0;
    padding: 25px 25px 25px 50px;
    border: 1px solid #CD293A;
    color: #CD293A;
    font-weight: bold;
    background-color: #EFEFEF;
}
.confirm {
    margin: 0 0 25px 0;
    padding: 25px;
    border: 1px solid #009048;
    color: #009048;
    font-weight: bold;
    background-color: #EFEFEF;
}
.textfield {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 250px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFEF;
}
.large_text {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 450px;
    height: 150px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFEF;
}
.button {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 150px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    letter-spacing: 1px;
    background-color: #D4D4CB;
}

/* Right (Extras) Column ------------------------------------------------------------------------ */

#extras {
    background-color: #EFEFEF;
    padding: 6px;
}
.extras_title {
    margin-bottom: 1em;
}
.extras_title span {
    background-color: #EFEFEF;
}
.soon_title {
    margin-bottom: 0.5em;
    font-size: 11px;
    font-weight: bold;
}
.soon_left {
    margin-left: 6px;
    margin-bottom: 0.5em;
    font-size: 11px;
    font-style: italic;
}
.soon_descr {
    font-size: 11px;
    margin-bottom: 1.6em;
}
.watchlist td{
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    font-size: 9px;
    border-bottom: 1px solid #CCCCCC;
}
.watchlist .update {
    padding-right: 2px;
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
}
.watchlist .ticker a,  .watchlist .ticker a:hover{
    padding-right: 2px;
    text-decoration: none;
}
.watchlist .name {
    padding-right: 2px;
    overflow: hidden;
}
.watchlist .remove a {
    text-decoration: none;
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
}
.watchlist_text {
    font-size: 11px;
}
.special_features_text {
    font-size: 11px;
    margin-bottom: 1em;
}
.add_to_watch, .add_to_watch:hover {
    padding: 6px 9px 6px 9px;
    background-color: #A52130;
    color: #FFFF00;
    text-decoration: none;
    font-weight: bold;
}
.watch_add {
    border: 0;
    padding: 1px 6px 1px 6px;
    background-color: #A52130;
    color: #FFFF00;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

