/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:5;padding:5} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0; }
/* image and left padding for DDs. Margin left places box relative to parent; negative means to the left of it */
#TJK_DL dd {margin-left:-10px; background-color:#CCCCCC;padding-left:25px; padding-right:15px; width:600px; border-style:groove; border-color:#E9E9E9;}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding:3px 0px 0px 32px;color:#000;text-decoration:none}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(previous/images/toggleDLplus.gif); }
#TJK_DL .DTminus a {background-image:url(previous/images/toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
/***************from top of page*******************/
#TJK_DL {margin:10px 0px 20px 0px;}
#TJK_DL dt a {border:none}
/* no need to show these ones if there is no script support */
#TJK_ToggleON,#TJK_ToggleOFF {display:none}
/********************/

/*******************toggle script ref http://www.tjkdesign.com/articles/toggle_elements.asp***************/

/****************added******************/

.avatar {
width:600px;
min-height:50px;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
border-bottom:ridge;
border-bottom-color:#FFFFFF;
padding-top:5px;


}

.result {
list-style:none;
}






