body.pmlc_plugin hr {
	height: 1px;
	border-width: 0px;
	color: #ddd;
	background-color: #ddd;
	margin-bottom: 15px;
}
.pmlc_plugin .toggler {
	cursor: pointer;
}
.pmlc_plugin .toggler span.indicator {
	font-family: monospace;
	font-style: normal;
}
.pmlc_plugin a.help {
	overflow: hidden;
	text-indent: -99999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url("../img/help.png");
	vertical-align: middle;
	margin-left: 5px;
}
.pmlc_plugin .loading {
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.pmlc_plugin a.add-new {
	font-size: 18px;
	background-color: #eee;
	cursor: pointer;
	padding: 6px 10px 6px 10px;
	line-height: normal;
	font-style: normal;
	color: #464646;
	border-color: #bbb;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px;
    border-style: solid;
    border-width: 1px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	text-decoration: none;
}
.pmlc_plugin a.add-new:hover {
	border-color: #666666;
	color: #000;
}

.pmlc_plugin .meter input[type="button"] {
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 10px;
	-position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	vertical-align: middle;
}
.pmlc_plugin .meter input[type="button"].up {
	margin-top: -14px;
	background-image: url("../img/arr-up.gif");
}
.pmlc_plugin .meter input[type="button"].down {
	margin-top: 8px;
	margin-left: -16px;
	background-image: url("../img/arr-down.gif");
}


.pmlc_plugin #__modal.ui-dialog-content {
	background-color: #F9F9F9;
}
.pmlc_plugin input.smaller-text {
	width: 15em;
}
.pmlc_plugin textarea.regular-text {
	width: 33em;
}
.pmlc_plugin textarea.code {
	white-space: nowrap;
}
.pmlc_plugin input.note[title] {
	color: #999;
}
.pmlc_plugin input.datepicker {
	width: 10em;
	background-image: url("../img/date-picker.gif");
	background-repeat: no-repeat;
	background-position: right;
}
.pmlc_plugin .color-picker {
	background: url("../img/color-picker-arrow.gif") no-repeat scroll right bottom transparent;
	display: inline-block;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	cursor: pointer;
	height: 20px;
	line-height: 16px;
	margin: 1px;
	vertical-align: top;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	width: 20px;
}
.pmlc_plugin select.country {
	width: 170px;
}
.pmlc_plugin select.rule {
	width: 120px;
}
.pmlc_plugin form .warning {
	color: red;
}


.pmlc_plugin form .submit-buttons {
	padding-top: 20px;
	padding-bottom: 10px;
}
	.pmlc_plugin form .submit-buttons input[type="submit"] {
		float: right;
	}
.pmlc_plugin form .submit-options {
	float: left;
	margin-right: 40px;
}
.pmlc_plugin form[name="link"],
.pmlc_plugin form[name="settings"],
.pmlc_plugin form[name="keyword"] {
	width: 700px;
}
.pmlc_plugin form[name="settings"] table.form-table th {
	vertical-align: middle;
}

.pmlc_plugin form div.load-preset {
		float: right;
		font-size: 11px;
		padding-top: 10px;
	}
.pmlc_plugin form[name="settings"] div.load-preset {
	padding-top: 24px;
}
	.pmlc_plugin form div.load-preset a {
		color: #777;
	}
	.pmlc_plugin form[name="link"] div.load-preset select {
		width: 170px;
	}
.pmlc_plugin a.destination-set {
	margin: 2px;
}
	.pmlc_plugin a.destination-set span {
		padding-right: 1.4em;
		background-image: url("../img/arrow-green.gif");
		background-repeat: no-repeat;
		background-position: 100% -3px;
	}
	.pmlc_plugin a.destination-set.empty span {
		background-image: url("../img/arrow-red.gif");
	}

.pmlc_plugin .destination-type-container {
	padding: 4px 10px 5px 10px;
}
.pmlc_plugin .destination-type-container.selected {
	border: 1px solid rgb(181, 230, 29);
	background-color: rgb(242, 251, 217);
	padding-bottom: 10px;
}

.pmlc_plugin .sub-options {
	padding-left: 20px;
	line-height: 24px;
}

.pmlc_plugin form[name="keyword"] > table.form-table td {
	vertical-align: top;
	font-size: inherit;
}

.pmlc_plugin table.form-table {
	margin-bottom: 0px;
}
	.pmlc_plugin table.form-table tr.template {
		display: none;
	}
	.pmlc_plugin table.form-table .sub-row {
		padding: 0px 4px 4px 30px;
	}
	
