@import "new.css";

@import "forms-1.1.css";

/* style */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: auto;
}

/* Generic Rules */
div {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.inline {
	display: inline;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.centerDiv {
	
}

.bold {
	font-weight: bold;
}

.blockCentral {
	width: 250px;
	margin-top: 0px;
	padding-top: 0px;
}

p.title {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
}

#logo {
	height: 70px;
	margin-top: 10px;
}

#logo img {
	
}

span.titleBox {
	color: #ffffff;
	font-weight: bold;
	display: block;
}

p.titleHeading {
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding-left: 15px;
	margin: 0px;
}

.Uname {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 8pt;
	font-weight: bold;
}

div.aloneP {
	width: 435px;
	margin: auto;
	text-align: left;
}

div.aloneP  p {
	text-align: justify;
}

.authorQuestion {
	color: #666;
	font-size: 7.5pt;
	text-align: right;
}

.authorQuestion a:link,
.authorQuestion a:visited,
.authorInfo a:link,
.authorInfo a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/*text-decoration: none;*/
}

/* 	answerbox list */
table.answertablist {
	width: 604px;
	border-collapse: collapse;
}

tr.rowanswerlist {
	border-collapse: collapse;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

table.answertablist tr td {
	_vertical-align: top;
	_border-bottom-width: 1px;
	_border-bottom-style: dotted;
}

td.answertabcontent {
	text-align: left;
	word-wrap: break-word;
}

td.answertabcontent b {
	font-weight: normal;
}

td.avatar {
	width: 100px;
	text-align: center;
	overflow: hidden;
}

td.avatar img {
	width: 64px;
	height: 64px;
}

div.answerBoxList p.content {
	margin: 0px;
	display: table-cell;
}

table.profiletable tr td.numericcell {
	text-align: right;
}

table.profiletable td {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #A17929 #A17929 #ffffff;
	border-collapse: separate;
	padding: 5px;
}

div.divTableProfile {
	margin-left: 100px;
	width: 450px;
}

table.profiletable {
	width: 400px;
	margin: 10px 0px;
}

table tr.profileheader td {
	text-align: left;
}

td.headercell {
	background-color: #EB9E00;
	text-align: left;
	font-weight: bold;
}

/* 	answerbox list end */
div.centerBoxMargin {
	margin: 0px 12px;
	text-align: center;
}

div.topTitleCategory {
	background-image: url('../images/category_header_bkg.gif');
	background-repeat: no-repeat;
	height: 31px;
}

div.topTitleBodyHeader {
	background-image: url('../images/body_header_bkg.gif');
	background-repeat: no-repeat;
	height: 29px;
}

div.topTitleBodyHeader p {
	margin: 5px 15px 0px 10px;
	color: #FFFFFF;
}

div.bottomTitleBody {
	background-image: url('../images/body_footer_bkg.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 604px;
	margin: auto;
}

p.topTitleText {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 60px;
}

h2 { /* 	-x-system-font:none; */
	font-family: Arial;
	font-size: 19px;
}

h3 {
	-x-system-font: none;
	font-family: Arial;
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

h1.titleArticles {
	font-size: 12pt;
}

h1.titleAnswers {
	font-size: 12pt;
	/*color: #fff;*/
	margin: 0px;
	text-transform: capitalize;
}

.smalText,div#unanswered ul li a {
	font-family: Arial;
	font-size: 8.5pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.author {
	color: black;
}

span.authorInfo {
	display: block;
	font-weight: bold;
	color: #666;
}

p.content {
	font-size: 9pt;
	text-align: justify;
	margin: 0px 0px 0px 0px;
}

/* main template */
#container {
	width: 1006px;
	margin: auto;
	margin-bottom: 80px;
}

#boxContainer {
	width: 1006px;
	overflow: hidden;
	height: auto;
}

#leftColumn {
	width: 185px;
	text-align: left;
	overflow: hidden;
}

#centerColumn {
	width: 630px;
	text-align: center;
	overflow: hidden;
}

#rightColumn {
	width: 185px;
	overflow: hidden;
	/*margin-top: 104px;*/
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

body.not-found #footer {
	margin-top: 300px;
}

#footer p {
	margin: auto;
	font-family: Arial;
	font-size: 8.5pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

#footer p a {
	color: #ff0000;
}

#footer ul {
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid #000;
	padding-left: 5px;
	margin-left: 5px;
}

#footer ul li.first {
	border: none;
}

#footer ul li a {
	color: #000;
}

/* MENU */
div.menuTopTitle {
	background-image: url('../images/topics_title_bkg.gif');
	height: 30px;
	/* 		background-color:#DEDEDE; */
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
}

div.menuBottomTitle {
	background-image: url('../images/topics_bottom.gif');
	height: 9px;
	background-repeat: repeat-x;
}

div.menuTopTitle p {
	margin: 0;
	padding-top: 5px;
	padding-left: 7px;
	display: block;
	text-align: center;
}

#leftColumn div#menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftColumn div#menu ul li {
	background-color: #DEDEDE;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;*/
	list-style-type: none;
}

#leftColumn div#menu ul li a {
	padding-left: 20px;
	color: #000000;
	display: block;
	font-family: Arial;
	font-size: 8.5pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 8.5pt;
	white-space: normal;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0;
	padding-bottom: 3px;
	/*padding-left:10px;*/
	padding-top: 3px;
}

#leftColumn div#menu ul li a:hover {
	/*text-decoration: none;
	color: #ff0000;
	color: #A17929;*/
}

/* Submenu	 */
#leftColumn div#menu ul ul li a { /* 		margin-left:20px; */
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-top: 3px;
	padding-bottom: 3px;
	/* 		padding-left:20px; */
	/*text-decoration: none;*/
	color: #000000;
	font-family: Arial;
	font-size: 8.5pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	line-height: 8.5pt;
	font-weight: normal;
	white-space: normal;
	text-transform: capitalize;
	text-indent: 20px;
}

