/*  Copyright 2008 Eric Schulz. All Rights Reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Plugin Name: Profiler
Plugin URI: http://www.visualguides.org/profiler/
Author: Eric Schulz
Author URI: http://www.visualguides.org/
*/

/*tabs*/
.tabbed_bottom{
	margin-top:20px;
	min-height:100px;
}
.tabbed_bottom .tabs .tab{
	background:url(../../themes/archpei/style/images/tabs/subtabs.jpg) no-repeat 0 -35px;
	height:22px;
	padding:10px 0 7px 0;
	font-weight: normal;
	float:left;
	position:relative;
	width:113px;
	text-align:center;
}

.tabbed_bottom .tabs .tab.selected{
	background:url(../../themes/archpei/style/images/tabs/subtabs.jpg) no-repeat 0 -1px;
}

.tabbed_bottom .tabs .tab a{
	padding:0 5px;
	display:inline;
}

#events{
	clear:both;
}

#images{
	clear:both;
	display:none;
}

#directions{
	clear:both;
	display:none;
}

/*hall stuff*/
#hall_page_map{
	height:300px;
	width:300px;
	margin-right:30px;
	float:right;
	border: 1px black solid;
}

#all_halls_map{
	height:350px;
	width:600px;
	border:1px solid black;
	margin:0 auto;
}

.hall_table{
	
}

.clear{
	clear:both;
}
.margBottom20{margin-bottom:20px}
	/*
	Formatting for the user profiles, member directory, and stats widget
	*/
	.pfprofile {
		text-decoration: none; 
		border: none;
		}
		
	.pfprofile h2 {
		}
		
	.pfprofile h3 {
		color:#C7532C;
		font-size:22px;
		font-weight:bold;
		/*
		border-bottom: 1px dotted #D9D9D9;
		margin: 0px;
		width: 155px;
		padding: 11px 0px 3px 0px;*/
		}
		
	.pfprofile h4 {
		color:#C7532C;
		font-size:16px;
		font-weight:bold;
		}
		
	.pfprofile p {
		font-size: 15px;
		}
		
	.pfprofile a {
		font-size: 15px;
		line-height: 22px;
		}
		
		
	.pfdirectory table {
		border: none;
		border-collapse: collapse;
		margin: 15px auto 0px auto;
		width: 90%;
		}
	
	.pfdirectory th {
		text-align: left;
		font-size: 16px;
		padding: 0px 0px 0px 6px;
		}
	
	.pfdirectory td {
		font-size: 14px;
		padding: 3px 6px 3px 6px;
		}
		
	.pfback {
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: -15px 0 10px 0;
		}
		
	.pfpagisingle {
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
	
	.pfpagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		}
		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}

