/********************************************************
Trends Research Institute Subsciber Area style sheet
Nick Porcaro

Credit:  Chris Coyier's tuturials in http://css-tricks.com
                 
Dark Gray: #272727
Dark Red: #990000

********************************************************/
/*
 * RESET
 */


* {
margin: 0; 
}

html { 
overflow-y: scroll; 
}

/**********************************************************************/
/*************** NEW as of 9/21/2010 **********************************/
/**********************************************************************/
#globalheader { 
    width: 982px; 
    height: 200px; 
    margin: 18px auto; z-index: 9998; 
}

#globalmenu {
    padding-top: 60px;
    padding-left: 35px;
    // border: 1px solid red;
}

#globalmenu_non_subscriber_area {
    padding-top: 60px;
    padding-left: 45px;
    // border: 1px solid red;
}

#globalmenu_not_logged_in {
    padding-top: 60px;
    padding-left: 50px;
}

#top-logo-bar {
    background: black; !important; text-align: center !important; color: white !important;
    !important; position: relative; zoom: 1; width: 100% !important; z-index: 10000 !important;
    margin: -22px;
}

#container { 
    width: 1050px; margin: 0 auto; position: relative; 
}

#main { 
    width: 100%; position: relative; 
    padding-top: 40px;
}

#content { 
    position: relative; color: black;
    background-image: url(http://www.trendsresearch.com/images/contentDivBackground.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 900px; margin: 0 auto 10px; padding:18px;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

body { 
    font-family:Arial, Helvetica, sans-serif;
    color:black;
    font-size: 1em;
    background: url(http://www.trendsresearch.com/images/body-bg.png); background-repeat:repeat-x;
}

a {
    outline: none; text-decoration: none; 
}

a img {
    border: none; background: none; 
}

img {
    vertical-align: middle; 
}


table {
    border-collapse: collapse; 

}


/*
 * UTILITY
 */
.floatLeft
{ 
    float: left; 
}

.floatRight { 
    float: right;
}

.clear  {
    clear: both; 
}

.button { 
    border: 1px solid #272727; 
    background: white; 
    padding: 3px 8px; 
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   color: 272727; 
}

.button:hover 
{ 
    background: #990000; 
    color: white; 
}

/*
 *        TYPGROGRAPHY
 */

p, li { 
    margin: 0 0 10px 0; 
}

/*
 *        FORMS
 */
input                                                           { padding: 3px; }

/*
 * STRUCTURE
 */

.NavButton {
    text-align:center;
    color: #800000;
    font-size: 1.25em;
    font-weight:bold;
    font-style:italic;
}

#navmenu ul {
    text-align: center;
    margin: 0; padding: 0; 
    list-style-type: none; 
    list-style-image: none; 
}
#navmenu li {
    display: inline; 
    padding: 0px 40px 0px 0px
}
#navmenu ul li a {
    text-decoration:none;  
    margin: 0px;
}

#navmenu ul li a:hover {color: purple;
			background: white; }

#page-wrap { 
    width: 1050px; 
    margin: -10px auto 0px;   /*     margin: 0px auto -100px; */
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#top-bar {
    background: black; !important; text-align: center !important; color: white !important;
    !important; position: relative; zoom: 1; width: 100% !important; z-index: 10000 !important;
}


#main-col{
    background-image: url(http://www.trendsresearch.com/images/bgTableNew.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DDDDDD;
    border-right-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    border-left-color: #DDDDDD;
    margin-top: 44px;
}

#push { 
    height: 100px; 
}

/*
 *       HEADER
 */
#top-bar { 
    padding: 0 0 10px 0; 
}

/*
 * MENU
 */
#menu-bar { 
    padding-left: 8px;
    padding-top: 22px;
    padding-bottom: 0px; 
    /** was all zeros **/
    margin: 8px 0px 0px 0px;
}

.indentmenu{
    font: bold 12px Arial;
}

.indentmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
    display: inline;
}

.indentmenu ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-left: 1px solid #564c66;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
    color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg2.gif) center center repeat-x;
}
.indentmenu2{
    font: bold 12px Arial;
}

.indentmenu2 ul{
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-BLUE.gif) center center repeat-x;
}

.indentmenu2 ul li{
    display: inline;
}

