/* -----------------------------------------------------------------------

   Geekbench Result Browser February 2010 Design
   http://browse.geekbench.ca/

   Copyright (c) 2006-2010. All Rights Reserved.

----------------------------------------------------------------------- */

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
  font-family: "museo sans 500";
  src: url("/fonts/museo_sans_500.otf");
}

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
  font-size: 11px;
}

h1, h2 {
  font-family: "museo sans 500", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
	color: #44a4f0;
}

tfoot {
  font-style: normal;
}

/* Giant oversized novelty form */

.novelty {
  margin-bottom: 1em;
}
.novelty label {
  display: block;
}

.novelty input[type="checkbox"] + input +  label {
  display: inline;
} 

.novelty input {
  font-size: 150%;
  padding: 5px;
}

/*
.body a {
  background-color: #ececec;
  padding: 2px;
  color: #666;
  text-decoration: none;
}
*/

#navigation-header {
  text-rendering: optimizeLegibility;
  width: 100%;
  background-color: #333;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
}

#navigation-header .navigation-element {
  float: left;
  padding-top: 13px;
  padding-bottom: 8px;
  padding-left: 30px;
  font-size: 12px;
  color: #fff;
}

#navigation-header .navigation-element-brand {
  font-family: "museo sans 500", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  float: left;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 30px;
  font-size: 18px;
  color: #ccc;
}

#navigation-header * a {
  color: #fff;
  text-decoration: none;
}

#navigation-header .container {
  position: relative;
}

#navigation-header p.right {
  position: absolute;
  right: 0;
}

.body-header {
  margin-bottom: 2em;
}
.body-header h2 {
  margin-bottom: .0em !important;
}
.body-header p {
  margin-bottom: .4em !important;
}

.sidenote {
  font-size: 70%;
}

/*
	 Footer styles
*/

/*
	Body Styles
*/

hr + hr {
  display: none;
}

/*
	Sidebar Styles
*/

#sidebar {
}

#sidebar ul {
	list-style: none inside;
  margin: 0px;
  padding: 0px;
}

#sidebar ul li {
	text-transform: none;
	padding-bottom: .5em;
}

#sidebar .search {
  width: 100%;
}

ul.errors {
	color: #000;
	background: #fff url(/images/information.png) center no-repeat;
	background-position: 15px 50%;
	float: right;
	width: 580px;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 20px;
	list-style: none;
	border: 2px solid #2a6fb5;
}

ul.errors li {
	padding-left: 40px;
}

/*
  Notice styles
*/

#flash_notice, #flash_warning, #flash_error, .document-flag, .document-offline {
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 10px 20px 10px 45px;
	font-weight: bold;
	border: 2px solid #cccccc;
	margin-bottom: 10px;
}

#flash_notice, #flash_warning {
	background-color: #fff6bf;
	border: 2px solid #ffd324;
}

#flash_notice {
  background-image: url(/images/simplebits/blue/info.gif);
	background-color: #e5f4fd;
	border: 2px solid #a8f4fd;
}

#flash_warning {
  background-image: url(/images/simplebits/blue/info.gif);
	background-color: #fff6bf;
	border: 2px solid #ffd324;
}

#flash_error {
  background-image: url(/images/simplebits/red/exclamation.gif);
	background-color: #fbe3e4;
	border: 2px solid #fbc2c4;
}

.document-flag, .document-offline {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}
.document-flag {
  background-image: url(/images/flagged-icon.png);
  padding-left: 64px;
}
.document-offline {
  background-image: url(/images/offline-icon.png);
	padding-left: 64px;
}
.user-summary img {
	float: left;
	margin-right: 5px;
}

/*
	Pagination Styles 
*/

.pagination {
	font-size: 100%;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none;
	color: #44a4f0;
}
.pagination a:hover, .pagination a:active {
	background-color: #44a4f0;
	color: #fff;
}
.pagination span.current {
	font-size: 100%;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #fff;
	color: #000;
}
.pagination span.disabled {
	font-size: 100%;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

#reset {
	clear: both;
	margin: 0;
	padding: 0;
}



.benchmark-desc {
	font-size: 10px;
}

.benchmark-desc, .submit-time {
  font-weight: normal;
	color: #777;
}

.submit-time {
  text-align: right;
}

.user-icon {
  padding: 8px;
  padding-right: 12px;
  background: url('/images/simplebits/black/user.gif') no-repeat 50% 50%;
}

.flag-icon {
  padding: 8px;
  background: url('/images/simplebits/red/flag.gif') no-repeat 50% 50%;
}

.status-icon-left {
  height: 16px;
  float: left;
  display: inline;
}

.status-icon-right {
  height: 16px;
  float: right;
  display: inline;
  margin-left: 4px;
}

.offline-status-icon {
  width: 40px;
  background: url('/images/offline-icon.png') no-repeat 50% 50%;
}

.flagged-status-icon {
  width: 43px;
  background: url('/images/flagged-icon.png') no-repeat 50% 50%;
}

.delete-icon {
  padding: 8px;
  background: url('/images/simplebits/black/trash.gif') no-repeat 50% 50%;  
}

.export-icon {
  padding: 8px;
  background: url('/images/simplebits/black/disk.gif') no-repeat 50% 50%;  
}

.black-flag-icon {
  padding: 8px;
  background: url('/images/simplebits/black/flag.gif') no-repeat 50% 50%;  
}

.chart-icon {
  padding: 8px;
  background: url('/images/simplebits/black/bargraph.gif') no-repeat 50% 50%;  
}

.camera-icon {
  padding: 8px;
  background: url('/images/simplebits/black/camera.gif') no-repeat 50% 50%;  
}