#leftColumn div#menu ul ul li a.active {
	/*background-color: #F7CF7D;
	background-repeat: no-repeat;
	background-position: 30px center;*/
	color: #A17929;
}

#leftColumn div#menu .subShow {
	display: block;
}

#leftColumn div#menu .subHidden {
	display: none;
}

#leftColumn div#menu ul li.active:before {
	/*background-color: #FF0000;*/
}

#leftColumn div#menu .active {
	/*background-color: #F7CF7D;
	background-repeat: no-repeat;
	background-position: 10px center;*/
	color: #A17929;
}

/*Advertisign Block*/
div.advertising {
	font-size: 1.5em;
	text-align: center;
	height: 70px;
	margin-top: 10px;
}

/* index.php (homepage)*/
div#hotoffers,div#unanswered {
	width: 300px;
	text-align: left;
}

div#unanswered {
	margin-left: 3px;
}

div.hotoffersTop {
	background-image: url('../images/current_question_title_bkg.gif');
	background-repeat: no-repeat;
	height: 37px;
}

div.unansweredTop {
	background-image: url('../images/focus_title_bkg.gif');
	background-repeat: no-repeat;
	height: 38px;
}

div.containerDiv {
	width: 610px;
}

.result_item_title {
	margin-bottom: 5px;
}

.result_item_title a {
	text-transform: capitalize;
}

div.containerDiv div.background {
	padding: 5px;
	background-color: #F7CF7D;
}

div#unanswered ul {
	margin: 0px;
	list-style-image: url('../images/icon_red.gif');
	list-style-position: outside;
	list-style-type: square;
	padding: 0 5px 0 25px;
}

div#unanswered ul li {
	list-style-image: url('../images/icon_red.gif');
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 0.9em;
}

div.unansweredBottom {
	background-image: url('../images/focus_bottom_bkg.gif');
	background-repeat: no-repeat;
	height: 10px;
}

div#unanswered ul li a {
	color: #000000;
}

div#unanswered ul li a:hover {
	color: #AEAEAE;
}

#hotoffers ul {
	margin: 0 0 0 0;
	list-style-type: none;
	padding-left: 0px;
}

#hotoffers ul li img {
	float: left;
}

#hotoffers ul li p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#hotoffers ul li p.title a {
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}

#hotoffers ul li p.content {
	font-size: 0.7em;
}

#hotoffers ul li {
	clear: both;
}

#userLogin {
	margin: auto;
	width: 185px;
}

#userLogin .userAction:last-child {
	margin-left: 2px;
}

#userLogin .userActionSep {
	float: left;
	text-align: center;
}

#userLogin .userAction {
	width: 90px;
	float: left;
	text-align: center;
}

#userLogin .userAction a {
	color: #000000;
	font-family: Arial;
	font-size: 8.5pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

div#poll div.top {
	background-image: url('../images/poll_top.gif');
	background-repeat: no-repeat;
	height: 29px;
}

div#poll p.titleTop {
	margin-left: 10px;
	margin-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
}

div#poll p.title {
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 0px;
}

div#poll div.middle { /*
	background-image:url('../images/poll_middle.gif');
	*/
	
}

div#poll div.middle p {
	margin-left: 10px;
	margin-right: 10px;
}

div#poll div.bottom { /*
	background-image:url('../images/poll_bottom.gif');
	background-repeat:no-repeat;
	height:6px;
	*/
	
}

div#welcome {
	width: 604px;
	margin: auto;
}

div.welcomeTop {
	background-image: url('../images/usefullinks_title_bkg.gif');
	background-repeat: no-repeat;
	height: 30px;
}

div.welcomeTop p.title {
	padding: 5px 0 3px 18px;
}

div#welcome .content {
	background-image: url('../images/usefullinks_bkg.gif');
	margin: 0 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
}

div.welcomeBottom {
	background-image: url('../images/usefullinks_bottom.gif');
	background-repeat: no-repeat;
	height: 10px;
}











/* right columns elements*/

#latest-posts,
#subscribed-threads {
	margin-top: 10px;
}

#latest-posts h2,
#subscribed-threads h2 {
	background: url(../images/most_recent_threads.gif);
	height: 30px;
	padding-left: 7px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	line-height: 26px;
	text-transform: capitalize;
	font-size: 100%;
}

#latest-posts h2 a {
	color: #fff;
}

#latest-posts ul,
#subscribed-threads ul {
	margin: 0;
	padding: 0;
	background: #DEDEDE;
}

#latest-posts ul li,
#subscribed-threads ul li {
	list-style: none;
	margin: 0 10px;
	padding: 5px 0;
	/*border-bottom: 1px dotted #000;*/
	background: url(../images/separator.gif) repeat-x bottom;
}

#latest-posts ul li p,
#subscribed-threads ul li p {
	margin: 0;
	padding: 0 10px;
	padding: 0;
	text-align: left;
}

#latest-posts span.time,
#subscribed-threads span.time {
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	padding-right: 10px;
	float: left;
}

#latest-posts p.question a,
#subscribed-threads p.question a {
	font-weight: bold;
	/*text-decoration: none;*/
	color: #A52D2B;
	background: none;
	padding: 0;
	font-size: 0.9em;
	line-height: normal;
	height: auto;
}

#latest-posts p.category,
#subscribed-threads p.category {
	color: black;
}


















#banner {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	/* 	height:200px; */
}

#ads {
	font-size: 1.2em;
	/* 	height:200px; */
}

div #uknetguy {
	text-align: left;
}

div #uknetguy div {
	padding-left: 10px;
	padding-right: 10px;
}

div #uknetguy div.title {
	background-color: #D8DADC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 3px;
	padding-bottom: 3px;
}

div #uknetguy .uknetguyTopTitle {
	background-image: url('../images/UKNE_top.gif');
	height: 45px;
}

div #uknetguy div.links {
	background-color: #DEDEDE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 3px;
	padding-bottom: 3px;
}

div #uknetguy div.links a {
	color: #000000;
}

