/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(news.gif);
	background-repeat:no-repeat;
}
.containerrow2_gray {
	background-color: #ffffff;
}
.containerhead{
	background-image: url(news.gif);
	background-repeat:no-repeat;
}
.containerheadSearch{
	background-image: url(SiteSearch.gif);
	background-repeat:no-repeat;
}
.containerheadAbout{
	background-image: url(AboutTBPA.gif);
	background-repeat:no-repeat;
}
.containerheadHelp{
	background-image: url(HelpandInformation.gif);
	background-repeat:no-repeat;
}
.containerheadMembership{
	background-image: url(Membership.gif);
	background-repeat:no-repeat;
}
.containerheadMembersOnlyDocs{
	background-image: url(MembersOnly_Docs.gif);
	background-repeat:no-repeat;
}
.containerheadMembershipDirectory{
	background-image: url(MembershipDirectory.gif);
	background-repeat:no-repeat;
}
.containerheadUpdateYourInfo{
	background-image: url(UpdateYourInfo.gif);
	background-repeat:no-repeat;
}
.containerheadForums{
	background-image: url(TBPAForums.gif);
	background-repeat:no-repeat;
}
.containerheadUpcomingConf{
	background-image: url(UpcomingConference.gif);
	background-repeat:no-repeat;
}
.containerheadPastConf{
	background-image: url(PastConference.gif);
	background-repeat:no-repeat;
}
.containerheadMeetingSchedules{
	background-image: url(MeetingSchedules.gif);
	background-repeat:no-repeat;
}
.containerheadFutureConf{
	background-image: url(FutureConference.gif);
	background-repeat:no-repeat;
}
.containerheadContactTBPA{
	background-image: url(ContactTBPA.gif);
	background-repeat:no-repeat;
}
.containerheadCommittees{
	background-image: url(Committees.gif);
	background-repeat:no-repeat;
}
.containerheadGrabBag{
	background-image: url(GrabBag.gif);
	background-repeat:no-repeat;
}


.containermaster_white {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerTopBorder
{
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid;
	border-right: #8f9092 1px solid;

}
.containerMidBorder
{
	 
	border-left: #8f9092 1px solid;
	border-right: #8f9092 1px solid;

}
.containerBottomBorder
{
	border-bottom: #8f9092 1px solid; 
	border-left: #8f9092 1px solid;
	border-right: #8f9092 1px solid;

}