﻿.fontDarkBlue { color: #333366; }
.fontBlue { color: Blue; }
.fontRed { color: Red; }

.font16bold
{
	font-size: 16px;
	font-weight: bold;
}

.font14bold
{
	font-size: 14px;
	font-weight: bold;
}

.font12
{
	font-size: 12px;
}

.pad15
{
	padding-left: 15px;
	padding-right: 15px;
}

.padBottom10
{
	padding-bottom: 10px;
}

/*
20071022
for another time - cannot change color of visited links when doing click tracking the way we are

a.searchlink
{
	color: blue;
}
A.searchlink:visited, A.searchlink:hover, A.searchlink:active
{ color: Red; }

*/

#CSPodTitleTxt2 {
	background: url('/img/bluegradback.gif') repeat-x #71A2F0;
	height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding: 10px 0px 0px 0px;
}

* html body #CSPodTitleTxt2{
	min-height: 32px;
}

/* ratings */


.RatingStar
{
	width: 13px;
    height: 12px;
    margin-top: 4px;
    padding: 0px;
    cursor: pointer;
}

.NonEditableStar
{
	width: 13px;
    height: 12px;
    margin-top: 4px;
    padding: 0px;
}

.FilledStar
{
	background: url('/img/FilledStar.gif');
    background-repeat: no-repeat;
}

.EmptyStar
{
	background: url('/img/EmptyStar.gif');
    background-repeat: no-repeat;
}

.WaitingStar
{
	background: url('/img/SavedStar.gif');
    background-repeat: no-repeat;
}

.FlyoutContainer
{
	background: #F6F6F6;
	border-bottom: #C8C8C8 solid 1px;
	border-left: #C8C8C8 solid 1px;
	border-right: #C8C8C8 solid 1px;
}