/* thread/index.php */
div#answerQuestionBox {
	
}

div#answerQuestionBox div#imageFloating {
	background-image: url('../images/QA_icon.gif');
	background-repeat: no-repeat;
	width: 109px;
	height: 81px;
	position: absolute;
}

div#answerQuestionBox div.content {
	background-image: url('../images/box_bkg.gif');
}

div#answerQuestionBox h2 {
	margin: 0px 0px 0px 0px;
	padding-left: 110px;
	/* 	padding-top:0px; */
}

div#answerQuestionBox div.contentBoxTop {
	background-image: url('../images/question_box_top.gif');
	background-repeat: no-repeat;
	height: 9px;
}

div#answerQuestionBox div.contentBoxMiddle {
	background-image: url('../images/question_box_bkg.gif');
	padding-left: 110px;
	padding-right: 14px;
}

div#answerQuestionBox div.contentBoxBottom {
	background-image: url('../images/question_box_bottom.gif');
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 110px;
	text-align: center;
}

div#answerQuestionBox div.contentBoxBottomExt {
	background-image: url('../images/thread_links_off.gif');
	background-repeat: no-repeat;
	height: 35px;
}

/* locations index.php*/
div#questionBox div#questionBoxCenter {
	width: 604px;
	margin: auto;
	text-align: left;
}

.inputNormal {
	font-size: 16px;
}

div.topTitleCategory p.title {
	padding-top: 7px;
	padding-left: 10px;
}

div#questionBox {
	margin-bottom: 5px;
}

div#questionBox  p.title {
	margin: 0px;
}

.marginQuestion {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* 	width:604px; */
	background-image: url('../images/box_bkg.gif');
	overflow: auto;
}

.marginQuestion h2 {
	padding: 0px;
	margin: 0px;
}

div#questionBox div.marginQuestion textarea {
	width: 580px;
}

div#questionBox div.marginQuestion input {
	margin-bottom: 5px;
}

input.questionwidth580 {
	width: 580px;
}

input.questionwidth400 {
	width: 400px;
}

div#deferred_captcha_box input {
	width: 580px;
}

div#questionBox div.marginQuestion input.questionSubmit {
	width: auto;
	font-size: 16px;
}

div#questionBox div.marginQuestion input[type="button"] {
	width: 180px;
}

div.boxRight div.topImage {
	background-image: url('../images/message_top.gif');
	background-repeat: no-repeat;
	height: 9px;
}

div.boxRight {
	width: 604px;
	background-image: url('../images/box_bkg.gif');
}

div.boxRight div.middleImage .marginQuestion {
	background-image: url('../images/message_bkg.gif');
}

div.boxRight div.bottomImage {
	background-image: url('../images/message_bottom.gif');
	background-repeat: no-repeat;
	height: 9px;
}

div.bottomTitleCategory {
	background: #fff url('../images/box_bottom.gif') no-repeat;
	height: 7px;
	width: 604px;
	margin: auto;
}

ul#gamesList {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

div#clasifyAnswer {
	margin-top: 10px;
	text-align: center;
}

div#clasifyAnswer div {
	margin-left: 10px;
}

div#clasifyAnswer div.tabAnswerssmall {
	margin-left: 10px;
	margin-left: 6px;
}

div#clasifyAnswer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #7AFFA2;
}

div#clasifyAnswer ul li {
	margin: 0px 2px 0px 0px;
	list-style-type: none;
	float: left;
}

div#clasifyAnswer ul li a {
	text-align: center; //
	background-image: url('../images/body_tab_mid.gif');
	background: url('../images/bg-tab-left.gif') no-repeat left top;
	/*height: 22px;*/
	/*line-height: 22px;*/
	/*width: 115px;
	width: 116px;*/
	display: block;
	color: #000;
	font-family: Arial;
	font-size: 8.5pt;
	/*text-decoration: none;*/
	/*line-height: 20px;*/
	white-space: nowrap;
}

div#clasifyAnswer ul li a span,
div#clasifyAnswer ul li a.active span {
	display: block;
	background: url('../images/bg-tab.gif') no-repeat right top;
	/*height: 22px;*/
	line-height: 22px;
	margin-left: 6px;
	padding-left: 3px;
	/*padding-left: 0;*/
	padding-right: 11px;
	/*padding-right: 6px;*/
}

/*
div#clasifyAnswer ul li a span:hover,
div#clasifyAnswer ul li a.active span:hover {
	cursor: pointer;
}
*/
div#clasifyAnswer ul li.small a {
	text-align: center;
	background-image: url('../images/body_tab_mid_small.gif');
	height: 22px;
	width: 98px;
	display: block;
	color: #A17929;
	font-family: Arial;
	font-size: 8.5pt;
	/*text-decoration: none;*/
	line-height: 20px;
}

div#clasifyAnswer ul li.small a.active {
	text-align: center;
	background-image: url('../images/body_tab_mid_small_on.gif');
	width: 98px;
	display: block;
	/*text-decoration: none;*/
	color: #ffffff;
	font-weight: bold;
}

div#clasifyAnswer ul li a.active {
	text-align: center;
	background-image: url('../images/body_tab_mid_on.gif');
	background-image: url('../images/bg-tab-active-left.gif');
	display: block;
	/*text-decoration: none;*/
	color: #000;
	font-weight: bold;
}

div#clasifyAnswer ul li a.active span {
	background: url('../images/bg-tab-active.gif') no-repeat right top;
	margin-left: 4px;
	padding-right: 4px;
	padding-right: 19px;
	padding-left: 15px;
}

div#barAnswer div.barAnswerContent {
	background-image: url('../images/body_header_bkg.gif');
	background-repeat: no-repeat;
	width: 604px;
	margin: auto;
	height: 29px;
}

div#barAnswer div.barAnswerContentArticles div.barAnswerContent {
	background-image: url('../images/body_header_bkga.gif');
	background-repeat: no-repeat;
	width: 604px;
	margin: auto;
	height: 29px;
}

