html
{
	height:100%
}

body {
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0px;
	height: 100%;
	background-color: #ffffff;
}iy

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


td {
	text-align: center;
	vertical-align: top;
}

.cssControlContainer {
	background-color: rgba(255, 255, 255, 0.75);
    margin: 10px;
    padding: 10px;
    border-radius: 2px;
    flex: 1 0 auto;
    position: relative;
    overflow: auto;
    border: 1px solid #eee;
    box-shadow: 0 3px 7px 0 #a8a8a8;
	flex-direction: row;
	display: flex;
}

.cssControlContainerCopy {
	background-color: rgba(255, 255, 255, 0.65);
	margin: 10px;
	padding: 0px;
	border-radius: 2px;
	position: relative;
	border: 1px solid #eee;
	box-shadow: 0 3px 7px 0 #a8a8a8;
	width:80%;
	text-align:center;
}

.cssBBSCImage
{
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
}

.cssEventInfo
{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.cssSlideContainer {
    display: flex;
    width: 100%;
    overflow: auto;
    position: relative;
	flex-direction:column;
    margin: 10px;
}

.outer
{
	height: 100%;
    width: 100%;
    display: flex;
	overflow: hidden;
	min-height: 100%;
	flex-direction: column;
	background: url(../images/IMG_5049.jpg) center 0 fixed;
	background-size: cover;
	height: 100vh;
	position: relative
}


.cssSideNav
{
	margin-top:80px;
	flex: 0 1 auto !important;
	min-width:130px;
}

.cssGridColumn {
    flex-direction: column;
    /*min-height: 20%;
    height: 100%;*/
    display: flex;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation-iteration-count: 1;
	overflow:hidden;
}

.cssGridRow {
    flex-direction: row;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    position:relative;
	overflow:hidden;
}

.divWeatherInfo
{
	text-align:center;
	padding:20px;
	flex: 0 0 auto;
}


.cssSlider {
    display: flex;
    flex: 1 1 auto;
	flex-direction:column;
}

.carousel {
    width: 100%;
    display:flex;
}

    .carousel .cssControlContainer {
        flex: 1 0 auto;
    }

.containment {
    /*min-height: 20%;*/
    height: 100%;
    width: 100%;
    overflow: hidden;
    flex: 1 1 100%;
    -webkit-backface-visibility: hidden;
    -webkit-animation: slidein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: slidein 2s; /* Firefox < 16 */
    -ms-animation: slidein 2s; /* Internet Explorer */
    -o-animation: slidein 2s; /* Opera < 12.1 */
    animation-iteration-count: 1;
    display: flex;
}

.cssEventTitle
{
	font-size: 24pt;
	padding: 10px;
	text-align: center;
	border-bottom: 4px solid #001b52;
	margin-bottom: 15px;
}

.cssEventDate
{
	font-size: 18pt;
	text-align: center;
	margin-bottom: 15px;
}

.cssTopBar
{
	flex: 0 0 auto;
	/*background-color: #7090d4;*/
	padding: 15px;
	padding-bottom: 0px;
	border-bottom: 8px solid #001b52;
	border-top: 8px solid #001b52;
	background-color: rgba(112, 144, 212, 0.75);
}

#cellLogo {
	height: 90px;
}
#cellSubmenu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #001b52;
	height: 20px;
	background-color: #d4dff5;
}



.footer {
	width: 100%;
	background-color: #001b52;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	flex: 0 0 auto;
	padding-top:5px;
	padding-bottom:5px;
	
}



.footerDiv {
	width:100%;
	text-align:left;
	background-color: #FFFFFF;
}


#mainContentCell {
	vertical-align:top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: center;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}
.sideNav {
	width: 135px;
	vertical-align: top;
	height: 100%;
	padding-top: 8px;
}


#submenuDiv a
{
	color: #294fa4;
	font-style: italic;
	text-decoration: none;
	font-size: 9pt;
}

#submenuDiv a:hover
{
	color: #294fa4;
	background-color: #ffffff
}

#submenuDiv a:visited
{
	color: #294fa4;
}



