/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/*Search Results Customization*/
/*div.dnnSearchResultContainer > div > div:nth-child(4) {display:none;}
div.dnnSearchResultContainer > div > div:nth-child(5) {display:none;}*/
.dnnSearchResultItem-Others {display:none;}
.searchSkinObjectPreview_group {display:none;}
/* BPAA Stuff */
.searchTxtBox-big {
	width: 600px;
	height: 46px;
	padding: 6px 12px;
	font-size: 24px;
	line-height: 1.428571429;
	color: #999999;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.align-content-center {
	text-align: center;
}
.align-content-right {
	text-align: right;
}
.padding-10 {
	padding:10px !important;
}
.img-responsive-bpaa {
max-width: 100%;
height: auto;
}
/*Membership Section Home Page*/
.MembershipSectionHome {
	background-image: url(/Portals/0/Images/Membership/PinSplash.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 150px;
	background-color: #0762a8;
	color: #FFF;
}
.MembershipSectionHome p {
	color:#FFF;
}
.MembershipSectionHome h4 {
	color: #FFF;
	font-weight: bold;
}
.MembershipSectionHome li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #31A3F7;
}
.MembershipSectionHome .txt-46 {
	font-size: 46px;
	line-height:normal;
}
.MembershipSectionHome .txt-70 {
	font-size: 70px;
	line-height:normal;
}
.WhyBPAA 
{
	background-image: url(/Portals/0/Images/Membership/TopBannerWhyBPAA.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 322px;
	padding-left: 44px;
	padding-right: 44px;	
}
/* Buttons */
.btn-bpaa-lg {
padding: 10px 16px;
font-size: 32px;
line-height: 1.33;
border-radius: 6px;
}
.btn-bpaa-md {
padding: 6px 10px;
margin-left:1px;
margin-right:1px;
font-size: 14px;
line-height: 1.33;
border-radius: 6px;
}
.btn-bpaa-red {
	color: #ffffff !important;
	background-color: #d2322d;
	border-color: #ac2925;
	white-space: nowrap;
}
.btn-bpaa-red:hover {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
text-decoration:none;
}
.btn-bpaa-green {
	color: #ffffff !important;
	background-color: #00ca0a;
	border-color: #00ae08;
	white-space: nowrap;
}
.btn-bpaa-green:hover {
color: #ffffff;
background-color: #01f40c;
border-color: #00ae08;
text-decoration:none;
}
.btn-bpaa-yellow {
	color: #ffffff !important;
	background-color: #ffcc00;
	border-color: #ecbd00;
	white-space: nowrap;
}
.btn-bpaa-yellow:hover {
color: #ffffff;
background-color: #ffdf5d;
border-color: #ecbd00;
text-decoration:none;
}
.btn-primary, .pagination > .active > a, .dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction, .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover, .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
color: #ffffff !important;
}
/* Text Size */
.txt-46 {
	font-size: 46px;
	line-height:normal;
}
.txt-70 {
	font-size: 70px;
	line-height:normal;
}
/*colapsing div mod*/
div.toggle-content {padding:20px;}

/* Member Benefits */
.AgreementListing img {
max-width: 150px;
}
/*Form and List Grid*/
.dnnGrid {width:100%}

/*Padding Helper Classes*/
.pad-10 {padding:10px;}
.pad-20 {padding:20px;}

/* lists */
ul.list1{margin:0; padding:0; list-style:none;}
ul.list1 li{ background:url(/Portals/11/images/tail.gif) bottom left repeat-x; padding:7px 0px 7px 0px}
ul.list1 .last{ background:none}
ul.list1 li a{color:#202020; font-weight:bold; text-decoration:none; line-height:18px; background:url(../images/icon1.gif) top left no-repeat; background-position:0 0px; margin:0; padding-left:47px; display:block }
ul.list1 .li a{background:url(/Portals/11/images/icon2.gif) top left no-repeat;  }
ul.list1 .li1 a{ background:url(/Portals/11/images/icon3.gif) top left no-repeat;}
ul.list1 .li2 a{ background:url(/Portals/11/images/icon4.gif) top left no-repeat;  }
ul.list1 li a:hover { text-decoration:none; color:#adacac; }


/*Feature container*/
.Featurecoumn { background-color: #ECF5FF; border: 1px solid #C4E1FF; padding-right: 10px; padding-left: 20px; padding-top:10px; border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -webkit-border-radius: 6px; }

/*Constant Contact Style*/
.ConstConnCity
{
    background-image: url('/Portals/11/images/Partners/ConstConTown_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 375px;
}
.ConstConnPricing
{
    width:500px;
    float:left;
    
}
.ConstConnDevice
{
    margin-right:20px;
    float:right;
}

.CompareTable {width:100%; border:0;}
.CompareTable td {padding:6px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CCCCCC;}
.CompareTable td h3 {margin:0px;}

/*.CompareTable {width:100%; border:0;}
.CompareTable td {width:33%; padding:6px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CCCCCC;}*/

/* GraphicMail Stuff */
#freeBannerBox { width: 880px; height: 110px; margin: 20px 0 10px 0; padding: 13px 0 10px 0; background: #f9efce url(http://www.graphicmail.com/site/images/banner_bg.png) no-repeat }
#freeBannerBox img.freeGraphicMail { float: left; margin: 3px 10px 0 15px; padding: 0 }
#freeBannerBox p { width: 320px; height: 60px; color: #333; font-size: 16px; line-height: 20px; float: left; padding: 3px 10px 0 0 }
#freeBannerBox span { font-weight: bold }
#freeBannerBox #freemiumButtonSignup { width: 230px; height: 15px; margin: 5px 0 0 70px; padding: 20px 0 0 0; float: left }

.GMPriceTable { width: 98%; border-collapse: separate; border-spacing: 3px; empty-cells: hide; margin-right: auto; margin-left: auto; }
.GMPriceTable th { padding: 6px; background-color: #0066FF; color: #FFFFFF; text-align:left; font-size:16px }
.GMPriceTable td { padding: 6px; background-color: #E8E8E8; }
.GMPriceTable h4 {margin:0}
/*Support Search Bar*/
.SupportSearchBar { background-color: #E2EEFF; border: 1px solid #AFD1FF; padding:20px; }
.SupportSearchBar input[type="text"] {width:460px; margin-right:6px; border: 1px solid #AFD1FF; padding:5px; color:#666666}
.SupportSearchBarBtn {width:105px; height:29px;}