.articlelistdiv {
	margin: 0px 10px;
	width: 590px;
}

.articlelistdiv a{
	font-weight: bold;
	/*text-decoration: none;*/
}

div#barAnswer div.barAnswerContent p {
	margin: 5px 15px 0px 10px;
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
}

div#barAnswer div.barAnswerContent p a { /*margin:5px 15px 0px 10px;*/
	font-weight: normal;
	font-family: Arial;
	font-size: 8pt;
	margin: 0px 3px;
}

div#barAnswer div.barAnswerContent p a:link,
div#barAnswer div.barAnswerContent p a:visited {
	color: #000;
}

div#barAnswer div#barAnswerContentBottom div.barAnswerContent {
	background-image: url('../images/body_footer_bkg.gif');
	background-repeat: no-repeat;
	width: 604px;
	margin: auto;
	height: 30px;
}

div#barAnswer div#barAnswerContentBottom div.barAnswerContent p {
	margin: 12px 15px 0px 10px;
	color: black;
}

/*Question Answers*/
div#QAdiv {
	position: relative;
}

div#QAicon {
	background-image: url('../images/QA_icon.gif');
	width: 109px;
	height: 81px;
	position: absolute;
	top: 40px;
	left: -10px;
}

div.contentAnswers {
	width: 604px;
	margin: auto;
}

div.questAnswDiv {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 10px 0px;
	display: table;
}

div.contentAnswer {
	display: table-row;
	width: 604px;
	vertical-align: top;
}

div.questAnswDiv p.avatar {
	width: 95px;
	float: left;
	display: table-cell;
	margin: 0px;
	text-align: center;
}

td.icon {
	background-image: url('../images/Q_icon.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 20px;
	float: left;
	display: table-cell;
	height: 20px;
	margin: 0px;
	left: 95px;
	top: 0px;
}

.iconA {
	background-image: url('../images/A_icon.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 0px;
}

table tr td  p.content span.linkTitle {
	display: block;
	/*width:350px;*/
}

table tr td  span.linkTitle a {
	color: #A52D2B;
	/*text-decoration: none;*/
	text-transform: capitalize;
	font-weight: bold;
}

table tr td  p.content {
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	overflow: hidden;
	padding: 0;
	-x-system-font: none;
}

table tr td span.questionContentAnswered {
	-x-system-font: none;
	color: #333333;
	font-family: Arial;
	font-size: 8pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding-top: 8px;
	display: block;
}

/* FAQs */
ul li.answer {
	display: none;
	/* 	list-style-type: circle; */
	list-style-image: url('../images/A_icon.gif');
}

ul li.answerShow {
	display: block;
	display: list-item;
	list-style-image: url('../images/A_icon.gif');
}

ul li.question {
	font-weight: bold;
	display: list-item;
	list-style-image: url('../images/Q_icon.gif');
	cursor: pointer;
	margin-top: 15px;
}

h2 p.titleAlone {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}

.Tutorial p {
	line-height: 1.7em;
}

/* Search Div */
input.search {
	font-size: 16px;
	width: 380px;
	display: inline;
}

.buttonStandar {
	font-size: 16px;
}

.searchbutton {
	
	font-size: 16px;
	margin-left: 110px;

}

div.option {
	display: inline;
	margin-left: 1px;
}

div.searchBoxId div.aloneP {
	width: 604px;
	height: 30px;
}

.aloneInfo {
	text-align: justify;
	margin: 0px 10px;
}

.fixmargintop {
	
}

div.searchBoxId {
	text-align: center;
}

.boxSearch {
	/*text-align: right;*/
	margin-left: 10px;
	width: 580px;
	height: 20px;
}

/* threads nodes */
div.contentQuestion { //
	background-image: url('../images/box_bkg.gif');
	background: #EB9E00;
	padding-top: 10px;
}

div.contentQuestion h1.titleAnswers {
	margin: 0 20px;
}

.whitetext {
	color: #ffffff;
}

.blacktext {
	color: #000;
}

.articlesbacklink {
	margin-right: 10px;
}

.articlesbacklink a {
	text-transform: capitalize;
}

div.contentQuestionText {
	margin-left: 20px;
	margin-right: 20px;
	/*float: left;*/
}

/*
div.contentQuestionText.whitetext{
	float: none;
}
*/
div.contentQuestion div.contentQuestionText p.title {
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
}

div.contentQuestion div.top {
	background-color: #43CDFF;
	background-image: url('../images/question_box_top.gif');
	background-repeat: no-repeat;
	height: 9px;
	font-size: 0px;
}

div.contentQuestion div.middle {
	margin-top: 0px;
	background-image: url('../images/question_box_bkg.gif');
}

div.contentQuestion div.bottom {
	background: #EB9E00 url('../images/question_box_bottom.gif') no-repeat;
	height: 9px;
}

div.bottomTitleCategoryQuestion {
	background-image: url('../images/thread_links_off.gif');
	background-repeat: no-repeat;
	height: 25px;
}

div.imageBase {
	position: relative;
}

div.imageSearch {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('../images/greysearch.gif');
	top: 34px;
	left: 27px;
	background-repeat: no-repeat;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}

.boxBorder { /*
	border-width:1px;
	border-style:solid;
	border-color:#717171;
	*/
	
}

div#searchBottom {
	height: 20px;
}

.titlecase {
	text-transform: capitalize;
}

.messagebox,.box-legacy {
	margin: 10px 20px;
	position: relative;
}

.messageboxside {
	margin: 0px 20px;
}

.formDivSep {
	margin-top: 10px;
}

span.searchText {
	margin-top: 3px;
}

div#searchBottom img#google {
	width: 36px;
	height: 12px;
}

div#searchBottom img#yahoo {
	width: 57px;
	height: 11px;
}

div#searchBottom img#ask {
	width: 20px;
	height: 15px;
	margin-top: 3px !important;
}

div#yahoo,div#google,div#ask {
	margin-top: 5px;
	margin-left: 15px;
}

