/* =============
SUBMIT RATING PAGE
==================*/
#drugHeading {
	background: url(images/dottedLine.gif) repeat-x 0 0;
	margin: 6px 0 0 4px;
	padding: 0;
}
#drugHeading h1 {
	float: left;
	width: 470px;
	color:#89734A;
	font-size:140%;
	margin:0;
	padding: 0;
}
#backToBtn {
	width: 154px;
	float: right;
	line-height: 30px;
	margin: 7px 0 0 0;
	padding: 0;	
}
#content.subRating {
	background: url(images/dottedLine.gif) repeat-x -5px 0;
	padding: 10px 0 0 2px;
	margin: 0 0 0 4px;
}
.subRating h2 {
	font-size: 120%;
	color: #3e3e3e;
	margin-bottom: 15px;
}
.subRating h3 {
	font-size: 90%;
	color: #5394b4;
	background: #e8f2fb url(images/drugFormNum.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 22px;
	margin: 10px 0 10px 0;
}
.subRating h3.s1 {
	background-position: 2px 2px;
}
.subRating h3.s2 {
	background-position: 2px -29px;
}
.subRating h3.s3 {
	background-position: 2px -60px;
}
.subRating h3.s4 {
	background-position: 2px -91px;
}
.subRating h3.s5 {
	background-position: 2px -122px;
}
.subRating label, .subRating .label {
	display: block;
	font-size: 95%;
	margin: 10px 0 0 15px;
	padding: 0 0 3px 0;
}
.subRating #identitySect #otherId label {
	display: inline;
	font-size: 95%;
	margin: 10px 0 0 10px;
	padding: 0 0 3px 0;
}
.subRating #otherId #uname {
	display: inline;
	font-size: 95%;
	margin: 2px 0 0 10px;
	padding: 0 0 3px 0;
}
/* condition section */
#condition-ec {
	padding: 10px 0 10px 5px;
	margin: 10px 5px 0 10px;
}
/* star rating section */
.subRating .condition {
	font-size: 95%;
}
.catQuest {
	width: 309px;
	float: left;
	line-height: 21px;
}
.rateCriteria {
	padding: 0 0 10px 5px;
	margin: 10px 5px 0 10px;
	border-bottom: 1px solid #e1e4e7;
}
.rateCriteria.noBorder {
	border-bottom: none;
}
.txtRate, .txtRateSelected {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	width: 155px;
	right: 0;
	top: 7px;
	position: absolute;
	padding: 0;
	margin: 0;
}
/* tt */
h4.ttLink, p.category {
	font-size: 90%;
	padding: 0 0 5px 0;
	margin: 0;
}
h4.ttLink.subForm {
	position: relative;
	height: 10px;
	line-height: 10px;
	color: #006699;
}
h4.ttLink a:link, h4.ttLink a:visited, h4.ttLink a:hover, h4.ttLink a:active {
	color: #006699;
	font-weight: bold;
	padding: 0;
	margin:0;
	text-decoration: none;
	border-bottom: 1px dashed #006699;
}
#ratings_fmt p.category a:link, #ratings_fmt p.category a:visited, #ratings_fmt p.category a:hover, #ratings_fmt p.category a:active {
	color: #3e3e3e;
	font-weight: bold;
	padding: 0;
	margin:0;
	text-decoration: none !important;
	border-bottom: 1px dashed #3e3e3e;
}
h4.ttLink a:hover, p.category a:hover  {
	position: relative;
	background-color: #ffffcc;
}
h4.ttLink a:link span, h4.ttLink a:visited span, p.category a:link span, p.category a:visited span{
	display: none;
}
h4.ttLink a:hover span, p.category a:hover span  {
	color: #000;
	font: normal 90%/125% arial;
	display: block;
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 9999;
	background: #fff;
	width: 220px;
	min-width: 220px;
	min-height: 75px;	  
	padding: 2px 10px 2px 10px;
	margin: 15px 0px 0px 0px;
	border: 1px solid #d3d3d3;
}
p.category a:hover span  {
	width: 175px;
	min-width: 175px;
	min-height: 75px;	 
}
/*star rating */
.starRating,
.starRating a:hover,
.starRating a:active,
.starRating a:focus,
.starRating .current-rating{
	background: url(images/star.gif);
}
.starRating {
	position:relative;
	width:100px;
	height:21px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.starRating li {
	display: inline;
}
.starRating a, 
.starRating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:21px;
	line-height:21px;
	outline:none;
	overflow:hidden;
	border: none;
}
.starRating a:hover {
	background-position: left center;
}
.starRating a:active,
.starRating a:focus {
	background-position: left bottom;
}
.starRating a.one-star {
	width:20%;
	z-index:6;
}
.starRating a.two-stars {
	width:40%;
	z-index:5;
}
.starRating a.three-stars {
	width:60%;
	z-index:4;
}
.starRating a.four-stars {
	width:80%;
	z-index:3;
}
.starRating a.five-stars {
	width:100%;
	z-index:2;
}
.starRating .current-rating {
	z-index:1;
	background-position: left bottom;
}	
/* for an inline rater */
.inlineRating {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
	float: left;
}
/* comment section */
.subRating .comment {
	width: 370px;
	height: 75px;
	font-size: 95%;
	padding: 5px;
	margin: 5px 0 5px 15px;
}
.subRating label span {
	color: #999;
	font-size: 90%;
	padding-left: 5px;
}
.subRating #raterName, .subRating #CapChar {
	width: 200px;
	font-size: 95%;
	margin-left: 15px;
}
/* optional information */
#optInfo {
	font-size: 95%;
	margin: 0 0 0 12px;
	padding: 0;
}
#optInfo dt {
	background:#FAFAFA none repeat scroll 0%;
	color:#3E3E3E;
	font-size:80%;
	margin:0pt 0pt 12px -10px;
	padding:2px 5px;
}
#optInfo dd {
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
}
#optInfo label, #optInfo .label, #optInfo span {
	display: inline;
	font-size: 95%;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 10px 0 3px;
}
#optInfo input, #optInfo select {
	font-size: 90%;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* capshaw section */
