/*                                                                      */
/*  Copyright (C) 2006-2007 OneGreatFamily.com. All Rights Reserved.    */
/*                                                                      */
/*  The styles used in all pages.                                       */
/*                                                                      */
/*  Only make masterTable a fixed width! All other elements should      */
/*  support stretching.                                                 */
/*                                                                      */

    .HeaderActionPanel
	{
		color: #0f3859;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: 11px;
		float: right;
		text-align: center;
	}
	.HeaderActionPanel a
	{
		color: #385075; 
		text-decoration: none;
	}
	.HeaderActionPanel a:hover
	{
		text-decoration:underline;
	}
	.HeaderActionPanel a.important
	{
		color: #EE5A02;
		font-weight: bold;
	}
	.HeaderActionPanel h4
	{
		padding:0;
		margin:0;
		font-size: 12px;
		color:#0F3859;
		font-weight:normal;
	}
	.HeaderActionPanel span
	{
		font-size:12px;
		color:#ee5a02;
	}

	.HeaderPanel
	{
		background-color:#DBE6EC;		
		padding: 1px 7px 1px 7px;
		margin: 4px;		
	}
	.HeaderPanel a
	{
		color: #3a638f;		
	}
	
    #NavLinkDivider
    {
        color:#385075;
    }

	#Navigation
	{
		height: 20px;
		background-color: Black;
		margin:0;
		padding:0;
		line-height:20px;
	}
	#Navigation a
	{
		color: #A0A1A4;
		font-family: Verdana,Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	#Navigation a:hover
	{
		color:White;
	}
	#Navigation ul
	{
		margin: 0;
		margin-left:20px;
		padding:0;
	}
	#Navigation li
	{
		display: inline;
		list-style-type: none;
		padding-right: 15px;
	}	
	#TabbedNavigationRegion
	{		
		float:left;
		width: 100%;
		background: url(/Controls/images/TabbedNavBackground.png) repeat-x top left;
		text-align: center; 
		line-height:normal;
		font-size:11px;
		/*border:3px solid yellow;*/
	}
	#TabbedNavigationRegion ul
	{
		width: 732px;
		margin: 0 auto;
		padding:0;
		list-style:none;
		/*border:3px solid red;*/}
	#TabbedNavigationRegion li
	{
		float: left;
		background: url(/Controls/images/InactiveTab_Right.png) no-repeat right top;
		margin: 0;
		padding: 0;
		margin-right: 5px;
	}
	#TabbedNavigationRegion .current
	{
		background-image: url(/Controls/images/ActiveTab_Right.png);
	}
	#TabbedNavigationRegion .current a
	{
		background-image: url(/Controls/images/ActiveTab_Left.png);
		color: Black;
	}
	#TabbedNavigationRegion a
	{
		float: left;
		display: block;
		background: url(/Controls/images/InactiveTab_Left.png) no-repeat left top;
		font-family: Georgia,Times New Roman, Serif;
		text-decoration: none;
		color: White;
		padding: 16px 11px;
	}
	#TabbedNavigationRegion img
	{
		border: 0;
	}
	#TabbedNavigationRegion .TabTitle
	{
		font-size: 21px;
	}
	#TabbedNavigationRegion .HalfTabTitle
	{
		font-size: 18px;
	}
	#TabbedNavigationRegion .TabSubtitle
	{
		font-size: 10px;
	}
	.MoreAboutOneGreatFamilyTabClass
	{
		background-image: url(/Controls/images/InactiveHalfTab_Right.png);
	}
	.MoreAboutOneGreatFamilyLinkClass
	{
		background-image: url(/Controls/images/InactiveHalfTab_left.png);
		padding-top: 40px;
		padding-bottom: 7px;
	}

	.sprite-searchBtnFamTree {
		margin-top: 10px;
		border-width: 0;
		background-image: url('/images/sprite.png');
		background-position: 0 0;
	}
	.sprite-searchBtnFamTree:hover {
		background-image: url('/images/sprite.png');
		background-position: 0 -25px;
	}
	.sprite-startResearch {
		margin-top: 10px;
		border-width: 0;
		background-image: url('/images/sprite.png');
		background-position: 0 -96px;
	}
	.sprite-startResearch:hover {
		background-image: url('/images/sprite.png');
		background-position: 0 -121px;
	}


/*from the homepage

		#Content {width:784px}
		#ContentBody {padding:0}
		.trialBanner a
		{
			display: block;
			background: url(/images/homepage/home_trial_off.gif) no-repeat;
			height: 109px;
			text-decoration: none;
			position: relative;
		}
		.trialBanner a:hover
		{
			display: block;
			background: url(/images/homepage/home_trial_on.gif) no-repeat;
			height: 109px;
			text-decoration: none;
			position: relative;
		}
		.trialBanner a table
		{
			color: #000;
			font: normal 18px Helvetica, Arial, sans-serif;
			position: absolute;
			top: 12px;
			left: 20px;
			width: 280px;
			height: 65px;
		}
		.trialBanner a table tr td
		{
			line-height: 18px;
			color: #000;
			font: normal 18px Arial, sans-serif;
		}
		.HomeContent {margin: 0}   */
	