.bottomTitleCategoryQuestion a {
	padding-left: 20px;
	padding-top: 6px;
}

a.reportLink {
	/*text-decoration: none;*/
	color: #A17929;
	text-transform: lowercase;
	font-size: 1.2em;
	text-transform: capitalize;
}

a.reportLink:hover {
	/*text-decoration: none;*/
	color: black;
}

div.answerBottom {
	width: 200px;
	/* 	background-color:#F1FFC1; */
	text-align: center;
	padding-top: 5px;
	float: left;
}

.answerBottomMain { /* 	padding-top:5px; */
	
}

.lineAnswerBottom {
	width: 2px;
	height: 27px;
	background-image: url('../images/box_tab_gap.gif');
}

#questionInput {
	background-image: url('../images/post_bkg.gif');
}

.questionInputHide {
	display: none;
}

.questionInputShow {
	margin-top: 2px;
	_margin-top: 0px;
}

#boxQuestionInput {
	padding-top: 10px;
}

.boxQuestionBottom {
	background-image: url('../images/post_box_bottom.gif');
	height: 26px;
}

.linkAnswerSelect {
	background-image: url('../images/box_tab_right_btn_on.gif');
	background-position: right top;
	padding-top: 5px;
	float: left;
	height: 28px;
	width: 200px;
	text-align: center;
}

/* register */
.registerDiv { /* 	background-image:url('../images/post_bkg.gif'); */
	/* 	padding:10px; */
	
}

div.formContainer {
	padding: 10px 10px 10px 10px;
}

div.formContainer select,div.formContainer input { /* 	float:left; */
	margin-bottom: 10px;
	margin-bottom: 2px;
	border-width: 1px;
	border-color: #000000;
}

.maxWidth,div.formContainer select {
	width: 350px;
}

input.questionSubmit {
	font-size: 16px;
	width: auto;
}

.autoWidth {
	width: auto !important;
}

div.formTop {
	background-image: url('../images/box_tab_just_btn_on.gif');
	background-repeat: no-repeat;
	height: 15px;
	font-size: 0.9em;
}

div.formBottom {
	background-image: url('../images/post_box_bottom.gif');
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
	padding-right: 40px;
	/* 	padding-top:5px; */
}

div.formBottom a { /* 	padding-top:5px; */ /* 	display:block; */
	
}

div.registerDiv div#questionBox {
	margin-bottom: 0px;
}

div.registerDiv div.contentQuestion div.top {
	/* background-color:#43CDFF; */
	background-image: url('../images/message_top.gif');
	background-repeat: no-repeat;
	font-size: 0;
	height: 9px;
}

div.registerDiv div.contentQuestion div.middle {
	margin-top: 0px;
	background-image: url('../images/message_bkg.gif');
}

div.registerDiv div.contentQuestion div.bottom {
	background-image: url('../images/message_bottom.gif');
	background-repeat: no-repeat;
	height: 9px;
}

/*div.registerDiv div.middleRegister{
	background-image:url('../images/message_bkg.gif');
	margin:0px;
	margin-top:0px;
}
div.registerDiv div.topRegister{
	background-image:url('../images/message_top.gif');
	margin:0px;
	height:9px;
	background-repeat:no-repeat;
}
div.registerDiv div.bottomRegister{
	background-image:url('../images/message_bottom.gif');
	background-repeat:no-repeat;
	height:9px;
}*/
div.registerDiv div#QAicon {
	top: 0px;
}

div.registerDiv h2 {
	margin-top: 0px;
	padding-top: 0px;
	-x-system-font: none;
	font-family: Arial;
	font-size: 14pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

div.registerDiv p {
	margin-top: 0px;
}

div.registerDiv div.contentQuestionText {
	margin-top: 0px;
}

div.registerDiv div.formContainer li {
	width: 200px;
	/* 	background-color:#85FF7A; */
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

div.registerDiv div.formContainer li input { /* 	display:inline; */
	/* 	margin:0px; */ /* 	padding:0px; */
	margin-right: 5px;
	width: auto;
}

div.formContainer {
	text-align: left;
}

.postananswerlink {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	/*text-decoration: none;*/
	text-transform: capitalize;
}

#captcha {
	border: 1px solid;
	border-color: gray;
}

.middle p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.buttonSubmit {
	border-width: 0px;
	background-color: #F3BE55;
	color: #A52D2B;
	display: block;
	/* 	width:70px; */
	padding-top: 5px;
}

form {
	margin-top: 0px;
}

input[type="radio"] {
	
}

textarea.reportext {
	width: 550px;
	height: 100px;
}

div.footerQuestion {
	float: right;
}

div.footerQuestion div {
	display: inline;
	margin-left: 5px;
}

div.footerQuestion a {
	margin-left: 5px;
	/*text-decoration: none;*/
	color: #535353;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
}

#authorTools a { /* 	display:block; */
	margin-left: 10px;
	/*text-decoration: none;*/
	color: #ffffff;
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: bold;
	/* 	text-decoration:underline; */
}

.embedded_media_url,.embedded_media_description {
	text-align: left;
}

div.footerQuestion a:hover,#authorTools a:hover {
	/*text-decoration: none;*/
	color: #A52D2B;
}

#authorTools {
	text-align: right;
	padding-right: 10px;
}

#boxQuestionInput textarea {
	width: 450px;
	height: 100px;
	font-size: 120%;
}

#boxQuestionInput input[type="text"] {
	width: 300px;
	color: #8F8F8F;
}

div.uploadField {
	clear: left;
	position: relative;
}

div.uploadField div {
	position: absolute;
	left: 380px;
}

div.loginTopImage {
	background-image: url('../images/messageHeaderTop.gif');
	background-repeat: no-repeat;
	height: 35px;
}

div.loginBox {
	background-image: url('../images/profileToolsBkg.gif');
	background-repeat: no-repeat;
	height: 36px;
	margin-bottom: 10px;
	clear: both;
}

div.loginBox div {
	margin-top: 10px;
}

