/*
 * Site Styles
 */

*
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
html
{
	font-size: 100%;
}
body
{
	font-size: 75%;
}
a:link, a:visited
{
	color: #0051BC;
	text-decoration: none;
}
a:hover, a:active
{
	color: #4DAB00;
}
img
{
	border-width: 0px;
}


/*
 * Layout Styles
 */

#container
{
	width: 760px;
	margin: 0px auto;
}
#header
{
	padding-top: 11px;
	height: 100px;
	background: url(/images/logo.gif) no-repeat top left;
}
#header #homelinkbox
{
	padding-left: 12px;
	float: left;
}
#header #homelinkbox #homelink
{
	display: block;
	width: 80px;
	height: 45px;
	overflow: hidden;
	text-indent: -5000px;
}
#menu
{
	margin-left: 136px;
	background: url(/images/menubg.gif) no-repeat top right;
}
#menu ul, #memberlinks ul
{
	list-style-type: none;
}
#mainlinks, #mainlinks li
{
	float: left;
}
#mainlinks li li
{
	float: none;
}
#mainlinks a
{
	font-family: Arial, sans-serif;
	line-height: 41px;
	text-align: center;
	color: #FFF;
	display: block;
}
#mainlinks a span
{
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/nav.png);
}
#mainlinks li a
{
	position: relative;
}
#mainlinks li li a
{
	position: static;
}
#mainlinks #asklink, #mainlinks li#ask a span
{
	width: 195px;
	height: 41px;
}
#mainlinks #answerlink, #mainlinks li#answer a span
{
	width: 195px;
	height: 41px;
}
#mainlinks #morelink, #mainlinks li#more a span
{
	width: 74px;
	height: 41px;
}
#mainlinks #asklink, #mainlinks #answerlink
{
	font-family: 'Arial Black', Arial, Verdana, sans-serif;
	font-size: 18px;
}
#mainlinks #morelink
{
	font-size: 16px;
	font-weight: bold;
}
#mainlinks li#ask a span
{
	background-position: 0 0;
}
#mainlinks li#ask:hover a span, #mainlinks li#ask.hover a span
{
	background-position: 0 -41px;
}
#mainlinks li#answer a span
{
	background-position: -396px 0;
}
#mainlinks li#answer:hover a span, #mainlinks li#answer.hover a span
{
	background-position: -396px -41px;
}
#mainlinks li#more a span
{
	background-position: -591px 0;
}
#mainlinks li#more:hover a span, #mainlinks li#more.hover a span
{
	background-position: -591px -41px;
}
#mainlinks li ul
{
	position: absolute;
	width: 202px;
	left: -999em;
	background-color: #BBB;
	padding: 3px;
	margin-top: -3px;
}
#mainlinks li ul a
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	line-height: 27px;
	border-top: solid 3px #BBB;
	background-color: #63A200;
}
#mainlinks li ul li:first-child a, #mainlinks li ul li.firstChild a
{
	border-top: none;
}
#mainlinks li ul a:hover
{
	color: #CAE2B7;
}
#mainlinks li:hover ul, #mainlinks li.hover ul
{
	left: auto;
}
#mainlinks .dropdownborder
{
	background-image: url(/images/dropdownborder.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	font-size: 0px;
}
#menu #memberlinks
{
	padding: 10px 18px;
}
#memberlinks
{
	height: 21px;
	line-height: 21px;
	text-align: right;
}
#memberlinks a
{
	font-weight: bold;
}
#memberlinks ul
{
	float: right;
}
#memberlinks ul ul
{
	float: none;
}
#memberlinks li
{
	float: left;
	position: relative;
	z-index: 5;
}
#memberlinks li li
{
	float: none;
	position: static;
}
#memberlinks li a
{
	display: block;
}
#memberlinks li li a
{
	width: 100%;
	line-height: 1.8em;
	background: url(/images/hsepbg.gif) repeat-x top left;
	font-weight: normal;
}
#memberlinks li li:first-child a, #memberlinks li li.firstChild a
{
	background: none;
}
#memberlinks li ul
{
	position: absolute;
	width: 10em;
	left: -999em;
	padding: 2px 5px;
	border: solid 1px #BBB;
	background-color: #FFF;
	text-align: left;
	font-size: 0.916em;
}
#memberlinks li:hover ul, #memberlinks li.hover ul
{
	left: auto;
	right: -8px;
}
#memberlinks #gotoyourlink
{
	padding-right: 12px;
	background: url(/images/expand.gif) no-repeat center right;
	line-height: 21px;
}
#memberlinks li:hover #gotoyourlink, #memberlinks li.hover #gotoyourlink
{
	color: #4DAB00;
	background: url(/images/expanded.gif) no-repeat center right;
}
#logoff
{
	text-align: right;
	font-size: 0.833em;
}
#menu #notifications
{
	padding-top: 12px;
}
#notifications
{
	text-align: right;
}
#notifications a
{
	border: solid 1px #666;
	color: #FFF;
	padding: 3px 8px;
	margin-left: 2px;
	font-size: 0.916em;
	font-weight: bold;
}
#notifications a:hover
{
	text-decoration: underline;
}
.newneedingmoderation
{
	background-color: #FF4F4F;
}
.newanswers
{
	background-color: #4DAB00;
}
.newmessages
{
	background-color: #1A6BCD;
}
.newmessages img
{
	padding-left: 7px;
}
#displayname
{
	color: #BBB;
}
#contents
{
}
#footer
{
	clear: both;
	padding-top: 50px;
	padding-bottom: 15px;
	color: #888;
	font-size: 0.916em;
	text-align: center;
	line-height: 20px;
}
#messagingmenu
{
	margin-bottom: 30px;
}
#messagingmenu a
{
	margin-right: 20px;
}
#fpheader
{
	padding-bottom: 18px;
}
#fpheader #topsection
{
	height: 148px;
	background: url(/images/logo_large_beta.gif) no-repeat top left;
}
#fpheader #linksandintro
{
	height: 97px;
}
#fpheader #linksandintro #links
{
	float: left;
}
#fpheader #linksandintro #links a, #fpheader #linksandintro #links a span
{
	display: block;
	height: 41px;
	width: 198px;
}
#fpheader #linksandintro #links a
{
	font-family: 'Arial Black', Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 41px;
	margin-bottom: 5px;
	position: relative;
}
#fpheader #linksandintro #links a span
{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/nav.png);
}
#fpheader #linksandintro #links #asklink span
{
	background-position: 0 0;
}
#fpheader #linksandintro #links #asklink:hover span,
#fpheader #linksandintro #links #asklink:hover /* fix for IE6 */
{
	background-position: 0 -41px;
}
#fpheader #linksandintro #links #answerlink span
{
	background-position: -198px 0;
}
#fpheader #linksandintro #links #answerlink:hover span,
#fpheader #linksandintro #links #answerlink:hover /* fix for IE6 */
{
	background-position: -198px -41px;
}
#fpheader #linksandintro #introcontainer
{
	margin-left: 207px;
	height: 83px;
	padding: 2px;
	position: relative;
	background-color: #A9CDDC;
}
#fpheader #linksandintro #intro
{
	height: 100%;
	background-color: #FFF;
	font-family: Arial, sans-serif;
}
#fpheader #linksandintro #intro #introtext
{
	font-size: 1.166em;
	line-height: 1.3em;
	padding: 15px 20px;
}
#fpheader #linksandintro #intro #sitename
{
	font-weight: bold;
}
#fpheader #linksandintro #intro #learnmore
{
	position: absolute;
	bottom: 12px;
	right: 22px;
	font-size: 1.083em;
}
#fpheader .introborder
{
	background-image: url(/images/introborder.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	font-size: 0px;
}
#fpheader #announcement
{
	border: solid 1px #A9CDDC;
	background-color: #D2E3FB;
	padding: 12px 15px;
	margin: 3px 3px 10px 3px;
}
#fpheader #announcement .header
{
	font-weight: bold;
	padding-bottom: 12px;
}
#fpheader #announcement .text
{
	line-height: 1.333em;
}
#loggedoncontainer
{
	height: 140px;
	width: 100%;
}
#fpheader #login, #fpheader #loggedon
{
	padding-right: 10px;
}
#fpheader #login
{
	padding-top: 14px;
}
#fpheader #login #register
{
	text-align: right;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 0.916em;
}
#fpheader #login #register a
{
	font-weight: bold;
}
#fpheader #login div
{
	float: right;
	clear: both;
}
#fpheader #login .textboxcontainer
{
	padding-bottom: 3px;
}
#fpheader #login .textboxcontainer span
{
	float: left;
	line-height: 22px;
	padding-right: 8px;
}
#fpheader #login .textbox
{
	width: 140px;
	height: 18px;
	float: left;
}
#fpheader #login .buttoncontainer
{
	padding-top: 2px;
}
#fpheader #login #remembermecontainer
{
	float: left;
	padding-top: 2px;
	padding-right: 10px;
}
#fpheader #login #remembermecontainer label
{
	font-size: 0.916em;
	line-height: 14px;
	padding-left: 2px;
}
#fpheader #loggedon
{
	text-align: right;
}
#fpheader #loggedon #welcomeback
{
	padding-bottom: 1px;
	line-height: 1.333em;
}
#fpheader #loggedon .membername
{
	font-weight: bold;
}
#fpheader #loggedon #notifications
{
	padding-top: 12px;
	padding-bottom: 2px;
}
#fpheader #loggedon #memberlinks
{
	padding-right: 8px;
	padding-top: 5px;
}
#fpheader #loggedon #logoff
{
	clear: both;
}


/*
 * Common Styles
 */

.topleft
{
	background-position: left top;
	top: 0px;
	left: 0px;
}
.topright
{
	background-position: right top;
	top: 0px;
	right: 0px;
}
.bottomleft
{
	background-position: left bottom;
	bottom: 0px;
	left: 0px;
}
.bottomright
{
	background-position: right bottom;
	bottom: 0px;
	right: 0px;
}
.largeheader
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #333;
}
.mainheader
{
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}
.headercontainer1
{
	padding-bottom: 15px;
}
.headercontainer2
{
	padding-bottom: 20px;
}
.headercontainer3
{
	padding-bottom: 30px;
}
.questionlist
{
	overflow: hidden;
}
.questionlist .question
{
	clear: both;
	width: 100%;
}
.questionlist .avatarbox
{
	float: left;
}
.questionlist .avatarbox img
{
	display: block;
}
.questionlist .questiondetails
{
	margin-left: 70px;
	padding-top: 8px;
}
.questionlist .avatarbox, .questionlist .questiondetails
{
	padding-bottom: 12px;
}
.questionlist .questiontext
{
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.questionlist .questioninfo
{
	padding-top: 2px;
	color: #888;
	font-size: 0.833em;
}
.messagelist .messageselect
{
	line-height: 32px;
}
.messagelist .messagetable
{
	font-family: Arial, sans-serif;
	font-size: 1.083em;
	width: 100%;
	margin-top: 6px;
	border-top: solid 1px #DDD;
}
.messagelist .messagetable td
{
	border-bottom: solid 1px #DDD;
	padding-top: 5px;
	padding-bottom: 5px;
}
.messagelist .messagetable .checkboxcell
{
	padding-left: 5px;
	width: 20px;
}
.messagelist .messagetable .avatarcell
{
	padding-left: 15px;
	width: 70px;
}
.messagelist .messagetable .displaynamecell
{
	width: 150px;
	padding-right: 20px;
	overflow: hidden;
}
.messagelist .messagetable .iconcell
{
	width: 20px;
}
.messagelist .messagetable .subjectcell
{
	padding-left: 10px;
}
.messagelist .messagetable .datecell
{
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}
.messagelist .messagetable .unreadmessage .displaynamecell, .messagetable .unreadmessage .subjectcell
{
	font-weight: bold;
}
.message
{
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	padding: 12px;
	width: 550px;
	margin-bottom: 8px;
	line-height: 1.333em;
	overflow: hidden;
	word-wrap: break-word;
}
.message .messageheaders
{
	border-bottom: solid 1px #CCC;
	line-height: 1.6em;
	width: 100%;
}
.message .header
{
	width: 65px;
	color: #888;
}
.message .torow td
{
	padding-top: 5px;
}
.message .subjectrow td
{
	padding-top: 5px;
}
.message .daterow td
{
	padding-bottom: 6px;
}
.message .period
{
	color: #888;
}
.message .originalmessagetext
{
	padding: 15px 12px;
	margin: 17px 3px 0px 3px;
	border: solid 1px #CCC;
}
.message .originalmessage
{
	color: #888;
}
.message .messagetext
{
	margin-top: 28px;
}
.pager
{
	padding-top: 24px;
	padding-bottom: 4px;
}
.pager .currentpage, .pager .delimiter
{
	margin-right: 3px;
	padding: 4px 3px;
}
.pager .pagelinks a
{
	margin-right: 3px;
	padding: 3px 5px;
	border: solid 1px #BBB;
}
.pager .pagelinks a:hover
{
	background-color: #0073FF;
	border: solid 1px #000;
	color: #FFF;
}
.pager .prevpage, .pager .nextpage
{
	margin-right: 3px;
	padding: 4px 5px;
}
.pager .prevpage:hover, .pager .nextpage:hover
{
	padding: 3px 4px;
	background-color: #0073FF;
	border: solid 1px #000;
	color: #FFF;
}
.notes
{
	padding-top: 25px;
}
.notes p
{
	padding-bottom: 5px;
}
.notes ul
{
	list-style-type: square;
	margin-left: 25px;
}
.notes li
{
	padding: 2px 0px;
}
.textsection p, .textsection li
{
	line-height: 1.333em;
}
.textsection p
{
	padding-bottom: 15px;
}
.textsection h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}
.textsection ol
{
	margin-left: 30px;
	padding-bottom: 15px;
	list-style-type: lower-alpha;
}
.textsection ol ol, .textsection ol ol ol
{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: lower-roman;
}
.textsection li
{
	padding: 2px 0px;
}
.textsection .borderedsection
{
	margin-top: 5px;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	padding: 20px;
}
.textsection #lastupdatedon
{
	padding-top: 10px;
	padding-bottom: 0px;
	font-style: italic;
}
.floatcontainer
{
	width: 100%;
	overflow: hidden;
}
.memberavatarandnamelink span
{
	font-family: Arial, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
	margin-left: 15px;
}
.memberavatarandnamelink img
{
	vertical-align: middle;
}
.linkssep, .linkcolor
{
	color: #0051BC;
}
.avatar
{
	border: solid 3px #E8E8E8;
}
.errortext
{
	color: #F00;
}
.centeredtext
{
	text-align: center;
}
.normallineheight
{
	line-height: 1.333em;
}
.aligntop
{
	vertical-align: top;
}
.button, .rbutton
{
	border: solid 1px #333;
}
.button
{
	float: left;
}
.rbutton
{
	float: right;
}
.button input, .rbutton input
{
	border-width: 0px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
}
.smallbutton
{
	height: 18px;
	font-size: 12px;
	background: url(/images/smallbuttonbg.gif) repeat-x bottom left;
}
.midbutton
{
	height: 23px;
	font-size: 15px;
	background: url(/images/midbuttonbg.gif) repeat-x bottom left;
}
.bigbutton
{
	height: 28px;
	font-size: 16px;
	background: url(/images/bigbuttonbg.gif) repeat-x bottom left;
}
.charsinfo
{
	color: #BBB;
}
.textbox
{
	padding: 1px;
	border: solid 1px #7F9DB9;
}
.checkbox, .checkboxandlabel input
{
	width: 15px;
	height: 15px;
	float: left;
}
.checkboxlabel, .checkboxandlabel label
{
	float: left;
	padding-left: 3px;
}
.disabledlink
{
	color: #BBB;
}
.awaitingmoderation
{
	color: #F00;
}
.deletedquestion
{
	color: #999;
}
.checkspamfolder
{
	margin: 25px auto 0px auto;
	font-size: 0.916em;
	border: solid 1px #000;
	padding: 8px 10px;
	width: 570px;
	line-height: 1.333em;
}