a:link {
	color: inherit;
	font-style: italic;
	text-decoration: none
}
a:hover {
	color: #c4dbff;
	background-color: #7090d4
}
a:visited {
	color: #294fa4;
	font-style: italic;
	text-decoration: none;
	font-size: small;
}



.logo {
	position: absolute;
	left: 20px;
	top: 12px;
}

.logoText
{
	padding-left: 120px;
}


.topNavButton {
	text-align: left;
	height: 45px;
	width: 95px;
}
.topNavBkg {
	background-image: url(../bbscImages/bbscBkg2.jpg);
	background-repeat: repeat-x;
	background-position: left;
}


#topImage {
	background-image: url(../bbscImages/bbscBkg1.jpg);
	text-align: left;
	background-repeat: repeat-x;
	background-position: left bottom;
}



.POC_name {
	color: 001b52;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	line-height: 1;
	padding: 4;
}
.POC_email {
	color: navy;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #001b52;
	width: 100%;
}
.cssEventNOR{
	padding-top: 6px;
	padding-bottom:6px;
}

.cssEventNOR,
.cssEventQs,
.contactTitle {
	color: navy;
	font-weight: bold;
	text-align: center;
}

.cssEventQs,
.contactTitle {
	padding-top: 24px;
}


.cssDescrip
{
	border: 1px solid gray;
	padding: 10px 20px;
	margin-left: 20%;
	margin-right: 20%;
	background-color: rgba(112, 144, 212, 0.35);
	font-size: 12pt;
}

.contactEmail
{
	color: navy;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: rgba(112, 144, 212, 0.35);
}


.pixTitle {
	color: navy;
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

.cssBridgeMember,
.tdHead {
	color: navy;
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

.tdHead1 {
	color: white;
	font-size: 12pt;
	font-weight: bold;
	background-color: navy;
	text-align: center;
	padding-top: 2pt;
	padding-bottom: 2pt;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	vertical-align: middle;
}

.tdSmallHead {
	color: white;
	font-weight: bold;
	background-color: navy;
	text-align: center;
	padding-top: 2pt;
	padding-bottom: 2pt;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	vertical-align: middle;
}

.pgTitle {
	color: 001b52;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8pt;
	border-bottom-width: 3pt;
	border-bottom-style: solid;
	border-bottom-color: 001b52;
	line-height: 14pt;
}
.pgTitle1 {
	color: navy;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.pixSubtitle {
	color: navy;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}
.pixCaption {
	color: navy;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-align: center
}
.normalText {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}


.PokerNight {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding-top: 0pt;
	padding-bottom: 0pt;
}
.PokerNightSponsors {
	font-size: 14pt;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

.AwardTitle {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.AwardWinner {
	font-size: medium;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 10px;
}
.AwardWinner2 {
	padding-left: 8px;
}

.submenu {
	position: relative;
}
#linkSet a
{
	text-align: center;
	display: block;
	border-top-width: 2pt;
	border-top-style: solid;
	border-top-color:  #001b52;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cellWidth {
	width: 80%;
}
#linkSet
{
	padding-right: 4px;
	padding-left: 4px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.storeDescrip {
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 33%;
}
.storeDescrip2 {
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 16%;
}
.storeItem {
	clear: left;
	float: left;
	margin-right: 4px;
}
.storeItemTitle {
	color: white;
	font-size: 12pt;
	font-weight: bold;
	background-color: navy;
	text-align: center;
	padding-top: 2pt;
	padding-bottom: 2pt;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	vertical-align: middle;
}
.normalSubhead {
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #d4dff5;
	display: block;
	margin-top: 14px;
	color: navy;
	padding-left: 4px;
}
#Awards ol
{
	text-align: left;
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-bottom: 6px;
}
.eventImage {
	padding-bottom: 12px;
}
.rowNormal {
	background-color: #DADADA;
	padding-top: 1px;
	padding-bottom: 1px;
}
.rowNormalWhite {
	background-color: #FFFFFF;
}
.cellStandings {
	white-space: nowrap;
	padding-right: 8px;
	padding-left: 8px;
}

.cssControlContainerCopy
{font-size: medium;
text-align: center;
padding-top: 3px;
padding-bottom: 3px;
display: block;
width: 100%;
}

.cssTopBottomDiv
{
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}