@CHARSET "UTF-8";
body {
	/*background:#fff url(/static/images/bg.jpg) top center repeat fixed;*/
	background:#fff url(/static/images/bg_3.jpg) repeat fixed;
	font-family:helvetica, arial, sans-serif;
	color:#333;
	font-size:12pt;
}

::-moz-selection {
	color:#000;
	background:#fff;
}
::selection {
	color:#000;
	background:#fff;
}

a, a:link, a:visited {
	color:#3a73c4;
	text-decoration:none;
	border-bottom:1px solid #3a73c4;
}
a:hover, a:active, a:focus {
	background:#3a73c4;
	color:#fff;	
}
#full-page {
	width:680px;
	margin:20px auto 0;
}
.center-layout {
	margin-left:-80px;	
}
#main {
	width:560px;
	padding:20px 60px;
	font-size:1em;
	background:#000;
	background:transparent url(/static/images/contentbg.png) repeat-y;
}
#main_head {
	width:680px;
	height:24px;
	background:transparent url(/static/images/contentbg_head.png) no-repeat;	
}
#main_bottom {
	width:680px;
	margin-bottom: 30px;
	height:24px;
	background:transparent url(/static/images/contentbg_bottom.png) no-repeat;
	color:#333;
	text-align:center;
	font-size:.8em;
}
#bottom_links {
	text-align:center;
	margin:0 0 20px;
	opacity:.8;	
}
#bottom_links a {
	background:transparent;
	border:0;	
}

#wrapper {
	opacity:1;
}
#content {
	font-size:.8em;
}

#rss-button {
	background:transparent;
	position:absolute;
	margin-left:597px;
	top:17px;
}
#rss-button img {
}
#rss-button a {
	background:transparent;
	border:0; 	
}


.navigation-wrapper {
	background:transparent url(/static/images/sepsis_logo.png) no-repeat right;	
}
.navigation {
	padding:0;
	margin:0px 0 40px;
	background:#000;
	height:40px;
	background:transparent url(/static/images/seperator.png) repeat;
}
.navigation li {
	display:inline;	
}
.navigation li a {
	border:0;
	font-size:.8em;
	color:#000;
	margin:0 0px 0 0;
	max-height:40px;
	line-height:40px;
	padding:11px 15px;
}
.navigation li a:hover, .navigation li a:active, .navigation li a:focus {
	opacity:.6;	
	background:transparent;
}
.navigation li a.active {
	background:transparent url(/static/images/shadow.png);	
	font-weight:bold;
}
h1 {
	font-size:2em;
	text-align:right;
	display:none;
}

h2 {
	font-size:1.9em;
	font-family: FreeSerif;
	margin:0 0 .9em;
	letter-spacing:1px;
}
h2 a, h2, h2 a:visited, h2 a:link {
	color:#333 !important;
	border:none !important;
	text-decoration:none !important;
}
h2 a:active, h2 a:hover, h2 a:focus {
	background:transparent !important;
	color:#3a73c4 !important;	
}

h3 {
	font-size:1.0em;
	font-family:georgia,"times new roman",serif;
	margin:1.5em 0 .7em;
	font-weight:bold;
}

p, #content ul {
	margin:0 0 .7em;
	line-height:1.8em;
}
#content p {
	text-align:justify;
}
#content ul {
	list-style:disc;
	margin-left:2em;
	font-size:.8em;
}
#content .content-navigation {
	margin:0 0 2em;
}
#content .content-navigation li {
	display:inline;
	margin-right:.5em;
}
#content .content-navigation li a {
	color:#ccc;
	border:none;
}
#content .content-navigation li a:hover {
	color:#333;
	background:transparent;	
}

blockquote {
	border-left: 2px solid #3a73c4;
	font-style:italic;
	padding:0px 15px;
	color:#777;
	line-height:1.8em;
	margin:0 0 .7em;
}
blockquote p {
	
}

strong {
	font-weight:bold;	
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;	
}
ins {
	color:#5d5;
	text-decoration:underline;	
	/*border-bottom:1px solid #5d5;*/
}
del {
	color:#a30;
	text-decoration:line-through;
}

.h-center {
	text-align:center;	
}
.is-hot {
	color:#3a73c4;
	font-family:helvetica,arial,sans;
	margin-left:2px;
	font-size:9px;
	font-weight:bold;
	vertical-align:top;
}

.paginator-link {
	padding:2px 5px;
	color:#888 !important;
	border:1px solid #111 !important;
	background:#000;	
}
.paginator-active {
	background:#3a73c4;	
}
.no-link {
	opacity:.5;	
}

