.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EEEEEE;
}
a.footer:link { color: #EEEEEE }
a.footer:link { text-decoration: none }
a.footer:visited { color: #EEEEEE}
a.footer:visited { text-decoration: none }
a.footer:hover { color: #EEEEEE}
a.footer:hover { text-decoration: underline}
a.footer:active { color: #EEEEEE}
a.footer:active { text-decoration: none}
.footerdark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
a.footerdark:link { color: #999999 }
a.footerdark:link { text-decoration: underline }
a.footerdark:visited { color: #999999}
a.footerdark:visited { text-decoration: underline }
a.footerdark:hover { color: #999999}
a.footerdark:hover { text-decoration: none}
a.footerdark:active { color: #999999}
a.footerdark:active { text-decoration: underline}
.bigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a.bigtext:link { color: #FFFFFF }
a.bigtext:link { text-decoration: underline }
a.bigtext:visited { color: #FFFFFF}
a.bigtext:visited { text-decoration: underline }
a.bigtext:hover { color: #FFFFFF}
a.bigtext:hover { text-decoration: none}
a.bigtext:active { color: #FFFFFF}
a.bigtext:active { text-decoration: underline}


/*-----------------------------TIPJOY WIDGET -----------------*/
.tjbody{  /* this is the container around the entire widget */
	background:none;
	display:block;
}

.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:60%;
	font-weight:normal;
	color:#853e50;
}
.tjp a:link{
	color:#853e50;
}
.tjp a:active{
	color:#853e50;
}
.tjp a:hover{
	color:#853e50;
}
.tjp a:visited{
	color:#853e50;
}

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

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

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

.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;
}

