

/* Reverse Shopping */
.reverseshopping
{
	border: 1px solid #ccc6b3;
	background-color: #FFF9E6;
	padding: 5px;
}


/* Share the success */
.sectioncolor {color: #99cc33;}

.sharethesuccess {border: #cccccc 1px solid; width: 100%; margin-top: 10px;}

.sharethesuccess tr th { font-size: 12px; background-color: #e5f7c8;}

.sharethesuccess tr td.amount, .sharethesuccess tr td.voteyes, .sharethesuccess tr td.voteno 
{ vertical-align: center; text-align: center; font-size: 14px; font-weight: bold;}

.sharethesuccess tr td.location {text-align: center;}

.sharethesuccess tr td.voteyes a.yeslink {
color: #669900; text-decoration: underline; font-weight: bold; }

.sharethesuccess tr td.voteno a.nolink {
color: #cc0000; text-decoration: underline; font-weight: bold; }

.sectioncolor {color: #99cc33;}

.amount, .votes { font-size: 14px; font-weight: bold; }

a.yeslink {
color: #669900; text-decoration: underline; font-weight: bold; }

a.nolink {
color: #cc0000; text-decoration: underline; font-weight: bold; }


/* Deal Details */
.borderDotted
{
	border: 3px dashed black;
}


/* Questions */
.question
{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}

	.question .errortext
	{
		color: red;
	}

.errortext
{
	color: red;
}

/* Contentgent */
.contentgen td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Group Editor Box */
.groupeditorbox {
	background-color: #edd;
}

.groupeditorbox td {
	padding: 10px;
	border: 3px solid #daa;
}

/* Bizorg Admin Box */
.BizorgAdminBox {
	background-color: #edd;
	border: 3px solid #daa;
	padding:10px;
}

/* EZ Mail */
.emailunread {
	background-color: #ebb;
}

/* Display Message */
#displaymessage
{
    background-color: #ddf;
	width: 100%;
	border: 1px solid #aad;
	padding-top: 10px;
	padding-bottom:10px;
	margin-left: -1px;
	text-align: center;
}

.profileImage
{
	max-width: 150px;
}

.imageset img
{
	max-width: 80px;
}
.imagecell
{
	width: 115px;
	max-width: 115px;
}

.pbstable tr 
{
	width: 100%;
}
.pbstable tr td
{
	max-width: 100px;
}

.pbstable tr th
{
	padding-top: 20px;
	padding-bottom: 3px;
}


.categorylist
{
	padding: 0px;
	margin: 0px;
}
.categorylist dd
{
	border-bottom: 1px solid #ccc;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}