/* Stylesheet for the CentralNotice extension.
 *
 * @file
 * @ingroup Extensions
 * @author Ryan Kaldari <rkaldari@wikimedia.org>
 * @copyright © 2010 by Ryan Kaldari
 * @licence GNU General Public Licence 2.0 or later
 */

fieldset.prefsection {
	margin:0;
	padding: 1em;
	border-top: 1px solid;
}
#preferences fieldset.prefsection:first-child {
	border-top: none;
}
#preferences fieldset.prefsection h2,
h2.cn-special-section {
	border:none;
}
#preferences div.cn-pager {
	margin:1em 0;
}
#preferences div.cn-error {
	color:#AA0000;
	margin:1em;
}
#preferences fieldset.prefsection div.cn-error {
	margin:0;
}
#preferences table#envpicker {
	margin-bottom: 1em;
}
#preferences table#envpicker td {
	white-space:nowrap;
}
#preferences .cn-date-column {
	white-space:nowrap;
}
#preferences td.cn-timepicker {
	text-align: left; /* To ensure RTL flipping */
}
#preferences input#clone {
	margin-left:0.25em;
}
#preferences fieldset.prefsection fieldset.cn-bannerpreview {
	border: 1px solid;
	margin-top: 0;
}
#preferences div#fundraisingInterface {
	margin-left:1.6em;
	margin-right:1.6em;
}
#preferences div#cn-log-filters-container {
	margin: 1em 0;
}
#preferences table {
	width: auto;
}
#preferences div#cn-log-filters table td {
	padding: 0.5em;
}
#preferences table#cn-campaign-logs td.primary {
	white-space: nowrap;
}
#preferences table#cn-campaign-logs td.primary,
#preferences table#cn-campaign-logs td.primary-summary {
	background-color: #F0F0F0;
}
#preferences .cn-new-value {
	color: #006400;
}
#preferences .cn-old-value {
	color: #8B0000;
}
#preferences .cn-log-label {
	font-weight: bold;
}
#preferences .cn-filter-buttons {
	margin-right: 0.5em;
}
#preferences #cn-log-switcher label {
	margin-right: 1em;
}
#preferences #cn-template-searchbox {
    border: 1px solid #CCCCCC;
    line-height: 1.5em;
    margin: 1em 0;
    padding: 0 1em 1em;
    display: block;
}
#preferences #cn-template-searchbox legend {
    font-size: 95%;
    color: black;
}
#preferences #cn-template-searchbox label,input {
    margin-right: 0.25em;
}
#preferences a.cn-banner-title {
	font-size: large;
	margin-top: 1em;
}

.banner-editing-top-hint {
	margin-bottom: 0.2em;
	/* Leaving room for the background image. */
	padding-left: 17px !important;
	/* @embed */
	background: url('down-arrow-ltr.png') no-repeat scroll left center transparent;
}

.select-hint {
	margin-top: 0.2em;
	/* Leaving room for the background image. */
	padding-left: 17px !important;
	/* @embed */
	background: url('up-arrow-ltr.png') no-repeat scroll left top transparent;
}

select.cn-multiselect {
	width: 500px;
	height: 175px;
}

/* Vector-specific definitions */
body.skin-vector #preferences fieldset.prefsection {
	border-color:#CCCCCC;
}
body.skin-vector #preferences fieldset.prefsection fieldset.cn-bannerpreview {
	border-color:#CCCCCC;
}

/* Monobook-specific definitions */
body.skin-monobook #preferences fieldset.prefsection {
	border-color:#AAAAAA;
}

/* For HTMLForm generated forms */
form .error {
	color: #000000;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	background-color: #FFCCCC;
	border: 2px solid #FF0000;
}