﻿.pricingTabsContainer a
{
    color: #ffffff;
    text-decoration: none;
}
.pricingTabsContainer a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.pricingTabContentContainer
{
	border: solid 1px #e76e19;
	padding: 10px;
	display: block;
}
.pricingTabContentHeaderText
{
	font-weight: bold;
	font-size: 120%;
	padding: 5px 5px 10px 5px;
}
.pricingTabSelected
{
    float: left;
    width: 130px;
    height: 27px;
    background-image: url(../../images/background-orange.gif);
    font-size: 130%;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    text-align: center;
    border-top: solid 1px #e76e19;
    border-left: solid 1px #e76e19;
    border-right: solid 1px #e76e19;
}
.pricingTabUnselected
{
    float: left;
    width: 130px;
    height: 27px;
    background-image: url(../../images/background-silver.gif);
    font-size: 130%;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    text-align: center;
    border-top: solid 1px #a1a1a1;
    border-left: solid 1px #a1a1a1;
    border-right: solid 1px #a1a1a1;
}
.pricingBigBoldLabel
{
	font-weight: bold;
	font-size: 120%;
}
.pricingPriceLabel
{
	font-weight: bold;
	font-size: 140%;
}
.pricingLittleLabel
{
	color: #666666;
}
.pricingSectionRow
{
	border-top: solid 1px #e1e1e1;
}
.pricingSignUp
{
	background-image: url(../../images/background-slateblue.gif);
	font-size: 120%;
	font-weight: bold;
	width: 100px;
	text-align: center;
	border: 1px solid #006699;
	padding: 2px;
	margin-bottom: 5px;
}
.pricingSignUp a
{
	color: #ffffff;
}
.pricingSignUp a:hover
{
	color: #ffffff;
}
.pricingComingSoon
{
	background-image: url(../../images/background-silver.gif);
	font-size: 120%;
	font-weight: bold;
	width: 120px;
	text-align: center;
	border: 1px solid #a1a1a1;
	padding: 2px;
	margin-top: 5px;
	color: #666666;
}
