/**
 * @copyright	Alexandr Oshurkov
 * @e-mail		a.oshurkov@gmail.com
 * @website		www.oshurkov.com
 */

/* ----------------------------------------------------------------------------------------------------------
1) Joomla! specific elements
---------------------------------------------------------------------------------------------------------- */
/* Polls */
.pollstableborder td {
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------
2) Joomla! system styles
---------------------------------------------------------------------------------------------------------- */
.clr {
	clear: both;
}

/* Search Highlight */
.highlight {
	background: #FFC;
	font-weight: bold;
	padding: 1px 5px;
}

/* JS Validator */
.invalid {
	color: #C00;
}

/* Tooltips
-----------------------------------------------------------------------------*/
.tool-tip {
	background: #FFC;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: -15px 0 0;
	padding: 15px 0 5px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Messages
-----------------------------------------------------------------------------*/
/* System Standard Messages */
#system-message {
	margin-bottom: 20px;
}

#system-message dd.message ul {
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-bottom: 3px solid #84A7DB;
	border-top: 3px solid #84A7DB;
	margin: 0;
	padding-left: 40px;
	text-indent: 0;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-bottom: 3px solid #DE7A7B;
	border-top: 3px solid #DE7A7B;
	color: #C00;
	margin: 0;
	padding-left: 40px;
	text-indent: 0;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-bottom: 3px solid #F0DC7E;
	border-top: 3px solid #F0DC7E;
	color: #C00;
	margin: 0;
	padding-left: 40px;
	text-indent: 0;
}