BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 15px;
	padding: 0px; margin: 0px 0px 20px 0px;
}

UL {
	line-height: 20px;
	list-style: square;
	display: block;
	color: #333;
}

H1 {
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin: 20px 20px 20px 0px;
}

H2 {
	font-size: 15px;
	line-height: 20px;
	margin: 20px 20px 20px 0px;
}

P {
	margin: 10px 0px 10px 0px; padding: 0px;
	line-height: 20px;
}

OL {
	line-height: 20px;
}

UL {
	line-height: 20px;
}

INPUT, BUTTON {
	border: 1px solid #FF0505;
	background-color: #FFF;
}

TABLE {
	line-height: 20px;
    border-color: #DDD;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 10px 0 10px 0px;
}

TD {
    border-color: #DDD;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

A {
	padding: 0px 3px 0px 3px;
	background: #862e00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	background: #000;
}

A.selected {
	background: #666;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	color: #999;
}

UL.no-bullet {
	padding: 10px 20px 10px 20px; margin: 0px;
	list-style: none;
	display: block;
}

UL.no-bullet LI UL {
	padding: 5px 0px 5px 10px; margin: 0px;
	list-style: none;
	display: block;
}

#wrapper {
	width: 960px; min-height: 720px; height: auto; _height: 720px;
	position: relative;
	background: url('images/bg-main.jpg') top left no-repeat;
}

#content {
	width: 600px; height: auto;
	position: absolute;
	top: 320px; left: 260px;
	padding-bottom: 40px;
}

#menu {
	width: 250px; height: auto;
	position: absolute;
	top: 290px; left: 0px;
}

.clear {
	clear: both;
}

.sportsSocial {
	width: 600px;
	margin: 0px; padding: 0px 0px 200px 0px;
}

.sportsSocial li {
	float: left;
	width: 120px; height: 120px;
	list-style: none;
	margin: 0px; padding: 0px;
}

.sportsSocial li a {
	background: transparent;
	margin: 0px; padding: 0px;
}

/*new clearfix*/

.clearFix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .clearFix { 
	zoom: 1; 
} /* IE6 */

*:first-child+html .clearFix { 
	zoom: 1; 
} /* IE7 */


/*JP74*/

.question {
	vertical-align: top;
}

.wrongQuestion {
	background-color: #df6172;
}

.correctAnswer {
	font-weight: bold;
}

a.button {
	background-color: #fff;
	border: 1px solid #FF0505;
	color: #000;
	font-weight: normal;
	padding: 2px 8px 1px;
}

/* @group demographic form */

#wrapper-light {
	width: 900px;
	padding: 20px;
	background-color: #fff;
}

#wrapper-light table {
	width: 100%;
}

#frmDemographic .question {
	width: 250px;
}

.alternate {
	background-color: #ccc;
}

.pull-out {
	border: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

#frmDemographic.loading * {
	display: none;
}

#frmDemographic.loading #jpFrmSendingMessage {
	display: block;
	line-height: 38px;
	padding-left: 43px;
	background: url(images/mediaboxAdvanced-1.3.4/loading3.gif) no-repeat;
}

.hidden {
	display: none;
}

/* @end */