#capChar-ec {
	padding: 0 0 10px 10px;
	margin: 0 5px 0 5px;
}
.subRating #codeGraphic {
	margin-left: 15px;
}
#capChar-ec label {
	margin-left: 0;
}
#capChar-ec #CapChar {
	margin-left: 0;
}
.refreshBtn {
	margin: 5px 0 0 5px;
	padding: 0;
}
/* agreement section */
#agreement {
	font-size: 90%;
	text-align: center;
	font-size: 85%;
	line-height: 16px;
	margin: 15px 5px;
	padding: 8px;
	border-top: 1px solid #dbdee1;
	border-bottom: 1px solid #dbdee1;
}
#agreement #agreeChk {
	line-height:16px;
	margin: 0 5px;
	padding: 0;
}
/* buttons section */
#postButtons {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0;
}
.defaultBtn {
	text-transform: uppercase;
	color: #fff;
	font: bold 80% arial;
	text-align: center;
	height: 20px;
	line-height: 20px;
	verical-align: middle;
	width: 70px;
	background: url(images/buttonBackground.gif) no-repeat 0 0;
	border: none;
	margin: 0 5px;
	padding: 0 0 2px 0;
}
.error {
	background: #fffdec url(images/formError.gif) no-repeat 99% 5px;
}
.rateCriteria.error {
	border: none;
}
.postingError {
	background: #fffdec;
	padding: 10px 0 10px 0;
	color: red;
	text-align: center;
	font-size: 90%;
}
.subRating h2 {display: inline; }
.subRating  .ratelink { display: inline; font-size: 85%; margin-left: 6px;}

/* ==================
MONOGRAPH RATINGS PAGE 
======================*/ 

/* these styles are in db already - should just change them in db if possible */
#fdbMonograph #drugName {
	margin: 2px 0 0 0;
	padding: 0;
}
#fdbMonograph #drugName p {
	width: 350px;
	float: none;
	padding: 3px 0 3px 4px;
}
/* these styles are in db already */
#drugsToolbox {
float: right;
font-size: 90%;
margin: 0 0 0 0;
padding: 0;
}
#drugsPronName {
float: left;
width: 345px;
}
#drugsToolbox a {
font-size: 90%;
width: 112px;
display: block;
vertical-align: middle;
margin: 0;
padding: 0 0 0 30px;
text-decoration: underline !important;
}
#drugsToolbox .tbImages {
background: url(images/dtb_toolbox.gif) no-repeat 0 bottom;
height: 22px;
line-height: 22px;
}
#drugsToolbox .tbRate {
background: url(images/dtb_toolbox.gif) no-repeat 0 0;
height: 22px;
line-height: 22px;
}
#drugsToolbox .tbSeeAll {
background: url(images/dtb_toolbox.gif) no-repeat 0 center;
height: 21px;
line-height: 21px;
}