.indentmenu2 ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu2 ul li a:visited{
    color: white;
}

.indentmenu2 ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-BLUE2.gif) center center repeat-x;
}
.indentmenu3{
    font: bold 12px Arial;
}

.indentmenu3 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-CELESTE.gif) center center repeat-x;
}

.indentmenu3 ul li {
    display: inline;
}

.indentmenu3 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu3 ul li a:visited {
    color: white;
}

.indentmenu3 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-CELESTE2.gif) center center repeat-x;
}

.indentmenu4 {
    font: bold 12px Arial;
}

.indentmenu4 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-GREEN.gif) center center repeat-x;
}

.indentmenu4 ul li {
    display: inline;
}

.indentmenu4 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu4 ul li a:visited {
    color: white;
}

.indentmenu4 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-GREEN2.gif) center center repeat-x;
}

.indentmenu5 {
    font: bold 12px Arial;
}

.indentmenu5 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-orange.gif) center center repeat-x;
}

.indentmenu5 ul li {
    display: inline;
}

.indentmenu5 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu5 ul li a:visited {
    color: white;
}

.indentmenu5 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-orange2.gif) center center repeat-x;
}

.indentmenu6 {
    font: bold 12px Arial;
}

.indentmenu6 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-ORANGON.gif) center center repeat-x;
}

.indentmenu6 ul li {
    display: inline;
}

.indentmenu6 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu6 ul li a:visited {
    color: white;
}

.indentmenu6 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-ORANGON2.gif) center center repeat-x;
}

.indentmenu7 {
    font: bold 12px Arial;
}

.indentmenu7 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-RED.gif) center center repeat-x;
}

.indentmenu7 ul li {
    display: inline;
}

.indentmenu7 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu7 ul li a:visited {
    color: white;
}

.indentmenu7 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-RED2.gif) center center repeat-x;
}

.indentmenu8 {
    font: bold 12px Arial;
}

.indentmenu8 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-PURPLE.gif) center center repeat-x;
}

.indentmenu8 ul li {
    display: inline;
}

.indentmenu8 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu8 ul li a:visited {
    color: white;
}

.indentmenu8 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-PURPLE2.gif) center center repeat-x;
}

.indentmenu9 {
    font: bold 12px Arial;
}

.indentmenu9 ul {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg-GRAY.gif) center center repeat-x;
}

.indentmenu9 ul li {
    display: inline;
}

.indentmenu9 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu9 ul li a:visited {
    color: white;
}

.indentmenu9 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-GRAY.gif) center center repeat-x;
}

.indentmenu10 {
    font: bold 12px Arial;
}

.indentmenu10 ul {
    margin: 0;
    padding: 0;
    float: left;
    border-width: 1px 0;
    background: transparent repeat-x;
}

.indentmenu10 ul li {
    display: inline;
}

.indentmenu10 ul li a {
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
}

.indentmenu10 ul li a:visited {
    color: white;
}

.indentmenu10 ul li a:hover, .indentmenu ul li .current {
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/images/indentbg-ghost.gif) center center repeat-x;
}

/*
 * Subscriber Area tabs
 */

#subscriber-bar { 
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto auto auto 108px;
    width: 700px;
}

.subscribermenu{
    font: bold 18px Arial;
}

.subscribermenu ul{
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #564c66; /*dark purple border*/
    border-width: 1px 0;
    background: black url(http://www.trendsresearch.com/images/indentbg.gif) center center repeat-x;
}

.subscribermenu ul li{
    display: inline;
}

.subscribermenu ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-left: 1px solid #564c66;
    border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.subscribermenu ul li a:visited{
    color: white;
}

.subscribermenu ul li a:hover, .subscribermenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: black url(http://www.trendsresearch.com/SubscriberArea/images/indentbg2.gif) center center repeat-x;
}



/*
 * BLOG ENTRIES
 */
.post  { 
    font-family:Arial, Helvetica, sans-serif color:black;
    margin: 10px 10px 10px 10px;
    align:center,  
}

.post  h2 { 
    display:none;
}

/*
 * Preferences page.
 */

#top-bar-prefs { 
    margin: -200px 0px 0px 0px;
    padding: 0 0 10px 0; 
}