.blog-post {
	margin:0 0 2.3em;
}
.seperator {
	text-align:center;
	color:#222;
	letter-spacing:4px;
	margin:0 0 2.5em;
	background:transparent url(/static/images/seperator.png) repeat-x;
	height:10px;
	opacity:.5;
}

.blog-date {
	background:transparent url(/static/images/date_label.png) no-repeat scroll 0 0;
	color:#000000;
	font-size:0.7em;
	margin-left:-140px;
	margin-top:-2px;
	padding:10px 0 10px 10px;
	position:absolute;
	text-align:center;
	width:80px;
	z-index:0;
}

#note {
	background:transparent url(/static/images/note.png) no-repeat;
	width:160px;
	padding:7px 20px 0;
	height:265px;
	position:fixed;
	top:100px;
	margin-left:620px;
	font-size:.8em;
}
#note ul {
	list-style-type:circle;
	padding-left:20px;
	height:205px;
	overflow:hidden;
}
#note ul li {
	line-height:1.3em;
	font-size:.9em;
	color:#345678;
	margin:0 0 5px;
}
#note ul li a {
	color:#56789a;
	text-decoration:none;
	border:0;
}
#note ul li a:hover, #note ul li a:focus, #note ul li a:active {
	background:#fff;
} 
#note h2 {
	color:#345678 !important;
	text-align:center;
	margin:20px 0 5px;
	font-style:italic;
}

#pac {
	background:transparent url(/static/images/pac_combi.png) no-repeat;
	width:100px;
	height:100px;
	position:fixed;
	z-index:0;
	margin-left:650px;
	bottom:100px;
}
#pac:hover {
	background:transparent url(/static/images/pac_combi.png) no-repeat 0 -100px;
	cursor:crosshair;
}

/** inputs **/
select {
	max-width:300px;
	min-width:300px;
	padding:2px;
}
input, select {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color:#333333;
	font-size:11px;
	margin:0 0 0.3em;
}
.b-form label {
	display:block;
	float:left;
	width:150px;
	font-size:1.5em;
}
.s-form input, .s-form select {
	font-size:0.9em;
	margin:0 5px 0 0;
	min-width:40px;
	padding:0;
}
.top-buttons {
	margin-bottom:15px;
	margin-top:-20px;
	text-align:right;
}
.boxed {
	background:#252525 none repeat scroll 0 0;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}
.s-form {
	font-size:0.8em;
	margin:0 0 1em;
}
.s-form div {
	clear:none !important;
	display:inline;
}

.input-heading {
	font-size:1.4em;
	width:100%;
	margin:5px 0 10px;
}

/*
.blog-date {
	position:absolute;
	margin-left:-110px;
	margin-top:5px;
	background:#3a73c4;
	padding:5px 5px;
	width:70px;
	text-align:center;
	font-size:.6em;
	color:#000;
	opacity:.9;
	z-index:0;
}*/
/*** table ***/
table.table-list {
	border-collapse:collapse;
	width:100%;
	margin:0 0 2em;
	color:#333;
}
.table-list th {
	background:#eee;
	border:1px solid #333;
	border-bottom:2px solid #000;	
	padding:1px 4px;
	font-weight:bold;
}
.table-list td {
	padding:1px 4px;
	border-bottom:1px solid #333;	
}
.table-list tr:hover td {
	background:#dfe3ff;
	color:#333;
}
.table-list tr.marked-row {
	border-color:#888;
	background:#444;	
}
.table-list tr.last-row td {
	border-top:3px double #333;
	border-bottom:0;	
}
.short-col td {
	overflow:hidden;
	white-space:nowrap;
	max-width:150px;
}
.short-col:hover td {
	white-space:normal;
	line-height:1.6em;
	padding:5px auto;	
}

/** Flot etc **/
.pieLabel {
	font-size:.8em;
	max-width:5px;
	max-height:5px;
	overflow:hidden;
	background:#fff;
	color:#fff;
	border:#aaa solid 1px;
	opacity:.4 !important;
	white-space: nowrap;
	padding:3px;
}
.pieLabel:hover {
	max-width:200px;
	max-height:50px;
	opacity:1 !important;
	z-index:99999 !important;
	color:#333;
}
.legend table {
	width:200px;
	right:-230px !important;
}
.legendLabel {
	padding:0 5px;
	vertical-align:top;
	font-size:1.1em;
}
