/**
 * @version $Id: template.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @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
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {
width : auto;
margin : 10px;
line-height:1.4;
text-align: left;
}

/* 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: 12px;
	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: 12px;
	margin: 0;
}

/**
 ** Added css for mod_language to place it on top
 ** It will override the CSS of media/mod_languages/css/template.css
 **
 **/
.left-menu-item{
    width: 60%;
    float: left;
}

.right-menu-item {
    width: 10%;
    float: right;
    position: relative;
    top: 3px;
}
.menu-lang{
    background: none !important;
}

div.lang_switcher ul li a {
   /*padding: 0px 5px 0px 8px !important; */
   padding: 0px 0px 0px 3px !important;
}

/* for other languages */
.lang-non-active a img{
   border: 2px solid #e8921e; 
}

/* for selected languages */
.lang-active a img{
   border: 2px solid #16a085; 
}

div.mod-languages li {
	margin-left: 0px;
	margin-right: 0px;
}

.optionbar a#btnprint,
.optionbar a.define{
    background-position:left bottom !important;    
}

.optionbar a#btnprint:hover,
.optionbar a.define:hover{
    background-position:left bottom !important;
    opacity: 0.7;    
}

a .a2a_svg{
    color: grey !important;
}

div.icons ul.dropdown-menu{
    width: auto !important;
    float: right;
}


div.icons{
    overflow: hidden;
    margin: 2px 0px 5px 0px;
	width:auto;
}


div.icons .dropdown-menu li{
    list-style: none !important;
    float: left !important;
    margin: 0px 0px 0 3px;
}

div.icons .dropdown-menu li.print-icon a:hover img{
    opacity: 0.7;
}
