/* global 'settings' */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%; /*necessary for letting container get the full height*/
	overflow: hidden;
}
body {
	height: 100%; /*necessary for letting container get the full height*/
	text-align: center; /*get ie<7 to show childs centered*/
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	overflow: auto;
	color: gray;
	background-color: #EEEEEE;
}
/* class for specifying an element centered on page */
.centered {
	width: 848px;
	margin: 0 auto;
}
.centeredFlash {
	height: 100%;
	width: 1024px;
	margin: 0 auto;
}
/*general link styles*/
a {
	text-decoration: none;
	color: orange;
}
a:hover {
	text-decoration: underline;
}
a[href^="http://"] {
	background-image: url(../img/link_ext.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right;
	padding-right: 13px;
}
/*headings*/
h1 {
	color: orange;
	font-size: 14px;
}
h2 {
	margin: 1em 0;
	color: #555555;
	font-size: 130%;
}
h3 {
	color: #555555;
	font-size: 110%;
}
/*paragraphs*/
p {
	margin-bottom: 1em;
}

/* list for links */
ul.links {
	list-style-type: none;
	float: clear;
	width: 100%;
	height: 100%;
}
ul.links li {
	float: left;
	height: 100%;
}
ul.links li a {
	text-decoration: none;
	color: black;
	background-image: none;
	background: transparant;
	padding: 0;
}
/*our containers have this class*/
.container {
	position: relative; /*makes sure any positioning of childs behaves as expected*/
	width: 100%;
	overflow: visible;
}

/* general container */
#pagecontainer {
	height: 768px;
	text-align: left; /*undo the ie<7 child-centering 'setting'*/
	background: transparent;
}
/*other containers*/
#topcontainer{
	height: 352px;
	background-color:#FFFFFF;
}
#contentcontainer {
	height: 396px;
}
#footercontainer{
	height: 20px;
	background-color:#FFFFFF;
}
/* using background image let's us scale the background image!*/
.backgroundimg {
	position: absolute;
	width: 100%;
	color: white;
	z-index: -1;
}
#headerbackground {
	height: 37px;
	top: 0;
	z-index:0;
}
#centershade {
	height: 77px;
	top: 0;
}
#bottomshade {
	height: 77px;
	bottom: 0;
}
/* header styles */
#header {
	height: 37px;
}
#companyname {
	float:left;
	margin-top: 12px;
}
#headerlinks {
	float: right;
	font-size: 11px;
	margin-top: 12px;
}
#headerlinks span {
	display: block;
	padding-left: 20px;
}
#headerlinks a {
	color: white;
}
#headerlinks a:hover {
	color: orange;
}
#headerlinks li {
	height: 100%;
}

/* content styles */
#topcontent {
	height: 315px;
}
#bottomcontent {
	overflow: auto;
	height: 349px;
}
#footerseparator {
	height: 47px;
}
/* footer styles */
#footer {
	text-align: center; /* necessary to let ie 8 (also in compatmode) render the footerlinks centered */
}
#footerlinks {
	position: relative;
	bottom: 47px;
	color: black;
	width: 628px;
	height: 47px;
	margin: 0 auto;
	background: transparent;
	font-size: 80%;
	z-index: 1;
}

#footerlinks li {
	height: 100%;
	width: 157px;
	text-align: center;
	font-weight: bold;
}
#footerlinks li span {
	display: block;
	margin-top: 25px;
}
#footerlinks li.current span {
	color: orange;
}

#footerlinks li.current a {
	color: orange;
}
#footerlinks li a {
	color: gray;
}
#footerlinks li a:hover {
	color: orange;
}

#footerlinks li.inactive {
	background: url("../img/bg_tab.gif") no-repeat;
}
#footerlinks li.current {
	background: url("../img/bg_tab_selected.gif") no-repeat;
}

