/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
FONTS
*/

@font-face {
    font-family: 'rokkittregular';
    src: url('rokkitt-webfont.eot');
    src: url('rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('rokkitt-webfont.woff') format('woff'),
         url('rokkitt-webfont.ttf') format('truetype'),
         url('rokkitt-webfont.svg#rokkittregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ostrich_sansblack';
    src: url('ostrich_black-webfont.eot');
    src: url('ostrich_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich_black-webfont.woff') format('woff'),
         url('ostrich_black-webfont.ttf') format('truetype'),
         url('ostrich_black-webfont.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ostrich_sansmedium';
    src: url('ostrich_regular-webfont.eot');
    src: url('ostrich_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich_regular-webfont.woff') format('woff'),
         url('ostrich_regular-webfont.ttf') format('truetype'),
         url('ostrich_regular-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 
BODY
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}

h1 {
	font-family: 'rokkittregular';
	font-size: 250%;
	color: #fff;
}

div#menu {
	background-color: #000;
	overflow: auto;
	padding: 10px 0px 5px 10px;
	border-top: 1px solid #c3db64;
	font-family: "rokkittregular", rockwell, arial, helvetica, sans-serif;
}

div#menu ul {
	margin-left: 10px;
}

div#menu ul li {
	float: left;
	padding-right: 20px;
}

div#menu ul li a {
	color: #c3db64;
	text-decoration: none;
	font-size: 21px;
}


div#menu ul li a#menulink-instructions, div#menu ul li a#menulink-outcomes {
	font-size: 18px;
	color: #a3b84c;
}

div#menu ul li a.active {
	color: #fff !important;
}

div.tabsection {
	clear: left;
	padding: 20px;
	background-color: #fff;
	overflow: auto;
}

div.uigroup {
	border-top: 3px solid #c3db64 !important;
	background-color: #f2f2f2;
	padding-top: 4px;
	padding-bottom: 17px;
	margin-bottom: 10px;
	padding-left: 10px;
}

div.datalistcontainer {
	padding: 8px;
}

div.datalist {
	padding: 4px;
	border: 1px solid #999;
	background-color: #fff;
	font-family: Courier New, Courier;
}

div.datalist div {
	text-align: right;
	padding: 2px;
}

div.datalist div.even {
	background-color: #eee;
}

input[type=button] {
	width: 180px;
}

.instructionsCol {
	float: left;
	width: 45%;
	margin-right: 5%;	
}

p.first {
	font-size: 180% !important;
	line-height: 1.2;
}

div#taboutcomes a, div#tabinstructions a, div#help a {
	color: #a3b84c;
}

#headerInteractives {
	background: url('/wp-content/interactive/againstallodds/images/topgraph.png') #1f1f1f no-repeat top right;
	padding: 15px 0px 15px 20px;
	/* width: 100%; */
}

div.tabsection ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	font-size: 120%;
	line-height: 1.25;
}

div.tabsection ul li{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	margin-left: 1em;
}

div.tabsection p {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 150%;
	width: 80%;
	line-height: 1;
	font-family: "rokkittregular", rockwell, arial, helvetica;
}

div.tabsection h2 {
	font-size: 400%;
	font-family: "rokkittregular", rockwell, arial, helvetica, sans-serif;
	margin-bottom: 5px;
}

div.tabsection h3 {
	font-size: 250%;	
	font-family: "rokkittregular", rockwell, arial, sans-serif;
	margin-bottom: 10px;
}

#taboutcomes {
	padding-right: 20%;
}

a.modelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff !important;
	background-color: #c3db64;
}

div#help {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 85%;
}

footer {
	clear: left;
}

footer.interactivesFooter div {
	width: 100%;
	height: 100px;
	background-color: #000;
}

footer.interactivesFooter div a img{
	float: left;
	margin: 10px;
}

footer.interactivesFooter div p {
	float: left;
	margin-top: 50px;
}

footer.interactivesFooter div p a {
	color: #c3db64;
	text-decoration: none;
	font-weight: bold;
	font-size: 160%;
	font-family: 'rokkittregular', rockwell, arial, helvetica, sans-serif;
}
