.txtgray {
    color: #999;
}

.txtblack {
    color: #000;
}



.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url('/images/star.gif') left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
    top: 0;
    left: 0;
    background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url('/images/star_small.gif');
    line-height: 10px;
	height: 10px;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

a:link.a_red, a:visited.a_red	{
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
    color: #980000;
}
a:hover.a_red	{
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
    color: #980000;
}

a:link.a_red_bold, a:visited.a_red_bold	{
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
    font-weight: bold;
    color: #980000;
}
a:hover.a_red_bold	{
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
    font-weight: bold;
    color: #980000;
}

span.a_red_inactive	{
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
    color: #000000;
    cursor: default;
}


a.a_black {
    font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
    text-decoration: none;
    color: #000000;
}

td.td_huddle_dis {
    border-top: 0px;
    border-left: #99CCCC 2px solid; border-right: #99CCCC 2px solid; border-bottom: #99CCCC 2px solid;
}

td.td_huddle_dis_full {
    border: #99CCCC 2px solid; 
}

td.td_review_dis {
    border-top: 0px;
    border-left: #6699CC 2px solid; border-right: #6699CC 2px solid; border-bottom: #6699CC 2px solid;
}

td.td_review_dis_full {
    border: #6699CC 2px solid;
}

td.td_playbook_dis {
    border-top: 0px;
    border-left: #0099CC 2px solid; border-right: #0099CC 2px solid; border-bottom: #0099CC 2px solid;
}

td.td_playbook_dis_full {
    border: #0099CC 2px solid;
}

td.td_event_dis {
    border-top: 0px;
    border-left: #006699 2px solid; border-right: #006699 2px solid; border-bottom: #006699 2px solid;
}

td.td_event_dis_full {
    border: #006699 2px solid;
}

td.td_aboutus_dis {
    border-top: 0px;
    border-left: #993300 2px solid; border-right: #993300 2px solid; border-bottom: #993300 2px solid;
}

td.td_aboutus_dis_full {
    border: #993300 2px solid;
}

td.td_bookmarks_dis {
    border-top: 0px;
    border-left: #333399 2px solid; border-right: #333399 2px solid; border-bottom: #333399 2px solid;
}

td.td_bookmarks_dis_full {
    border: #333399 2px solid;
}

td.td_events_dis {
    border-top: 0px;
    border-left: #006699 2px solid; border-right: #006699 2px solid; border-bottom: #006699 2px solid;
}

td.td_events_dis_full {
    border: #006699 2px solid;
}

td.td_account_dis {
    border-top: 0px;
    border-left: #CC6600 2px solid; border-right: #CC6600 2px solid; border-bottom: #CC6600 2px solid;
}

td.td_account_dis_full {
    border: #CC6600 2px solid;
}

td.td_home_dis {
    border-top: 0px;
    border-left: #CCFFFF 2px solid; border-right: #CCFFFF 2px solid; border-bottom: #CCFFFF 2px solid;
}

td.td_home_dis_full {
    border: #CCFFFF 2px solid;
}


td.td_invite_dis {
    border-top: 0px;
    border-left: #669999 2px solid; border-right: #669999 2px solid; border-bottom: #669999 2px solid;
}

td.td_invite_dis_full {
    border: #669999 2px solid;
}

span.button_common	{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color: #CC0000;
    cursor:pointer;
    cursor:hand;
}
span.button_account	{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color: #980000;
    cursor:pointer;
    cursor:hand;
}

span.button_arrow	{
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF0000;
    cursor:pointer;
    cursor:hand;
}

/*
<!--border: 2px solid #FFFFFF;-->      */

span.button_search	{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color: #CC0000;
    cursor:pointer;
    cursor:hand;
}

a:link.a_red_head, a:visited.a_red_head	{
    text-decoration: none;
    cursor: pointer;
    color: #980000;
    font-family: sans-serif;
}

a:hover.a_red_head	{
    text-decoration: underline;
    cursor: pointer;
    color: #980000;
    font-family: sans-serif;
}

a:link.a_white_welcome, a:visited.a_white_welcome	{
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial;
}

a:hover.a_white_welcome	{
    text-decoration: underline;
    color: #FFFFFF;
    font-family: Arial;
}

td.homepage {
    border-top: 0px;
    border-left: #CCFFFF 2px solid;
    border-right: #CCFFFF 2px solid;
    border-bottom: #CCFFFF 2px solid;
}

td.homepage_full {
    border: #CCFFFF 2px solid;
}

a.blue_url
{
    color: #0099CC;
    text-decoration: none;

}

a.ublue_url
{
    color: #0099CC;
    text-decoration: underline;

}

span.blue_url
{
    color: #0099CC;
    text-decoration: underline;   
}

a:hover.blue_url
{
    cursor:pointer;
    text-decoration: underline;
}

p.req
{
    color: #FF0000;
    font-size: 10px;
}

td.guide
{
    padding-left:7px;
    padding-right:5px;
    padding-bottom:2px;
}

img.btn
{
    border: 0;
    cursor: pointer;
}