div#userLogin {
	
}

div.loginTopImage p {
	margin: 0px;
	padding-top: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#userLogin .userActionGuestSep {
	width: 2px;
	height: 24px;
	float: left;
}

#userLogin .userActionGuest {
	background-image: url("../images/register_signin.gif");
	width: 91px;
	height: 24px;
	float: left;
}

div#userLogin .loginBoxGuest {
	
}

#userLogin .userActionGuest a {
	color: #ffffff;
	font-family: Arial;
	font-size: 8.5pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-left: 7px;
}

div#advertising {
	height: 80px;
	margin-top: 10px;
}

.loginMessage {
	width: 604px;
	margin: auto;
	font-size: 1.3em;
	text-align: center;
	color: #A52D2B;
}

#profileDiv {
	background-image: url('../images/post_bkg.gif');
	height: 100%;
	width: 100%;
}

div.contentQuestionText ul {
	margin: 0px;
}

input.searchSubmit {
	background-image: url('../images/search_57.gif');
	height: 18px;
	width: 57px;
	border-width: 0px;
	background-color: #FFD493;
}

div.gameDiv {
	margin: auto;
	padding-top: 10px;
}

div.gameDiv div.content {
	width: 500px;
	margin: auto;
}

div.contentQuestionText h2 {
	margin-bottom: 0px;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 110%;
}

.secondtab {
	margin-left: 4px;
}

.firsttab {
	margin-left: 1px;
}

div.mainTab ul li a.active {
	background-image: url(../images/body_tab_mid_on_300.gif);
	color: #000;
	font-weight: bold;
	/*text-decoration: none;*/
	background-repeat: no-repeat;
}

div.mainTab ul li a {
	background-image: url(../images/body_tab_mid_300.gif);
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-family: Arial;
	font-size: 1.2em;
	height: 22px;
	text-align: center;
	width: 300px;
	/*text-decoration: none;*/
	line-height: 26px;
}

div.mainTab ul li {
	float: left;
	list-style-type: none;
}

div.mainTab ul {
	padding: 0px;
	margin: 0px;
}

div.contentTabMain {
	
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

div.mainTab {
	background-color: #ffffff;
	display: block;
	clear: both;
	height: 22px;
}

div.tabAnswerssmall,
div.tabAnswers {
	height: 22px;
}

a img {
	border: 0px;
}

div.advertising_block {
	height: 70px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
}

div.rightads {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

div.centerContent {
	margin: 9px 20px;
}

a {
	color: #A52D2B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.inputBoxDiv {
	margin-bottom: 10px;
}

div.contentQuestionBotton {
	background-image: url(../images/body_footer_bkg_only.gif);
	height: 12px;
}

/*div.simple_poll_option{
	margin-left:10px;
}*/
div.simple_poll_option input {
	border-width: 0px;
	border-style: none;
	margin-right: 5px;
}

.padding5 {
	padding: 5px;
}

.margintopbotton5 {
	margin: 5px 0px;
}

.margintopbotton10 {
	margin: 10px 0px;
}

/*div.simple_poll_text{
	margin:5px 0px;
}*/
.halfbox {
	width: 300px;
}

.titlehalfbox {
	background-image: url(../images/focus_title_bkg.gif);
	background-repeat: no-repeat;
	height: 38px;
	background-color: #F7CF7D;
}

.halfboxbottom {
	background-image: url(../images/focus_bottom_bkg.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.fullbox {
	width: 604px;
}

.titlefullbox {
	background-image: url(../images/box_full_top.gif);
	background-repeat: no-repeat;
	height: 38px;
	background-color: #F7CF7D;
}

.backgroundfull {
	background-image: url(../images/box_full_middle.gif);
	background-repeat: repeat-y;
}

.fullboxbottom {
	background-image: url(../images/box_full_bottom.gif);
	background-repeat: repeat-x;
	height: 15px;
}

/*		GENERIC		*/
.margin1 {
	/*margin: 1px;*/
}

.margin2 {
	margin: 2px;
}

.margin3 {
	margin: 3px;
}

.margin4 {
	margin: 4px;
}

.margin5 {
	margin: 5px;
}

.padding4 {
	padding: 4px;
}

.blacklink a {
	color: #000000;
}

.nodisc ul li {
	list-style-type: none;
	margin-top: 5px;
	text-transform: capitalize;
}

.halfbox ul {
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

.crdate {
	color: #000;
	font-size: 8pt;
}

.alignJustify {
	text-align: justify;
}

.halfboxcontentfrontpage {
	height: 180px;
}

.halfboxcontentfrontpage p {
	margin-top: 0;
}

.halfboxcontentfrontpage select {
	font-size: 16px;
	width: 100%;
}

.questionContent {
	margin-top: 10px;
	display: block;
	text-align: left;
	width: 480px;
	overflow-x: auto;
}

.questionContentAuthor {
	margin-top: 10px;
	display: block;
	text-align: left;
	background-color: #FFF3DB;
}

.margintop5 {
	margin-top: 5px;
}

.boxmessageform {
	background-color: #EB9E00;
	padding: 5px 0px;
}

.margintop10 {
	margin-top: 10px;
}

.formLabel {
	margin-top: 5px;
	font-weight: bold;
}

.checkboxForm ul li {
	list-style-type: none;
}

.checkboxForm ul li input {
	margin-right: 5px;
}

.imgIcon {
	margin-right: 10px;
}

.containerMainTab {
	text-align: center;
}

.marginCenterBox {
	margin-left: 15px;
}

.formdivbox {
	margin: auto;
	text-align: left;
	width: 604px;
}

.mediainput {
	color: rgb(70, 70, 70);
	font-size: 120%;
}

.radiosep input {
	margin-right: 5px;
}

input.questionwidth {
	width: 300px;
}

div.result_item {
	margin-left: 20px;
	width: 570px;
}

.errormessage {
	font-size: 16px;
	margin: 20px 20px 120px 20px;
}

.articleview {
	margin: 10px 20px 0px 20px;
	overflow: hidden;
}

.result_item_url a {
	color: #737373;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.result_item_text {
	margin-top: 10px;
}

.headsearch {
	margin: 10px 0px 10px 20px;
	font-size: 16px;
}

.bolder {
	font-weight: bold;
}

.selectormain {
	margin-top: 5px;
}

.selectormain select {
	font-size: 16px;
	width: 100%;
}

#question_results {
	
}

#answer_results {
	
}

.hide {
	display: none;
}

.show {
	display: block;
}

.searchHide {
	display: none;
}

.searchShow {
	display: block;
}

.pageNav {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 15px 0px 10px;
}

.plaintext {
	font-weight: normal;
}

.navDiv {
	display: inline;
}

img.navDiv {
	text-decoration: none;
}

.textfieldRequiredMsg {
	margin-left: 5px;
}

.textfieldRequired {
	margin-left: 5px;
}

div#barAnswerContentBottom div.barAnswerContent p {
	color: black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	margin: 12px 15px 0px 10px;
}

div#barAnswerContentBottom div.barAnswerContent {
	background-image: url(../images/body_footer_bkg.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin: auto;
	width: 604px;
}

.margin05 {
	margin: 0px 5px;
}

div#barAnswerContentBottom div.barAnswerContent p a {
	color: #000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	margin: 0 3px;
}

.backgroundfull h2 {
	margin: 0px 0px 0px 10px;
}

.backgroundfull a:link,.backgroundfull a:visited {
	color: #000;
}

h2.nomargin {
	margin: 0px;
}

.formTextRequired {
	border-color: #ff0000 !important;
	background-color: #FFE8D5 !important;
}

.formSelectRequired {
	border-color: #ff0000 !important;
}

.formTextOk {
	border-color: #0000ff;
}

.formTextNormal {
	border-color: none;
	background-color: none;
}

.formMessageError {
	color: #ff0000;
}

.extra_bar_div {
	margin: auto;
	width: 500px;
}

.extra_bar {
	padding: 2px;
	background-color: #F7CF7D;
	font-size: 12px;
}

.extra_bar_top {
	background-image: url(../images/extra_bar_top.jpg);
	height: 10px;
	overflow: hidden;
	font-size: 10px;
}

.extra_bar_bottom {
	background-image: url(../images/extra_bar_bottom.jpg);
	height: 10px;
	overflow: hidden;
	font-size: 10px;
}

.aligncenter {
	text-align: center;
}

.tinyinfo {
	font-family: Verdana;
	font-size: 9px;
}

/* admincontexttools */
#global_admin_bar {
	background: #039;
	margin: 0;
	padding: 5px;
	text-align: right;
}

