/* 
 * 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 {
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* 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{
}
/*BPAA CSS
img {max-width:100%;}*/
@media handheld, only screen and (min-width:767px) {
.Column25per {
	float: left;
	width: 25%;
}
.Column25perContent {
	padding:10px;
}
.BODPics { }
.BODPics img { width:150px; height:200px}
.Column50per {float:left; width:42%; padding:10px;}
}

.dnnPrimaryAction {color:#FFFFFF !important;}

.StaffListing {
}
.StaffListing td {
	padding: 6px;
}
.StaffListing td  img {
	float: left;
	margin-right: 4px;
	width: 50px;
	height: 60px;
}
@media handheld, only screen and (max-width:767px) {
.BODPics { }
.BODPics img { width:100px; height:133px}
h3 {font-size: 18px;}
.Column25per {display:block;}
.Column50per {display:block; padding:10px;}
}
/*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;
  font-size:16px;
}
.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;
  font-size:16px;
    
}
.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;}

/*Sized Containers*/
.col-50Per-center {width:50%; margin-right:auto; margin-left:auto;}
.col-90Per-center (width:90%; margin-right:auto; margin-left:auto;}

/*Console Mod for Admin/Host */
.ConsoleMod .console {
	background-color: #FFF !important;
	width: 100%  !important;
}
/*Contextual Backgrounds*/
.message-primary {
color: #fff;
background-color: #428bca;
}
.message-success {
background-color: #dff0d8;
}
.message-info {
background-color: #d9edf7;
}
.message-warning {
background-color: #fcf8e3;
}
.message-danger {
background-color: #f2dede;
}
.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;}


/* Call Out Banner */
.CallOutBarWrapper {
	background: #000;
	border-bottom: 5px solid #CCC;
}
.CallOutBarWrapper .CallOutBarContent {
	padding: 20px;
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
}



/* Background colors */
.Bg-darkGrey {
	background: #666 !important;
}

/* Feature Box */
.BPAAFeatureBox {height: 260px; overflow: hidden; padding: 10px; border: 1px solid #CCC;}


/* font awesome list style */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-check:before {
	content: "\f00c"
}

.BowlExpo {font-size: 14px !important; border-top-color: #050505 !important}

/* Responsive Embed */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}


@media screen and (min-width: 320px) and (max-width: 667) {
.DateLocation {
display: block; 
background-color: #187cc2 !important; 
text-align: center !important;
padding: 5px 10px 10px 10px;
margin: 0;
}

.DateLocation h2 {
color: #fff !important;
}
}

@media screen and (min-width: 667px) {
.DateLocation {display: none}
}


body .edsBB__wrapper ul,
body .edsBB__wrapper li {
    line-height: 1.5 !important;
}


