﻿
/* CSS used for the updated TrueTails page with JQuery - pvirk (Apr.21/09) */



.popuplink:hover /*generates a link-hand mouse pointer*/
{
  cursor: pointer;
  cursor: hand;	
  }
 .tail_grid_2 > p >em, .tail_grid_3 > p >em{
 font-size:.8em;
 }
p.popuplink  
{
padding-right:2px;
  }
 .tail_grid_2 img, .tail_grid_3 img{
 float:left;
 margin:4px 4px;
 vertical-align:middle;
 }
 div.popuplink{
 text-decoration:underline;
 }
a.readmore  /*generates a link-hand mouse pointer*/
{
  font-style: italic;
  font-weight: bold;
}

/*** from parmjit ***/
span.readmore 
{
  font-style: italic;
  font-weight: bold;
  font-size:.9em;
}

/***

/* used for JQuery popup window stuff */

#background
{
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top:660;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 50;
}

.truetail
{
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: auto;
  width: 544px;
  z-index: 2;
  padding: 0px 12px 0px 12px;
  background:#fff url(../images/top_popup.png) no-repeat top center;	
}
.truetail a
{
  text-decoration:none;
}

div.wbox {
height:35px;
width: 568px;
background:url(../images/bottom_popup.png) no-repeat bottom center;
margin-left:-12px;
	
	}
	
.truetail h1
{

  text-align: left;
  color: #616692;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 700;
  border-bottom: 1px solid #DCD9C0;
  padding-bottom: 2px;
  margin-bottom: 20px;
  text-decoration:none;
}
.truetail p
{
  line-height:150%;
  text-decoration:none;
  font-weight:normal;
}

.truetail a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	COLOR: #606692; 
	TEXT-DECORATION: none;
}

.truetail A:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	COLOR: #606692; 
	TEXT-DECORATION: underline
}
.truetail em
{
  
  font-size: 1em;
  color: #616692;
 
}
.close
{
  font-size: 14px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #51507A;
  font-weight: 700;
  display: block;

}

.close:hover /*generates a link-hand mouse pointer*/
{
  cursor: pointer;
  cursor: hand  	
}

table.member {
	font-size: 1em;
	color:#6D75A1;
	text-align:left;
	font-weight:normal;
	padding:0;
}