.pmlc_plugin table.form-table.keywords-style,
.pmlc_plugin table.form-table.link {
	margin-top: 0px;
}
	.pmlc_plugin table.form-table.keywords-style th[scope="row"] {
		width: 110px;
	}	
	.pmlc_plugin table.form-table.keywords-style select {
		width: 100px;
	}
	.pmlc_plugin table.form-table.keywords-style input[type="text"] {
		width: 78px;
	}
	.pmlc_plugin table.form-table.keywords-style input[name="keywords_font_size"] {
		border-right: none;
		margin-right: 0px;
		width: 60px;
	}
	.pmlc_plugin table.form-table.keywords-style select[name="keywords_font_size_unit"] {
		border-left: none;
		margin-left: -4px;
		-padding: 3px 2px !important;
		vertical-align: top;
		width: 46px;
	}
	
	.pmlc_plugin table.form-table.options .textarea-container {
		padding: 4px 4px 4px 16px;
	}

	.pmlc_plugin table.form-table.link th {
		white-space: nowrap;
		padding: 4px;
	}
	.pmlc_plugin table.form-table.link td {
		padding: 2px 4px;
	}

.pmlc_plugin table.form-table.dest {
	font-size: 11px;
}
.pmlc_plugin table.form-table.dest.auto-matches {
	width: 640px;
	margin-left: 16px;
}
.pmlc_plugin table.form-table.dest.by-country {
	width: 660px;
}
.pmlc_plugin .destination-mode-advanced table.form-table.dest.by-country {
	width: 350px;
}
	.pmlc_plugin table.form-table.dest.by-country th {
		width: 180px;
	}
.pmlc_plugin table.form-table.dest.by-rule {
	width: 660px;
}
.pmlc_plugin .destination-mode-advanced table.form-table.dest.by-rule {
	width: 480px;
}
	.pmlc_plugin table.form-table.dest.by-rule th {
		width: 130px;
	}
	.pmlc_plugin table.form-table.dest.by-rule td.pattern {
		width: 190px;
	}
	
	.pmlc_plugin table.form-table.dest td, .pmlc_plugin table.form-table.dest th {
		padding: 0px;
		height: 26px;
	}
	.pmlc_plugin table.form-table.dest a {
		color: #000000;
	}
	.pmlc_plugin table.form-table.dest th {
		padding-left: 10px;
		vertical-align: middle;
	}
	.pmlc_plugin table.form-table.dest td.action {
		padding-left: 8px;
		width: 20px;
	}
	.pmlc_plugin table.form-table.dest td.action.auto {
		padding-left: 2px;
	}
	.pmlc_plugin table.form-table.dest.destination-set td.weight {
		width: 65px;
	}
	.pmlc_plugin table.form-table.dest.destination-set td.tip {
		padding-left: 2em;
		background-image: url("../img/help.png");
		background-repeat: no-repeat;
		background-position: 0px 6px;
	}
	.pmlc_plugin table.form-table.dest.destination-set td.action.add {
		vertical-align: top;
		padding-top: 4px;
	}

.pmlc_plugin span.loading {
	background-image: url("../img/loading-icon.gif");
	width: 16px;
	display: inline-block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}

.pmlc_plugin table.widefat th {
	white-space: nowrap;
}
.pmlc_plugin table.widefat th.ASC a {
	background-image: url("../img/screen-options-right-up.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;
}
.pmlc_plugin table.widefat th.DESC a {
	background-image: url("../img/screen-options-right.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;
}
.pmlc_plugin table.widefat.pmlc-admin-links th.column-slug {
	width: 400px;
}
.pmlc_plugin table.widefat.pmlc-admin-links th.column-id {
	width: 1px;
}
.pmlc_plugin table.widefat.pmlc-admin-statistics th {
	width: 1px;
}
.pmlc_plugin table.widefat.pmlc-admin-statistics th.column-name {
	width: auto;
}
.pmlc_plugin table.widefat.pmlc-admin-keywords th.column-url {
	width: 50%;
}
.pmlc_plugin table.widefat.pmlc-admin-keywords th.column-id {
	width: 1px;
}

.pmlc_plugin .tablenav select[name="bulk-action"], .pmlc_plugin .tablenav select[name="bulk-action2"] {
    width: 130px;
}
.pmlc_plugin .tablenav .actions.links {
	font-size: 11px;
} 

.pmlc_plugin .graph {
	height: 160px;
	margin: 0px 30px 10px 25px;
}
.pmlc_plugin .graph .jqplot-axis{
	font-size: 85%;
}
.pmlc_plugin .graph .jqplot-highlighter-tooltip{
	font-size: 100%;
	z-index: 9999;
}

/* FIX: modal dialog overlay in IE 8 */
.pmlc_plugin .ui-widget-overlay {
	position: fixed !important;
}

/* FIX: for wordpress 3.1 not to add empty space */
.pmlc_plugin .ui-dialog {
	position: absolute !important;
}