/* WORDPRESS FRONT BEG */



.wpmlwidget {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0 15px 0;
}

.wpmlwidget fieldset {
    border: none;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: auto;
}

.wpmlwidget fieldset legend {
    font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.wpmlwidget label { cursor: pointer; }
.wpmlwidget form { text-align: left; }
.wpmlwidget select.autowidth { width: auto !important; }
.wpmlwidget select.wpmlcountry { width: 190px !important; }
.wpmlwidget input, .wpmlwidget select, .wpmlwidget textarea {
	font-size: 11px;
	line-height: 19px;
	padding: 2px;
	margin: 0 0 0 0 !important;
}

.wpmlwidget .wpmlloading { margin: 0 0 0 5px; }
.wpmlwidget .wpmlloading img { width: 13px; height: 13px; }

p.wpmlaknowledgement {}



.wpmlwidget .wpmlerror { margin: 15px 0 0 0 !important; }

.wpmlrequired { color: red; font-size: 10px; }
.wpmlwidget p { font-size: 11px !important; }
.wpmlwidget .widefat {
	margin: 0;
/*	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	border: solid 1px #4383b1;
	border-collapse: inherit;
	width: 200px;
	font-size: 11px;
	height: 18px;
}

/*
.button {
	cursor: pointer;
	border: 1px solid #a8d3e4;
	background: url(../../../themes/compositio-wordpress-theme/compositio/images/button-post-comment.png) no-repeat left;
	color:#fff;
	width: auto !important;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 4px 38px !important;
}
*/
.wpmlwidget select.fullwidth {
	width:100% !important;
}

.wpmlwidget .widefat * {
	word-wrap: break-word;
}

.wpmlwidget .widefat a {
	text-decoration: none;
}

.wpmlwidget .widefat td,
.wpmlwidget .widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 11px;
	vertical-align: text-top;
}

.wpmlwidget .widefat td {
	padding: 7px 7px 5px;
	vertical-align: top;
}

.wpmlwidget .widefat thead tr th:first {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.wpmlwidget .widefat thead tr th:last {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.wpmlwidget .widefat tfoot tr th:first {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.wpmlwidget .widefat tfoot tr th:last {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.wpmlwidget .widefat td p {
	font-size: 11px;
}

.wpmlwidget .widefat th {
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
}

.wpmlwidget .widefat th input {
	margin: 0 0 0 8px;
	padding: 0;
	vertical-align: text-top;
}

.wpmlwidget .widefat .check-column {
	width: 2.2em;
	padding: 0;
}

.wpmlwidget .widefat tbody th.check-column {
	padding: 7px 0 22px;
}

.wpmlwidget .widefat .num,
.column-comments,
.column-links,
.column-posts,
.column-parent {
	text-align: center;
}

.wpmlwidget .widefat th#comments {
	vertical-align: middle;
}


/* WORDPRESS FRONT END */

.wpmlcal {}

.wpmlcal td {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}


/* WORDPRESS ADMIN BEG */

ul#wpmlsubmenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

ul#wpmlsubmenu li {
	padding: 0 0 8px 17px;
}

ul#wpmlsubmenu {
	margin: 0;
	list-style: none;
	padding: 6px 0 3px 0;
	border-top: 1px #cccccc solid;
}

ul#wpmlsubmenu li {
	font-size: 14px;
}

ul#wpmlsubmenu a {
	text-decoration: none;
}

ul#wpmlsubmenu a.current {
	color: rgb(213, 78, 33);
}

.wpmllineitem {
	list-style: none;
	margin: 3px 0px !important;
	padding: 2px 5px 2px 5px;
	background-color: #F1F1F1 !important;
	border:1px solid #B2B2B2;
	cursor: move;
	vertical-align: middle !important;
	display: block;
}

.alignright, .wpmlalignright {
	text-align: right !important;
}

p.wpmlerror, div.wpmlerror, span.wpmlerror { margin: 0; background: red; color: #FFF !important; }

/* WORDPRESS ADMIN END */	