/*
 * Page Styles
 */

#frontpage #latestquestions
{
	padding-left: 10px;
}
#frontpage #latestquestions h1
{
	padding-left: 5px;
}
#frontpage #latestquestions #viewall
{
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}

#register #controls td
{
	padding-bottom: 5px;
}
#register .fieldname
{
	width: 237px;
	padding-right: 10px;
	text-align: right;
}
#register h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
}
#register #controls #joinus
{
	padding-bottom: 20px;
}
#register #emailtextboxcell
{
	line-height: 32px;
}
#register .emailtextbox
{
	width: 350px;
	height: 28px;
	font-size: 24px;
}
#register .textboxcontainer
{
	line-height: 22px;
}
#register .textboxcontainer .textbox
{
	width: 150px;
	height: 18px;
}
#register .textbox
{
	float: left;
}
#register .dropdowncontainer
{
	line-height: 20px;
}
#register #controls #captcha
{
	padding-top: 5px;
	padding-bottom: 15px;
}
#register #captcha .captchaimage
{
	display: block;
	padding: 20px;
	border: solid #BBB 1px;
}
#register #captcha .captchatext
{
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
}
#register #captcha .captchainput
{
	height: 18px;
	width: 80px;
	float: left;
}
#register #captcha .errors
{
	line-height: 22px;
}
#register #controls #registerbutton
{
	padding-top: 10px;
}
#register #controls #notecell
{
	padding-top: 10px;
	font-size: 0.916em;
}
#register .results
{
	line-height: 1.333em;
}
#register .results .thanksforregistering
{
	font-family: Arial, sans-serif;
	font-size: 1.666em;
	padding-bottom: 20px;
}

