@CHARSET "ISO-8859-1";
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%; min-width: 960px;}

#main {padding-bottom: 250px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*END STICKY FOOTER SOLUTION*/

body {
	background: #154260 url(../images/community/forumBackground.jpg) repeat-x top left;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	line-height: 1.2em;
}

.container960 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	min-width: 960px;
}

.container940 {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	text-align: left;
	min-width: 940px;
}
 
/*for 10px padding*/
.container920 {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	text-align: left;
	min-width: 920px;
}

form {
	display: inline;
}

#topForm {
	padding-top: 20px;
}

#usernameContainer {
	padding-left: 20px;
	width: 187px;
	float: left;
}

.formSeparator {
	width: 25px;
	height: 25px;
	float: left;
	background: url(../images/community/loginSeparator.png) no-repeat;
}

#passwordContainer {
	width: 187px;
	height: 25px;
	float: left;
}

#loginContainer {
	float: left;
}

#loginContainer a {
	width: 61px;
	height: 25px;
	display: inline-block;
	background: url(../images/community/loginButton.png) no-repeat;
}

#loginContainer a:hover {
	background: url(../images/community/loginButton_hover.png) no-repeat;
}

#searchContainer {
	width: 187px;
	height: 25px;
	float: left;
	text-align: right;
	margin-left: 185px;
}

#searchButtonContainer {
	float: left;
}

#searchButtonContainer a {
	width: 40px;
	height: 25px;
	display: inline-block;
	background: url(../images/community/search.png) no-repeat;
}

#searchButtonContainer a:hover {
	background: url(../images/community/search_hover.png) no-repeat;
}

#veryTopContainer {
	height: 52px;
	min-width: 960px;
}

#topContent {
	height: 52px;
	background: #353535 url(../images/community/veryTopBackground.png) no-repeat top left;
}

p {
	padding-bottom: 1.2em;
}

#topBannerContainer {
}

.textBox {
	height: 21px;
	width: 182px;
	border: 1px solid #000000;;
	color: #FFFFFF;
	background: url(../images/community/textBoxBackground.png) no-repeat top left;
	font-size: 15px;
}

.textBoxBorder {
	border: 1px solid #515151;
	height: 23px;
	width: 184px;
}

#helpContainer {
	float: left;
}

#helpContainer a {
	width: 32px;
	height: 25px;
	display: inline-block;
	background: url(../images/community/helpButton.png) no-repeat;
}

#helpContainer a:hover {
	background: url(../images/community/helpButton_hover.png) no-repeat;
}

#topSpaceContainer {
	height: 7px;
}

#topBanner {
	background: url(../images/community/headerBackground.png) repeat-x top left;
	height: 83px;
}

#headerTree {
	width: 189px;
	height: 83px;
	float: left;
	background: url(../images/community/headerTree.png) no-repeat top left;
	border: none;
}

#headerLinks {
	float: left;
	margin-left: 225px;
	width: 511px;
	line-height: 12px;
	height: 12px;
	margin-top: 35px;
}

#headerLinks a {
	display: inline-block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}

#headerLinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.headerLinksDivider {
	float: left;
	background: url(../images/community/headerLinksDivider.gif) no-repeat top left;
	height: 12px;
	width: 29px;
}

#bannerSpacerContainer {
	clear: both;
	height: 20px;
	background-image: url(../images/community/shadowBackTwo.png);
	_background-image: url("");
	background-repeat: no-repeat;
	background-position: center center;
}

#bannerSpacer {
	height: 20px;
	background: url(../images/community/bannerSpacerBackground.png) repeat-x top left;
}

#footerTopContainer {
	height: 92px;
}

#footerTop {
	height: 92px;
	background-image: url(../images/community/shadowBackFive.png);
	_background-image: url("");
	background-repeat: no-repeat;
	background-position: center center;
}

#footerBottomContainer {
	height: 158px;
}

#footerBottom {
	height: 158px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
}

#footerBottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerBottom a:hover {
	text-decoration: underline;
	color: #AEEBFF;
}

#infoLinksContainer {
	height: 43px;
	background-image: url(../images/community/shadowBackFour.png);
	_background-image: url("");
	background-repeat: repeat-y;
	background-position: center center;
}

#infoLinks {
	height: 43px;
	background: #FFFFFF url(../images/community/infoLinksBackground.png) repeat-x top left;
}

#infoLinks a {
	color: #0B52D4;
	text-decoration: underline;
}

#infoLinks a:hover {
	text-decoration: none;
}

#breadCrumb {
	float: left;
	width: 457px;
	margin-left: 13px;
	line-height: 43px;
	height: 43px;
}

#dateTime {
	float: right;
	width: 457px;
	margin-right: 13px;
	text-align: right;
	line-height: 43px;
}

#operationLinksOuterContainer {
	height: 26px;
	background-image: url(../images/community/shadowBackThree.png);
	_background-image: url("");
	background-repeat: repeat-y;
	background-position: center center;	
}

#operationLinksContainer {
	height: 26px;
	background: #FFFFFF;
}

#operationLinksContainer a {
	color: #2F2F2F;
	text-decoration: none;
}

#operationLinksContainer a:hover {
	text-decoration: underline;
}

#operationLinksLeft {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 22px;
	padding-right: 12px;
	border-left: 1px solid #E8EBED;
	background: #F7F7F7;
}

#operationLinksRight {
	float: right;
	height: 26px;
	line-height: 26px;
	padding-right: 22px;
	padding-left: 12px;
	border-right: 1px solid #E8EBED;
	background: #F7F7F7;
}

