/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author DayCounts ( Jeremy Magne )
 * @package Joomla
 * @subpackage Accessible-Template-Roq
 * @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.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;
}

ul.menu {
	background-color:#8b7f7a;
}

ul.menuorange{
	background-color:#d87c06;
}

.componentheading{
	color:#d87c06;
}

.moduletable_orange {
	background-color:#d87c06;
}

#main2 .weblinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#main2 .weblinks ul li{
	list-style-type:none;
	margin-bottom:40px;
}

#main2 .weblinks ul li a{
	clear:both;
	position:relative;
	display:block;
	margin-left:35px;
	margin-top:20px;
	text-decoration:none;
	color:#d87c06;
}

.search input.button {
	margin-top:10px;
	position:relative;
	top:4px;
}
.search  {
	margin-bottom:15px;
}

span.caption {
	font-size:9px;
}

/* Module contact */
.ModuleContact {
	color:#8b7f7a;
	padding-left:10px;
	PADDING-BOTTOM:10px;
	padding-top:10px;
}
.ModuleContact h2 {
	color:#CC9111;
	font-size:17px;
	text-transform:uppercase;
}
#directory.menu  {
	background-color:#CC9111;
}
#directory.menu  li{
	background-color:transparent;
	width:179px;
	height:106px;
	margin:0;
}

#directory.menu li a:hover, #directory.menu li a:active, #directory.menu li a:focus {
background:transparent none repeat scroll 0 0 !important;
color:#FFFFFF !important;
}
#directory.menu li a:link, #directory.menu li a:visited {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:normal;
}
#directory.menu li a {
	display:block;
	padding:0;
	text-decoration:none;
	width:179px;
	height:106px;
	}
li
{
margin-left:20px;
}
#directory.menu li a img{
	border:0;
	}
#directory.menu li.active a:link, #directory.menu li.active a:visited {
	background:transparent none repeat scroll 0 0;
	border-bottom:0px solid #4F4641;
	border-left:0px solid #4F4641;
	color:#FFFFFF;
	padding:0;
}

