html {
	background: url(../anaesthesia/images/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {color: #555;}
a {	color: #479; }
.top-border {border-top:1px solid #aaa;}
.bottom-border {border-bottom:1px solid #aaa;}
code, pre {	color:#449;}
.footer{border-top:1px solid #aaa; margin:auto; }
h6 { color:#777; }

/* html table */
.tableheader {color:#000; text-align:left; border-bottom:2px solid #444; font-size:0.8em; padding-right:2px; }
.tablecell {text-align:left; border-bottom:1px solid #ccc; padding:4px; color:#666; font-family:Verdana; font-size:0.7em; }

/* audiojs mp3 player*/
.audiojs { height: 22px; width:260px; background: #aaa; border:1px solid #999; }
.audiojs .play-pause { width: 15px; height: 20px; padding: 0px 8px 0px 0px; border:0; }
.audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; }
.audiojs .scrubber { background: #ccc; width: 110px; height: 10px; margin: 5px; border-top:1px solid #888; border-left:1px solid #888; }
.audiojs .progress { height: 10px; width: 0px; background: #bfb; }
.audiojs .loaded { height: 10px; background: #bbb; }
.audiojs .time { float: left; height: 25px; line-height: 21px; border:0; }
.audiojs .error-message { height: 24px; line-height: 24px; }
