/* CSS Document */

	.dle_tabPane{
		height:26px;	/* Height of tabs */
	}
	.dle_aTab{
		border:1px solid #CDCDCD;
		padding:5px;		
		
	}
	.dle_tabPane DIV{
		float:left;
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dle_tabPane .tabActive{
		background-image:url('/engine/skins/images/tl_active.gif');
		margin-left:0px;
		margin-right:0px;	
	}
	.dle_tabPane .tabInactive{
		background-image:url('/engine/skins/images/tl_inactive.gif');
		margin-left:0px;
		margin-right:0px;
	}

	.dle_tabPane .inactiveTabOver{
		margin-left:0px;
		margin-right:0px;
	}
	.dle_tabPane span{
		font-family:tahoma;
		vertical-align:top;
		font-size:11px;
		line-height:26px;
		float:left;
	}
	.dle_tabPane .tabActive span{
		padding-bottom:0px;
		line-height:26px;
	}
	
	.dle_tabPane img{
		float:left;
	}
	
.position_blog {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}	



.top_fonts {
	background-image: url(../blogimages/window/top-fonts.gif);
	background-repeat: repeat-x;
}

.bottom_fonts {
	background-image: url(../blogimages/window/bottom-fonts.gif);
	background-repeat: repeat-x;
}

.center_fonts {
	background-image: url(../blogimages/window/left-center.gif);
	background-repeat: repeat-y;
	background-position:left;
	background-color:#FFFFFF;
}

.center_fonts_r {
	background-image: url(../blogimages/window/right-center.gif);
	background-repeat: repeat-y;
	background-position:left;
}




#blog_resize {
    cursor: nw-resize;
}

#blog_repa{
  line-height: 13px;
}

#blog_repa_header {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
    margin-bottom: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	font-family: verdana;
	cursor: move;
}

#blog_repa a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#blog_repa a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}