/* @override http://0.0.0.0:3000/stylesheets/application.css */

/* shuccle CSS, copyright shuccle AG */
@import url(/stylesheets/livepipe.css);
@import url(/stylesheets/modal.css);
@import url(/stylesheets/design.css);

html { 
	height: 100%; 
	margin-bottom: 1px; 
}
		
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 12px Helvetica, Geneva, sans-serif;
	background: #fff url(../images/back.gif) repeat-x 0 67px;		
	color: black;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
	color: #000; 
}

a.ext {
	padding-right: 15px !important;
	background: url(../images/ext.png) no-repeat right 1px;	
}

a.selected {
	font-weight: bold;
}

a.locked {
	padding: 0 20px 2px 0;
	background: url(../images/lock.png) no-repeat right top;	
}

a.certified {
	padding: 0 17px 2px 0;
	background: url(../images/certified.png) no-repeat right top;
}

a#beta_tag {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background-image: url(../images/beta_tag.png);
}

.pipe {
	opacity: 0.5;
	margin: 0 2px;
	font-weight: normal;
}

img { 
	border: 0;
}

h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 1px 1px #fff;
	color: #ffbc3a;
}

h2 {
	padding: 0;
	margin: 6px 0 12px 0;
	font-size: 21px;
	font-weight: normal;
	color: #005b99;
	border-bottom: 1px solid #e3e3e3;
}

h2.block {
	background-color: #cedce5;
	border: 1px solid #a3bccb;
	margin: 10px 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
	text-shadow: #eef4f7 1px 1px 0px;	
	position: relative;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.box {
	width: 690px;	
	background-color: #dee8f7;
	border: 1px solid #a3bccb;
	margin: 10px 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.header {
	position: relative;
	min-height: 35px;
	margin: 0;
	padding: 10px;
	background-color: #ffe8bf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header a {
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.header .links {
	float: right;
	width: 210px;
	font-size: 11px;
	text-align: right;
	color: #ccc;
	line-height: 14px;
}

.header .links a {
	text-decoration: none;
	padding-right: 5px;
	border-right: 1px solid #c5c3c8;
}

.header .links a:last-child {
	border-right: none;
}

.content {
	padding: 10px 0;
}

.hint {
	padding: 5px 0;
	color: #5C676C;
	font-size: .9em;
}

.highlight {
	background-color: #ffc;
}

.scrollable {
	overflow: auto;
	overflow-y: auto;
	width: 680px;
	height: 320px;
	padding: 2px 5px;
	margin: 0px auto 1.6em;
	border: 1px solid rgb(204, 204, 204);
}

#flash .notice {
	border: 1px solid #9c9;
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	background: #cfc url(../images/accept.png) no-repeat 3px 3px;
	padding-left: 25px;
	color: #509950;
	font-size: .9em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}

#flash .notice a {
	color: #509950;
	font-weight: bold;
}

#flash .error {
	border: 1px solid #f99;
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	background: #FFE5E5 url(../images/error.png) no-repeat 3px 3px;
	color: #FF4747;
	font-size: .9em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}

.info {
	border: 1px solid #e7e7e7;	
	padding: 5px 5px 5px 25px;	
	margin: 5px 0;
	background: #ececec url(../images/info.png) no-repeat 5px 5px;
	color: #555;
	font-size: 11px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}

/* @group Statistics */

#statistics div.morelink {
	margin-right: 20px;
}


#statistics div.count, 
#statistics div.average {
	float: left;
	width: 30px;
	height: 15px;
	padding: 1px;
	text-align: left;
	font-size: 11px;	
	font-weight: bold;
	white-space: nowrap;
}

#statistics div.average {
	text-align: left;
	width: 60px;	
}

#statistics div.count + span {
	margin-left: 30px;
	display: block;
}

#statistics div.average + span {
	margin-left: 60px;
	display: block;
}

/* @end */

/* @group Search */

#search {
	position: relative;	
	height: 70px;
}

#search form label {
	position: absolute;
	top: 10px;
	left: 160px;	
	font-size: 11px;
	color: #7d7d7d;
	z-index: 1;
}

#search img#search_spinner {
	background-color: white;
	position: absolute;
	left: 5px;
	top: 9px;
}
.search_wrapper {
	position:  absolute;
	width: 438px;	
	height: 22px;
	padding: 0;
	margin: 0;
}

.col .search_wrapper {
	width: 328px;
}

.search_wrapper .search-left {
	position: absolute;	
	left: 0;
	top: 0;
	width: 24px;
	height: 22px;
	background: url(../images/controls.png) no-repeat left 0px;
}

.search_wrapper .search-right {
	position: absolute;	
	right: 0;
	top: 0;
	width: 10px;
	height: 22px;
	background: url(../images/controls.png) no-repeat right -51px;
}