#welcome h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333;
}
#welcome p
{
	line-height: 1.333em;
}

#login #controls td
{
	padding-bottom: 3px;
}
#login #controls .fieldname
{
	width: 315px;
	padding-right: 10px;
	text-align: right;
}
#login #controls .textbox
{
	height: 20px;
	width: 150px;
	float: left;
}
#login #controls .errors
{
	margin-bottom: 3px;
}
#login #controls .resendconfirmation
{
	padding-top: 2px;
	margin-bottom: 5px;
	font-size: 0.916em;
}
#login #controls #rememberme
{
	padding-top: 2px;
	padding-bottom: 7px;
}
#login #controls #loginbutton
{
	padding-bottom: 15px;
}
#login #links
{
	font-size: 0.916em;
}
#login #alreadyloggedon
{
	padding-bottom: 3px;
}

#forgotpassword #mainsection
{
	text-align: center;
}
#forgotpassword #mainsection p
{
	width: 400px;
	margin: 0px auto;
	line-height: 1.333em;
}
#forgotpassword #mainsection .textboxcontainer
{
	margin-top: 10px;
	margin-bottom: 5px;
}
#forgotpassword #mainsection .textbox
{
	width: 150px;
	height: 20px;
}
#forgotpassword #mainsection .buttoncontainer
{
	margin: 0px auto;
	width: 120px;
}

