/* CSS Document */

/* markets theme */
.curveMarkets{
background:#B5964F url(/common/images/layout/curves/markets.png) no-repeat right top;
}
.curveMarketsActive{
background:url(/common/images/layout/curves/markets-active.png) right top no-repeat #B5964F;
}
.curveMarketsInActive{
background:url(/common/images/layout/curves/markets-inactive.png) right top no-repeat #B5964F;
}
/* investment theme */
.curveInvestment{
background:url(/common/images/layout/curves/investment.png) right top no-repeat #AD9B7B;
}
.curveInvestmentActive{
background:url(/common/images/layout/curves/investment-active.png) right top no-repeat #AD9B7B;
}
.curveInvestmentInActive{
background:url(/common/images/layout/curves/investment-inactive.png) right top no-repeat #AD9B7B;
}
/* jewellery theme */
.curveJewellery{
background:url(/common/images/layout/curves/jewellery.png) right top no-repeat #8C743D;
}
.curveJewelleryActive{
background:url(/common/images/layout/curves/jewellery-active.png) right top no-repeat #8C743D;
}
.curveJewelleryInActive{
background:url(/common/images/layout/curves/jewellery-inactive.png) right top no-repeat #8C743D;
}
/* knowledge theme */
.curveKnowledge{
background:url(/common/images/layout/curves/knowledge.png) right top no-repeat #CC8823;
}
.curveKnowledgeActive{
background:url(/common/images/layout/curves/knowledge-active.png) right top no-repeat #CC8823;
}
.curveKnowledgeInActive{
background:url(/common/images/layout/curves/knowledge-inactive.png) right top no-repeat #CC8823;
}
/* media theme */
.curveMedia{
background:url(/common/images/layout/curves/media.png) right top no-repeat #85502F;
}
.curveMediaActive{
background:url(/common/images/layout/curves/media-active.png) right top no-repeat #85502F;
}
.curveMediaInActive{
background:url(/common/images/layout/curves/media-inactive.png) right top no-repeat #85502F;
}
/* members theme */
.curveMembers{
background:url(/common/images/layout/curves/members.png) right top no-repeat #51301C;
}
.curveMembersActive{
background:url(/common/images/layout/curves/members-active.png) right top no-repeat #95866C;
}
.curveMembersInActive{
background:url(/common/images/layout/curves/members-inactive.png) right top no-repeat #95866C;
}
/* science theme */
.curveScience{
background:url(/common/images/layout/curves/science.png) right top no-repeat #95866C;
}
.curveScienceActive{
background:url(/common/images/layout/curves/science-active.png) right top no-repeat #95866C;
}
.curveScienceInActive{
background:url(/common/images/layout/curves/science-inactive.png) right top no-repeat #95866C;
}
/* social theme */
.curveSocial{
background:url(/common/images/layout/curves/social.png) right top no-repeat #BC5119;
}
.curveSocialActive{
background:url(/common/images/layout/curves/social-active.png) right top no-repeat #BC5119;
}
.curveSocialInActive{
background:url(/common/images/layout/curves/social-inactive.png) right top no-repeat #BC5119;
}
/* gold theme */
.curveGold{
background:url(/common/images/layout/curves/gold.png) right top no-repeat #996600;
}
.curveGoldActive{
background:url(/common/images/layout/curves/gold-active.png) right top no-repeat #996600;
}
.curveGoldInActive{
background:url(/common/images/layout/curves/gold-inactive.png) right top no-repeat #996600;
}
.themeYellow{
background-color:#FFCC00;
color:#000000;
}
.themeRed{
background-color:#990000;
color:#FFFFFF;
}
.themeGreen{
background-color:#006600;
color:#FFFFFF;
}



