html , body , td , table , div , p , form , img , a , li , ul, input{
	font-family:  Verdana, Arial;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000;

	font-size: 11px;
	text-decoration: none;
}
html , body {
	width: 100%;
	height: 100%;
}
.w_100{
	width: 100%;
}
.h_100{
	height: 100%;
}
.wh_100{
	width: 100%;
	height: 100%;
}

.date {
	color: #000;
	font-weight: normal;
	margin: 5px 10px 0px 10px;
	text-align: left;
}
.h1{
	font-weight: normal;
	font-size: 25px;
	margin:0px 0px 0px 0px;

}

.title {
	text-transform: lowercase;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
}

.title a{
	text-decoration: none;

}

a:active, a:focus {
      outline: 0;
}
.text{
margin: 5px 10px 0px 10px;
text-align: left;
}
.text a {
	text-decoration: underline;
	font-weight: normal;
}

 .text p a {
	text-decoration: none;
	font-weight: bold;
}

 .text p a:hover {
	text-decoration: none;
	font-weight: bold;
}
.author{
	margin: 5px 10px 0px 10px;
	text-align: left;
}

.next{
	margin-bottom: 0px;
	float: right;
}

.previous{
	margin-bottom: 0px;
}



.cleaner{
	clear: both;
}

/* feed */
 .feed {
  margin-left: 0px;
  padding: 0 0 0 16px;
  background: url(../images/49.png) no-repeat 0 50%;

}

/* forms */
.box_system td{
	padding: 5px;
}
.box_system div{
	padding: 10px;
	border: solid 0px #000;
	background-image: url(../images/transparent/transparent_fff_60.png);
	
}
.input_field{
	background-color: #fff;
	border: solid 0px #000;
	padding: 3px;
	font-size: 11px;
	color: #000;
	width: 220px;
}

.input_button_input{
	background-color: #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	margin-left: 10px;
}
/* end forms */
.logo a{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 14px;
	width: 165px;
	height: 14px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
}

.box_float{
	/* background-color: #eee; */
	width: 165px;
	height: 200px;
	float: left;
	border: solid black 0px;
	margin-left: 15px;
	margin-top: 15px;
	overflow: hidden;
	display: inline;
}

.box_float img{
	float: left;
	margin-bottom: 3px;
}

.box_float2{
	/* background-color: #eee; */
	width: 165px;
	height: 146px;
	float: left;
	border: solid black 0px;
	margin-left: 15px;
	margin-top: 15px;
	overflow: hidden;
	display: inline;
}

.box_float2 img{
	float: left;
	margin-bottom: 3px;
}

.box_content{
	 border: solid black 1px; 
	 display: block; 
	 background-color: #eee;
}

.menu_box{
	height: 655px;
	width: 195px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	overflow: hidden;
}


.center_box{
	height: 655px;
	width: 930px;
	overflow: hidden;
	border: solid 0px #bbb;
}

.strip_215{
	width: 160px;
	/* background-image: url(../images/transparent/transparent_fff_70.png); */
	background-repeat: repeat;
	margin:0px 0px 0px 0px;
	height: 635px;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 15px;
	overflow: auto;
}

.container_text{
	width:205px;
	height:780px;
	padding:0px;
	margin:0px;
	float: right;
	display: block;	
	overflow: auto;
}
.box_text{
	padding:15px 15px 10px 15px;
	margin: 0px;

}

.breadcrumbs{
	text-align: right; 
	padding: 5px; 
	width:930px;
	text-transform: lowercase;

}

.maincats{
	font-size: 13px;
	color: #689ccc;
	font-weight: bold;
}

.maincats a{
	font-size: 13px;
	color: #000;

}

.maincats #current{
	font-size: 13px;
	color: #000;
}


/* tree menu */
.treemenu{
text-transform: lowercase;
margin-left: 14px;
}
.treemenu li{
	margin-left: 10px;
	list-style: none;

}
.treemenu li a{
 color: #000;

}

.treemenu a{
	
	padding-right: 10px;
	text-decoration: none;
	line-height: 150%;
}
.treemenu a:hover{
	color: black;
	background-image: url(../images/middot.gif);
	background-repeat: no-repeat;
	background-position: right center ;
	padding-right: 10px;
}
.treemenu #current {
	color: black;
	background-image: url(../images/middot.gif);
	background-repeat: no-repeat;
	background-position: right center ;
	padding-right: 10px;
}
/* end tree menu */

.error{
	color: red;
	text-transform: capitalize;
	font-weight: normal;
}
