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

tr.sectiontableheader {
	background-color: #eee;
}

tr.sectiontableheader td {
	padding: 6px 0px;
} 
table.forme td {
	padding: 2px;
}

table.forme td label {
	padding: 0 4px 0 2px;
}

table.forme span.checkInterest, table.forme span.checkAvailability {
	display: block;
}

div.bannergroup {
	text-align: right;
	padding: 10px 2px 20px 0px;
}

div.bannergroup img {
	border: 0px;
}


/* HOF Membership Application */
table#member_app_header {
	text-align: center;
	width: 100%;
	padding: 5px;
}

table#member_app_mission {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
}

table#member_app_mission td{
	font-size: 14px;
	padding: 5px;
}

table#member_level_header {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	width: 100%;
}

table#member_level_wrapper {
	text-align: center;
	width: 100%;
	margin-left: 100px;
}

table#member_level td{
	background: url('/images/stories/HOF/diveheartLogoLight.gif') no-repeat top left;
	width: 260px;
	padding: 10px 0;
	text-align: center;
	font-family: Arial;
	border: 2px solid #222;
	margin: 10px;
}

table#member_level_footnote {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 100%;
	margin-bottom: 10px;
}

table#member_form_header {
	margin-left: 150px;
}

table#member_form {
	margin-left: 150px;
}
