﻿
/* PLAN TABS & CONTENT CSS */
#PlanMainContentContainer
{
    position:static;
}

#PlanTabContentRegionBorder
{
    position: relative;
    margin-top: -1px;
    top: -2px;
    z-index: 1;
    border: 1px solid #cccccc;
}
#PlanTabContentRegion
{
	position: relative;
	background-color: #FFF;
	min-height: 300px;
}

#PlanMainContentBorder
{
    --background-color: #dedede;
}

#PlanContent
{
    position: relative;
    min-height: 300px;
    --background: url('../images/community_tab_region_bg.png') repeat-x top;
}

#PlanMainContent
{
    position: relative;
    z-index: 2;
    padding-top: 4px;
    padding-left: 4px;
    min-height: 30px;
    --background: url('../images/tab_row_bg.png') repeat-x top;
}

#PlanTabRegionCenter
{

}



.planAddFavs
{
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.planAddFavs a
{
	text-decoration: none;
	color: #215084;
}
.planAddFavsMsg
{
	color: Red;
}
