body {
    background: #FFF;
	font:12px Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}

#bbody {
background: #FFF;
height: 100%;
}
a:link {
	color: #0054a6; text-decoration: none;
}
a:visited {
	color: #0054a6; text-decoration: none;
}
a:hover {
	color: #40a0be; text-decoration: underline;
}
.mainc {
	background: #FFF;
	padding: 0;
	width:100%;
	height:100%;
	margin-top: 85px;

}
.mcont {
	padding: 8px;
	height: 100%;
}

.bgu {
	background-image: url('/images/bgu.gif');
	width:100%;
	height:18px;
	padding: 0;
	position:absolute;
	top:0px;
	right:0px;
}
.bg_foot {
	background-image: url('/images/bgu.gif');
	width:100%;
	height:18px;
	padding: 0;
}
.logo {
	padding: 0;
	position:absolute;
	top:33px;
	left:15px;
	margin: 0;
}
.apples {
	padding: 0;
	position:absolute;
	top:18px;
	right:15px;
	margin: 0;
	float: left;
}
.search {
	width:100%;
	height:18px;
	padding: 0;
	position:absolute;
	top:25px;
}
.log-in {
	width:100%;
	height:18px;
	padding: 0;
	position:absolute;
	top:0px;
	color: #FFF;
	text-align: right;
	right: 10%;
	margin: 0;
}
.log-in a:link {
	color: #000080; text-decoration: none;
	font: 8pt;
}
.log-in a:visited {
	color: #000080; text-decoration: none;
	font: 8pt;
}
.log-in a:hover {
	color: #000; text-decoration: underline;
	font: 9pt;
}
.content {

}

.lbar {
	width: 190px;
	background-image: url('/images/lbar.gif');
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 2px;
}
.lbar_c {
	padding: 10px;
}
.rbar {
	width: 190px;
	background-image: url('/images/rbar.gif');
	background-repeat: no-repeat;
	height: 17px;
	padding-right: 2px;
	text-align: right;
}
.rbar_c {
	padding: 10px;
	text-align: right;
}
hr {
      border: 0;
} 
hr.line {
	color: #7accc8;
	background-color: #7accc8;
	height: 1px;
}
h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #5e74b3;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px dotted #5e74b3;
}
.categories {
	padding: 0;
	border: 1px solid #e9e9e9;
}
p.category {
	background-image: url('/images/apple.gif');
	background-repeat: no-repeat;	
	padding-left: 18px;
}
p.url {
	margin: 0;
	padding: 0;
	color: green;
}
p.cat_label {
	margin: 0;
	padding: 0;
	color: red;
}
p.article_head {
	margin: 0;
	padding: 5px;
	color: grey;
	font-size: 8pt;
}
p.post_content {
	margin: 0;
	padding: 5px;
}
div.ptitle {
	background: #f9f9f9;
	color: #006FA4;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}
div.pcomment {
	background: #f9f9f9;
	color: #006FA4;
	padding: 5px;
}
div.pcomments {
	background: #f9f9f9;
	color: #006FA4;
	padding: 5px;
	border-top: 1px dashed #393939;
}
input.txt {
	color: #000000;
	border: 1px solid #5e74b3;
}
textarea.txt {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}
select {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
input.button {
	font-size: 9pt;
	font-weight: bold;
	background-color: #7accc8;
	cursor: pointer;
}
#list li {
list-style:circle inside;
cursor: hand !important;
cursor: pointer !important;
}
#comment_view {
padding: 10px;
font-size: 8pt;
width: 95%;
}
#comment_view .author {
float: left;
background: #D2D2D2;
color: #FFF;
padding: 4px;
border: 1px solid #FFF;
}
#comment_view .date {
text-align: right;
padding: 4px;
background: #E5E5E5;
border: 1px solid #FFF;
}
#comment_view .comment {
border-bottom: 1px dashed #e9e9e9;
border-left: 1px dashed #e9e9e9;
border-right: 1px dashed #e9e9e9;
padding: 6px;
background: #FFF;
}
