﻿ul.news 
{
    line-height: normal;
    margin: 0;
    padding: 0;
}

ul.news li
{
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 5px;
    /*border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;    */
    background: url('theme/images/hr.png') repeat-x;
    background-position: center bottom;    
}

ul.news li img
{
    border: 1px solid #C0C0C0;
    margin: 1px;
    padding:3px;
}

ul.news div.summary 
{
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #666666;
    padding-left:20px;
    padding-top: 3px;
}

ul.news p
{
    line-height: normal;    
}

table.pl 
{
    border: none;
}

table.pl td 
{ 
    /*border-bottom-style: dotted; border-bottom-width: 1px; border-bottom-color: #C0C0C0; */
    background: url('theme/images/hr.png') repeat-x;
    background-position: center bottom;    
    vertical-align:middle;
    padding: 0 1px 0 1px;
}

table.pl th, .tdheader
{
    color: #909090;
    font-weight: bold;
}

table.pl th
{	
	line-height: 14px;
	vertical-align: bottom;
	padding: 0px;
	padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 8px;
}

table.pl th a
{
    color: #666666 !important;
}

table.pl td a
{
    font-weight: normal !important;
}

table.pl .pager td
{
    border-bottom-style: none;
    background: none;
    text-align: center;
}

table.pl .pager a
{
    
}

table.pl .pager span
{    
    border: 1px solid #999999;
    padding: 3px;
    background: #EEEEEE;
}

table.pl td a img
{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: bottom;
}

.num, .tdnumval
{
	text-align: right;
}

.order-preview-item
{
	font-weight: bold;
	font-size: 14px;
}

.trend
{
	text-align: right;
	cursor: pointer;
}

.trend .tplus
{
	font-size: 18px !important;	
	color: Green;
}

.trend .tminus
{	
	font-size: 18px !important;	
	color: Red;
}

.trend .tzero
{	
	font-size: 18px !important;	
	color: Orange;
}

.buy
{
	color: Green;
}

.sell
{
	color: Red;
}

.market
{
	color: Orange;
}

.price
{	
	background-position: center right;	
    background-repeat: no-repeat;
    padding-right: 15px;        
}    
    
.price.front
{
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 0px;
}

.price.rise
{    
    color: Green;
    background-image: url(images/rise.png);       
}

.price.fall
{
	color: Red;
	background-image: url(images/fall.png);	
}

.price.nochange
{
	color: Orange;
	background-image: url(images/nochange.gif);		
}

.ticker
{
	padding-left: 15px;
}

.ticker-rise
{
	color: Green;
	padding-left: 15px;
	background: url(images/rise.png) no-repeat 0%;
}

.ticker-fall
{
	color: Red;
	padding-left: 15px;
	background: url(images/fall.png) no-repeat 0%;
}

.ticker-nochange
{
	color: Orange;
	padding-left: 15px;
	background: url(images/nochange.gif) no-repeat 0%;
}

.plus
{
	color: Green;
}

.minus
{
	color: Red;
}

.zero
{
	color: Orange;
}

.place-me
{
    color: #003399;
}

.sponsored-league
{
	font-weight: bold;
}

.place1
{
/*	font-size: 16px;
*/
	font-weight: bold;
}

/*
.place2
{
	font-size: 16px;
}

.place3
{
	font-size: 14px;
}
*/

#page .news-source
{
    text-align: center;
    color: #C0C0C0;
}

#page .news-source a
{
    font-weight: normal;
    color: #999999;
    font-variant: small-caps;
    font-size: x-small;
}

.inline-message
{
    padding: 3px;
}

.inline-message.error
{
    border: 1px solid #FFD1C1;
    background-color: #FFF8F4;
    color: #FF0000;
}
.inline-message.success
{
    border: 1px solid #C2FFAE;
    background-color: #F2FDEA;
    color: #003300;
}

