/*
Description:
	Contains all the styles for the winning wheel page.
	
Verison History:
	2012-01-28, Douglas McKechie
	- Created based off earlier version.
*/

body
{
	font-family: arial;
}

/* Sets the background image for the wheel */
td.the_wheel
{
	background-image: url(./wheel_back.png);
	background-position: center;
	background-repeat: none;
}

/* Do some css reset on selected elements */
h1, p
{
	margin: 0;
}

div.power_controls
{
	margin-right:70px;
}

div.html5_logo
{
	margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
	background-color: #cccccc;
	cursor: pointer;
	border:1px solid #333333;
}

table.power th
{
	background-color: white;
	cursor: default;
}

td.pw1
{
	background-color: #6fe8f0;
}

td.pw2
{
	background-color: #86ef6f;
}

td.pw3
{
	background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
	cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
	margin-bottom: 5px;
}


body.page-template-page-template-wheel-php, body.page-template-page-template-wheel-php #main-content {
    background: #ffd363;
}
body.page-template-page-template-wheel-php #content-area table tr, 
body.page-template-page-template-wheel-php #content-area table td, 
body.page-template-page-template-wheel-php #content-area table th {
    max-width: 100%;
    padding: 0;
}
body.page-template-page-template-wheel-php #content-area table .power_controls td {
    padding: 10px 50px !important;
}