#global_admin_bar ul {
	margin: 0;
	padding: 0;
}

#global_admin_bar a:link,
#global_admin_bar a:visited {
	color: #fff;
	/*text-decoration: none;*/
	font-weight: bold;
	font-style: italic;
}

#global_admin_bar a:hover {
	color: #ffc;
	text-decoration: underline;
}

#global_admin_bar ul li {
	display: inline;
	margin-left: 5px;
}

.admintool * {
	font-family: Tahoma;
	font-size: 10px;
	color: black;
	/*text-decoration: none;*/
}

.admintoolbar {
	
}

.admintoolbox {
	border: 1px solid;
	border-color: #FFFF00;
}

.admintool a:hover {
	color: red;
}

.admintool a {
	color: black;
}

.adminrow { /*background-color: #FFFF00;*/
	
}

.adminrow td {
	text-align: left;
}

.cs-wrapper {
	position: relative;
}

.cs-wrapper:hover {
	background-color: orange;
}

.cs-wrapper div.edit {
	position: absolute;
	top: 0;
	right: 0;
}

/* ??? */
a.icon {
	margin-left: 5px;
	line-height: 10px;
	vertical-align: bottom;
}

p.question {
	text-align: left;
}

p.question a {
	background: url('../images/Q_icon.gif') left no-repeat;
	padding-left: 20px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

p.copyright {
	color: gray;
	float: right;
}

#results p.copyright {
	font-size: 100%;
}

.question_sticky {
	font-size: 90%;
	font-weight: bold;
	background-color: #ffffcc;
}

ul.fly-tools,ul.ban-tools,ul.sticky-tools { /*clear: both;*/
	margin: 4px 4px 4px 0;
	padding: 0;
	height: 16px;
}

td.avatar ul.fly-tools,td.avatar ul.ban-tools,td.avatar ul.sticky-tools
	{
	height: auto;
}

ul.fly-tools li,ul.ban-tools li,ul.sticky-tools li {
	display: block;
	float: left;
	height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 3px;
}

td.avatar ul.fly-tools li,td.avatar ul.ban-tools li,td.avatar ul.sticky-tools li
	{
	float: none;
}

ul.ban-tools li a,ul.sticky-tools li a {
	border: 1px solid red;
	background: #fee;
	padding: 1px 2px;
}

ul.sticky-tools li a {
	border: 1px solid orange;
	background: #ffc;
	padding: 1px 2px;
}

ul.fly-tools li a {
	border: 1px solid orange;
	background: #A3D5FF;
	padding: 1px 2px;
	color: #039;
	border: 1px solid #039;
}

ul.fly-tools li a:hover {
	color: white;
}

