﻿@charset "utf-8";
@import "myMoney.css";
/***********************************************************************************
 *
 * Styles specific to the FAQ Page
 * The Below overwrites anything conflicting with myMoney.css
 ************************************************************************************/
h2 {
	border-style: solid;
	border-width: 1px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 1em 0px;
	padding: 4px 8px;
}
	#tabs h2 {
		display: inline-block;
		margin: 1em 1.5em;
		cursor: pointer;
	}
	h2.green { 
		/*background: url('../images/faq/faqheader-green.png') repeat-x 0 0;*/
		background-color:#336600;
		color: #fff;
		border-color: #006600;
	}
	h2.blue { 
		/*background: url('../images/faq/faqheader-blue.png') repeat-x 0 0;*/
		background-color:#006699;
		color: #fff;
		border-color: #003366;
	}
	h2.gold { 
		/*background: url('../images/faq/faqheader-gold.png') repeat-x 0 0;*/
		background-color:#72623f;
		color: #fff;
		border-color: #B7A57B;
	}
	h2.red { 
		/*background: url('../images/faq/faqheader-red.png') repeat-x 0 0;*/
		background-color:#723f3f;
		color:#fff;
		border-color: #B87A7A;
	}
	h2.purple { 
		/*background: url('../images/faq/faqheader-purple.png') repeat-x 0 0;*/
		background-color:#593f72;
		color: #fff;
		border-color: #997AB8;
	}
	
	h3 {
	/*margin: 1em 0px;*/
	text-align:center;
	font-size:18pt;
	font-family:Arial Black;
}

dl { font-size: 12.8px; margin-left: 32px;}
dd { margin-left: 32px;	margin-bottom: 1.2em;}
dt { font-weight: bold;}

div#wrapper-content { padding-top: 0px; }
	#navbar { margin-left: 162px; }
	#login, #navbar { font-size: 12px; }

	.container {
		background: white no-repeat center center;
		border: solid 2px #5986a7;
		padding: 5px;
	}
		#canvas dt {
			cursor: pointer;
		}
			dt.question {
				color: #444444;
				background: #b2b2b2 url('../images/faq/faqquestion.png') repeat-x 0 0;
				padding: 2px 4px;
				border-color: #bfbfbf;
				border-width: 1px 2px;
				border-style: solid;
			}
			dt.selected {
			}

	.stratum { height: 24px; float: left; clear: left; margin: 0 1em 0 0;}