#althdr_buttons {
	clear: right;
	float: right;
	background: transparant;
	margin-top: 50px;
}
#althdr_buttons ul {
	list-style-type: none;
}
#althdr_buttons a {
	display: block;
	text-decoration: none;
}
#althdr_buttons li {
	float: right;
	margin-left: 10px;
}
#althdr_buttons li a {
	height: 32px;
	width: 154px;
	background: url("../img/btn_althdr_sprite.gif");
}
#althdr_buttons li#getfeedforward a {
	background-position: 154px 0;
}
#althdr_buttons li#getfeedforward a:hover {
	background-position: 0 0;
}
#althdr_buttons li#howdoesitwork a {
	background-position: 154px -32px;
}
#althdr_buttons li#howdoesitwork a:hover {
	background-position: 0 -32px;
}
/* content available on all pages */
#homepage_buttons {
	float: right;
	background: transparent;
	margin-top: 95px;
}
#homepage_buttons ul {
	list-style-type: none;
}
#homepage_buttons a {
	display: block;
	text-decoration: none;
}
#homepage_buttons li a {
	height: 60px;
	width: 257px;
	background: url("../img/btn_sprite.gif");
}
#homepage_buttons li#howdoesitwork a {
	background-position: 0 0;
}
#homepage_buttons li#howdoesitwork a:hover {
	background-position: 257px 0;
}
#homepage_buttons li#getfeedforward a {
	background-position: 0 -70px;
}
#homepage_buttons li#getfeedforward a:hover {
	background-position: -257px -70px;
}
#homepage_buttons li#examples a {
	background-position: 0 -140px;
}
#homepage_buttons li#examples a:hover {
	background-position: -257px -140px;
}
#fflogoenwidget {
	float: left;
	margin-top: 20px;
}
#ffwidget {
	float: left;
	margin-top: 10px;
}
#fflogo {
	float: right;
	margin-top: 30px;
}
#innerbottomcontent {
	margin-top: 30px;
}
.longcontent {
	height: 100%;
}
.shortcontent {
	height: 100%;
	position: relative;
}
.morecontent {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
}

/*styles for introduction*/
/*width of introtext is caculated as:
- 3 times the width of introtext equals the width of screen (848px) minus 2 for both borders minus 4 times the margin between the text and the borders 
- since 846 (=848-2) is divisible by 3, it means we better make sure our margins are divisible by 3 and we'll get whole-numbered introtext widths...
- rewriting above means width of introtext equals 282 - (4/3)*width of margin between text and borders
*/
.introtext {
	float: left;
	width: 242px;
	height: 175px;
	font-size: 11px;
}
.introtext img {
	margin-bottom: 10px;
	display: block;
}
.introtext a {
	color: gray;
	text-decoration: none;
}
.introtext a:hover {
	color: gray;
	text-decoration: none;
}
.introtext a .findoutmore {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 0;
	font-weight: bold;
}
.introtext a:hover .findoutmore {
	color: orange;
	text-decoration: none;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
}

#bottomheadcontent {
	width: 100%;
	float: clear;
	margin-bottom: 25px;
}
#leftbottomcontent {
	padding-right: 30px;
}
#centerbottomcontent {
	padding: 0 30px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}
#rightbottomcontent {
	padding-left: 30px;
}
#short_topcontent {
	height: 100%;
}

ul.formlist {
	list-style-type: none;
}
#faqtosupport {
	margin-bottom: 10px;
}
.faqcategory a {
	text-decoration: none;
}
#widgetcontainer {
	width: 468px;
	margin-top: 10px;
}
ul.releaselist {
	list-style-type: none;
}
ul.buzzlist {
	list-style-type: none;
}
.releasebody {
	display: none;
}

/*general 'titleandbody' styles*/
.titleandbody {
	display: block;
	margin: 0.5em 0;
}
a.toggleread {
	pointer: cursor;
	pointer: hand;
	color: gray;
	text-decoration: none;
	display: block;
}
a.toggleread:hover {
	color: orange;
}
a.toggleread:hover .readhide {
	color: orange;
}
.body {
	clear: both;
	display: none;
	margin-top: 5px;
}
.readhide {
	float: right;
	font-weight: bold;
	/*color: black;*/
}
.title {
	float: left;
}
/*faqlist styles*/
ul.categorylist {
	list-style-type: none;
	border-bottom: 1px solid gray;
}
ul.categorylist li.titleandbody {
	border-top: 1px solid gray;
}
.faqcategory h2 {
	font-size: 20px;
	font-weight: bold;
}
/*general form styles*/
.input_long {
	border: 1px solid;
	border-color: gray;
	width: 250px;
}
.submit {
	cursor: pointer;
	cursor: hand;
}
.ff_brand {
	color: orange;
}
#supportForm {
	width: 402px;
}
.formlist li {
	display: block;
	height: 20px;
}
.formlist li label {
	float: left;
	width: 150px;
}
.formlist li select {
	width: 252px; /*border included on selects...*/
	text-align: center;
}
.formlist li select, .formlist li textarea, .formlist li input {
	float: right;
	color: gray;
	display: block;
}
#faqForm input {
	float: left;
}
#supportForm_submitsupport {
	display: block;
	clear: both;
	margin-top: 10px;
	border: 1px solid gray;
}
/*class for marking a submit button/input as default submit button*/
.default {
	font-weight: bold;
}
/*class for images on press-page*/
.pressimg {
	margin: 20px;
	float: left;
	width: 200px;
}
.error {
	background:#FFFF80 none repeat scroll 0 0;
}
.formerror {
	color: black;
}