/* 	HEADER 
	----------------------------------------------------------------- 
*/

.header {
	background-color: #4f4f50;
	background-image: url("http://community.freshbooks.com/images/headers/background_dev.gif");
	height: 132px;
	color: #ffffff;
	font-size: 11px;
}

.header .section {
	text-align: right;
	height: 96px;
}

.header .tabs {
	list-style: none;
	margin-left: 25px;
	padding: 0;
	float: left;
	overflow: hidden;
}

.header ul.tabs {
	margin-left: 11px;
	margin-top: 0px;
}

.header .tabs li {
	float: left;
	margin-right: 5px;
}

.header .tabs li a {
	height: 36px;
	line-height: 36px;
	display: block;
	float: left;
	padding: 0 15px;
	background-color: #6a6a6a;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.header .tabs li a:hover {
	text-decoration: underline;
}

.header .tabs li a.active {
	background-color: #ffffff;
	color: #595959;
}

/* notice at the top of website */
#notice {
	background-color: #ff9;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #d9d96c;
}
#notice div {
	width: 840px;
	text-align: left;
	margin: 0 auto;
}
#notice p {
	padding: 0;
}



/* 	FOOTER 
	----------------------------------------------------------------- 
*/

.footer {
	margin-top: 22px;
	background-color: #fffcde;
	border-top: solid 1px #efe6c9;
	padding: 22px 0;
}

.footer .copyright {
	clear: both;
}



/* 	FAQ ENTRY IMAGES
	----------------------------------------------------------------- 

	Formatting of the images that go with each FAQ answer
*/

.faq_entry img.clear {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border: 0px;
	display: inline;
	float: none;
}

.faq_entry img {
	padding: 11px;
	margin: 13px;
	background-color: #f6f6f6;
	border: solid 1px #dddddd;
	display: block;
	float: right;
}

.faq_entry img.full {
	padding: 11px 11px 11px 12px;
	margin: 0;	
	float: none;
}



/* 	FAQ ENTRY SCREENCAST 
	----------------------------------------------------------------- 
	
	Formats the Screencast that can go with a faq entry
*/

.faq_entry .screencast {
	display: inline-block;
	margin: -1em 0 1em 0;
}



/* 	FORUMS 
	----------------------------------------------------------------- 
*/

.taright {
	text-align: right;
}

a.nohover:hover {
	background-color: transparent;
}