.lock-icon {
  padding: 8px;
  background: url('/images/simplebits/black/locked.gif') no-repeat 50% 50%;  
}

.lock-red-icon {
  padding: 8px;
  padding-right: 12px;
  background: url('/images/simplebits/red/locked.gif') no-repeat 50% 50%;
}

.unlock-icon {
  padding: 8px;
  background: url('/images/simplebits/black/unlocked.gif') no-repeat 50% 50%;  
}

.facebook-icon {
  padding: 8px;
  background: url('/images/social/facebook.png') no-repeat 50% 50%;  
}

.twitter-icon {
  padding: 8px;
  background: url('/images/social/twitter.png') no-repeat 50% 50%;  
}

.benchmark-bar {
	background-color: #44a4f0;
	background-image: url(/images/graph-background.png);
	height: 30px;
}

.alt .benchmark-bar {
	background-color: #c0fd6b;
	background-image: url(/images/graph-background2.png);
}

.summary-table * .benchmark-bar {
  height:20px;
}

/*
	Table Styles
*/

.compare-summary-table, .compare-system-table, .compare-table {
  width: 100%;
  margin-bottom: 24px;
  border: #ccc 1px solid;
}

.compare-system-table * th, .compare-table * th {
  padding: 8px;
  line-height: 1.5em;
  text-align: left;
  font-weight: bold;
  background-color: #f0f0f0;
	border-bottom: #ccc 1px solid;
}

.compare-system-table .document {
  width: 40%;
}

.compare-table .document {
  width: 35%;
}

.compare-system-table td.document, .compare-table td.score {
  border-left: #ccc 1px solid;
}

.compare-system-table .name, .compare-table .name {
  width: 20%;
}

.compare-system-table td.name, .compare-table td.name {
  background: #f0f0f0;
}

.compare-table .score {
  width: 10%;
}

.compare-table td.score {
  text-align: right;
}

.compare-table .graph {
  width: 25%;
}

.compare-table .ratio {
  width: 10%;
}

.compare-table td.ratio {
  text-align: right;
  border-left: #ccc 1px solid;
}

.compare-table .overall-score td {
  font-weight: bold;
}

.browse_table, .summary-table, .system-table, .benchmark-table {
	width: 100%;
}

.browse_table {
  margin-bottom: 18px;
}

.system-table, .benchmark-table {
	margin-bottom: 18px;
}

.summary-table {
  margin-bottom: 18px;
}

.summary-explanation {
  font-size: 120px;
  text-align: right;
  margin-bottom: 10px;
}

.browse_table * th, .summary-table * th, .system-table * th, .benchmark-table * th {
	padding: 8px;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
}

.browse_table * td, .summary-table * td, .system-table * td, .benchmark-table * td {
	padding: 6px;
	line-height: 1.2em;
}

.browse_table * td {
  line-height: 1.1em;
}

/*
	Summary Table
*/

.summary-table * th {
  background-color: #f0f0f0;
}

.summary-table * .section-name {
	width: 20%;
}

.summary-table * .section-graph {
	width: 40%;
}

.summary-table * .section-score {
  width: 15%;
}

.summary-table * th {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

.summary-table * th.first-child {
	border-left: #ccc 1px solid;
}

.summary-table * th.last-child {
	border-right: #ccc 1px solid;
}

.summary-table * td.first-child, .summary-table * td.last-child {
	border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
}

.summary-table * tr.last-child td {
	border-bottom: #ccc 1px solid;
}

.summary-table * td.section-name {
	background-color: #f0f0f0;
}

.summary-table * td.section-description {
}

.summary-table * td.section-score {
  width: 15%;
	text-align: center;
}

.browse_table * td.overall-score, .summary-table * td.overall-score {
  width: 25%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 48px;
	text-align: center;
	vertical-align: middle;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

.browse_table * td.overall-score {
  font-size: 42px;
}

.summary-table tfoot * td {
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

/*
	Browse Table and System Table
*/

.browse_table, .system-table {
	border-collapse: collapse;
	border: #ccc 1px solid;
}

.system-table * td {
}

.browse_table * .system-name, .browse_table * .header, .system-table * .system-name {
	background-color: #f0f0f0;
}


.browse_table * th {
  font-weight: bold;
  background-color: #f0f0f0;
  border-bottom: #ccc 1px solid;
}

.browse_table * .overall-score {
  border-left: #ccc 1px solid;
}

.browse_table * .header {
  font-weight: bold;
  border: #ccc 1px solid;
}

.browse_table * .system-name, .browse_table * .overall-score {
  width: 25%;
} 

.browse_table * .system-information-header {
  border-right-width: 0px;
  width: 75%;
} 

.browse_table * .overall-score-header {
  border-left-width: 0px;
}

.system-table * .system-name {
  width: 20%;
}

.system-table * .system-value {
  border: #ccc 1px solid;
}

.browse_table * .last-child  {
  border-bottom: #ccc 1px solid;
}

.browse_table * .system-link {
  font-weight: bold;
}

/* 
	Benchmark Table
*/

.benchmark-table {
	border-collapse: collapse;
	border: #ccc 1px solid;					
}

.benchmark-table * th {
	background-color: #fff !important;
	border-width: 0px 0px 1px 0px !important; 
	border-bottom: #ccc 1px solid !important;
	font-size: 125%;
}

.benchmark-table * .benchmark-name {
	width: 20%;
	background-color: #f0f0f0;
}

.benchmark-table * .benchmark-score {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;										
	border-bottom: #ccc 1px solid;					
	width: 20%;
}

.benchmark-table * .benchmark-graph {
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;										
	border-bottom: #ccc 1px solid;										
	width: 60%;
}



