@charset "utf-8";
/* CSS Document */

/* General site wide look and feel */
p {
	font-family: inherit;
    color:inherit; 
}
div {
	font-family: inherit;
    color:inherit; 
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.1em;
	color: #000;
	text-indent: 0;
	list-style-position: outside;
	list-style-image: url(../bullet.gif);
	list-style-type:circle;
	padding: 6px;
	margin: 2px 2px 2px 18px;
}

li {
	padding-bottom:7px;
}

td {
	font-family: inherit;
    color:inherit;
}

a {
	font-family: inherit;
	color: #a00;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
    color: #c00;
	text-decoration:underline;
}

.asterix {
	font-family:inherit;
	font-size:14px;
	color:#A00;
	font-weight:bold;
}

.codeBlock {
	font-family:'Courier New', Courier, monospace;
	font-size:10pt;
	display:block;
	margin:auto; 
	border:2px solid #000; 
	background-color:#CCCCCC; 
	color:#000;
	padding:5px;
	margin: 6px 40px 6px 40px;
}

/* 'User ID x earned credit' bar at top of home page */
#creditGiven {
	font-family: inherit;
	font-size:12px;
	color:#DD0;
	text-align:center;
	background-color:#000;
	border:1px solid #fff;
	font-weight:bold;
	width:100%;
	height:auto;
	padding:2px;
}

/* top menu cell */
#menuCell {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}

.contentCellBorder {
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	width:100%;
	height:100%;
}

/* Main content cell */
#contentCell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px;
}

#contentCell h1 {
	font-family:inherit;
	color:#990000;
	font-size:16pt;
	font-weight:bold;
}

#contentCell h2 {
	font-family:inherit;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
}

#contentCell h3 {
	font-family:inherit;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
}

#contentCell #surfHereDiv {
	font-family:inherit;
	color:#AA0000;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	width:400px;
	border:3px dashed black;
	margin:auto;
	padding:20px;
	margin-bottom:14px;
}


/* feature text. EG. 'Gimme Triple!' */
#contentCell .textFeature {
	font-family:inherit;
	font-size:10pt;
	font-weight:bold;
	color:#FF9900;
}

/* status text. EG. 'enabled' or 'Verified' */
#contentCell .textStatus {
	font-family:inherit;
	font-size:10pt;
	font-weight:bold;
	color:#FFEE00;
	background-color:#555555;
}

/* default for all internal content tables */
#contentCell .themeTable {
	font-family:inherit;
	font-size:10pt;
	color:#fff;
	background-color:#990000;
	border:1px solid #000000;
	padding:0;
}

#contentCell .themeTable th {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#666666;
	padding:2px;
}

#contentCell .themeTable td {
	padding:2px;
}

/* Links within content tables */
#contentCell .themeTable a {
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	color:#DDDD00;
	text-decoration:none;
}
#contentCell .themeTable a:hover {
	text-decoration:underline;
}

#contentCell .headerCell {
	font-family:inherit;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
}

#contentCell .headerCell a {
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	color:#DDDD00;
	text-decoration:none;
}
#contentCell .headerCell a:hover {
	text-decoration:underline;
}

#contentCell .reversedCell {
	font-family:inherit;
	font-size:10pt;
	color:#000000;
	background-color:#FFFFFF;
}

#contentCell .reversedCell a {
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	color:#AA0000;
	text-decoration:none;
}
#contentCell .reversedCell a:hover {
	text-decoration:underline;
}

/* feature cell alternate colours / fonts */
#contentCell .featureCell {
	font-family:inherit;
	font-size:10pt;
	color:#FFFFFF;
	background-color:#000;
	border:2px solid #AA0000;
}
#contentCell .featureCell a {
	font-family:inherit;
	font-size:inherit;
	font-weight:bold;
	color:#AA0000;
	text-decoration:none;
}
#contentCell .featureCell a:hover {
	text-decoration:underline;
}

#contentCell .featureCell h1 {
	font-family:inherit;
	font-size:16pt;
	font-weight:bold;
	color:#FF0000;
	margin:12px 0 0 0;
}
#contentCell .featureCell h2 {
	font-family:inherit;
	font-size:13pt;
	font-weight:bold;
	color:#EEAA00;
	margin:6px 0 0 0;
}
#contentCell .featureCell h3 {
	font-family:inherit;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	margin:3px 0 0 0;
}
#contentCell .featureCell a {
	color:#FFFFFF;
	text-decoration:underline;
}
#contentCell .featureCell a {
	color:#DDDD00;
}

/* end featureDiv */


#termsDiv {
	font-family: inherit;
	overflow:scroll; 
	width:600px; 
	height:240px; 
	background-color:#CCCCCC; 
	color:#333333; 
	font-size:9pt;
	border:3px inset #555555;
}
#termsDiv p {
	font-family: inherit;
	font-size:inherit;
	color:inherit;
}
#termsDiv a {
	font-family: inherit;
	font-size:inherit;
	color:inherit;
}

#bannersTop {
	padding:6px;
	margin: 8px auto;
}

#bannersBottom {
	padding:6px;
	maring:auto;
}

