
/*-----------------------------TIPJOY WIDGET -----------------*/

.tjbody{  /* this is the container around the entire widget */
	display:block;
  margin-bottom: 20px;
  width: 170px;
  background-color: #ECECEC;
  padding: 5px 10px;
  margin-right: 0;
}
.dashboardTipjoy .tjbody{  /* this is the container around the entire widget */
  width: 200px;
  margin-top: 20px;

}

#homepageTipjoy .tjbody{  
  width: 183px;
  background-color: #ECECEC;
  padding: 5px 10px;
  margin:  20px 0 0 0;
}

.tjbody input[type=submit] {
  margin-top:5px;
}
.about .tjbody {
  margin-left: 0;
  margin-right: auto;
  width: 130px;
}
.tjContent { /* this is the container just inside tjbody, contains all content */
	margin:5px auto;
	text-align:left;
	display:block;
}

.block1{ /* this is the 'give' block */
	display:block;
	margin-bottom:7px;
}

.block2{ /* this is the giver list block */
	margin-top:10px;
	display:block;
}
   
.tjp{ /*this is our paragraph tag */
	margin-top:2px;
	display:block;
	font-size:80%;
	font-weight:normal;
}
#homepageTipjoy .tjp {  font-size:90%; }

.tjemphasis{ /* used to give various elements emphasis */
	font-weight:bold;
}

.tjtitle{  /* the title field is for your custom message.*/
	margin: 5px 0;
	font-size:90%;
  font-weight: bold;
  line-height: 1.0em;
}

#homepageTipjoy .tjtitle {  font-size:100%; }

.tjsubtitle{ /* the subtitle field is for the 'recent givers' and 'most generous' headers */
	font-size:100%;
	font-weight:bold;
}

.tjgivebtn{ /* this styles the 'give' button.*/
	vertical-align:middle;
}

/*-----------------------------TIPJOY WIDGET: GIVER LISTS -----------------*/

.tjgiventry{  /* this gives extra style to the paragraphs which list the giver and their message if applicable */
	margin:5px 0 10px 0;
	padding-left:4px;
	border-left:1px solid #ccc;  
	display:block;
}

.tjtime{ /* the time indicator on each giver paragraph */
	font-style:italic;
}

.tjmymsgs{ /* the giver's message row(s)*/
	display:block;
}
