@charset "utf-8";

.debug {
	border: 1px dotted red;
}

html {
	font-size: 100%;
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #003E24 url(images/new/bg-base.gif) bottom left repeat-x fixed;
	color: #000000;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	overflow: auto;
	z-index: 0 !important;
}

#tucker {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1 !important;
}

#noie {
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1000 !important;
	display: none;
}

img {
	border: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	list-style-image: url(images/li-listicon.gif);
}

div {
	margin: 0;
	padding: 0;
}

/* Default link colors */
a, a:active, a:focus {
	color: #003E24;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

a:visited {
	color: #003E24;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}


/* Form fields... */
textarea {
	min-height: 50px;
	background-color: #f0ebd6;
	border: 1px solid #000000;
	color: #000000;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
}

input, select, textarea {
	color: #000000;
	background-color: #f0ebd6;
	border: 1px solid #000000;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 9pt;
}

input[type="image"] {
	background: none !important;
}

fieldset {
	border: 1px solid #000000;
	width: 90%;
	margin: 0;
	margin-left: 10px;
	text-align: center;
	padding: 2px;
}

legend {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0 4px;
}

/* Header */
#headerblock {
	display: block;
	background: #003E24 url(images/headerfill.gif) top left repeat-x;
	width: 100%;
	height: 80px;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 10 !important;
}

#headerblock img {
	padding: 0;
	margin: 0 auto;
	border: 0;
	z-index: 11 !important;
}

#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	z-index: 150 !important;
}

#invisible {
	display: none;
}

