p.extranews_justify {
	text-align: justify;
}
p.extranews_left {
	text-align: left;
}
p.extranews_right {
	text-align: right;
}
.extranews_clear {
    clear:both;
    height:1px;
    overflow:hidden; 
}
.extranews_separator{clear:both;background:transparent url(../images/separator.png) no-repeat 50%;display:block;height:14px;margin:0}
.extranews_date{ color: #999 }
.extranews_hit{ color: #999 }
img.iextranews{ margin: 2px 4px 2px 4px }
img.ileft { float: left}
img.iright { float: right}
img.icenter , img.icenter2{display: block; margin-left: auto; margin-right: auto}
/**********************Author Box************************************/
#auth_box {
line-height: 20px;
background: #ECECEC;
border-top: 4px solid #CCC;
border-bottom: 1px solid #aaa;
padding: 0px 5px 0px 0px;
margin: 5px 5px 25px 5px;
font-size: 12px;
position: relative;
min-height: 55px;
overflow: hidden;
}
#auth_box .auth_box_title {font-size: 120%; font-weight: bold; margin-bottom: 10px;}
#auth_box .auth_box_image {float: left; margin: 5px 10px 5px 5px;}
#auth_box .auth_box_image img{width: 80px; height: 80px;}
#auth_box .auth_box_name {margin-bottom: 10px;}
#auth_box .auth_box_aboutme {font-size: 110%; font-weight: bold;}
#auth_box .auth_box_description {width: 100%; text-align: justify}
#auth_box span.bold {font-weight: bold;}
#auth_box span.marginleft{margin-left: 10px;}

/*Imagesized*/
div.imagesized_justify {
	text-align: justify;
}
div.imagesized_left {
	text-align: left;
}
div.imagesized_right{
	text-align: right;
}
div.imagesized_center {
	text-align: center;
}
.imagesized_clear {
    clear:both;
    height:1px;
    overflow:hidden; 
}
.imagesized {margin: 2px; padding: 2px; border:1px solid #DDCCFF;}
.gleft {float: left;}
.gright  {float: right;}
.gcenter  {display: block; margin-left: auto; margin-right: auto;}

/*Youtube Responsive Youtube Embed*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}