#profile-page { 
    width: 900px; 
    margin: 180px 0px 0px 500px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#user-info {
    font-family:Arial, Helvetica, sans-serif;
    color:black;
    font-style:italic;
    font-size: 1em;
}

#user-info-h1 {
    font-family:Arial, Helvetica, sans-serif;
    color:black;
    font-style:italic;
    font-size: 1.2em;
}

#user-prefs-heading {
    font-style:italic;
    text-align: center; 
    padding-top: 20px;
    font-family:Arial, Helvetica, sans-serif; 
    color:black
}

#title-row {
    font-family:Arial, Helvetica, sans-serif; 
    font-weight:bold;
    font-size: 2em;
    text-align: center; 
    padding-bottom: 1em;
}

#archive-row {
    font-family:Arial, Helvetica, sans-serif; 
    font-weight:bold;
    font-size: 2em;
    text-align: center; 
    padding-bottom: 1em;
}

#search-results-row {
    font-family:Arial, Helvetica, sans-serif; 
    font-weight:bold;
    font-size: 2em;
    text-align: center; 
    padding-bottom: 1em;
}

#leftcol {
    float:left;
    width:825px;
    margin-top: 10px;
    background-image: url(http://www.trendsresearch.com/images/bgTableNew.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color:#77bbbe
}

#sidebar {
    margin-top: 10px;
    width: 20%;
    text-align: left;
    float:right;
    // background-image: url(http://www.trendsresearch.com/images/bgTableNew.jpg);
    // background-repeat: no-repeat;
    // background-position: center top;
    // background-color:#77bbbe
}

#archive-container {
    padding-left: 15px;
}

.RegisteredMark {
    position: relative; 
    top: -0.4em; 
    left: 0.2em; 
    vertical-align: baseline;
}

.PostDate {
    color: black;
    font-size: 0.75em;
}

.SectionTitle {
    text-align:center;
    color: #800000;
    font-size: 1.5em;
    font-weight:bold;
    font-style:italic;
}

.PostTitle {
    text-align:left;
    color: #800000;
    font-weight:bold;
    font-size: 1.0em;
}

.SectionSpacer {
    text-align:center;
    font-size: 1.0em;
}
.TitleSpacer {
    text-align:center;
    font-size: 1.0em;
}

.BlogTitle {
    text-align:center;
    width: 900px;
    color: black;
    font-size: 2.0em;
    font-weight:bold;
}

#VideoPostTitle {
    text-align:center;
    color: black;
    font-size: 1.0em;
}

#read-more {
    text-align: right;
}

div.centered {
text-align: center;
}

div.centered table {
margin: 0 auto; 
text-align: left;
}

#comments {
    text-align:left;
    color: black;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#welcome {
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
}

#helloUser {
    font-weight: normal;
    font-style: normal;
    font-size: 1.0em;
    text-align: left;
    padding: 4px;
}

#myAccount {
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
}

#changeEmailTitle {
    font-weight: bold;
    font-style: normal;
    font-size: 1.25em;
    text-align: center;
}

#changeEmail {
    font-weight: normal;
    font-style: normal;
    font-size: 1.0em;
    text-align: left;
}

#changePasswordTitle {
    font-weight: bold;
    font-style: normal;
    font-size: 1.25em;
    text-align: center;
}

#changePassword {
    font-weight: normal;
    font-style: normal;
    font-size: 1.0em;
    text-align: left;
}

#changePasswordHint {
    font-weight: normal;
    font-style: italic;
    font-size: 0.8em;
    text-align: left;
}

#acc_header {
    clear: both;
    //background-color: aqua;
    padding: 20px;
}

#acc_left {
    float: left;
    width:33%;
    text-align:left;
    padding: 10px;
}

#acc_right {
    float: right;
    width:33%;
    text-align:left;
    padding: 10px;
}

#acc_middle {
    text-align:left;
    padding: 10px;
}

#acc_footer {
    clear: both;
}

#acc_comment {
    font-size: 11pt;
    color: black;
}

#acc_name {
    font-style:italic;
    font-size: 9pt;
    color: #990000;
}

#acc_page_title {
    font-size: 18pt;
    font-weight:bold;
    color: black;
}

