@import url(../../rsc/img.css);	/* Import standard image styles */
@import url(../../rsc/forms.css);	/* Import default form styles */
body,div,.p,a{font-family:arial,sans-serif }
a:link,.w,a.w:link,.w a:link{color:#00c}
a:visited,.fl:visited{color:#00c}
a:active,.fl:active{color:#f00}
body {margin-top: 5px;} /* This one if for IE */
html>body {margin-top: -10px; } /* This one is for Firefox */

#logo img {
	padding-top: 5px;
	float: left;
	margin-right: 10px;
}
.blogList li {
	list-style-type: none;
	padding-right: 15px;
	display: inline;
	font-size: .85em;
}
a.BlogButtonCurr {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#search {
margin: -.75em -.75em 1em 0;
width: 75%;
}
#blueBar {
	border-top: #3366cc solid 1px;
	background: #E5ECF9;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 20px;
}
#title {
	float: left;
}
#results {
	font-weight: normal;
	margin-right: 1%;	
	text-align: right;
	font-size: .9em;
}
#content {
	width: 60%;
	float: left;
	margin-top: 15px;
}
#content img {
	margin: 8px;
}
#sidebar {
	float: right;
	width: 25%;
	min-width: 220px;
	border-left: #c9d7f1 solid 1px;
	margin: 5px 5px 0 5px;
	padding-left: 15px;
	font-size: .95em;
}
#sidebar h3 {
	color: #6f6f6f;
	text-align: center;
	font-size: .9em;
	font-weight: normal;
	margin-top: .5em;
}
#sidebar li {
	list-style-type: none;
}
.postTitle a {
	font-weight: bold;
}
.postTitle {
	margin-bottom: -1em;
}
.bText p{
	margin-top: 0;
	font-size: 0.9em;
}
.bText{
	margin: 1em 0;
}
.bPost {
	margin-bottom: 1em;
}
#footer {
	clear: both;
	border-top: #3366CC solid 1px;
	border-bottom: #3366CC solid 1px;
	background: #E5ECF9;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	padding: 20px;
	font-size: .9em;
}
#menu {
padding-top: 1em;
}
#credits {
	text-align: center;
	margin: 10px;
	font-size: .9em;
}
.bComment {
	font-size: .85em;
	margin-left: 15%;
}
.bCommentTitle {
color: red;
}
.bCommentText {

}
.bCommentSmallPrint {
color: #008000;
font-size: 0.8em;
margin-bottom: 2em;
}
.bCommentSmallPrint a {
color: #7777CC;
}
.center {
	text-align: center;
}
.bSmallPrint
{
	clear: both;
	color: #008000;
	font-size: 0.9em;
	margin-top: -1em;
}
.bSmallPrint a {
	color: #7777CC;
}


input.bComment, 
textarea.bComment
{
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
}
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex; 
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}
/* Calendar: */
caption.bCalendarCaption {
	font-size:85%;
	font-weight: bold;
	margin: auto;
	padding: .5ex 0;
	white-space: nowrap;
}
table.bCalendarTable {
	margin: 0 auto 1em auto;
	font-size:77%;
	border-collapse: separate; 
	border-spacing: 0px;	
}
tr.bCalendarRow {
	text-align: center;
}
th.bCalendarHeaderCell {
	font-size: 84%;
	width: 4ex;
}
td.bCalendarCell {
	width: 4ex;
	height: 3.5ex;
}
.bCalendarLinkPost {
	font-weight: bold;
}
td#prev,
td#next {
	font-weight: bold;
	font-size: 105%;
	padding: .5ex;
	white-space: nowrap;
}
td#prev a,
td#next a {
	padding: 0 .5ex;
}
td#prev {
	text-align: left;
}
td#next {
	text-align: right;
}
caption.bCalendarCaption {
	border: 1px solid #3366CC;
	background-color: #E5ECF9;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #3366CC;
	border-collapse: separate; 
}
table.bCalendarTable tfoot td {
	background-color: #E5ECF9;
	border-top: 1px solid #3366CC;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #E5ECF9;
}

