﻿body
{
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Lucida Sans' , Lucida, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #fff;
	/* background: url('../bingo_background.jpg') repeat #fff; */
    margin: 0px;
    padding: 0px;
}

a, a:hover
{
    color: #000;
}

.p2w_print
{
    display:block;
    float:left;
    width:16px;
    height:16px;
    background-image: url('../../../../../../mkt/content/_img/print.gif')
}


.p2w_hidden
{
    display:none;
}

/* maps and directions */
#p2w_maps_directions
{    
    text-align:left;
    min-height:500;
    overflow:auto;
    border-radius: 7px;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
    -webkit-border-radius: 7px;
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
    -moz-border-radius: 7px;
    position:absolute;
    background-color:#fff;
    z-index:1020;    
}
.p2w_maps_directions_content
{
    
    padding:30px;
}
.p2w_maps_close
{
    position:absolute;
    top:5px;
    right:20px;
    text-align:right;
    cursor:pointer;
    
}

#p2w_map
{
    position:absolute;
    right :20px;    
    height:380px;
    width:380px;
}

/* section page turn */
#p2w_section_container
{
    background-color: #fff;
    margin: 0px auto;   
    padding: 20px 0px 20px 0px;       
    border: 1px solid #ACB3B9;
    border-radius: 7px;
    width:1060px;
}

/* header */
#p2w_section_header
{
    padding: 0px 0px 10px 0px;
    margin: 0 auto 0;    
    display:;    
}

#p2w_section_title
{
    font-size: 1.1em;
}

.p2w_section_date
{
    font-size: .8em;
}

/* top navigation */
.p2w_section_toolbar > div{  
    float:left;
    padding:0px; 
    margin:0px; 
    border:0px solid red;
    
}

.p2w_section_toolbar_col1, .p2w_section_toolbar_col3{
     width:40%;        
}

.p2w_section_toolbar_col2
{    
     width:20%;      
}
.p2w_section_page_btns_top
{   
    width: 100%;    
    text-align: center;
}
#p2w_section_page_tools
{
   
    border: 0px solid #ccc;
    width: 100%;
    font-size: .8em;
    color: #ACB3B9;
    margin: 5px 0px 0px 5px;
}

#p2w_pagesharingtools
{
    float:right;   
}

.p2w_menu_button
{
    display: inline-block;
    border: 0px solid #ccc;
    text-align: center;
    cursor: pointer;
}
.p2w_menu_button:hover, .p2w_menu_container_active > .p2w_menu_button
{
    color: #00afd8;
}

.p2w_dropdown_container
{
    display: inline-block;
}
#p2w_section_toc ul
{
    min-width: 140px;
}
.p2w_menu_container_active > .p2w_menu
{
    display: block;
    max-height: 400px;
    overflow: auto;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 5px #000;
}

.p2w_menu
{
    position: absolute;
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0;
    padding: 10px;
}
.p2w_menu li
{
    border-bottom: solid 0px #f4f4f4;
    white-space: nowrap;
}
.p2w_menu a
{
    display: block;
    text-decoration: none;
    padding: 3px 16px 3px 0px;
}
.p2w_menu a:hover
{
    color: #00afd8;
}

#p2w_section_searchForm > label
{
    font-size: .75em;
}

#p2w_section_searchForm > input[type='text']
{
    width: 230px;
}

#p2w_section_searchForm > select
{
    width: 235px;
}

#p2w_section_searchForm > a
{
    text-align: right;
    padding: 10px 0px 0px 0px;
}

#p2w_section_thumbs > .p2w_menu
{
    width: 680px;
    height: 600px;
    list-style-type: none;
}

#p2w_section_thumbs > .p2w_menu > li > a
{
    padding: 0px;
    float: left;
    margin: 5px;
    border: 1px solid #ccc;
}

#p2w_section_thumbs > .p2w_menu > li a:hover
{
    border: 1px solid #00afd8;
}
/* page viewer*/
#p2w_section
{
    position: relative;
    margin: 0 auto;  
    box-shadow: 1px 1px 3px Gray;    
}


#p2w_section .turn-page
{
    background-color: #fff;
    background-size: 100% 100%;
}

/* zone dialogs */
#p2w_zones
{
    position: absolute;
    z-index: 1000;
}

.p2w_zone_img
{
    display: none;
    position: absolute;
    border: 0px solid #000;
}

.p2w_zone_hover img
{
    box-shadow: 0px 0px 12px #000;
    border-radius: 7px;
    background-color: #fff;
}

#p2w_zone_dlg_overlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 1100;
}

#p2w_section_zone_dialog
{
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 7px #000;
    z-index: 1101;
    padding: 16px;
    min-width: 600px;
}

#p2w_section_zone_close
{
    position:absolute;
    width:10px;
    right:10px;     
    top:5px;
    font-size: 1.1em;
    cursor:pointer
}
#p2w_section_zone_title
{
    font-size: 1.1em;
}

#p2w_section_zone_tools
{
    margin: 0px auto;
    position: relative;
    width: 98%;
    font-size: .8em;
}

#p2w_zonesharingtools
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 220px;
}
#p2w_section_zone_content
{
    margin: 0px auto;
    padding: 10px;
    text-align: center;
    overflow: auto;
    overflow-y: auto;
}

.p2w_content_story
{
    font-size: .9em;
    text-align: left;    
    margin-right: 16px;
}

/* footer */
#p2w_section_page_captionLeft, #p2w_section_page_captionRight
{
    display: inline-block;
    text-align: center;
    width: 48%;
    font-size: .6em;
    color: #000;
    height: 10px;
}

.p2w_section_page_btns
{
    width: 100%;
    margin: 3px auto;
    text-align: center;
}
.p2w_section_btn_prev, .p2w_section_btn_next
{
	cursor:pointer;
    display: inline-block;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    background-size: 25px 25px;
}

.p2w_section_btn_prev
{
    background-image: url('previous.png');
}
.p2w_section_btn_next
{
    background-image: url('next.png');
}



/* search results */
.p2w_section_search_results
{
    min-height: 600px;
    font-size: .9em;
}
.p2w_section_search_results li
{
    padding-bottom:10px;
}
.p2w_section_search_results_title
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .9em;
}

.p2w_search_img
{
    display: inline-block;    
    vertical-align: middle;
}

.p2w_search_caption
{
    display: inline-block;    
    vertical-align: middle;
}

.p2w_ib
{
    display: inline-block;    
    vertical-align: middle;
}

#bingo_nav {
width: 1062px;
margin: 0px auto;
background-color: #000;
color: #fff;
text-align: center;
line-height: 30px;
height: 30px;
}
#bingo_nav a {
color: #fff;
font-size: 18px;
padding: 0px 15px;
text-decoration: none;
}