#ratings_fmt {
	background: #f7f7f7 url(images/ratings_bg.gif) repeat-y 0 0;
	width: 494px;
	margin: 0;
	padding: 0;
}
#ratings_fmt a:link, #ratings_fmt a:visited, #ratings_fmt a:hover, #ratings_fmt a:active{
	text-decoration: underline !important;
}
#ratings_fmt .starRating .current-rating {
	background-position:left center;
}
#rateTitle {
	color: #5394b4;
	font-size: 100%;
	background: url(images/ratingsTopBot_bg.gif) no-repeat 0 0;
	width: 494px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-indent: 8px;
	margin: 0;
	padding: 0;
} 
#ratings_fmt .botBg {
	font-size: 1%;
	background: url(images/ratingsTopBot_bg.gif) no-repeat 0 bottom;
	width: 494px;
	height: 5px;
	margin: 0;
	padding: 0;
}  
/* overall rating section */
#overallRating {
	background: url(images/overallRating_bg.gif) no-repeat 0 0;
	width: 492px;
	height: 165px;
	font-size: 100%;
	margin: 0 auto;
	padding: 0;	
}
#heading {
	margin: 0;
	padding: 12px 0 5px 12px;
}
#overallRating #heading h4 {
	font-size: 90%;
	color: #000;
	font-weight: bold;
	float: left;
	width: 300px;
	margin: 0;
	padding: 1px 0 0 0;
} 
#heading h4 span {
	font-size: 90%;
	font-weight: normal;
}
#rateDrug {
	width: 129px;
	float: right;
	line-height: 30px;
	margin: 0 10px 0 0;
	padding: 0;	
}
#catRatingsWrap {
	background: #fff;
	height: 106px;
	margin: 0 15px 12px 15px;
	padding: 0 0 0 10px;
	border: 1px solid #efefef;
}
#ctnReviews {
	float: right;
	font-size: 85%;
	width: 150px;
	padding: 0;
	margin: 5px 0 0 0;
}
#ctnStars {
	clear: left;
	padding: 12px 0 2px 0;
}
.catRatings {
	background: #f1f0eb;
	width: 358px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
}
.catRatings.firstEl {
	background: #f8f7f2 url(images/catRatingsTopBot.gif) no-repeat 0 0;
}
.catRatings.lastEl {
	background: #f8f7f2 url(images/catRatingsTopBot.gif) no-repeat 0 bottom;
}
.catRatings p {
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}
p.category {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 200px;
	padding-left: 15px;
}
.userPost p.category {
	width: 225px;
}
p.numbRating {
	color: #999999;
	font-size: 80%;
	width: 25px;
	float: left;
	margin-left: 6px;
}
/* no reviews display */
#overallRating.noReviews {
	background: url(images/noReviews_bg.gif) no-repeat 0 0;
	width: 492px;
	height: 70px;
}
#overallRating.noReviews #heading {
	padding: 25px 12px 10px 20px;
}
#overallRating.noReviews #heading h4 {
	color: #3e3e3e;
}
/* user reviews section */
#reviewTitle {
	font-size: 105%;
	color: #3e3e3e;
	margin: 10px 0 8px 0;
	padding: 0 0 0 10px;	
}
/* sorting-pagination block */
.postSortPaging {
	background: #f1f1f1;
	line-height: 25px;
	vertical-align: middle;
	padding: 0;	
	margin: 0 0 7px 0;	
}
.postSortPaging.bottom {
	background: #f7f7f7;
	margin: -7px 0 0 0;
	border-left: 1px solid #eee;	
	border-right: 1px solid #eee;
}
.postSort {
	font-size: 80%;
	width: 150px;
	float: left;
	padding: 0 0 0 10px;	
	margin: 0;
}
.postSort form, .postSort fieldset {
	width: 145px;
	padding: 0;	
	margin: 0;
	border: none;
}
.sortForm label {
	line-height: 25px;
	float: left;
}
.sortForm select {
	font-size: 90%;
	display:inline;
	width:100px;
	padding: 0;	
	margin: 3px 0 0 2px;
	border: 1px solid #999;
}
.viewAllLnk {
font-size: 80%;
font-weight: bold;
text-align: right;
width: 200px;
float: right;
margin: 0;
padding: 0 9px 0 0;
}
#ratings_fmt .viewAllLnk a:link, #ratings_fmt .viewAllLnk a:visited, #ratings_fmt .viewAllLnk a:hover, #ratings_fmt .viewAllLnk a:active {
color: #006699 !important;
}
.postPaging {
	font-size: 80%;
	text-align: right;
	width: 165px;
	float: right;
	margin: 0;
	padding: 0 9px 0 0;
}
#ratings_fmt .postPaging a:link, #ratings_fmt .postPaging a:visited, #ratings_fmt .postPaging a:hover, #ratings_fmt .postPaging a:active {
	font-size: 100%;
	padding: 0 1px;
}
#ratings_fmt .postPaging .pageEnds {
	color: #E78400;
	padding: 0 2px 0 4px;
	text-decoration: none !important;
}
#reviewHeading .pageEnds, .postSortPaging .pageEnds{
	color: #E78400;
}
/* post block section */
.userPost {
	background: url(images/userPost_bg.gif) no-repeat 0 0;	
	width: 488px;
	margin: 0 auto 15px auto;
	padding: 0 0 0 0;
}
.postHeading {
	line-height: 24px;
	margin: 0 0 0 0;
	padding: 0;
}
.postHeading .conditionInfo {
	color: #555555;	
	font-size: 90%;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;	
}
.postHeading .date {
	color: #777777;
	font-size: 85%;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
}
.reviewerInfo {
	color: #777777;
	font-size: 75%;
	margin: 0;
	padding: 0 0 0 15px;
}
.catSection {
	margin: 2px 15px;
	padding: 8px 0;
}
.userPost .comment {
	background: #fff;
	font-size: 90%;
	margin: 0;
	padding:10px 18px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.userPost .actionLinks {
	background: url(images/userPost_bg.gif) no-repeat 0 bottom;
	height: 35px; 
	margin: 0;
	padding: 0 15px 0 20px;
}
.userPost .helpful {
	float: left;
	font-size: 75%;
	line-height: 12px;
	margin: 0;
	padding: 3px 0 0 0;
}
.userPost a.reportAbuse {
	background: url(images/reportAbuse_icon.gif) no-repeat 0 center;
	font-size: 80%;
	float: right;
	line-height: 35px;
	vertical-align: middle;
	padding: 0 0 0 18px;
}
.userPost .voted { color: red; }
/* ===========
VIEW ALL PAGE 
============== */ 
#rateDrug.viewAllPgBtn {
	float: right;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 7px 0 0 0;
	*margin: 3px 0 0 0;
	padding: 0;         
}

