/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


body.contentpane {

	width : auto;
	color:#ffffff;
	font-family:Verdana, Arial, Helveti	ca, sans-serif;
	font-size:11px;
}

/* TOC */
table.contenttoc{
	float: right;
}

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

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

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

h1.componentheading {
color:#0299BE;
display:none;
}

.lab_text{
line-height:15px;
}

.orange_arrows_text { 
line-height: 14px; 
padding-left:8px; 
padding-right:2	px; 
background: url(../images/orange_arrow.jpg); 
color: #000000;
background-repeat: no-repeat; 
background-position:1px 5px; 
text-align:justify;
}

.arrows_text { 
line-height: 16px; 
padding-left:10px; 
padding-right: 5px; 
padding-top:3px; 
padding-bottom:0px; 
background: url(../images/arrow_black.gif); 
color: #000000;
background-repeat: no-repeat; 
background-position:1px 9px; 
text-align:justify;
}

.bullerted_text { 
line-height: 16px; 
padding-left:10px; 
padding-right: 5px; 
padding-top:3px; 
padding-bottom:0px; 
background: url(../images/arrow_black.gif); 
color: #000000;
background-repeat: no-repeat; 
background-position:1px 9px; 
text-align:justify;
}

.bullerted_inside_text { 
line-height: 16px; 
padding-left: 45px; 
padding-right: 5px; 
padding-top:3px; 
padding-bottom:15px; 
background: url(../images/arrow_rtl.png); 
color: #000000;
background-repeat: no-repeat; 
background-position:  25px 8px; 
text-align:justify;
}

.readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	width:85px;
	height:25px;
	display:block;
	text-align:left;
	float:right;
	padding-top:2px;
	padding-left:20px;
	margin-right:-20px;
}

.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#996600;
	display:block;
	text-align:left;
	float:right;
	background-image:none;
	text-decoration:underline;
}
.hyperlink_image{
border:none;
text-decoration:none;
}
.clr{
clear:both;
}
.grey_bullerted_text { 
line-height: 18px; 
padding-left: 17px; 
padding-right: 5px; 
padding-top:2px; 
padding-bottom:2px; 
background: url(../images/arrow.jpg); 
color: #000000;
background-repeat: no-repeat; 
background-position:  1px 6px; 
text-align:justify;
}