/**
 * @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
{
	background: #fff;
	background-image: url(../images/bgpage.jpg);
	background-repeat:no-repeat;
/*	background-attachment: fixed;*/
	background-attachment:scroll;
	background-position: top center;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
	margin: 0px;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* 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;
}


/*CSS din celelalte fisiere */

.moduletable {
	background-image: url(../images/bgmenuright.jpg);
	background-repeat:no-repeat;
	float: right;
	background-position:right;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	width: 182px;
	height: 415px;
}

.moduletable_menu
{
	background-image: url(../images/bgmenu.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top: 20px;
	padding-left: 0px;
	width: 182px;
	height: 483px;
}

li {
	display:block;
	padding-left: 10px;
	padding-top: 0px;
	height: 30px;
	float:right;
	}
	
ul.menu {
	list-style:none;
	width:180px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	height: 25px;
	text-align:left;
	display:list-item;
}

.moduletable_menu ul li{
	height:25px;
	}
	
.moduletable_menu ul li a{
	vertical-align:middle;
	color:#FF6600!important;
	font-size:18px;
	text-align:left;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	display:list-item;
	line-height: 18px;
	height: 25px;
	width: 150px;
	padding-top: 0;
}

.moduletable_menu ul li a:hover,#left ul li a:active,#left ul li a:focus {
background:url(../images/btn.jpg) #fff no-repeat;
color:#FF6600!important;
}

.moduletable ul.menu-contact li a {
background:url(../images/dunga_con.jpg) no-repeat;
margin-top:70px;
margin-left:50px;
padding-left:5px;
}

.contentheading {
	background:url(../images/btn.jpg);
	color:#FF6600;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	height: 30px;
}

.componentheading {
	font-size:18px;
	text-transform:uppercase;
	color:#FF6600;
}

.readon {
	font-size:10px;
	float:left;
	text-decoration:none;
	}
	
ul.pagination {
	font-size:12px;
	display:inherit;
/*	float:left; */
	list-style-type: none;
	list-style-position:outside;
	text-align:left;
	line-height: 15px;
}

.counter {
	width: 100%;
	background-color:#FFCC66;
	font-size:12px;
}