#drugHeading h1.backToDetails {
	float: left;
	width: 350px;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	color:#3E3E3E;
	font-size:90%;
	margin:0;
	padding: 0;
}
#drugHeading h1.backToDetails a {
	text-decoration: underline;
}
.backToDetails .pageEnds {
	color: #E78400;
	vertical-align:text-top;
	padding: 0 2px 0 4px;
	margin: 0;
	line-height: 13px;
}
#ratings_fmt.viewAll {
	width: 494px;
	margin: 0;
	padding: 0;
}
#ratings_fmt.viewAll #reviewTitle {
	background: #fff url(images/dottedLine.gif) repeat-x 0 0;
	float: none;
	font-size: 115%;
	color: #3e3e3e;
	margin:0pt;
	padding:15px 0pt 10px 6px;
}
#viewAllSortCondition {
	background: #fff;
	margin: 0;
	padding: 0 0 10px 8px;	
}
#viewAllSortCondition label {
	color: #555;
	font-size: 90%;
	font-weight: bold;
	padding: 0;
}
#conditionFilter, #conditionSummary {
	font-size: 90%;
	border:1px solid #999999;
	margin:3px 0pt 0pt 2px;
	padding:0pt;		
}
#conditionSummary {
	float: left;
	margin: 6px 0 0 0;
}
#ratings_fmt.viewAll .postSortPaging {
	background: none;
	margin: 0 0 2px 0;
}
#ratings_fmt.viewAll .postSortPaging.bottom {
	margin: -10px 0 0 0;
}
#ratings_fmt.viewAll .topBg {
	font-size: 1%;
	background: url(images/ratingsTopBot_bg.gif) no-repeat 0 0;
	width: 494px;
	height: 5px;
	margin: 0;
	padding: 0;
}
.clearfix {display:inline-block;}
#ctnReviews {display: none; }

.counter 
{
	margin: 0 0 0 15px;
	font-size: 90%;
}

#ratings_fmt .ratelink { display: inline; font-size: 65%; font-weight: normal; margin-left: 6px;}

#ratings_fmt.mono #rateTitle, #ratings_fmt.mono .botBg {
	height: 4px;
}
 
#ratings_fmt.mono #heading h4 {
	display: inline;
	float: left;
	text-align: center;
	padding: 1px 5px 0 0;
}

#ratings_fmt.mono .h-lite {
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	padding: 2px 0 0 24px;
}

#ratings_fmt.mono #rateDrug {
	float: left;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
}

/*
RXList CSS
*/
.rxListContentBg_fmt #UserRatings {
	width: 500px;
	padding: 0;
	margin: 0;
}
.rxListContentBg_fmt #ratings_fmt.viewAll {
	margin:0 0 0 7px;
	padding:0;
}
