/**
* @Created:		p30doctor.com (Abolfazl Talebi)
* @version:		P30 Life Expectancy Calc
* @package:		Joomla
* @copyright:	Copyright (C) 2010 P30doctor.com. All rights reserved.
* @license:		GNU/GPL, see LICENSE.php
* @Email:		abimanager@gmail.com
* 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.
*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}

#basic-accordian{
	/* border:5px solid #EEE; */
	padding:5px;
	width:98%;
	position:relative;
	z-index:2;

}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:5px;
	background:#EEE;
}

.header_highlight{
	background:#00CCFF;
}
.tab_container *{
	float:left;
	width:100px;
}