h1 {
	background: none;
	font-size: 10pt;
	color: #003E24;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}


/* System default over-rides */
.hrule {
	clear: both;
	display: block;
	width: 770px;
	height: 30px;
	background: url(images/new/hrule.gif) top left no-repeat;
	border: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 501 !important;
}

.hrule p {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: bold;
}

/* - Before we go any further... */
.box {
	position: relative;
	z-index: 500 !important;
}

/* - ProdInfo panel */
.proddata {
	background-color: #E1D6AC;
	float: left;
	width: 200px;
	height: auto;
	clear: both;
	border: 1px solid #b4ab8a;
	margin: 0 10px 4px 12px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.proddata img {
	float: left;
	vertical-align: top;
	border: 0;
	padding: 0;
}

.proddata dl {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}

.proddata dl dt {
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

.proddata dl dd {
	clear: both;
	font-weight: normal;
	text-align: left;
	margin: 0 0 4px 20px;
	padding: 0;
}

/* - ProdInfo Score panel */
.scoredata {
	background-color: #E1D6AC;
	float: left;
	width: 130px;
	height: auto;
	clear: both;
	border: 1px solid #b4ab8a;
	margin: 0 10px 4px 12px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.scoredata img {
	float: left;
	vertical-align: top;
	border: 0;
	padding: 0;
}

.scoredata dl {
	clear: both;
	margin: 0;
	padding: 0;
}

.scoredata dl dt {
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 2px 0;
	padding: 0;
}

.scoredata dl dd {
	clear: both;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}

/* Footer Block */
#footer {
	clear: both;
	display: block;
	background: url(images/new/hrule.gif) top center no-repeat;
	width: 770px;
	min-height: 50px;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	color: #e1d6ac;
	border: 0;
}

#footer a, #footer a:active, #footer a:visited {
	color: #e1d6ac;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

#footer a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	border: 0;
}

/* Product panel */
.prod h2 {
	background: url(images/new/top-prod.gif) top left no-repeat;
	display: block;
	height: 35px;
	padding: 5px 12px 0 12px;
	margin: 0;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

/* Product Score sub-panel */
.pscorebox {
	width: 160px;
	height: 40px;
	float: right;
	text-align: right;
	vertical-align: top;
	border: 0;
	margin: 0;
	padding: 0;
}

.pscorebox img {
	float: right;
	text-align: right;
	vertical-align: top;
	border: 0;
	margin: 0;
}

.pscore {
	font-size: 200%;
	line-height: 18pt;
	font-weight: bold;
}

/* Review panel */
.rev h2 {
	background: url(images/new/top-rev.gif) top left no-repeat;
	display: block;
	height: 4px;
	padding: 18px 0 0 0;
	margin: 0;
}

.rev p {
	margin: 0;
	padding: 0 12px;
}

/* Generic panel */
.gen {
	clear: both;
	min-height: 30px;
}

.gen h2 {
	background: url(images/new/top-full.gif) top left no-repeat;
	display: block;
	height: 10px;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

/* Comment panel */
.comm {
	clear: both;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.comm h2 {
	background: url(images/new/top-comm.gif) top left no-repeat;
	display: block;
	height: 18px;
	padding: 0 80px 0 12px;
	margin: 0;
	text-align: left;
	font-size: 9pt;
	font-weight: bolder;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

/* Sublayer Panels */
.box .sublayer {
	display: block;
	clear: both;
	min-height: 30px;
	background: #e1d6ac url(images/new/sublayer.gif) top center no-repeat;
	border: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 10px 12px 5px 12px;
	margin: 5px 0 0 0;
}

.sublayer dl {
	clear: both;
	margin: 0;
	padding: 0;
}

.sublayer dl dt {
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

.sublayer dd {
	clear: both;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}

.sublayer dd img {
	padding: 0 5px 0 0;
}

.sublayer a, .sublayer a:active, .sublayer a:visited, .sublayer a:focus {
	color: #5a5545;
	text-decoration: none;
	border: 0;
}

.sublayer a:hover {
	color: #000000;
	text-decoration: underline;
	border: 0;
}

/* Generic panel */
.midwide {
	display: block;
	background: url(images/new/fill-mid.gif) top left repeat-y;
	color: #000000;
	width: 415px;
	min-height: 40px;
	margin: 0 auto;
	padding: 0;
}

.midwide h2 {
	background: url(images/new/top-mid.gif) top left no-repeat;
	display: block;
	height: 18px;
	padding: 0 40px 0 12px;
	margin: 0;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.midwide h4 {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 10px;
	background: url(images/new/base-mid.gif) bottom left no-repeat;
}

/* Icon Panel */
.box .iconbar {
	background: url(images/new/iconbar.gif) bottom center no-repeat;
	display: block;
	clear: both;
	height: 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0;
	border-bottom: 0;
	padding: 2px 12px 4px 12px;
	margin: 0;
	text-align: right;
}

.iconbar ul {
	margin: 0;
	padding: 0;
}

.iconbar ul li {
	float: right;
	display: inline;
	padding: 0 2px;
	margin: 0;
}

.iconbar img, .iconbar ul li a, .iconbar ul li a:active, .iconbar ul li a:visited, .iconbar ul li a:focus, .iconbar ul li a:hover {
	border: 0;
}

/* UserData block */
.userblock {
	position: relative;
	display: block;
	width: 770px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/new/revdata.gif) top left no-repeat;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	position: relative;
	z-index: 501 !important;
}

.userblock img, .userblock a img {
	border: 0;
	padding: 0;
	margin: 5px;
	float: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.userblock p {
	color: #000000;
	float: left;
	margin: 5px 12px 5px 30px;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
}

/* Para formatting */
p {
	display: block;
	color: #000000;
	text-align: left;
	padding: 0 12px 0 12px;
}

.centered p {
	text-align: center;
}

.box p a, .box p a:active, .box p a:focus {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

.box p a:visited {
	color: #003E24;
	text-decoration: none;
	border: 0;
}

.box p a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

p img {
	vertical-align: top;
	border: 0;
	padding: 0 4px 4px 0;
}

/* More Panel controls */
.banana {
	float: left;
	padding: 0;
	margin: 0 4px;
	border: 0;
}

.fullwide{
	display: block;
	background: url(images/new/fill-full.gif) top left repeat-y;
	color: #000000;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 501 !important;
}

.fullwide h4 {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 10px;
	background: url(images/new/base-full.gif) bottom left no-repeat;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.halfwide {
	display: block;
	background-color: transparent;
	width: 380px;
	margin: 0;
	padding: 0;
}

.fadebox{
	display: block;
	background: url(images/new/fill-fade.gif) top left repeat-y;
	color: #000000;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.fadebox h2 {
	background: url(images/new/top-fade.gif) top left no-repeat;
	display: block;
	height: 18px;
	padding: 0 80px 0 12px;
	margin: 0;
	text-align: left;
	font-size: 9pt;
	font-weight: bolder;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.fadebox h4 {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	height: 10px;
	background: url(images/new/base-fade.gif) bottom left no-repeat;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

/* Menu items */
.taskchooser {
	background-color: #e1d6ac;
	border: 1px solid #5a5545;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

/* List table links... */
.biglist a, .biglist a:active, .biglist a:visited, .biglist a:focus {
	color: #5a5545;
	text-decoration: none;
	border: 0;
}

.biglist a:hover {
	color: #000000;
	text-decoration: underline;
	border: 0;
}


/* Help System specifics... */
dl.helplist {
	clear: both;
	width: 650px;
	margin: 0 auto;
	padding: 0;
}

dl.helplist dt {
	clear: left;
	float: left;
	text-align: right;
	width: 280px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

dl.helplist dd {
	float: left;
	width: 350px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

dd a, dd a:active, dd a:focus {
	color: #000000;
	font-weight: bold;
	border: 0;
}

dd a:visited {
	color: #5a5545;
	text-decoration: none;
	border: 0;
}

dd a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

/* FAQ specific... */
.Accordion {
	border: 0;
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}

.AccordionPanel {
	margin: 0;
	padding: 0;
	border: 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}

.AccordionPanelTab {
	background: url(../images/new/accordian-top.gif) top left no-repeat;
	height: 25px;
	border: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
	padding: 0;
	padding-left: 6px;
	padding-top: 1px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	text-align: left;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0 6px;
	height: 350px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.AccordionPanelContent a, .AccordionPanelContent a:active, .AccordionPanelContent a:focus {
	color: #000000;
	font-weight: bold;
	border: 0;
}

.AccordionPanelContent a:visited {
	color: #003E24;
	text-decoration: none;
	border: 0;
}

.AccordionPanelContent a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

dl.faqlist {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

dl.faqlist dt {
	clear: left;
	float: left;
	text-align: left;
	width: 700px;
	margin: 0;
	padding: 5px;
	font-size: 125%;
	font-weight: bold;
	text-align: justify;
}

dl.faqlist dd {
	clear: left;
	float: left;
	width: 680px;
	margin: 0 0 10px 20px;
	padding: 5px;
	text-align: left;
}

/* User Profile */
.mystats {
	width: 80px;
	padding: 10px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ACA384;
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
}

dl.profilelist {
	width: 600px;
	margin: 0 0 0 100px;
	padding: 0;
}

dl.profilelist dt {
	float: left;
	text-align: right;
	width: 150px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

dl.profilelist dd {
	float: left;
	width: 420px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

dl.profilelist dd a, dl.profilelist dd a:active, dl.profilelist dd a:focus {
	color: #000000;
	font-weight: bold;
	border: 0;
}

dl.profilelist dd a:visited {
	color: #5a5545;
	text-decoration: none;
	border: 0;
}

dl.profilelist dd a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

/* Profile Bling array */
.bling {
	display: inline-block;
	max-width: 80px;
}

.bling img {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0;
	border: 0;
	text-decoration: none;
}

/* broadstroke over-rides */
.unstyle {
	border: 0;
	margin: 0;
	background: none;
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Form field sizing */
.xwide {
	width: 700px;
}

.vwide {
	width: 450px;
}

.wide {
	width: 300px;
}

.mwide {
	width: 200px;
}

.short {
	width: 150px;
}

.vshort {
	width: 100px;
}

.xshort {
	width: 50px;
}

.tall {
	height: 200px;
}

.vtall {
	height: 300px;
}

/* Floats... */
.float-l {
	float: left;
}

.float-r {
	float: right;
}

.float-no {
	float: none;
}

.float-bl {
	position: absolute;
	bottom: 0;
	left: 0;
}

.float-br {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Text Alignment... */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mumu {
	text-align: justify;
}

.centered {
	text-align: center;
	margin: 0 auto;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.zen {
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

/* Size modifiers */
.default {
	color: #000000;
	font-size: 9pt;
	line-height: 10pt;
}

.downsize {
	font-size: 80%;
	line-height: 1.25em;
}

.upsize {
	font-size: 125%;
}

.megasize {
	font-size: 200%;
	line-height: 150%;
}

.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal;
}

/* Clears... */
.miniclear {
	clear: both;
	height: 1px;
}

.clearbreak {
	clear: both;
	height: 16px;
	display: block;
	background-color: transparent;
}

/* Variable margins... */
.pad-0 {
	margin: 0;
	padding: 0;
}

.pad-4 {
	margin: 0;
	padding: 4;
}

.pad-l-10 {
	margin-left: 10px;
}

.pad-l-20 {
	margin-left: 20px;
}

.pad-l-50 {
	margin-left: 50px;
}

.pad-r-10 {
	margin-right: 10px;
}

.pad-t-10 {
	margin-top: 10px;
}

.pad-b-10 {
	margin-bottom: 10px;
}

.pad-b-30 {
	margin-bottom: 30px;
}

.pad-b-50 {
	margin-bottom: 50px;
}

.pad-b-60 {
	margin-bottom: 60px;
}

.pad-tr-10 {
	margin-top: 10px;
	margin-right: 10px;
}

/* Variable Borders... */
.noline {
	border: 0;
}

.linetop {
	border-top: 1px solid #000000;
}

.lineright {
	border-right: 1px solid #000000;
}

.linebott {
	border-bottom: 1px solid #000000;
}

.lineleft {
	border-left: 1px solid #000000;
}

/* Coverups that will need to be addressed later... */
.fakeblock {
	display: block;
}

.hilited {
	font-weight: bolder;
	text-decoration: underline;
}

.panel {
	border: 1px solid;
	border-color: #ffffcc #8c6239 #8c6239 #ffffcc;
	background-color: #e3d6ae;
	background-image: url(images/tb-fade.gif);
	padding: 5px;
 	font-family: arial, verdana, geneva, helvetica, sans-serif;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

.panel a, .panel a:visited, .panel a:active, .panel a:hover
{
	color: #000000;
	text-decoration: underline;
	border: 0;
}

.searchtext {
	background-color: #b4ab8a;
	color: #800000;
}

.tablehead {
	background-color: #B4AB8A;
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px;
}

.biglist .tablehead {
	border-bottom: 1px solid #000000;
}

.minitext
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

.microtext
{
	font-size: 70%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}


/* AdBox */
.adbox {
	clear: both;
	width: 400px;
	background: #F0EBD6 url(images/adhead.gif) top left no-repeat;
	border: 1px dashed #F0EBD6;
	padding: 15px 4px 4px 4px;
	margin: 5px auto;
	text-align: center;
}

.adbox a, .adbox a:hover, .adbox a:visited, .adbox a:active, .adbox a:active {
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	margin: 3px 0;
	padding: 0 2px;
	border: 0;
}

/* Stats specific */
.indentimg img {
	margin-left: 20px;
}

.subpanel
{
	border: 1px solid;
	border-color: #d0d0ff #000080 #000080 #d0d0ff;
	background-color: #1e2856;
	background-image: url(images/tb-fade.gif);
	padding: 5px;
 	font-family: arial, verdana, geneva, helvetica, sans-serif;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

.subpanel a, .subpanel a:visited, .subpanel a:active, .subpanel a:hover
{
	color: #ffffff;
	text-decoration: underline;
	border: 0;
}

/* Inline images */
.award {
	float: right;
	vertical-align: top;
	margin: 0 0 4px 10px;
	border: 0;
}

.extclick {
	margin: 0;
	margin-left: 2px;
}

/* Experimental transparencies */
.ghost25 {
	zoom: 1;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.ghost50 {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ghost75 {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/* Colour overrides */
.redtext {
	color: #900000;
}

.greentext {
	color: #003E24;
}

.hidetext {
	display: none;
	color: #003E24;
}

.noshow {
	color: #e1d6ac;
}

.badredtext {
	color: #ffffff;
	background-color: #900000;
	font-style: italic;
	font-weight: bold;
}

/* Testimonials */
.quoted {
	display: block;
	width: 700px;
	margin: 0 auto 20px auto;
	border: 0;
	border-left: 2px #B4AB8A solid;
	padding: 4px 4px 4px 30px;
	background: #F0EBD6 url(images/quoted.jpg) top left no-repeat;
}

.quoted p {
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}

.quoted .author {
	display: inline;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	border-top: 1px dashed #B4AB8A;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

/* Review Tips */
.revtips {
	display: block;
	clear: both;
	width: 720px;
	height: auto;
	padding: 4px;
	border: 1px solid #B4AB8A;
	margin: 5px auto;
	text-align: left;
}

.tiplet {
	display: block;
	float: left;
	width: 120px;
	padding: 0 5px 0 10px;
	margin: 10px 0 0 5px;
}

/* Competition-specific stuff */
.complist {
	display: inline-block;
	width: 125px;
	float: left;
}

.faded {
	color: #c0bcab;
}

/* Floating stuff */
#help_button_div {
	position: fixed;
	top: 100px;
	left: 0;
	width: 20px;
	z-index: 998 !important;
}

#bottom_left {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 200px;
	max-width: 12%;
	max-height: 200px;
	z-index: 100 !important;
}

.tab_floater {
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

#blammo { /* Because they make LOG! */
	text-align: right;
	padding: 4px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 350px;
	height: 20px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	background-color: #E1D6AC;
	color: #003E24;
	font-size: 110%;
	font-weight: bold;
	border: 1px #000000 solid;
}

/* QR-Code scanned page */
.dudeblock {
	background-color: #E1D6AC;
	width: 260px;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	font-size: 130%;
	line-height: 1.3em;
}

/* JQuery stuff */
#toTop {
	border: solid 1px #857E66;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;

	background: #E1D6AC;
	background: #E1D6AC -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
  	background: #E1D6AC -webkit-gradient(linear, 0 0, 0 50%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.4)));

	width: 100px;
	z-index: 11;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	display: none; /* Hide it to start with, use JQuery to turn it visible if not at top of page */
	color: #000000;
	text-transform: lowercase;
	font-size: 0.9em;
}

/* Tooltip stuff */
a.tooltip {
    position: relative; /*this is the key*/
    z-index: 1010;
    text-decoration: none;
}

a.tooltip:hover {
	z-index: 1011;
	background-color: #E1D6AC;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span img {
	padding: 10px;
}

a.tooltip:hover span.picleft { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: 20px;
	left: -35px;
	width: 120px;
	height: 120px;
    border: 3px solid #003E24;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    background-color: #B2A988;
    text-align: center;
}

a.tooltip:hover span.picright { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: 20px;
	right: -35px;
	width: 120px;
	height: 120px;
    border: 3px solid #003E24;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    background-color: #B2A988;
    text-align: center;
}

a.tooltip:hover span.reltext { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: 0px;
	left: 0px;
	padding: 4px;
    border: 4px solid #003E24;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000000;
    background-color: #B2A988;
    text-align: center;
	min-width: 100px;
}

a.tooltip:hover span.reltext span { /*the span will display just on :hover state*/
	display: inline:
}
