* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: "Maven Pro";
	src: url('../newforum/font/MavenPro-Regular.ttf');
}
@font-face {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	src: url('../newforum/font/PTN57F.ttf');
}
@font-face {
	font-family: "Open Sans Light";
	src: url(../newforum/font/OpenSans-Light.ttf);
}
@font-face {
	font-family: "Bebas Neue";
	src: url(../newforum/font/BebasNeue.otf);
}
.divImportant {
	background: url(../images/imp_mark.png) no-repeat;
	background-position: 0% 50%;
	padding: 18px;
}
.expertAnswer {
	display: block;
}
.noExpertanswer {
	display: none;
}
#mainWith {
	width: 1050px;
	margin: 20px auto;
	border: 1px #c6cbcc solid;
	position: relative;
	-ms-box-box-shadow: 0px 0px 10px #ccc;
	;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
/**********************************************************
TOP FORUM HEADING
**********************************************************/

.forumHeading {
	background: url(../images-new/formHeadingbg.jpg) top left repeat-x;
	border-bottom: 1px #d1d1d1 solid;
	min-height: 72px;
}
.flotLeft {
	float: left;
}
.forumHeadingTxt {
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2e3e43;
	line-height: 72px;
	padding-left: 20px;
	text-transform: capitalize;
}
.Frm-search {
	width: 595px;
	float: right;
	margin-top: 16px;
}
.Frm-search .srchICon {
	width: 40px;
	float: left;
	background: url(../images-new/frmicon.png) -260px 11px no-repeat;
	height: 37px;
	border: 1px #cdcdcd solid;
	border-right: none;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 25px 0px 0px 25px;
	-ms-border-radius: 25px 0px 0px 25px;
	-webkit-border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;
}
.Frm-search .frmSrchInpt {
	float: left;
}
.Frm-search .frmSrchInpt input {
	width: 412px;
	height: 37px;
	border: 1px #cdcdcd solid;
	border-left: none;
	color: #8b8b8b;
	font-size: 20px;
	line-height: 37px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
.Frm-search .srchBTN {
	float: left;
}
.Frm-search .srchBTN .srchMainBtn {
	border: none;
	width: 113px;
	color: #FFFFFF;
	font-size: 20px;
	height: 39px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	background-color: #ff7700;
	text-align: center;
	border-radius: 0px 25px 25px 0px;
	-ms-border-radius: 0px 25px 25px 0px;
	-webkit-border-radius: 0px 25px 25px 0px;
	-moz-border-radius: 0px 25px 25px 0px;
}
.Frm-search .srchBTN button:hover {
	cursor: pointer;
	background-color: #e67c00;
}
.CmnWidth {
}
/**************************************************************
FORUM LEFT PANEL
**************************************************************/ 

.forumLeft {
	float: left;
	width: 738px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-right: 1px #CCCCCC solid;
	-ms-box-shadow: 5px 0px 8px #ccc;
	-webkit-box-shadow: 5px 0px 8px #ccc;
	-moz-box-shadow: 5px 0px 8px #ccc;
	box-shadow: 5px 0px 8px #ccc;
}
.forumLeft-home {
	float: left;
	width:377px;
}
.cmmnHeading {
	font-size: 20px;
	color: #2e3e43;
	padding-bottom: 15px;
	padding-left: 20px;
	text-transform: capitalize;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
.mostList {
	border: 1px #d5d8d9 solid;
	border-left: none;
	border-right: none;
	margin: 0 10px 15px 0px;
	width:100%;
	display:block;
}
.mostList ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mostList ul li {
	float: left;
	letter-spacing: 0px;
	font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
	border-right: 1px #d5d8d9 solid;
	font-size: 13px;
	color: #4a4a4a;
	padding: 15px 4px;
	display: inline-block;
}
.mostList ul li a {
	color: #4a4a4a;
	text-decoration: none;
}
.mostList ul li a:hover {
	color: #000;
}
.mostList ul li.mostlistactive{
		background: #dcdcdc;
	color: #4a4a4a;
}

.mostList ul li p {
	text-align: center;
	color: #8b8b8b;
	font-size: 14px;
	margin-top: 6px;
	font-family: "PT Sans";
}
.mostList ul li.frmlst {
	padding-right: 0px;
	border-right: none;
}
.mostList ul li span.most1Icon1 {
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
	margin-right: 6px;
	background: url(../images-new/frmicon.png) 0px 0px no-repeat;
}
.mostList ul li span.most1Icon2 {
	width: 25px;
	height: 24px;
	float: left;
	margin-right: 6px;
	display: inline-block;
	background: url(../images-new/frmicon.png) -34px 0px no-repeat;
}
.mostList ul li span.most1Icon3 {
	width: 25px;
	display: inline-block;
	float: left;
	margin-right: 6px;
	height: 24px;
	background: url(../images-new/frmicon.png) -65px 0px no-repeat;
}
.mostList ul li span.most1Icon4 {
	width: 25px;
	display: inline-block;
	float: left;
	height: 24px;
	margin-right: 6px;
	background: url(../images-new/frmicon.png) -98px 0px no-repeat;
}
/*********************************************
QUESTION OF THE DAY
************************************************/

.q-of-day {
	border: 1px #cecece solid;
	background-color: #fff;
	margin: 0 20px 20px 20px;
	display: block;
	padding: 18px 8px 0px 8px;
	-moz-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	-ms-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
}
.q-of-day h2 {
	font-size: 36px;
	font-weight: 700;
	font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 0 0 20px 20px;
}
/*********************************************
QUESTION OF THE DAY END
************************************************/

.forumLeft .questionSection {
	margin: 0px 20px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px #CCCCCC solid !important;
}
.forumLeft .questionSection:last-child {
	border-bottom: none;
}
.forumLeft .questionSection h3 {
	font-size: 13px;
	margin-bottom: 7px;
	margin-left: 73px;
	color: #333;
	font-family: "Maven Pro" Arial, Helvetica, sans-serif;
}
.forumLeft .questionSection h3 a {
	text-decoration: none;
	color: #333;
	line-height: 20px;
}
.forumLeft .questionSection h3 a:hover {
	text-decoration: none;
	color: #5b6273;
}
.forumLeft .questionSection h4 {
	font-size: 12px;
	color: #5a5959;
	margin-bottom: 7px;
	margin-left: 73px;
	font-family: "Maven Pro" Arial, Helvetica, sans-serif;
}
.forumLeft .questionSection h4 a {
	text-decoration: none;
	color: #5a5959;
}
.forumLeft .questionSection h4 a:hover {
	text-decoration: none;
	color: #000;
}
.forumLeft .questionSection p {
	font-size: 14px;
	color: #918f8f;
	letter-spacing: -0.10px;
	font-family: "Maven Pro" Arial, Helvetica, sans-serif;
}
.ansNumBox {
	min-width: 50px;
	float: left;
	margin-right: 12px;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	min-height: 40px;
	color: #333333;
	font-size: 16px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	border: 1px #cfcfcf solid;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-ms-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
.ansNumBox p {
	text-align: center;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
.questionSection.bdrnone {
	border-bottom: none;
}
.replySection ul {
	list-style: none;
	margin-top: 25px;
	display: block;
}
.replySection ul li {
	float: left;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	margin-right: 15px;
}
span.views {
	width: 20px;
	background: url(../images-new/frmicon.png) -130px 0px no-repeat;
	float: left;
	display: inline-block;
	height: 12px;
	margin-top: 2px;
}
span.rply {
	width: 24px;
	display: inline-block;
	background: url(../images-new/frmicon.png) -240px 0px no-repeat;
	float: left;
	height: 14px;
}
.replyBtn {
	min-width: 80px;
	padding: 4px;
	position: relative;
	bottom: 6px;
	border: 1px #d5d5d5 solid;
	color: #848484;
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	-moz-border-radius: 10px;
	background: url(../images-new/rply.jpg) top left repeat-x;
}

.replyBtn:hover {
	background: url(../images-new/rply-hover.jpg) top left repeat-x;
	cursor: pointer;
}
.replyBtnSub {
	width: 72px;
	position: relative;
	padding: 4px;
	border: 1px #d5d5d5 solid;
	color: #848484;
	font-size: 14px;
	text-align: center;
	display: block;
	float: left;
	display: block;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(../images/rply.jpg) top left repeat-x;
}
.replyBtnSub:hover {
	background: url(../images/rply-hover.jpg) top left repeat-x;
	cursor: pointer;
}
.rd {
	color: #db7216;
	font-weight: 700;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
.rd img {
	color: #db7216;
	float: left;
	left: 391px;
	margin: -40px 0 0;
	position: absolute;
	z-index: 999999;
}
.expert_stamp img {
	/*background:url(../images/expert_stamp.png) no-repeat;*/
	display: block;
	position: absolute;
	margin: -53px 0 0 -69px;
}
.numbSise {
	color: #db7216;
	font-size: 24px;
	text-align: center;
	display: block;
	font-weight: 500;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
.pdNon {
	padding-left: 0px;
}
.name {
	font-size: 16px;
	color: #009966;
	letter-spacing: 0.5px;
	font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
}

.ansBtn-home {
	min-width: 75px;
	width: 80px;
	padding: 4px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	display: block;
	font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
	background-color: #0083ff;
	letter-spacing: 3px;
	margin-bottom: 15px;
	cursor: pointer;
	margin:28px 0 0 13px;
}
.ansBtn-home:hover {
	background-color: #0033CC;
}

.ansBtn {
	min-width: 182px;
	width: 80px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	display: block;
	font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
	background-color: #0083ff;
	letter-spacing: 3px;
	margin-bottom: 15px;
	cursor: pointer;
}
.ansBtn:hover {
	background-color: #0033CC;
}
/**************************************************************
FORUM RIGHT PANEL
**************************************************************/

.forumRight {
	width: 300px;
	padding-top: 20px;
	float: right;
	margin-bottom: 40px;
}
.recentMemb {
	width: 100%;
	margin-bottom: 20px;
}
.recentMemb img {
	float: left;
	width: 70px;
	margin-right: 10px;
	height: 70px;
	border-radius: 150px;
}
.recentexpert img {
	float: left;
	width: 70px;
	margin: 0 36px 0 5px;
	height: 70px;
	border-radius: 150px;
}
.total_ques_agm {
	float: right;
	font-size: 13px;
	padding: 7px 11px 7px 5px;
	font-weight: bold;
	border: 1px #C1C1C1 solid;
	margin: 0 43px 22px 0;
	color: #A8A8A8;
	display: block;
}
.total_ques_agm span {
	border: 1px #C1C1C1 solid;
	border-radius: 100px;
	display: block;
	float: right;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 422px;
	padding:10px 26px 29px 15px;
	background: #fff;
	width: 20px;
	height: 20px;
    top:-3px !important;
}
.recentexpert_name {
	font-weight: bold;
	padding: 0 0 14px 0;
}
.recentMemb p {
	color: #757575;
}
.ques_Btn {
	padding: 12px;
	font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
	background-color: #0083ff;
	letter-spacing: 1px;
	color: #FFFFFF;
	width: 268px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}
.ques_Btn a {
	color: #FFFFFF;
	text-decoration: none;
}
.ques_Btn:hover {
	background-color: #0033CC;
}
.myQA {
	padding: 12px;
	font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
	background-color: #ff7700;
	letter-spacing: 3px;
	color: #FFFFFF;
	width: 268px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}
.myQA a {
	color: #FFFFFF;
	text-decoration: none;
}
.myQA:hover {
	background-color: #ff9335;
}
.sidelisting {
	margin-right: 30px;
	margin-bottom: 20px;
}
.sidelisting ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sidelisting ul li {
	font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px #CCCCCC solid;
	background: url(../images/blt.png) left no-repeat;
}
.sidelisting ul li a {
	text-decoration: none;
	color: #5c5c5c;
	line-height: 20px;
	display: block;
	padding: 8px 0 8px 15px;
}
.sidelisting ul li a:hover {
	color: #000000;
}
.sidelisting ul li span {
	margin-left: 80px;
}

.aboutForum {
	margin-right: 30px;
}
.aboutForum p {
	margin-top: 10px;
	color: #918f8f;
}
/********************************************************
FORUM 2 START
********************************************************/

.comentBoxhome {
	background: #fff;
	width: 92%;
	height: 73px;
	font-size: 16px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	color: #9C9C9C;
	text-indent: 10px;
	margin-top: -6px;
	border: 1px #c8c8c8 solid;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: -11px;
	border-radius: 4px;
	padding-top: 10px;
}
.comentBoxhomeinput {
	background: #fff;
	width: 89%;
	font-size: 16px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	color: #9C9C9C;
	text-indent: 10px;
	margin-top: 5px;
	margin-left:11px;
	border: 1px #c8c8c8 solid;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: -15px;
	border-radius: 4px;
	padding: 5px;
}




.comentBox {
	background: #fff;
	width: 100%;
	height: 80px;
	font-size: 16px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	color: #9C9C9C;
	text-indent: 10px;
	margin-top: 10px;
	border: 1px #c8c8c8 solid;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	padding-top: 10px;
}
.tagsBox {
	background: #fff;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	color: #d1d1d1;
	text-indent: 10px;
	margin-top: 0px;
	border: 1px #c8c8c8 solid;
	margin-bottom: 15px;
	padding-top: 10px;
}
.comntTextArea {
	background: #fff;
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	color: #d1d1d1;
	text-indent: 10px;
	border: 1px #c8c8c8 solid;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
}
.vNumBox {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #CCCCCC solid;
	width: 40%;
	background-color: #FFFFFF;
	-ms-box-box-shadow: 0px 0px 5px #ccc;
	;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.vNum {
	font-size: 20px;
	float: left;
	padding-right: 30px;
	border-right: 1px #CCCCCC solid;
}
.ans {
	font-size: 20px;
	float: right;
}
.commentDesc {
	margin: 0px 0px 20px 20px;
}
.commentDesc p {
	padding-bottom: 10px;
}
.commentDesc img {
	margin-right: 10px;
	width: 70px;
	height: 83px;
}
.ansDesc {
	margin: 30px 30px 30px 110px;
}
/********************************************
POST COMMENT
*********************************************/

.pstslt {
	margin: 0px 20px 20px 20px;
}
.postSelect {
	width: 294px;
	float: left;
	height: 36px;
	padding: 7px;
	margin: 0px 15px 0px 15px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.postSelecthome {
	width: 294px;
	float: left;
	height: 36px;
	padding: 7px;
	margin: 0px 15px 0px 15px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.postSelect option {
	padding: 4px 0px 4px 4px;
}
.postSelect.postlst {
	margin-right: 0px;

}
.radiobtn {
	float: left;
	margin-top: 10px;
}
label {
	font-size: 14px;
	text-decoration: none;
}
.notifChc {
	margin-right: 7px;
	font-size: 14px;
}
.notifChcText {
	font-size: 14px;
	margin-right: 5px;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
/**************************************************
MY Q AND A
**************************************************/
.selectpnl {
	width: 150px;
	float: left;
	margin-right: 20px
}
.selectpnl.pnlLast {
	margin-right: 0px;
}
.date {
	width: 100%;
	float: left;
	height: 36px;
	padding: 7px;
	margin: 0px 6px 0px 0px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.opCl {
	width: 80px;
	float: left;
	height: 36px;
	padding: 7px;
	margin: 0px 6px 0px 0px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.seltext {
	font-size: 16px;
	padding: 8px 4px 8px 0;
	color: #333333;
	text-align: center;
	display: block;
}
.mySectionHeading {
	color: #589424;
	font-weight: normal;
	font-size: 16px;
	font-family: arial;
	line-height: 26px;
	margin-bottom: 15px;
}
.mySectionHeading a {
	color: #589424;
	text-decoration: none;
}
/*************************************************
USER DASHBORD START
************************************************/

.reporType {
	border: 1px #CCCCCC solid;
	background: #ededed;
	padding: 8px;
}
.smallheading {
	font-size: 18px;
	color: #000000;
	display: block;
	font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
}
.dashRedio {
	padding: 0px 10px;
	display: inline-block;
}
.to {
	padding: 0px 4px;
	position: relative;
	text-align: center;
	right: 5px;
	font-size: 16px;
}
.radioRightPnl {
	float: right;
}
.SmallHeadpadd {
	padding-bottom: 10px;
}
.dashborDate {
	width: 250px;
	float: left;
	height: 20px;
	padding: 7px;
	margin: 0px 15px 0px 0px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.dashborGoBtn {
	height: 36px;
	float: right;
	width: 60px;
	display: block;
	padding: 7px;
	border: none;
	font-size: 16px;
	background: #0083ff;
	color: #FFFFFF;
}
.dashborGoBtn:hover {
	cursor: pointer;
	background-color: #ff7700;
}
.dashborSelct {
	width: 322px;
	float: left;
	height: 36px;
	line-height: 30px;
	padding: 7px;
	margin: 0px 15px 0px 0px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.dashborSelct.dashborlast {
	margin-right: 0px;
}
.dashborfullSelct {
	width: 100%;
	height: 36px;
	line-height: 30px;
	padding: 7px;
	margin: 0px 15px 0px 0px;
	border: 1px #ccc solid;
	color: #747474;
	background-color: #fff;
}
.ansPara {
	font-size: 14px;
	text-align: center;
	color: #818181;
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
}
/**********************************************
TAB NAVIGATION
************************************************/

/*tab*/
#tabcontainer {
	width: 100%;
}
ul.tabNavi {
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	list-style: none;
	height: 31px;
	width: 100%;
}
ul.tabNavi li {
	float: left;
	height: 30px;
	border: 1px #CCCCCC solid;
	border-left: none;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	font-family: "Open Sans Light", Arial, Helvetica, sans-serif;
	background-color: #ededed;
	padding: 0px 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
ul.tabNavi li:hover {
	background-color: #fff;
	color: #000;
	transition: all 0.5 ease;
	-webkit-transition: all 0.5 ease;
	cursor: pointer;
}
ul.tabNavi li.active {
	background-color: #FFFFFF;
	border-bottom: 1px #FFFFFF solid;
	color: #000;
}
.tabContent {
	border: 1px #CCCCCC solid;
	border-top: none;
	min-height: 250px;
	width: 97%;
	display: none;
}
.tabContent {
	padding: 10px;
}
.active {
	display: block;
}
.tabtable table.tablebrd tr td {
	border: none !important;
}
.tabtable {
}
.tabtable table tr td {
	border-collapse: collapse;
	border: 1px #d7d7d7 solid;
	padding: 10px;
	color: #5a5a5a;
	font-size: 14px;
}
.tabtable table tr th {
	border-collapse: collapse;
	border: 1px #d7d7d7 solid;
	background-color: #f9e6d5;
	font-size: 16px;
	letter-spacing: 0.7px;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	color: #5f4126;
}
.tabtable table tr td a, .tabtable table tr th a {
	text-decoration: none;
	color: #6b6b6b;
}
.tabtable table tr td a, .tabtable table tr td a {
	text-decoration: none;
	color: #666;
}
.tabtable table tr td a, .tabtable table tr td a:hover {
	color: #333;
}
.checkbox input {
	width: 50px;
	height: 50px;
	display: block;
	border: 1px #FF0000 solid;
	;
	background: #00FF00;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
/*input[type=checkbox], input[type=radio]{
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}*/
.forum_home_icon img {
	float: left;
	margin: 18px 0 0 15px;
	padding: 0 0 0 0;
}
.morequeries {
	display: none;
}
.more {
	color: #ccc;
	cursor: pointer;
	padding-left: 5px;
	text-decoration: underline;
}
.topicHead {
	font-style: italic !important;
	font-size: 12px;
	color: #ccc;
}
.readm {
	display: none;
}
.tipsy {
	padding: 5px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url(../../Images/images/tipsy.png);
	background-position: 50% 0%;
}
.tipsy-inner {
	padding: 8px;
	background-color: #2A2A2A;
	font-family: calibri;
	font-size: 14px;
	border-radius: 0px;
	color: #fff;
	max-width: 200px;
	text-align: center;
}
#tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: #2e2e2e;
	border-radius: 5px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 100;
	padding: 10px 5px 10px 5px;
}
#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top-color: #2e2e2e;
	border-top: 10px solid #2e2e2e;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom-color: #2e2e2e;
	border-bottom: 10px solid #2e2e2e;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
#flip {
	padding: 5px;
	text-align: center;
	background-color: #4FA8D3;
	border: solid 1px #c3c3c3;
	width: 100px;
	float: right;
	cursor: pointer;
}
#panel {
	display: none;
	width: 100%;
	background: #fff;
}
.new_vert {
	background: url(../images/new_vert.png) no-repeat;
	width: 47px;
	height: 15px;
	display: block;
	position: absolute;
	margin: -5px 0 0 10px;
	z-index: 9999;
}
/*---------expert_all_new_div----------------*/
.expert_col_full{
	width:287px;
	float:left;
	display:block;
}
.expert_img_cont{
	float:left;
	width:96px;
	display:block;
	text-align:center;
	padding:1px;
	margin:10px 0 0 0;
}

	
.expert_img_cont img{
	width:50px;
	height:50px;
	border-radius:100px;
	display:block;
	margin:0 auto;
	text-align:center;
	border:2px #CCCCCC solid;
}
.expert_name{
	font-size:11px;
	font-weight:bold;
	padding:2px;
	background:#F8F8F8;
	display:block;
	color:#515151;
	text-decoration:none;
}
.expert_name a{
	font-size:11px;
	font-weight:bold;
	padding:2px;
	background:#F8F8F8;
	display:block;
	color:#515151;
	text-decoration:none;
}
.expert_name a:hover{
	background:#515151;
	color:#fff;
}
.expert_view_btn{
	font-size:12px;
	padding:2px 3px;
	display:block;
	float:right;
	cursor:pointer;
	border:1px #C5C5C5 solid;
	margin:8px -24px 0 0;
}
.expert_view_btn:hover{
	background:#515151;
	color:#fff;
}
	