#resetpassword #controls td
{
	padding-bottom: 3px;
}
#resetpassword #controls .fieldname
{
	width: 300px;
	padding-right: 10px;
	text-align: right;
}
#resetpassword #controls .textbox
{
	height: 20px;
	width: 150px;
	float: left;
}
#resetpassword #savebutton
{
	padding-top: 2px;
}

#resendconfirmation #mainsection
{
	text-align: center;
}
#resendconfirmation #mainsection p
{
	width: 400px;
	margin: 0px auto;
	line-height: 1.333em;
}
#resendconfirmation #mainsection .textboxcontainer
{
	margin-top: 10px;
	margin-bottom: 5px;
}
#resendconfirmation #mainsection .textbox
{
	width: 150px;
	height: 20px;
}
#resendconfirmation #mainsection .buttoncontainer
{
	margin: 0px auto;
	width: 120px;
}

#showquestion #questioncontainer
{
	float: left;
	width: 550px;
}
#showquestion #askerinfo .avatarbox
{
	float: left;
	width: 70px;
}
#showquestion #askerinfo .avatarbox img
{
	display: block;
}
#showquestion #askerinfo .memberinfo
{
	float: left;
	padding-top: 10px;
}
#showquestion #askerinfo .memberinfo .member
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
}
#showquestion #askerinfo .memberinfo .questiondate
{
	padding-top: 1px;
	font-size: 0.916em;
	color: #888;
}
#showquestion #askerinfo .showanother
{
	text-align: right;
	line-height: 50px;
}
#showquestion #questiontext
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.35em;
	padding-top: 10px;
	overflow: hidden;
	word-wrap: break-word;
}
#showquestion #questionlinks
{
	padding-top: 7px;
	font-size: 0.833em;
}
#showquestion #answers
{
	padding-top: 40px;
}
#showquestion #answerslabel
{
	padding-bottom: 5px;
}
#showquestion #noanswers
{
	padding-bottom: 10px;
}
#showquestion .answer
{
	padding-top: 15px;
	padding-bottom: 20px;
}
#showquestion .answer .avatarbox
{
	float: left;
	padding-left: 15px;
}
#showquestion .answer .avatarbox img
{
	display: block;
}
#showquestion .answer .answerdetails
{
	margin-left: 95px;
}
#showquestion .answer .memberinfo .member
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
}
#showquestion .answer .memberinfo .answerdate
{
	padding-top: 1px;
	font-size: 0.916em;
	color: #888;
}
#showquestion .answer .answertext
{
	padding-top: 1.166em;
	padding-right: 25px;
	line-height: 1.333em;
}
#showquestion .answer .answerlinks
{
	padding-top: 1.8em;
	font-size: 0.833em;
}
#showquestion .answerhsep
{
	background-image: url(/images/hsepbg.gif);
	height: 1px;
	overflow: hidden;
}
#showquestion #answercontrols
{
	 padding-top: 20px;
}
#showquestion #answerquestionlabel
{
	padding-bottom: 5px;
}
#showquestion .answertextbox
{
	width: 316px;
	height: 180px;
	float: left;
}
#showquestion .errorcell
{
	padding-left: 10px;
}
#showquestion #postanswer
{
	padding-top: 3px;
}
#showquestion #charcountcontainer
{
	float: left;
}
#showquestion #postbuttoncontainer
{
	float: right;
}
#showquestion .captchacontainer .captchaimage
{
	display: block;
	padding: 20px;
	border: solid #BBB 1px;
}
#showquestion .captchacontainer .captchatext
{
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
}
#showquestion .captchacontainer .captchainput
{
	height: 18px;
	width: 80px;
	float: left;
}
#showquestion .captchacontainer .errors
{
	line-height: 22px;
}
#showquestion #adcontainer
{
	float: right;
}
#showquestion #advertisement
{
	padding-bottom: 2px;
	color: #888;
	font-size: 0.833em;
	text-align: center;
}

