html
{
	height: 100%;
	text-align: center;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	color: #333333;
	text-align: center;
}

.ratingStar
{
	white-space: nowrap;
	height: 14px;
}
.ratingStar .ratingItem
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled
{
	background-image: url(/img/ratingStarFilled.png);
}
.ratingStar .Empty
{
	background-image: url(/img/ratingStarEmpty.png);
}
.ratingStar .Saved
{
	background-image: url(/img/ratingStarSaved.png);
}


.divCont
{
	width: 100%;
	margin: 0 auto;
}
.headBottom
{
	width: 996px;
	height: 15px;
	margin: 0 auto;
}

a, a:link, a:visited
{
	color: #006699;
	text-decoration: none;
}
a:hover, a:hover span
{
	color: #000000;
	text-decoration: underline;
}
.logoDiv
{
	float: left;
	padding-top: 12px;
	padding-left: 14px;
}
.searchBox
{
	text-align: right;
	padding-top: 16px;
	padding-right: 5px;
}
.liback
{
	font-size: 1em;
	padding-top: 12px;
	width: 996px;
	margin: 0 auto;
}
.alignCent
{
	width: 996px;
	margin: 0 auto;
	}
.liback a
{
	padding-left: 14px;
	padding-right: 14px;
}
.linksMain
{
	width: 100%;
	background-image: url(/img/headerBack.gif);
	height: 40px;
}

.ora
{
	font-weight: bold;
	height: 30px;
	width: 100%;
	color: #bb1818;
	font-size: 22px;
}
.logo
{
	width: 100%;
	height: 56px;
	text-align: left;
	margin: 0 auto;
	background-color: #fbfbfb;
	background-image: url(/img/topback.jpg);
}

.gogBox
{
	font-family: Verdana, Arial , Helvetica, sans-serif;
	background-color: #fbfafa;
	border: 1px solid #ebe9e9;
	margin-left: 14px;
	margin-top: 14px;
}
.pad10
{
	padding: 10px;
}

.defMain
{
	width: 345px;
	padding: 10px;
	padding-left: 10px;
	float: left;
}
.artMain
{
	padding: 10px;
	float: left;
}
.askBox
{
	height: 60px;
	width: 742px;
	float: left;
	margin-top: 4px;
	text-align: justify;
	padding: 2px;
}
.qHead
{
	background-color: #ebe9e9;
	height: 19px;
	padding: 5px;
	width: 737px;
	margin-left: 14px;
	margin-top: 16px;
}
.qHeadIcon
{
	margin-left: 4px;
	margin-right: 4px;
}
.qHeadBtn
{
	padding: 4px;
	background-color: #fbfafa;
	margin-left: 5px;
	float: right;
	height: 15px;
}
.qBody
{
	width: 727px;
	margin-left: 14px;
	border: 5px solid #ebe9e9;
	padding: 5px;
	background-color: #fbfafa;
	min-height: 200px;
}