.search_wrapper input.search_field {
	position:  absolute;
	line-height: 16px;
	height: 18px;
	top: 0;
	left: 149px;
	width: 275px;
	background: url(../images/controls.png) repeat-x right -27px;
	border: none !important;
	outline: none;
	padding: 2px;
	margin: 0;
	-webkit-border-radius: 0;
}

.col .search_wrapper input.search_field {
	width: 165px;	
}

.search-scope {
	position: absolute;	
	width: 125px;	
	height: 22px;
	background: url(../images/controls.png) repeat-x right -27px;	
	left: 24px;
}

.search-scope .scope-left {
	position: absolute;	
	left: 0;
	top: 2px;
	width: 7px;
	height: 17px;
	background: url(../images/controls.png) repeat left -138px;
}

.search-scope .scope-right {
	position: absolute;	
	right: 0;
	top: 2px;
	width: 7px;
	height: 19px;
	background: url(../images/controls.png) no-repeat right -182px;
}



.search-scope .scope-select {
	position: absolute;
	top: 2px;
	left: 7px;
	right: 7px;
	width: 111px;
	height: 17px;
	padding: 0;
	text-align: center;	
	background: url(../images/controls.png) repeat left -160px;
	z-index: 10;
}

.search-scope .scope-select a {
	color: #7d7d7d;
	display: block;
	height: 13px;
	line-height: 13px;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
}

.search-scope .scope-select a:first-child {
	border-right: 1px solid silver;
}

.search-scope .scope-select a.active {
	color: black;
	font-weight: bold;
}

#results > div,
.results > div {
	border-top: 1px solid #e3e3e3;
	padding: 15px 10px;
	position: relative;
}

#results a,
.results a {
	font-weight: bold;
}

#results .excerpt,
.results .excerpt {
	font-size: 11px;
	margin: 5px;
}

#results .excerpt a,
.results .excerpt a {
	font-weight: normal;
}

#results div .description,
.results div .description {
	font-size: 11px;
	margin: 5px;
}

#results div .meta,
.results div .meta {
	color: #7b878c;
	font-size: 11px;
	margin: 5px;
}

#results div.supporters,
.results div.supporters {
	display: inline;
}

#results a.button.support,
.results a.button.support {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

/* @end */

/* @group AutoComplete */

div.auto_complete {
	position: absolute;
	z-index: 9;
}
	
div.auto_complete ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-size: 11px;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}

div.auto_complete ul li {
	background: transparent url(../images/gradient.png) 0 bottom;
	padding: 5px;
	border-top: 1px solid #fff;
	border-right: 5px solid white;
	border-bottom: 1px solid #d9d9d9;		
	border-left: 5px solid white;
	color: #454545;
	cursor: pointer;
}

div.auto_complete ul li:first-child {
	border-top: 5px solid white;
}

div.auto_complete ul li.selected {
	background-image: none;
	background-color: #ffc;
}

div.auto_complete ul strong.highlight {
  	color: black; 
	margin: 0;
	padding: 0;
}

div.auto_complete ul li.viewall {
	border-top: none;
	border-bottom: 5px solid white;
	height: 10px;
	padding: 10px;
	background-image: none;
	background-color: #d9d9d9;
	text-align: right;
}

div.auto_complete ul li.viewall:hover {
	background-color: transparent;
}

div.auto_complete ul li.viewall a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.auto_complete ul li span.informal {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* @end */

/* @group Pagination */

.pagination {
	margin: 15px 10px;
	font-size: 10px;	
}

.pagination a {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #cedce5;
	background-color: white;
	text-decoration: none;
	font-size: 10px;
	color: #005b99;
}

.pagination a:hover, .pagination a:active {
	border-color: #ffdb99;
	color: #ffbc3a;
}

.pagination span.current {
	padding: 2px 5px;
	margin: 2px;
	font-weight: bold;	
	background-color: #fff6e5;
	border: 1px solid #ffdb99;	
	color: #ffbc3a;
}

.pagination span.disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #7d7d7d;
}

/* @end */

/* @group Ads */

#ads .title {
	text-transform: uppercase;
	font-size: 11px;
}

#ads p {
	font-size: 11px;
	margin-bottom: 20px;
}

/* @end */


/* @group Formulas */

#formulas {
	margin: 5px 0;
	min-height: 30px;
	clear: both;
}

#formulas .col {
	background-color: #fff5e5;
	border: 1px solid #c7cad4;
	float: left;
	margin: 0px 5px;
	padding: 2px 5px;
	color: #404040;
	text-align: center;
	width: 210px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#formulas .col.small {
	width: 150px;
}

#formulas .col span {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}

#formulas .col span {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}

#formulas span.symbol {
	font-size: inherit !important;
	font-style: italic;
}

#formulas span.symbol#t {
	font-style: normal;
}

#formulas .col .hint {
	padding: 2px;
}

#video {
	width: 320px;
	margin-bottom: 20px;
}

/* @end */