body,input,textarea{
	font-family:Tahoma;
	font-size: 8pt;
}
img{
	border:none;
}
h4,h5,h6{
	color:#88f;
	padding:0px;
	padding-top:10px;
	margin:0px;
}
.showmore{
	color:#66f;
	padding:0px;
	padding-top:10px;
	margin:0px;
	display:block;
	font-weight:bold;
	font-style:italic;
}

h2,h3{
	color:#66c;
	padding:5px;
	margin:2px;
}
h2{
	color:black;
	font-size:11pt;
}

a,.a{
	color:#888;
	font-weight:normal;
	text-decoration:none;

}
a:hover,.a:hover{
	text-decoration:underline;
}
.a,.clickable{
	cursor:pointer;cursor:hand;
}

.red{
	color:red;
}

.spellgreen{
	color:#0a0;
}
.spellred{
	font-weight:bold;
	color:#f00;
}

input,textarea{
	border: 1px solid gray;
}

.w10{
	width:300px;
}
.w6{
	width:100px;
}
.h10{
	height:300px;
}
.h5{
	height:150px;
}
.h2{
	height:50px;
}

#left{
	position:absolute;
	left:10px;
	width:250px;
	top:0px;
	padding-bottom:50px;
}

#middle{
	position:absolute;
	left:270px;
	width:500px;
	top:0px;
	padding-bottom:50px;
}

#right{
	position:absolute;
	left:510px;
	width:500px;
	top:0px;
	padding-bottom:50px;
}

.hilite{
	font-weight:bold;
	color:black;
}

.unpublished{
	font-weight:bold;
	color:green;
}

.hidden{
	font-weight:bold;
	color:red;
}

.small{
	font-weight:normal;
	font-size:8pt;
}
.box{
	border:1px solid #aaf;
}

.inline{
	display:inline;
}

.left{
	float:left;
	clear:left;
}

.right{
	float:right;
	clear:right;
}

.levelimg{
	vertical-align:middle;
}

.code{
	border:#aaf 1px solid;
	background:#dde;
	margin:0.50px;
	font-family:"Courier new";
	overflow:auto;
	white-space:nowrap;
}
.image{
	border:#aaf 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background:#dde;
	margin:0.50px;
}
.largeImage{
	border:#afa 1px solid;
	background:#ded;
}
.largeImage > a > img {
	text-decoration:none;
}

.imagePic{
	margin:4px;
}

.imageDescr{
	color:#00a;
	margin:4px;
}

.article{
	clear:both;
	padding-bottom:20px;
/*	text-align:justify;
	padding-left:0.50px;
	padding-right:0.50px;*/
}
.comment{
	clear:both;
	padding-bottom:10px;
}

.clear{
	clear:both;
}

.inheritfont{
	font-weight:inherit;
	text-decoration:inherit;
	color:inherit;
}

.hide{
	display:none;
}

.articleheader{
	background:#dde;
	border:#008 1px solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding:3px;
	margin-bottom:10px;
}

.commentheader{
	background:#ffb;
	border:#408 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding:3px;
	margin-bottom:0.50px;
}

.roundedbox{
	background:#ddd;
	border:#408 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding:3px;
}

.date{
	color:gray;
	font-size:8pt;
	padding-left:30px;
}
