/*
 * Default styles 
 * Team Makita
 */

a {
	color: #CC3333;
	font-weight: bold;
}

a:hover {
	color: #015062;
}

body {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #006666;
	font-size: 16px;
}

h2 {
	color: #006666;
	font-size: 14px;
}

h3 {
	color: #C51A13;
	font-size:24px;
}

hr {
	color: #333333;
	height: 1px;
}

ul.li {
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: square;
}

td, table {
	font-size: 100%;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.admintable {
	border: 1px solid #005063;
}

.admintable td {
	border-bottom: 1px solid #CCCCCC;
}

.admintable th {
	background-color: #005063;
	color: #fff;
	text-align: left;
}

.admintable th a {
	color: #fff;
}

.button {
	border: 1px solid #000;
	border-color: #ccc #000 #000 #ccc;
	border-width: 1px 2px 2px 1px;
	background-image: url(../images/button_bg.jpg);	
	font-weight: bold;
	text-transform: uppercase;
}

.input {
	border: 1px solid #ccc;
	width: 200px;
}

.msg {
	color: red;
	font-weight: bold;
}

.sidepanel {
	color: #FFFFFF;
}

.underline {
	color: #FFDF09;
	font-weight: bold;
}

.wheretojoin {
	font-size: 10px;
	font-variant: small-caps;
}

#adminmenu ul, #adminmenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#adminmenu li a  {
	color: #fff;
	padding: 2px 30px 2px 30px;
	text-decoration: none;
}

#adminmenu li a:hover {
	color: #CC3333;
}

#wrapper {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

.required {
	color: red;
}

/* For text areas with required informatino */
.form-required {
	border: 1px solid red;
	padding: 1px;
}

/* For drop down boxes (cant have border) */
select.form-required {
	color: red;
}

#tbody_tools select {
	width: 100%;
}


pre {
	background-color: #FAFAFA;
	padding: 0.75em 1.5em;
	font-size: 1.2em;
	border: 1px solid #ddd;
	overflow: auto;
}

.disabled {
	background-color: #EBEBE4;
}

table.table {
	background-color: #EBEBEB;
}
table.table th {
	background-color: #EBEBEB;
}
table.table td {
	background-color: #FFFFFF;
}

table.tools {
	background-color: #005063;
}
table.tools th {
	color: #FFFFFF;
	text-align: center;
}
table.tools tr td {
	background-color: #FFFFFF;
}
table.tools tr.odd td {
	background-color: #EBEBEB;
}


/* fix for internet explorer */
ul ul {
	padding-bottom: 10px;
}

/* These 2 classes will highlight error fields */
.input_error
{
	border: 2px solid red;
}
.input_error_select
{
	background-color: red;
}

/* Prize Page Styles */

.price_details_text {
	margin:225px 0 10px 30px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:370px;
}
.price_congratulations_text {
	margin:110px 0 10px 20px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:400px;
	line-height: 20px;
}

#prize_box {
	margin-left:30px;
}

#prize_white_box_t {
	background:url(/images/prize/white_box_border_t.gif) no-repeat; 
}

#prize_white_box_m {
	background:url(/images/prize/white_box_border_m.gif) repeat-y; 
	padding:10px 20px;
}

#prize_white_box_b {
	background:url(/images/prize/white_box_border_b.gif) no-repeat; 
	height:17px;
}

#disclaimer {
	margin:10px 0 0 15px;
	color:#FFFFFF;
	font-size:9px;
}

#disclaimer a, #disclaimer a:link, #disclaimer a:active, #disclaimer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:9px;
}

#disclaimer a:hover {
	color:#005063;
	/*color:#005063;*/
	text-decoration:none;
	font-size:9px;
}

#offer {
	padding-left:10px;
	font:bold 13px Arial;
	color:#000000;
	font-style:italic;
}

#long_prize_box {

}

#long_prize_white_box_t {
	background:url(/images/prize/long_white_box_border_t.gif) no-repeat; 
}

#long_prize_white_box_m {
	background:url(/images/prize/long_white_box_border_m.gif) repeat-y; 
	padding:10px 25px 10px 20px;
}

#long_prize_white_box_b {
	background:url(/images/prize/long_white_box_border_b.gif) no-repeat; 
	height:17px;
}


/*	Tool Search	*/
table.tool_search {
	background-color: #999;
}
table.tool_search th {
	color: #FFFFFF;
	text-align: center;
}
table.tool_search tr td {
	background-color: #FFFFFF;
	text-align: center;
}
table.tool_search tr td.left {
	text-align: left;
	
}

table.tool_search tr td img {
	text-align: center;
}

table.tool_search tr.odd td {
	background-color: #EBEBEB;
}


/*	Tool Search Results	*/
table.tool_results {
	background-color: #999;
}
table.tool_results th {
	color: #FFFFFF;
	text-align: center;
}
table.tool_results tr td {
	background-color: #FFFFFF;
	text-align: center;
}
table.tool_results tr td.left {
	text-align: left;
	
}

table.tool_results tr td img {
	text-align: center;
}

table.tool_results tr.odd td {
	background-color: #EBEBEB;
}





table.points_summary {
	background-color: #005063;
}
table.points_summary th {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
table.points_summary tr td {
	background-color: #FFFFFF;
	text-align: center;
}
table.points_summary tr td.left {
	text-align: left;
	
}

table.points_summary tr td img {
	text-align: center;
}

table.points_summary tr.odd td {
	background-color: #EBEBEB;
}


.large_upper_black {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	text-align: left;
}

strong.big_bold { 
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase; 
}