/**
 * @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.
 */



/*Tags general styles*/

div
{
	position: relative;		
}
a:link,a:visited,a:hover,a:active,a:focus
{
	color: #607624; /*89a833;*/
	text-decoration: none;
}
h1
{
    font-size:20px;
    line-height:22px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
}

h4 {
	border: solid 0;
	color: #000;
	font-size: 1em;
}

fieldset {
	border:0;
}
img
{
	border: 0px none;
}
p {
	line-height:1.4em;
	margin: 10px 0;
}

ul, li
{
	list-style: none;
}

p.counter {
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading 
{	
	text-align: right;
	line-height: 1em;
	margin: 0 0 5px 0;
}

.buttonheading img
{
	border:0;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border: 0px none;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	color:#000;
}

em
{
	font-weight:bold;
}


/*clearone*/
.clearone {
	clear: both;
	font-size: 0px;
	line-height: 0px; 
}

/* 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;
}
/*fonts and text color*/
.greentxt {
	color: #acc241 !important;	
}
.graytxt
{
	color: #777 !important;
}
.redtxt
{
	color: #f73838 !important;
}
.bold
{
	font-weight: bold;
}
/*class style*/
.divmenu
{
	position: relative;	
}