.userImgBox
{
	padding: 4px;
	height: 46px;
	border: solid 1px #efefef;
	background-color: #ffffff;
	text-align: left;
	margin: 2px;
	margin-right: 10px;
}
.greenBox
{
	color: #009900;
	border: 1px solid #009933;
	background: #E1F9DB;
	padding: 6px 6px 6px 6px;
	margin: 6px;
	visibility: hidden;
	position: absolute;
}
.redBox
{
	color: #FF0000;
	border: 1px solid #FF0000;
	background: #FFE1E1;
	padding: 6px 6px 6px 6px;
	margin-top: -15px;
}
.ansBox
{
	color: #009900;
	border: 1px solid #5ca225;
	background: #E1F9DB;
	padding: 3px 3px 3px 3px;
	margin-left: 14px;
	margin-bottom: 14px;
}
.qBox
{
	color: #bb1818;
	border: 1px solid #bb1818;
	background: #FFE1E1;
	padding: 3px 3px 3px 3px;
	margin-left: 14px;
}
.boxInDiv
{
	margin: 6px 6px 6px 6px;
	text-align: left;
}
.welDiv
{
	float: right;
	padding-right: 5px;
	padding-top: 12px;
	width: 110px;
	text-align: right;
}
h2
{
	background-color: #e4edf5;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(/img/titleback.jpg);
	margin: 0 0 6px 0;
	padding: 3px 6px;
	font-size: 12px;
	text-align: left;
}
h3
{
	background-color: #ebf3fb;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 6px 0;
	padding: 3px 6px;
	font-size: 15px;
	text-align: left;
	background-image: url(/img/titleback.jpg);
}
.h1
{
	font-size: 10px;
	color: #999999;
}
h4
{
	border-bottom: 1px solid #CCCCCC;
	font-size: 15px;
	padding: 2px;
	margin: 0px;
}
.f1
{
	font-size: 12px;
	padding: 5px;
}
.f11
{
	font-size: 11px;
}
.f15
{
	font-size: 14px;
	font-weight: bold;
}
.redBig
{
	font-size: 16px;
	font-weight: bold;
}
.aliCen
{
	text-align: center;
}
.flLeft
{
	float: left;
}
.flRight
{
	float: right;
}
.divCenter
{
	float: left;
	width: 762px;
}
.divFooter
{
	width: 100%;
	background: #fbfafa;
}
.divLogin
{
	width: 192px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -15px;
}
.rightPnl
{
	float: left;
	padding: 0px;
	width: 200px;
	margin-top: 4px;
	margin-left: 16px;
	text-align: center;
}
.boxRightPnl
{
	text-align: left;
	padding: 5px;
}
.logintxt
{
	font-size: 10px;
	height: 9px;
}
input.text
{
	font-family: sans-serif;
	border: solid 1px #999999;
	border-bottom-color: #cccccc;
	border-top-color: #999999;
	background: url(/img/textback.png) no-repeat left top;
	height: 16px;
	padding: 2px;
}
.submit
{
	background: url(../img/sign-up.png) no-repeat;
	border: none;
	width: 73px;
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
}

.loginBtn
{
	background-image: url(../img/loginred.png);
}

ul
{
	padding-left: 20px;
}

.olGrey li
{
	margin-left: -5px;
	color: #999999;
	line-height: 25px;
	list-style-type: decimal;
}
li
{
	color: #333333;
}
.messSuccess
{
	font-size: 16px;
	font-weight: bold;
	color: #5ca225;
}
.messFail
{
	font-size: 16px;
	font-weight: bold;
	color: Red;
}
.subScribe
{
	position: absolute;
	margin-top: 55px;
	margin-left: -127px;
	height: 86px;
	width: 240px;
	border: solid 2px #cccccc;
	background-color: #eff5fb;
}
.shadow
{
	position: absolute;
	margin-top: 62px;
	margin-left: -120px;
	height: 86px;
	width: 240px;
	background: #cccccc;
}
.smallTxtBold
{
	background-color: #efefef;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 3px;
	padding-left: 0px;
	text-align: left;
}
.artTopLink
{
	float: right;
	padding: 2px;
	margin-top: -6px;
	margin-right: -6px;
	width: 133px;
}
.more
{
	margin-top: -10px;
	font-weight: bold;
	font-size: 10px;
}
.txtLeft
{
	text-align: left;
	line-height: 15px;
	font-size: 10px;
}
.pad5
{
	padding: 5px;
}
.txtora
{
	color: #ee8100;
	font-size: 9px;
	font-weight: bold;
}
.rightadd
{
	padding-left: 10px;
	padding-right: 0px;
}
pre
{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.loginBox
{
	background-color: #f4f6fa;
	border-color: #aacbf1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}


.contact_bottom
{
	font-family: sans-serif;
	border: solid 1px #999999;
	border-bottom-color: #cccccc;
	border-top-color: #999999;
	background: url(/img/textback.png) no-repeat left top;
	padding: 2px;
}
.ban
{
	background-color: #4f81bd;
	padding: 10px;
	margin-top: 4px;
}
.ban1
{
	color: #ffffff;
	font-size: 22px;
}
.ban2
{
	color: #ffff00;
	font-size: 17px;
}
.ban3 li
{
	color: #ffffff;
	font-size: 16px;
}
img
{
	border: none;
}
.answered
{
	color: #5ca225;
	font-weight: bold;
}
.qLbl
{
	float: right;
	margin-left: -45px;
	margin-top: 6px;
}