div.message {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

body.not-found div.message {
	font-weight: normal;
}

body.not-found div.message p {
	letter-spacing: normal;
}

.backgroundfull div.message {
	text-align: left;
	border: 1px solid #EB9E00;
	background: #ffc;
	margin-bottom: 10px;
}

.backgroundfull div.message h2 {
	font-size: 10pt;
	margin: 0;
	font-weight: bold;
}

.backgroundfull div.message ul {
	padding-left: 20px;
}

.backgroundfull div.message p,.backgroundfull div.message li {
	letter-spacing: normal;
	font-weight: normal;
	margin: 5px 0;
}

div.message p {
	margin: 0;
	font-size: 110%;
	letter-spacing: 0.1em;
}

div.message div.image {
	position: absolute;
	right: 5px;
}

div.message div.image img {
	border: none;
}

div.message.info {
	background: #cfc;
	border-top: 1px solid #0f0;
	border-bottom: 1px solid #0f0;
	color: #000;
}

div.message.warning {
	background: #ffa;
	border-top: 1px solid #EB9E00;
	border-bottom: 1px solid #EB9E00;
	color: #333;
}

div.message.error {
	background: pink;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	color: #d00;
}

#categoryTopMessage {
	color: #fff;
	font-size: 110%;
	font-style: italic;
}

#categoryTopMessage p {
	text-align: left;
}

#topicButton a {
	color: #fff;
	outline: none;
	display: block;
	height: 16px;
}

#topicButton a:hover {
	cursor: pointer;
}

.searchbox,.searchboxcontrol {
	float: left;
}

.searchboxcontrol {
	margin-top: 7px;
	margin-left: -185px;
}

.related-searches {
	margin-left: 270px;
	padding-bottom: 20px;
	font-size: 95%;
}

#rightColumn .related-searches {
	margin-left: 0;
	border: 1px solid red;
}

.cs-intro {
	padding: 10px;
}

#profile .image {
	margin-left: 10px;
}

#profile .image img {
	width: 128px;
	height: 128px;
}

#profile .image,#profile ul {
	float: left;
}

#profile ul {
	padding-left: 10px;
}

#profile ul li {
	list-style: none;
	display: block;
	font-size: 110%;
}

#profile ul li span.label {
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
}

#profile div.footer {
	padding-top: 10px;
}

div.footer {
	clear: both;
}

td.avatar {
	text-align: center;
}

#questionBoxCenter div.image {
	float: left;
	margin: 13px 10px 0 20px;
	font-weight: bold;
	text-align: center;
	width: 85px;
}

#questionBoxCenter div.image a:link,
#questionBoxCenter div.image a:visited {
	color: #666;
	font-weight: bold;
	/*text-decoration: none;*/
}

#questionBoxCenter div.image a:hover {
	color: #A17929;
}

#questionBoxCenter span.crdate {
	display: block;
	margin-bottom: 10px;
	color: #666;
}

#questionBoxCenter div.image span.authorInfo a:hover {
	color: #A17929;
}

#questionBoxCenter div.contentQuestionText {
	font-size: 110%;
}

#global-message {
	background-color: #f8cf7f;
	text-align: center;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #EB9E00;
}

#global-message a:link,#global-message a:visited {
	color: black;
	font-weight: bold;
}

span.label {
	font-weight: bold;
}

#feeds {
	text-align: left;
}

#feeds h1 {
	font-size: 120%;
}

#feeds h2 {
	font-size: 100%;
}

.collapsed {
	display: none;
}

div.public-moderator-tools {
	margin-top: 15px;
	background: #fff;
	border: 1px solid #EB9E00;
	padding: 5px;
}

img.trigger:hover {
	cursor: pointer;
}

div.public-moderator-tools div a.trigger {
	padding-left: 20px;
	font-weight: bold;
	outline: none;
}

div.public-moderator-tools div.form-item {
	padding: 5px;
}

div.public-moderator-tools div.form-item textarea {
	width: 558px;
	height: 100px;
}

div.public-moderator-tools div.buttons input.submit {
	display: block;
	margin: auto;
	text-transform: uppercase;
}

div.public-moderator-tools div a.trigger:link,
div.public-moderator-tools div a.trigger:visited {
	/*text-decoration: none;*/
}

div.public-moderator-tools div a.trigger:hover {
	color: #666;
}

div.public-moderator-tools div.suspend a.trigger {
	background: url(/images/icons/user_delete.png) no-repeat left;
}

div.public-moderator-tools div.activate a.trigger {
	background: url(/images/icons/user_add.png) no-repeat left;
}

#posting-tool {
	display: none;
}

#posting-tool fieldset {
	margin: 10px 0;
	padding-bottom: 0;
	position: relative;
}

#posting-tool fieldset legend,#posting-tool fieldset div.form-item label,#posting-tool div.form-item p.desc
	{
	color: #000;
}

#posting-tool fieldset legend {
	font-weight: bold;
}

#posting-tool fieldset div.form-item input.text.int {
	width: 6em;
}

#posting-tool fieldset div.form-item input.text.date {
	width: 6em;
}

#paper-item,#quiz-item,#quiz-number-item,#paper-date-item,#posting-tool fieldset div.buttons
	{
	float: left;
	margin-right: 10px;
}

input.int {
	text-align: right;
}

#posting-tool fieldset div.buttons {
	margin-top: 24px;
}

#posting-tool fieldset div.buttons input.button {
	width: auto;
}

#posting-tool #paper-item label {
	display: block;
}

/*#posting-tool #paper-item select {
	display: inline;
}*/
fieldset.new {
	background: url(/images/new.png) no-repeat right top;
	padding: 10px;
}

#tb-instructions {
	display: none;
	color: #000;
}

#tb-instructions p {
	margin-top: 0;
}

#papername {
	display: inline;
}

#quizname,#other-paper {
	display: none;
}

#other-paper {
	vertical-align: top;
}

#ajax-loading { /*position:absolute;
	top: 0px;
	left: 0px;*/
	color: #fff;
	display: none;
	font-style: italic;
}

div.user-profile-tools {
	float: right;
}

div.user-profile-tools input {
	width: 150px;
	display: block;
	margin-bottom: 10px;
}

#question_title {
	width: 580px;
}

label.checkbox {
	float: left;
	margin-top: 10px;
}

#medialinks input.inputNormal {
	margin-top: 10px;
	float: right;
	text-transform: capitalize;
}

div.suggest {
	margin-top: 5px;
	font-style: italic;
}

div.suggest a {
	display: block;
}

a.rss img {
	vertical-align: middle;
	margin-top: -2px;
}