#operationLinksBottomContainer {
	height: 10px;
	background-image: url(../images/community/shadowBackThree.png);
	_background-image: url("");
	background-repeat: repeat-y;
	background-position: center center;	
}

#operationLinksBottom {
	height: 10px;
}

#operationLinksBottomLeft {
	float: left;
	background: url(../images/community/opsLinksBottomLeft.gif) no-repeat top left;
	height: 10px;
	width: 10px;
}

#operationLinksBottomCenter {
	background: #FFFFFF;
	height: 10px;
	float: left;
}

#operationLinksBottomRight {
	float: right;
	background: url(../images/community/opsLinksBottomRight.gif) no-repeat top right;
	height: 10px;
	width: 10px;
}

#mainContentContainer {
	background-image: url(../images/community/shadowBackThree.png);
	_background-image: url("");
	background-repeat: repeat-y;
	background-position: center center;	
}

#forumHeader {
	height: 46px;
	padding-top: 50px;
	background: #FFFFFF;
}

#mainContent {
	background: #FFFFFF;
	padding: 10px;
}

.groupHeader {
	height: 46px;
	background: url(../images/community/categoryHeader.png) no-repeat top left;
}

.groupHeaderTextBox {
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 46px;
	height: 46px;
	margin-left: 32px;
	font-family: LiberationSans, Arial, sans-serif;
	font-weight: bold;
}

.categoryView {
	min-height: 70px;
}

.categoryViewFooter {
	height: 1px;
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.categoryIconContainer {
	width: 69px;
	float: left;
	margin-left: 12px;
	height: 69px;
}

.categoryMainInfo {
	width: 539px;
	margin-left: 11px;
	margin-right: 11px;
	float: left;
	height: 69px;
	font-size: 9pt;
}

.categoryMainInfo a {
	text-decoration: none;
	font-family: LiberationSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #356AA0;
}

.categoryMainInfo a:hover {
	text-decoration: underline;
}

.categoryTopicsNumber {
	width: 66px;
	text-align: center;
	line-height: 69px;
	float: left;
	font-size: 7pt;
	height: 69px;
}

.categoryPostsNumber {
	float: left;
	width: 73px;
	text-align: center;
	line-height: 69px;
	height: 69px;
	font-size: 7pt;
}

.latestPostData {
	margin-left: 8px;
	width: 139px;
	height: 69px;
	float: left;
	font-size: 7pt;
}

.latestPostData a {
	text-decoration: none;
	color: #356AA0;
}

.latestPostData a:hover {
	text-decoration: underline;
}

.categoryContentPadding10 {
	margin-top: 10px;
}

.categoryContentPadding5 {
	margin-top: 5px;
}

#bottomNavigationContainer {
	height: 52px;
}

#bottomNavigation {
	height: 52px;
	background: #FFFFFF;
}

#bottomNavigation a {
	color: #0B52D4;
	text-decoration: underline;
}

#bottomNavigation a:hover {
	text-decoration: none;
}

#bottomBreadCrumb {
	line-height: 52px;
	margin-left: 13px;
}

#bottomOpsLinksOuterContainer {
	height: 26px;
}

#bottomOpsLinksContainer {
	height: 26px;
	background: #FFFFFF;
}

#bottomOpsLinksLeft {
	float: left;
	background: #F7F7F7;
	border-left: 1px solid #E8EBED;
	height: 26px;
	line-height: 26px;
	padding-left: 22px;
	padding-right: 12px;
}

#bottomOpsLinksContainer a {
	color: #2F2F2F;
	text-decoration: none;
}

#bottomOpsLinksContainer a:hover {
	text-decoration: underline;
}

#bottomOpsLinksRight {
	float: right;
	background: #F7F7F7;
	border-right: 1px solid #E8EBED;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	padding-right: 22px;
}

#bottomOpsLinksFooterContainer {
	height: 10px;
}

#bottomOpsLinksFooter {
	height: 10px;
}

#bottomOpsLinksFooterLeft {
	background: url(../images/community/opsLinksBottomLeft.gif) no-repeat top left;
	float: left;
	height: 10px;
	width: 10px;
}

#bottomOpsLinksFooterCenter {
	background: #FFFFFF;
	float: left;
	height: 10px;
}

#bottomOpsLinksFooterRight {
	background: url(../images/community/opsLinksBottomRight.gif) no-repeat top left;
	float: right;
	height: 10px;
	width: 10px;
}

#mainContentFooter {
	background: #FFFFFF;
	height: 50px;
}

#mainContentFooterContainer {
	height: 50px;
}

#loginInfo {
	width: 492px;
	padding-left: 20px;
	float: left;
	height: 25px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 5px;
}

#loginInfo a {
	color: #89BA03;
	text-decoration: none;
}

#loginInfo a:hover {
	text-decoration: underline;
}

.loggedInDisplayName {
	font-weight: bold;
}

.searchBoxBlur {
	background: url(../images/searchBoxBackgroundGoogle.png) no-repeat top left;	
}

.searchBoxFocus {
	background: url(../images/textBoxBackground.png) no-repeat top left;
}

.form_formLabels {
	width: 25%;
	float: left;
	text-align: right;
}

.form_formLabels label {
}

.form_formFields {
	width: 73%;
	float: right;
	text-align: left;
	vertical-align: top;
}

.form_formFields input,select {
	width: 70%;
}

.form_formFields textarea {
	width: 70%;
	height: 5em;
}

.form_formRow {
	padding-bottom: 10px;
}

.form_formRowFooter {
	clear: both;
}

.form_formRowComment {
	padding-left: 10px;
	color: #777777;
	float: right;
	width: 25%;
}

.form_formOperContainer {
	text-align: center;
}