﻿a:link {
	text-decoration: none;
	color: #CC9900;
}
a:visited {
	text-decoration: none;
	color: #cc9900;
}
a:hover {
	text-decoration: underline;
}

body {
	background: white;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div {
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/	/* This is tempting, but will cause IE6 issues. */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	margin: 16px 8px 8px 8px;
}

.page-heading {
	color: #808080;
	font-size: 180%;
	font-weight: bold;
}

.normal-heading {
}

.underlined-heading {
	border-bottom: 1px #333333 solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.sidebar-heading {
	color: white;
	font-size: 160%;
	margin: 8px 8px 24px 8px;
	text-align: center;
}

p {
	line-height: 1.25em;
	margin: 8px;
}

ul {
	line-height: 1.25em;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	/*margin-left: 8px;*/	/* Don't mess with this one! */
}
table {
	border-collapse: collapse;
	line-height: 1.25em;
	margin: 8px;
}
td.field-name {
	text-align: right;
}

table.tile-table {
	border-collapse: separate;
	margin: -8px;
}
table.tile-table td {
	background-image: url('../images/tile-background-360x96x24.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 96px;
	padding: 0px 8px;
	margin: 8px;
	vertical-align: top;
	width: 50%;
}

ul.faux-list {
	list-style: none;
	margin: 8px;
	padding: 0px;
}

input.text {
	border: 1px #333333 solid;
	color: #333333;
}
input.button {
	background: transparent;
	background-image: url('../images/button-blank-104x26x4.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	width: 104px;
	height: 26px;
}

img {
	border: none;
}
div.image {
	margin: 8px;
	text-align: center;
}
div.image p {
	font-style: italic;
	margin: 4px 0px 16px 0px;
}
.image-left {
	float: left;
	margin: 0px 12px 0px 0px;
}

div#page-wrapper {
	border: 1px solid #CCCCCC;
	margin: 8px auto;
	text-align: left;
	width: 768px;
}

div#page-header {
	background: #FFBF00 url('../images/header-background-768x5x24.jpg') repeat-y top left;
	height: 72px;
}

div#page-header h1#company-name {
	display: none;
}
div#page-header p#company-tagline
{
	display: none;
}

div#page-header div#search-input {
	float: right;
	margin-top: 12px;
	margin-right: 24px;
	vertical-align: middle;
}
div#page-header div#search-input table {
	border-collapse: collapse;
	margin: 0px;
	vertical-align: middle;
}
div#page-header div#search-input td {
	/*border: 1px black solid;*/	/* debug */
	padding: 0px 0px 0px 4px;
}

div#page-header div#search-input input.search-text {
	width: 128px;
}
div#page-header div#search-input input.search-button {
	background-image: url('../images/button-blank-52x21x4.gif');
	font-size: 8pt;
	font-weight: normal;
	width: 52px;
	height: 21px;
}

div#page-header img#bitcricket-logo {
	margin: 0px 0px 0px 40px;
}

div#navbar {
	background-color: #333333;
	background-position: top left;
	color: white;
	width: 768px;
}
div#navbar ul {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin: 18px 0px 0px 0px;
	list-style-type: none;
	float: right;
}
div#navbar ul li {
	display: inline;
}
div#navbar ul li a {
	color: white;
	margin: 0px 24px 0px 0px;
}

div#content-wrapper {
	/*border: 1px solid red;*/	/* debug */
	position: relative;
	width: 100%;
}

div#page-footer {
	color: #808080;
	font-size: smaller;
	margin: auto;
	width: 768px;
}

div#full-main-story {
	/*border: 1px orange solid;*/	/* debug */
	margin: 8px;
	width: 752px;
}

div#left-sidebar {
	background-color: #F2F2F2;
	background-image: url('../images/left-sidebar-background-240x45x24.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #CCCCCC;
	color: #333333;
	position: absolute;
	left: 8px;
	top: 16px;
	width: 240px;
}
div#left-sidebar p {
	font-size: 100%;
}
div#left-sidebar h1 {
	font-size: 130%;
}
div#right-main-story {
	/*border: 1px solid green;*/	/* debug */
	margin: 8px 8px 8px 264px;
	width: 496px;
}

div#search-results {
	margin: 0px 8px;
}

table.whitepaper {
	margin: 8px 32px;
}
table.whitepaper th {
	text-align: left;
}
table.whitepaper td.abstract p {
	margin: 8px 16px;
}
table.whitepaper td.download {
	border-left: 1px solid #CCCCCC;
	padding: 16px;
}