#askquestion .questiontextbox
{
	width: 496px;
	height: 200px;
	float: left;
}
#askquestion .errorcell
{
	padding-left: 10px;
}
#askquestion #postquestion
{
	padding-top: 3px;
}
#askquestion #charcountcontainer
{
	float: left;
}
#askquestion #postbuttoncontainer
{
	float: right;
}
#askquestion .captchacontainer .captchaimage
{
	display: block;
	padding: 20px;
	border: solid #BBB 1px;
}
#askquestion .captchacontainer .captchatext
{
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
}
#askquestion .captchacontainer .captchainput
{
	height: 18px;
	width: 80px;
	float: left;
}
#askquestion .captchacontainer .errors
{
	line-height: 22px;
}

#profile #avatarboxcontainer
{
	width: 156px;
	float: left;
}
#profile #avatarbox
{
	float: right;
	text-align: center;
}
#profile .avatarreportinglinks
{
	padding-top: 3px;
}
#profile #profilediv
{
	margin-left: 175px;
}
#profile #memberdisplayname
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}
#profile #aboutme
{
	margin-bottom: 12px;
}
#profile #abouttextcol
{
	width: 415px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#profile #abouttextcol p
{
	width: 415px;
	overflow: hidden;
	line-height: 1.333em;
	word-wrap: break-word;
}
#profile #memberstatscol
{
	width: 150px;
}
#profile #sendmessagecell
{
	padding-top: 10px;
	text-align: center;
}
#profile #sendmessagecell span
{
	color: #888;
}
#profile #memberstats
{
	border-left: solid 3px #BBB;
	padding: 20px 0px 10px 0px;
	text-align: center;
}
#profile #membersince, #profile #questioncount, #profile #answercount
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 44px;
	font-weight: bold;
	color: #666;
}
#profile #membersince
{
	font-size: 1.333em;
}
#profile #questioncount, #profile #answercount
{
	font-size: 2em;
}
#profile #sendmessagecell .sendmessagelink
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
}
#profile .reportinglinks
{
	font-size: 0.833em;
}
#profile #sendmessagecell .membersuspended
{
	color: #F00;
}

