/*$Id: system.css,v 1.48 2008/01/09 09:56:39 goba Exp $

** HTML elements
*/
BODY.drag
{
	cursor: move;
}
TH.active IMG
{
	display: inline;
}
TR.even, TR.odd
{
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	padding: 0.1em 0.6em;
}
TR.drag
{
	background-color: #FFFFF0;
}
TR.drag-previous
{
	background-color: #FFD;
}
TD.active
{
	background-color: #DDD;
}
TD.checkbox, TH.checkbox
{
	text-align: center;
}
TBODY
{
	border-top: 1px solid #CCC;
}
TBODY TH
{
	border-bottom: 1px solid #CCC;
}
THEAD TH
{
	text-align: left;
/*LTR*/
	padding-right: 1em;
/*LTR*/
	border-bottom: 3px solid #CCC;
}
/*
** Other common styles
*/
.breadcrumb
{
	padding-bottom: 0.5em;
}
DIV.indentation
{
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
/*LTR*/
	padding: 0.42em 0 0.42em 0.6em;
/*LTR*/
	float: left;
/*LTR*/
}
DIV.tree-child
{
	background: url(../../misc/tree.png) no-repeat 11px center;
/*LTR*/
}
DIV.tree-child-last
{
	background: url(../../misc/tree-bottom.png) no-repeat 11px center;
/*LTR*/
}
DIV.tree-child-horizontal
{
	background: url(../../misc/tree.png) no-repeat -11px center;
}
.error
{
	color: #E55;
}
DIV.error
{
	border: 1px solid #D77;
}
DIV.error, TR.error
{
	background: #FCC;
	color: #200;
	padding: 2px;
}
.warning
{
	color: #E09010;
}
DIV.warning
{
	border: 1px solid #F0C020;
}
DIV.warning, TR.warning
{
	background: #FFD;
	color: #220;
	padding: 2px;
}
.ok
{
	color: #008000;
}
DIV.ok
{
	border: 1px solid #00AA00;
}
DIV.ok, TR.ok
{
	background: #DFD;
	color: #020;
	padding: 2px;
}
.item-list .icon
{
	color: #555;
	float: right;
/*LTR*/
	padding-left: 0.25em;
/*LTR*/
	clear: right;
/*LTR*/
}
.item-list .title
{
	font-weight: bold;
}
.item-list UL
{
	margin: 0 0 0.75em;
	padding: 0;
}
.item-list UL LI
{
	margin: 0 0 0.25em 1.5em;
/*LTR*/
	padding: 0;
	list-style: disc;
}
OL.task-list LI.active
{
	font-weight: bold;
}
.form-item
{
	margin-top: 1em;
	margin-bottom: 1em;
}
TR.odd .form-item, TR.even .form-item
{
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
TR.merge-down, TR.merge-down TD, TR.merge-down TH
{
	border-bottom-width: 0 !important;
}
TR.merge-up, TR.merge-up TD, TR.merge-up TH
{
	border-top-width: 0 !important;
}
.form-item INPUT.error, .form-item TEXTAREA.error, .form-item SELECT.error
{
	border: 2px solid #FF0000;
}
.form-item .description
{
	font-size: 0.85em;
}
.form-item LABEL
{
	display: block;
	font-weight: bold;
}
.form-item LABEL.option
{
	display: inline;
	font-weight: normal;
}
.form-checkboxes, .form-radios
{
	margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.marker, .form-required
{
	color: #F00;
}
.more-link
{
	text-align: right;
/*LTR*/
}
.more-help-link
{
	font-size: 0.85em;
	text-align: right;
/*LTR*/
}
.nowrap
{
	white-space: nowrap;
}
.item-list .pager
{
	clear: both;
	text-align: center;
}
.item-list .pager LI
{
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}
.pager-current
{
	font-weight: bold;
}
.tips
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}
DL.multiselect DD.b, DL.multiselect DD.b .form-item, DL.multiselect DD.b SELECT
{
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}
DL.multiselect DD.a, DL.multiselect DD.a .form-item
{
	/*[disabled]width:8em;*/
}
DL.multiselect DT, DL.multiselect DD
{
	float: left;
/*LTR*/
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0;
/*LTR*/
}
DL.multiselect .form-item
{
	height: 1.75em;
	margin: 0;
}
/*
** Inline items (need to override above)
*/
.container-inline DIV, .container-inline LABEL
{
	display: inline;
}
/*
** Tab navigation
*/
UL.primary
{
	border-collapse: collapse;
	padding: 0 0 0 1em;
/*LTR*/
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #BBB;
}
UL.primary LI
{
	display: inline;
}
UL.primary LI A
{
	background-color: #DDD;
	border-color: #BBB;
	border-width: 1px;
	border-style: solid solid none;
	height: auto;
	margin-right: 0.5em;
/*LTR*/
	padding: 0 1em;
	text-decoration: none;
}
UL.primary LI.active A
{
	background-color: #FFF;
	border: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
}
UL.primary LI A:hover
{
	background-color: #EEE;
	border-color: #CCC;
	border-bottom-color: #EEE;
}
UL.secondary
{
	border-bottom: 1px solid #BBB;
	padding: 0.5em 1em;
	margin: 5px;
}
UL.secondary LI
{
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #CCC;
/*LTR*/
}
UL.secondary A
{
	padding: 0;
	text-decoration: none;
}
UL.secondary A.active
{
	border-bottom: 4px solid #999;
}
/*
** Autocomplete styles

Suggestion list*/
#autocomplete
{
	position: absolute;
	border: 1px solid #000000;
	overflow: hidden;
	z-index: 100;
}
#autocomplete UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete LI
{
	background: #FFF;
	color: #000;
	white-space: pre;
	cursor: default;
}
#autocomplete LI.selected
{
	background: #0072B9;
	color: #FFF;
}
/*Animated throbber*/
HTML.js INPUT.form-autocomplete
{
	background-image: url(../../misc/throbber.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
/*LTR*/
}
HTML.js INPUT.throbbing
{
	background-position: 100% -18px;
/*LTR*/
}
/*
** Collapsing fieldsets
*/
HTML.js FIELDSET.collapsed
{
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	height: 1em;
}
HTML.js FIELDSET.collapsed *
{
	display: none;
}
HTML.js FIELDSET.collapsed LEGEND
{
	display: block;
}
HTML.js FIELDSET.collapsible LEGEND A
{
	padding-left: 15px;
/*LTR*/
	background: url(../../misc/menu-expanded.png) no-repeat 5px 75%;
/*LTR*/
}
HTML.js FIELDSET.collapsed LEGEND A
{
	background-image: url(../../misc/menu-collapsed.png);
/*LTR*/
	background-position: 5px 50%;
/*LTR*/
}
/*Note: IE-only fix due to '* html' (breaks Konqueror otherwise).*/
* HTML.js FIELDSET.collapsed LEGEND, * HTML.js FIELDSET.collapsed LEGEND *, * HTML.js FIELDSET.collapsed TABLE *
{
	display: inline;
}
/*For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js.*/
HTML.js FIELDSET.collapsible
{
	position: relative;
}
HTML.js FIELDSET.collapsible LEGEND A
{
	display: block;
}
/*Avoid jumping around due to margins collapsing into collapsible fieldset border*/
HTML.js FIELDSET.collapsible .fieldset-wrapper
{
	overflow: auto;
}
/*
** Resizable text areas
*/
.resizable-textarea
{
	width: 95%;
}
.resizable-textarea .grippie
{
	height: 9px;
	overflow: hidden;
	background: #EEE url(../../misc/grippie.png) no-repeat center 2px;
	border: 1px solid #DDD;
	border-top-width: 0;
	cursor: s-resize;
}
HTML.js .resizable-textarea TEXTAREA
{
	margin-bottom: 0;
	width: 100%;
	display: block;
}
/*
** Table drag and drop.
*/
.draggable A.tabledrag-handle
{
	cursor: move;
	float: left;
/*LTR*/
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em;
/*LTR*/
	padding: 0.42em 1.5em 0.42em 0.5em;
/*LTR*/
	text-decoration: none;
	
}
A.tabledrag-handle:hover
{
	text-decoration: none;
}
A.tabledrag-handle .handle
{
	margin-top: 4px;
	height: 13px;
	width: 13px;
	/*background: url(../../misc/draggable.png) no-repeat 0 0;*/
	background: url("../../../../misc/draggable.png") no-repeat scroll 0 0 transparent
}
A.tabledrag-handle-hover .handle
{
	background-position: 0 -20px;
}
/*
** Teaser splitter
*/
.joined+.grippie
{
	height: 5px;
	background-position: center 1px;
	margin-bottom: -2px;
}
/*Keeps inner content contained in Opera 9.*/
.teaser-checkbox
{
	padding-top: 1px;
}
DIV.teaser-button-wrapper
{
	float: right;
/*LTR*/
	padding-right: 5%;
/*LTR*/
	margin: 0;
}
.teaser-checkbox DIV.form-item
{
	float: right;
/*LTR*/
	margin: 0 5% 0 0;
/*LTR*/
	padding: 0;
}
TEXTAREA.teaser
{
	display: none;
}
HTML.js .no-js
{
	display: none;
}
/*
** Progressbar styles
*/
.progress
{
	font-weight: bold;
}
.progress .bar
{
	background: #FFF url(../../misc/progress.gif);
	border: 1px solid #00375A;
	height: 1.5em;
	margin: 0 0.2em;
}
.progress .filled
{
	background: #0072B9;
	height: 1em;
	border-bottom: 0.5em solid #004A73;
	width: 0%;
}
.progress .percentage
{
	float: right;
/*LTR*/
}
.progress-disabled
{
	float: left;
/*LTR*/
}
.ahah-progress
{
	float: left;
/*LTR*/
}
.ahah-progress .throbber
{
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
	float: left;
/*LTR*/
}
TR .ahah-progress .throbber
{
	margin: 0 2px;
}
.ahah-progress-bar
{
	width: 16em;
}
/*
** Formatting for welcome page
*/
#first-time STRONG
{
	display: block;
	padding: 1.5em 0 0.5em;
}
/*
** To be used with tableselect.js
*/
TR.selected TD
{
	background: #FFC;
}
/*
** Floating header for tableheader.js
*/
TABLE.sticky-header
{
	margin-top: 0;
	background: #FFF;
}
/*
** Installation clean URLs
*/
#clean-url.install
{
	display: none;
}
/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
HTML.js .js-hide
{
	display: none;
}
/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules DIV.incompatible
{
	font-weight: bold;
}
/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form DIV.incompatible
{
	font-weight: bold;
}
/*
** Password strength indicator
*/
SPAN.password-strength
{
	visibility: hidden;
}
INPUT.password-field
{
	margin-right: 10px;
/*LTR*/
}
DIV.password-description
{
	padding: 0 2px;
	margin: 4px 0 0;
	font-size: 0.85em;
	max-width: 500px;
}
DIV.password-description UL
{
	margin-bottom: 0;
}
.password-parent
{
	margin: 0;
}
/*
** Password confirmation checker
*/
INPUT.password-confirm
{
	margin-right: 10px;
/*LTR*/
}
.confirm-parent
{
	margin: 5px 0 0;
}
SPAN.password-confirm
{
	visibility: hidden;
}
SPAN.password-confirm SPAN
{
	font-weight: normal;
}