#acc_item {
    margin: 0px 0px 18px 0px;
}

#acc_item_small {
    margin: 0px 0px 8px 0px;
}

#acc_subscribe {
    font-size: 16pt;
    font-weight:bold;
    color: black;
    margin: 0px 0px 0px 0px;
}

.acc-menu-spacer{
    font: bold 12px Arial;
}

.acc-menu-spacer ul{
    margin: 0;
    padding: 0;
    float: left;
    // border: 1px solid #564c66; /*dark purple border*/
    // border-width: 1px 0;
    // background: black url(http://www.trendsresearch.com/images/indentbg.gif) center center repeat-x;
}

.acc-menu-spacer ul li{
    display: inline;
}

.acc-menu-spacer ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    // border-left: 1px solid #564c66;
    // border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.acc-menu-spacer ul li a:visited{
    color: white;
}

.acc-menu-spacer ul li a:hover, .acc-menu-spacer ul li .current{
    //color: white !important; /*text color of selected and active item*/
    //padding-top: 6px; /*shift text down 1px for selected and active item*/
    //padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    //background: black url(http://www.trendsresearch.com/images/indentbg2.gif) center center repeat-x;
}

#tjpage_subscribe_text {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#tjpage_red_link {
    text-decoration:none;
    color:red;
}

#tjpage_white_link {
    text-decoration:none;
    color:white;
}

#tjpage_aqua_link {
    text-decoration:none;
    color: #a0e7dc;
}

#tjpage_link {
    text-decoration:none;
}

#tjpage_subscribe_image_div {
    padding-top: 0.6em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0em;
    background:white;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align:right;
}

#tjpage_accolades_div {
    padding: 4px;
    text-align: center;
    background:black;
}

#tjpage_subscribe_div {
    padding: 4px;
    text-align: center;
    background:black;
}


#tjpage_pitch_copy_div {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-size: 11pt;
}

#tjpage_pitch_copy_div2 {
    padding-top: 0.2em;
    padding-bottom: 1em;
    padding-left: 4em;
    padding-right:4em;
    font-size: 11pt;
}

#tjpage_pitch_copy_title_div3 {
    font-weight:bold;
    font-size: 16pt;
}

#tjpage_pitch_copy_div3 {
    float: left;
    width: 600px;
    padding-top: 0.2em;
    padding-bottom: 1em;
    padding-left: 2.2em;
    font-size: 11pt;
    // border: 1px solid red;
}

#tjpage_pitch_subscribe_button {
    float: right;
    width: 147px;
    width: 148px;
    padding-right:3em;
    // border: 1px solid green;
}

#tjpage_pitch_copy_title {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-weight:bold;
    font-size: 16pt;
}

#tjpage_what_you_get_text {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight:bold;
}

#tjpage_table_text {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: justify; 
}

#tjpage_table_text2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: justify; 
    text-justify: newspaper
}

#tjpage_big_table {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2.2em;
    padding-right: 2.2em;
}

#tjpage_tj_item_right {
    float: right;
    padding: 12px;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

#tjpage_mind {
    color: #435b5f;
}

#tjpage_end_tag {
    padding-left: 20em;
}

#tjpage_end_tag2 {
    padding-left: 22.8em;
}

.TJPageRegisteredMark {
    position: relative; 
    top: -1em; 
    left: 0.5em; 
    vertical-align: baseline;
}

.TJPageRegisteredMark2 {
    position: relative; 
    top: -1.4em;
    left: 0.5em; 
    vertical-align: baseline;
}

.TJPageRegisteredMark3 {
    position: relative; 
    top: -0.8em;
    left: 0.5em; 
    vertical-align: baseline;
}


.TJPageRegisteredMark4 {
    position: relative; 
    top: -1.5em;
    left: 0.5em; 
    vertical-align: baseline;
}

.TJPageRegisteredMark6 {
    position: relative; 
    top: -0.6em;
    left: 0.5em; 
    vertical-align: baseline;
}

.TJPageDarkOrangeBullet {
    position: relative; 
    top:  -.2em;
    left: 0em; 
    vertical-align: baseline;
}

.SocialButton {
    float: left;
    padding-left: 8px; 
    padding-top:4px; 
    padding-bottom:2px;
}


