input.loud {
	color: #00a;
	font-weight: bold;
	padding: 3px 6px;
}

div.big-spinner {
	width: 32px;
	height: 32px;
	margin: auto;
	background: url(../../img/loading.gif) no-repeat;
}

.wt-error {
	border: 1px dashed #f00;
	background: #ffe4ea none;
}

#wager {
	font-size: 10pt;
	border: 1px solid #aaa;
	padding: 5px 5px;
	margin: 15px 5px;
	display: none;
}
#wager p.tip {
	font-size: 8pt;
}

div.step {
	background: inherit;
}
div.active {
	background: #ceedff;
}
div.step div.label {
	width: 200px;
	float: left;
}
div.step div.input {
	float: left;
}
div.step div.input label {
	padding-right: 25px;
}

ul.horiz {
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.horiz li {
	list-style: none;
	float: left;
	text-align: center;
}
ul.horiz a:hover {
	background: #ccc;
}

table.matchups th {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
table.matchups td {
	padding-right: 15px;
}

table.bet-summary th {
	background-color: #ddd;
	padding: 3px 6px;
	font-weight: normal;
	text-align: left;
}
table.bet-summary th.type {
	background-color: #ceedff;
}
table.bet-summary td {
	background-color: #ffe9e9;
	padding: 3px 6px;
}


/* Containers and Charts on WT dashboard */
div.wt-chart-container{
	/*width:340px;
	float:left;*/
}
div.wt-chart-container-pos {
	padding-bottom: 40px;
	width: 200px;
	margin-left: 30px;
	float: left;
}
div.wt-chart {
	width: 95%;
}