#memberanswers .answerlist
{
	overflow: hidden;
}
#memberanswers .answerlist .answer
{
	clear: both;
	width: 100%;
}
#memberanswers .answerlist .avatarbox
{
	float: left;
}
#memberanswers .answerlist .avatarbox img
{
	display: block;
}
#memberanswers .answerlist .answerdetails
{
	margin-left: 70px;
	padding-top: 5px;
}
#memberanswers .answerlist .avatarbox, #memberanswers .answerlist .answerdetails
{
	padding-bottom: 12px;
}
#memberanswers .answerlist .questiontext
{
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
#memberanswers .answerlist .answertext
{
	padding-top: 3px;
	line-height: 1.333em;
}
#memberanswers .answerlist .answerinfo
{
	padding-top: 3px;
	color: #888;
	font-size: 0.833em;
}

#favquestions .questionlist .checkboxcontainer
{
	float: left;
	width: 25px;
	padding-left: 5px;
	padding-top: 18px;
}
#favquestions .questionlist .questiondetails
{
	margin-left: 100px;
}
#favquestions .buttoncontainer
{
	padding-top: 5px;
}

#sendmessage #controls
{
	margin-bottom: 10px;
}
#sendmessage #controls td
{
	padding-bottom: 5px;
}
#sendmessage .fieldname
{
	padding-right: 10px;
	text-align: right;
}
#sendmessage #replytomessagetext
{
	padding: 15px 12px;
	margin-bottom: 8px;
	border: 1px solid #CCC;
	width: 474px;
	overflow: hidden;
	word-wrap: break-word;
}
#sendmessage #replyingto
{
	color: #888;
}
#sendmessage .subjecttextbox
{
	width: 496px;
	height: 20px;
	float: left;
}
#sendmessage .messagetextbox
{
	width: 496px;
	height: 200px;
	float: left;
}
#sendmessage .errorcell
{
	padding-left: 10px;
}
#sendmessage #messagerow td
{
	padding-bottom: 3px;
}
#sendmessage #messagefieldname
{
	padding-top: 3px;
}
#sendmessage #charcountcontainer
{
	float: left;
}
#sendmessage #sendbuttoncontainer
{
	float: right;
}
#sendmessage .captchacontainer .captchaimage
{
	display: block;
	padding: 20px;
	border: solid #BBB 1px;
}
#sendmessage .captchacontainer .captchatext
{
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
}
#sendmessage .captchacontainer .captchainput
{
	height: 18px;
	width: 80px;
	float: left;
}
#sendmessage .captchacontainer .errors
{
	line-height: 22px;
}

#inbox .buttoncontainer
{
	padding-top: 20px;
}

#deletedmessages .buttoncontainer
{
	padding-top: 20px;
}

#sentmessages .pager
{
	margin-top: 10px;
}

#blocked .buttoncontainer
{
	padding-top: 20px;
}

#membersettings .settingssection
{
	width: 718px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	line-height: 1.333em;
	border: solid 1px #A9CDDC;
	overflow: hidden;
	word-wrap: break-word;
}
#membersettings #settings
{
	line-height: 2em;
}
#membersettings .settingvalue
{
	font-weight: bold;
}
#membersettings .mainheader
{
	padding-left: 5px;
}
#membersettings #aboutme
{
	padding-top: 10px;
}

#changesettings #controls .fieldname
{
	padding-right: 10px;
}
#changesettings #controls .textbox
{
	height: 18px;
	width: 150px;
	float: left;
}
#changesettings #acceptmessages
{
	padding-top: 10px;
}
#changesettings #acceptmessagesnote
{
	padding-top: 5px;
	font-size: 0.916em;
	padding-left: 15px;
}
#changesettings #savebuttoncontainer
{
	padding-top: 20px;
}

#changeavatar .errordiv
{
	margin-bottom: 20px;
}
#changeavatar #uploadbuttoncontainer
{
	margin-top: 5px;
}
#changeavatar #preview .imagetype
{
	padding-left: 4px;
	padding-bottom: 2px;
}
#changeavatar #profilephotopreview
{
	float: left;
	width: 190px;
}
#changeavatar #profilephotopreview img
{
	display: block;
}
#changeavatar #avatarpreview
{
	float: left;
}
#changeavatar #avatarview
{
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
}
#changeavatar #avatarcontainer, #changeavatar #avatarcontainer img
{
	position: absolute;
}
#changeavatar #instructions
{
	height: 56px;
	font-size: 0.916em;
	float: left;
	padding-left: 12px;
}
#changeavatar #instructions table
{
	height: 100%;
}
#changeavatar #jsdisabled
{
	color: #F00;
}
#changeavatar .buttoncontainer
{
	margin-top: 30px;
}
#changeavatar .buttoncontainer span
{
	float: left;
	line-height: 30px;
}

#changeemail #controls td
{
	padding-bottom: 3px;
}
#changeemail #controls .fieldname
{
	width: 310px;
	padding-right: 10px;
	text-align: right;
}
#changeemail #controls .textbox
{
	height: 20px;
	width: 150px;
	float: left;
}
#changeemail #currenemail
{
	height: 24px;
	font-weight: bold;
}
#changeemail #controls #savebutton
{
	padding-top: 2px;
}

#changepassword #controls td
{
	padding-bottom: 3px;
}
#changepassword #controls .fieldname
{
	width: 300px;
	padding-right: 10px;
	text-align: right;
}
#changepassword #controls .textbox
{
	height: 20px;
	width: 150px;
	float: left;
}
#changepassword #controls #savebutton
{
	padding-top: 2px;
}

#deleteaccount p
{
	line-height: 1.333em;
}
#deleteaccount .textboxcontainer
{
	padding-top: 3px;
}
#deleteaccount .textbox
{
	width: 148px;
	height: 20px;
}
#deleteaccount .buttoncontainer
{
	padding-top: 5px;
}

#editquestion .questiontextbox
{
	width: 496px;
	height: 200px;
	float: left;
}
#editquestion .errorcell
{
	padding-left: 10px;
}
#editquestion #savequestion
{
	padding-top: 3px;
}
#editquestion #charcountcontainer
{
	float: left;
}
#editquestion #savebuttoncontainer
{
	float: right;
}

#editanswer .answertextbox
{
	width: 496px;
	height: 200px;
	float: left;
}
#editanswer .errorcell
{
	padding-left: 10px;
}
#editanswer #saveanswer
{
	padding-top: 3px;
}
#editanswer #charcountcontainer
{
	float: left;
}
#editanswer #savebuttoncontainer
{
	float: right;
}

#editprofile .profiletextbox
{
	width: 496px;
	height: 200px;
	float: left;
}
#editprofile #saveprofile
{
	padding-top: 3px;
}
#editprofile #charcountcontainer
{
	float: left;
}
#editprofile #savebuttoncontainer
{
	float: right;
}

#learnmore #aboutthesite
{
	margin-left: 180px;
	margin-right: 50px;
}
#learnmore #aboutthesite p
{
	line-height: 1.333em;
}
#learnmore #aboutlogo
{
	float: left;
}

#about #aboutthesite
{
	margin-left: 180px;
	margin-right: 50px;
}
#about #aboutthesite p
{
	line-height: 1.333em;
}
#about #aboutlogo
{
	float: left;
}
#about #socialmedia
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#about #socialmedia .text
{
	padding-left: 7px;
	padding-bottom: 3px;
	vertical-align: bottom;
}
#about #twitter
{
	margin-top: 20px;
}
#about #facebook
{
	margin-top: 12px;
}

#credits p
{
	line-height: 1.333em;
}

#contactus #controls td
{
	padding-bottom: 5px;
}
#contactus #messagetable td
{
	padding-bottom: 3px;
}
#contactus #instructions
{
	padding-bottom: 10px;
	line-height: 1.333em;
}
#contactus .fieldname
{
	padding-right: 10px;
	text-align: right;
}
#contactus .textbox
{
	float: left;
}
#contactus .textboxcontainer
{
	line-height: 22px;
}
#contactus .textboxcontainer .textbox
{
	width: 150px;
	height: 18px;
}
#contactus #controls #captcha
{
	padding-top: 5px;
	padding-bottom: 10px;
}
#contactus #captcha .captchaimage
{
	display: block;
	padding: 20px;
	border: solid #BBB 1px;
}
#contactus #captcha .captchatext
{
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
}
#contactus #captcha .captchainput
{
	height: 18px;
	width: 80px;
	float: left;
}
#contactus #captcha .errors
{
	line-height: 22px;
}
#contactus #messagefieldname
{
	padding-top: 3px;
}
#contactus .messagetextbox
{
	width: 496px;
	height: 200px;
}
#contactus .errorcell
{
	padding-left: 10px;
}
#contactus #charcountcontainer
{
	float: left;
}
#contactus #sendbuttoncontainer
{
	float: right;
	padding-top: 2px;
}

#violationdetails .label
{
	color: #888;
}

#faq ol
{
  margin-left: 35px;
  padding-bottom: 10px;
}
#faq li
{
  padding: 5px 0px;
}
#faq #questionsandanswers
{
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #CCC;
}
#faq .question
{
  font-weight: bold;
}
#faq .answer
{
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.333em;
}

#noscript p
{
	line-height: 1.333em;
}
