body {
	padding-top: 12px;
	text-align: center;
}

body, table, input {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

ul {
	margin: 4px;
	padding-left: 16px;
	list-style-type: square;
	list-style-image: url('images/list.gif');
}
ul.hover li:hover {
	background-color: #fff9e3;
}
ul.hover li {
	padding: 4px;
}

ul.bestTips {
	margin: 0;
	padding-left: 0;
	list-style-image: url('');
	list-style: none !important;
}
ul.bestTips li {
	padding: 4px;
}
.tipNum {
	float: left;
	width: 22px;
	text-align: right;
	margin-right: 6px;
}
.tipPerc {
	float: right;
	color: green;
}

a {
	color: black;
}

hr {
	color: white;
	border: 0;
	border-top: 1px solid #eaeaea;
	padding: 0;
	margin: 12px 0 12px 0;
}

h1 {
	font-family: verdana, arial, sans-serif; 
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.opacity {
	opacity: 0.2;
}

  /***************/
 /* Main design */
/***************/

.breadcrum {
	font-size: 10px;
	color: #7c7c7c;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #eaeaea solid;
}
.breadcrum a {
	color: #5b5b5b;
}

.mainTable {
	width: 894px; /*744*/
	margin-left: auto;
	margin-right: auto;	
	border-collapse: collapse;
	border: 0;
}

.logoPane {
	background: #ffc801 url('images/logobg.gif') repeat-x;
	padding-bottom: 5px;
}

.tabPane {
	background-color: #ffc801;
	padding: 6px;
	padding-right: 92px;
	text-align: right;
}
.tabPane input {
	width: 110px;
	vertical-align: middle;
	margin-left: 2px;
}

.linePane {
	padding: 4px;
	border: 1px solid #eaeaea;
	border-top: 0;
}

.grafic {
	float: left;
	background: no-repeat center;
}

.leftRightPane {
	vertical-align: top;
	text-align: left;
	padding: 2px 0 2px 0;
	width: 180px;
}

.header {
	padding: 6px 0 6px 0;
	margin-top: 2px;
	background-color: #414141;
	text-align: center;
}
.header img {
	vertical-align: middle;
}

.mainContent {
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	width: 534px; /*370*/
}

.bottomPane {
	background-color: #eaeaea;
	height: 24px;
}


  /*************/
 /* Subscribe */
/*************/

#subscriberTable input {
	width: 226px;
	padding: 2px;
}

td.left {
	text-align: right;
	padding-right: 5px;
}

.left span {
	color: FireBrick;
}

input.error, select.error {
	border: 2px solid FireBrick;
}
span.error {
	color: FireBrick;
}

.ieError {
	border: 2px solid FireBrick;
}

  /*****************/
 /* Breaking News */
/*****************/

.bNa, .bNb {
	float: left;
}

.bNa {
	text-align: right;
	width: 54px;
}
.bNb {
	width: 450px; /*302*/
	margin-bottom: 6px;
}

  /*******************/
 /* Best Tip Dialog */
/*******************/

.bt-dialog {
	width: 301px;
	position: absolute;
	left: -270px;
	bottom: -8px;
}

.right {
	left: 80px;
}

.bt-dialog-top {
	background: transparent url('images/dialog-top.png') no-repeat left;
	height: 7px;
	width: 301px;
}
.bt-dialog-content {
	width: 286px;
}
.bt-dialog-type {
	margin-right: 4px;
	margin-bottom: 2px;
	float: left;
}
.bt-dialog-middle {
	padding: 2px 0 0 7px;
	background: transparent url('images/dialog-middle.png') repeat-y left;
	text-align: center;
}
td.bt-dialog-bottom {
	background: transparent url('images/dialog-bottom.png') no-repeat left;
	height: 30px;
	width: 301px;
}
td.bt-dialog-bottom-right {
	background: transparent url('images/dialog-bottom-right.png') no-repeat left;
	height: 30px;
	width: 301px;
}
.bt-dialog-x {
	float: right;
	cursor: pointer;
}

.btA, .btB {
	float: left;
}
.btA {
	text-align: right;
	width: 120px;
}
.btB {
	text-align: right;
	width: 120px; /*165px*/
}

  /*******/
 /* Tip */
/*******/

.dataTable {
	width: 100%;
	border: 1px solid #eaeaea;
	border-left: 0;
	border-right: 0;
	border-collapse: collapse;
}
.dataTable td {
	padding: 3px;
}
.posTr td {
	background: #f8f8f8;
}