
/*TABLES*/
.lsd_table{
	border: 1px solid #6F6F6F;
}
.lsd_table td{
	padding: 2px;
	border-top: 1px solid #6F6F6F;
	border-right:1px solid #EFEFEF;
}
.lsd_table th{
	padding: 3px;
	border-right:1px solid #6F6F6F;
	border-bottom: none;
}
.lsd_table th.right, .lsd_table td.right{
	border-right:none;
}
.lsd_option_table th{
	text-align:left;
}
.lsd_option_table td{
	padding:2px;
}

.ui-state-error, .ui-state-highlight{
padding:0px 2px;
}
/*Hack add to any*/
#a2apage_powered_by{
	display:none;
}


/* ADMIN panel */

.wp-admin #wphead, .wp-admin #footer{
	height:50px;
	background-color:#101319;
	line-height:50px;
}
#wphead #header-logo{
	width:259px;
	height:42px;
	background:transparent url(../images/lasonde-logo.png) no-repeat;
}

#wphead #site-heading {
	text-indent:-9999px;
}
#footer-upgrade{
	display:none;
}
#wpcontent{
	font: 13px/1.5 'Lucida Grande', Helvetica, Arial, sans-serif;
	color:#444;
	background-color:#F2F3F3;

}
