/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1{ font-size: 18px; padding-bottom: 2px; }

h1, h2, h3, h4, h5{
    color: #486168;
}

h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

h6{ font-weight: bold; padding: 2px 0px; margin: 2px 0px; font-size: 12px; }

body{
    background: #f2f6f7 url(/images/body_bg.gif) no-repeat top center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #486168;
}

#pageContainer{
    position: relative;
    z-index: 1000;
    margin: 0px auto;
    padding: 0px;
    width: 970px;
    text-align: left;
    background: url(/images/page_container_bg.png) repeat-y top left;
    border-bottom: 1px solid #e8ebec;
    border-top: 1px solid #e8ebec;
}

/* END GLOBAL STYLES */

/* HEADER STYLES */

#headerContainer{
    position: relative;
    z-index: 20000;
}
#header{
    position: relative;
    width: 950px;
    height: 120px;
    margin: 0px auto;
    color: #000;
}

#free_shipping{
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    background-color: #486168;
}
#free_shipping h4{ text-align: center; text-transform: uppercase; color: #fff; }

#logoLink{
    position: absolute;
    background: url(/images/logo.jpg) no-repeat top left;
    top: 25px;
    left: 20px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #f00;
}
#logoLink, #logoLink img{
    width: 316px;
    height: 101px;
}

#headmenu{
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 10000;
}

#headmenu td{
    margin: 0px;
    padding: 0px;
}

#headmenu td a{
    position: relative;
    display: block;
    padding: 0px 7px 0px 7px;
    color: #2290b7;
    text-decoration: none;
    font-size: 11px;
    white-space: nowrap;
    font-weight: normal;
    border-left: 1px solid #cedbe0;
}

#headmenu td a:hover, #headmenu td .cur{
    color: #6fbdd9;
    text-decoration: underline;
}
#headmenu td #h_a_0{ border-left: 0px solid #fff; }

#site_search{
    position: absolute;
    top: 48px;
    right: 18px;
    z-index: 10000;
}
#header_search_input{ width: 180px; padding: 4px; }

#site_tools{
    position: absolute;
    top: 100px;
    right: 18px;
    z-index: 10000;
}
#site_tools a{ text-decoration: none; }
#site_tools a:hover{ text-decoration: underline; }

/* END HEADER STYLES */

/* MENUBAR STYLES */

#floatHack{
    height: 1px;
    clear: both;
}

#menubar{
    position: relative;
    z-index: 15000;
    width: 928px;
    padding: 0px 6px;
    margin: 12px auto;
    height: 42px;
    background-color: #daebef;
}

#menubar_left{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/images/menubar_left.gif) no-repeat top left;
    width: 5px;
    height: 42px;
}
#menubar_right{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/images/menubar_right.gif) no-repeat top right;
    width: 5px;
    height: 42px;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    height: 42px;
}

#tmenu td a{
    display: block;
    position: relative;
    z-index: 10000;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    font-size: 11px;
    color: #3d5c65;
    border-left: 1px solid #bcd0d7;
    padding: 0px 8px;
}

#tmenu td a.ta_cur, #tmenu td a:hover{
    text-decoration: underline;
}

#tmenu td #tma_first{ border-left: 0px solid #bcd0d7; }

/* DROP DOWN MENU */
#tmenu td div{
    position: relative;
    z-index: 10000;
}

#tmenu td table{
    background-color: #daebef;
    position: absolute;
    z-index: 10000;
    display: none;
    top: 41px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    overflow: hidden;
    width: auto;
    border-left: 1px solid #bcd0d7;
    border-right: 1px solid #bcd0d7;
    border-bottom: 1px solid #bcd0d7;
}
#tmenu td table td{
    padding: 10px;
    vertical-align: top;
}

#tmenu td table td#tmcol_0{
}

#tmenu td ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    min-width: 90px;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
    padding: 0px;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 6px 3px 6px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;

    color: #486168;
    border: 0px solid #fff;
}

#tmenu td ul li a.first{

}

#tmenu td ul li a:hover{
    text-decoration: underline;
    color: #486168;
    text-transform: none;
}

#tmenu td ul li ul{
    position: relative;
    z-index: 10000;
    padding: 0px;
    margin: 0px 40px 4px 6px
}

#tmenu td ul li ul li a{
    display: block;
    font-weight: normal;
    font-size: 12px;
    padding: 0px 3px;
    margin: 0px;
    width: 100%;
    color: #6ab3f0;
    border-bottom: 1px solid transparent;
}

#tmenu td ul li ul li a:hover{
    color: #6ab3f0;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #0c68b6;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* LEFT MENU STYLES */

#dleftmenu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#dleftmenu li a{
    display: block;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;

    color: #000315;
    border-bottom: 1px solid #99C3DB;
}

#dleftmenu li a:hover span{
    color: #007AC7;
}

/* structure */
#content_header{ padding: 5px 0px 10px 0px; }

#pageName{ width: 475px; }

#pageTools{ width: 185px; text-align: right; padding-left: 15px; }
#pageTools a{ text-decoration: none; font-weight: normal; }
#pageTools a img{ border: 0px solid #fff; }

#contentContainer{
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

#containerTable{ width: 940px; margin: 0px auto 10px auto; text-align: left; }
#containerTable td{ vertical-align: top; }
#columnLeft{
    width: 226px;
    text-align: center;
    padding-right: 10px;
}
#cl_number{ margin: 4px 0px 11px 0px; }
#cl_number, #cl_number span, #cl_number strong{
    font-size: 13px;
}
#cl_number span{
    color: #2290b7;
}

#columnRight{
    width: 280px;
    text-align: left;
    padding-left: 10px;
}

#content{
    min-height: 500px;
    height: auto;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 14px;
}

#bottom_menu{ text-align: center; font-size: 11px; }
#bottom_menu table{ margin: 0px auto; }
#bottom_menu td a{
    display: block;
    padding: 0px 7px 0px 7px;
    font-size: 11px;
    white-space: nowrap;
    font-weight: normal;
    text-decoration: none;
    border-left: 1px solid #cedbe0;
}
#bottom_menu td a:hover{ text-decoration: underline; }
#bottom_menu td #b_a_0{ border-left: 0px solid #fff; }

#footer{
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    margin: 0px auto;
}

#footer table{ width: 930px; margin: 0px auto; }

#footer_copyright, #footer_cards, #footer_bbb{ vertical-align: bottom; font-size: 11px; }
#footer_copyright{ text-align: left; color: #879194; }
#footer_bbb{ text-align: right; }
#footer_bbb a{ color: #879194; text-decoration: none; font-weight: normal; font-size: 11px; }
#footer_bbb a:hover{ text-decoration: underline; color: #879194; }

.logo_table{
	width: 25%;
	padding: 10px;
	text-align: center;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #009DFF;
    text-decoration:none;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #fff;
    color: #113d73;
}

.cellHeader a{ color: #fff; }
.cellHeader a:hover{ color: #F3F3F3; }

td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #fff;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{ color: #7c898e; border: 1px solid #9db8c1; }
textarea{ border: 1px solid #9db8c1; }
.button{
    padding: 2px 6px;

    color: #fff;
    font-size: 11px;

    background-color: #486168;
    border: 0px solid #5d861c;
    cursor: pointer;
    font-weight: bold;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button:hover, .buttonOver{ opacity: .8; }

a.button{ text-decoration: none; padding: 4px 8px; }
a.button:hover{ color: #fff; }

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #2290b7; text-decoration: underline; }
a:hover{ color: #48a0bf; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }

.clearBoth, .dispTable{
    display: table;
    clear: both;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    margin: 0px 0px 8px 0px;
    padding: 0px;
    font-weight: bold;
}

h1.large a{ font-weight: normal; font-size: 11px; }
h1.large a:hover{ }

.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

/* PRODUCTS */
.prod_list_price{ color: #486168; font-weight: bold; }
.prod_list_price_strike{ color: #8f5c72; }
.prod_list_sale{ color: #486168; font-weight: bold; }
.product{
    padding: 8px;
    margin: 0px;
}

.plistCurrent{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.product0{
    padding-left: 0px;
}

.prod_img_a{ text-decoration: none; }

.linePrice{
    text-decoration: line-through;
}

#search_header{
    margin-bottom: 8px;
}

#prodPageContent{
    vertical-align: top;
    line-height: 1.4em;
}
#prodPageContent h3{
    margin: 0px;
    padding: 0px 0px 8px 0px;
    color: #0b5594;
    font-size: 16px;
}

#prodContent{ margin: 0px; }

#prod_number{ color: #636363; font-size: 11px; }

#prodImgContain{
    vertical-align: top;
    text-align: center;
    padding-right: 8px;
    width: 300px;
}

#prodImg{
    padding: 8px;
}
#prodImg a img{ border: 0px solid #c8d8e1; }

#productGallery{
    text-align: left;
    height: 60px;
    overflow: auto;
}

.galleryThumbs td{ text-align: center; padding: 3px; }
.galleryThumbImgA img{ border: 1px solid #adadad; }
#imgComment{ margin: 4px; }
#prod_img_enlarge{ margin-bottom: 4px; }

.tellFriend{
    float: right;
    text-align: right;
    padding-top: 8px;
}
.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

#cat_desc{ margin-bottom: 15px; }

/* product tabs */
#prodContentTabsC{
    position: relative;
    z-index: 1000;
    padding: 32px 0px 0px 0px;
    margin: 0px;
    border-bottom: 1px solid #c8d8e1;
}
#prodContentTabs{
    position: absolute;
    z-index: 1000;
    top: -3px;
    padding: 0px 0px 0px 4px;
}
#prodContentTabs li{
    list-style: none;
    float: left;
    text-align: center;
    border-bottom: 0px solid #fff;
    padding: 0px;
}
#prodContentTabs li a{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    display: block;

    padding: 4px 12px;
    margin: 0px;

    color: #486168;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;

    background-color: #ededed;
    border-top: 1px solid #c8d8e1;
    border-left: 1px solid #c8d8e1;
    border-right: 1px solid #c8d8e1;
}
#prodContentTabs li a:hover{
    text-decoration: none;
    background-color: #fff;
}
#prodContentTabs li .cur{
    color: #486168;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
#prodContentTabs li .cur:hover{ background-color: #fff; }

#prodContentArea{
    border-right: 1px solid #c8d8e1;
    border-left: 1px solid #c8d8e1;
    border-bottom: 1px solid #c8d8e1;
    padding: 8px 15px;
    margin-bottom: 8px;
    min-height: 220px;
    height: auto;
}
/* end product tabs */


.pOptContainer{  border: 1px solid #E9E9E9; }
.pOptContainer td{
    padding: 1px;
}

.pOptContainer .optOdd{
    background-color: #F1F1F1;
}

.pOptInfo{
    float: right;
    margin-top: 5px;
}
.pOptImg{
    float: left;
    width: 140px;
    height: 64px;
}

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #E2E6E9;
}

.pOptionsC{
    margin: 8px 0px;
    height: auto;
    max-height: 85px;
}

#prodQtyContainer{
    color: #000;
    margin: 8px 0px 0px 0px;
    padding: 12px 8px;
    background-color: #d3eaf0;
    border: 1px solid #9bc5cf;
}

.reqProdOpt{
    font-size: 10px;
}

#priceFoot{
    font-size: 15px;
}
#priceFoot a{ font-size: 11px; }

#qtyFoot{
    font-size: 11px;
    text-align: right;
}

.cartPrices{
    margin-top: 8px;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
}
.cartPrices td{
    padding: 4px;
}
.dispPriceFoot{
    float: left;
    font-weight: bold;
}

.pqty{ border: 1px solid #b6b6b6; }

.simProducts{
    width: 100%;
    border: 1px solid #6B8ABF;
    margin: 8px auto 0px auto;
    clear: both;
}

.simProductsH{
    white-space: nowrap;
    text-align: left;
    background-color: #6B8ABF;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    color: #D5E2EB;
    text-decoration: none;
}
.simProductsH a:hover, .simProductsH .simHover{
    background-color: #D5E2EB;
    text-decoration: underline;
    color: #6B8ABF;
}

.simProductsC{ display: table; clear: both; }
.simProductsC ul{ list-style: none; width: 100%; }
.simProductsC ul li{ float: left; width: 150px; min-height: 200px; height: auto; padding: 3px 8px;}

.pc_sub_container_outer{
    text-align: center;
    padding: 0px 10px;
}
.pc_sub_msg{
    padding: 8px 0px 8px 8px;
    font-weight: bold;
    text-align: left;
}

.pc_sub_container_outer h1{ text-align: left; }
.pc_sub_container{
    background-color: #ecf4f6;
    border: 1px solid #c3dadf;
    margin: 0px auto;
    padding-bottom: 8px;
}

.pcatTable{
    width: 96%;
}

.pcatTable td{
    width: 25%;
    padding: 2px 0px 5px 20px;
    text-align: left;
}
.pcatTable td a{ font-weight: bold; }

.prodTotalStr, .prodTotal{
    color: #000;
    font-weight: normal;
}

#fullImgContain{
    text-align: center;
}

#relatedProducts{ margin-top: 0px; text-align: center; }
#relatedProducts h4{
    padding: 0px 0px 6px 15px;
    color: #386b8b;
    border-bottom: 0px solid #94b2c5;
    text-align: left;
}
#relatedProducts table{ margin: 0px auto; }
#relatedProducts td{ padding: 0px 8px 15px 8px; }

.brandHeader h3 a{
    margin: 0px;
    padding: 0px;
}

.brandHeader h3 a{
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #0179C9;
}

.brandHeader h3 a:hover{
    text-decoration: underline;
    color: #005F9F;
}

.product_option_container{
    margin-left: 24px;
    padding-left: 2px;
    border-left: 1px solid #3ab0ff;
}

/* END PRODUCTS */

/* GALLERY STYLES */

.galleryDescription{
    margin-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

.galleryContainer{
    list-style: none;
    margin: 0px 10px 0px 24px;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
}

.galleryContainer td{
    margin: 0px;
    padding: 0px 4px;

    text-align: center;
}



.galleryContainer td a{
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
}

.galleryContainer td img{
    margin: 5px 4px 0px 4px;
    border: 0px solid #FFFFFF;
}

#gDisplayImage{
    text-align: center;
}

#gDisplayImageCaption{
    position: absolute;
    top: 368px;
    left: 128px;

    overflow: hidden;

    width: 418px;
    height: 76px;

    border: 1px solid #FFFFFF;

    background-color: #000000;
    color: #FFFFFF;

    opacity: .65;
}

#gDisplayCloseBox{
    position: absolute;
    top: 0px;
    right: 0px;

    width: 12px;
    height: 12px;
    padding: 1px;

    text-align: center;

    font-size: 11px;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;

    width: 410px;
    height: 62px;

    padding: 2px 4px;
    overflow: auto;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin: 16px auto 0px auto;
    width: 648px;
    height: auto;
    clear: both;
    display: table;
}

ul.subgalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.subgalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 191px;
}

ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 124px;
    text-decoration: none;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERY */

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.splashImg{ text-align: center; }

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#preloadContainer{
    background: url(/images/loading_logo.png) no-repeat top center;
    z-index: 25000;
    display: none;
    position: absolute;
    top: 200px;
    left: 300px;

    text-align: center;
    width: 300px;
    height: 200px;

    opacity: .90;

}
#preloadContent{
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
    width: 300px;
    text-align: center;
    font-size: 20px;
    color: #e1b552;
}
#preloadBarOuter{
    position: absolute;
    top: 120px;
    left: 0px;

    margin: 13px auto 0px auto;
    position: relative;
    width: 150px;
    height: 13px;
    font-size: 1px;
    padding: 1px;
    background-color: transparent;

    border: 1px solid #b1c6cd;
}
#preloadBarInner{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0px;
    height: 12px;
    font-size: 1px;

    background-color: #91aab3;
}

#ieHistoryHack{
    display: none;
    border: 0px solid #f00;
}

/* CONTACT STYLES */
.contactTable{
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.quoteQuestion{
    background-color: #d3eaf0;
    border: 1px solid #9bc5cf;
    padding: 8px;
    margin-bottom: 8px;
    font-size: 11px;
    color: #3d5c65;
}
.quoteQuestion a{ font-size: 11px; }

#hh_phone{ display: none; }

.hThumbs{
    margin: 0px;
    padding: 0px;
}
.hThumbs td{ padding: 0px 3px; }

.hThumbs .rp_view_prod{ color: #c80000; }
.hThumbs .rp_view_prod:hover{ color: #6f0719; }

.hThumbs a img{ border: 0px solid #fff; }

.hThumbs li{
    list-style: none;
    float: left;
    margin: 8px;
    width: 95px;
    height: 60px;

    text-align: center;
}

.hThumbs li a{
    font-weight: normal;
}

.hThumbImgA{
    display: block;
    width: 74px;
    height: 57px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.hThumbs li a img{
    border: 0px solid #000;
}

/* event styles */

/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
    background-color: #ccc;
    color: #000;
    font-weight: bold;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#event_list td{ padding: 15px 0px; border-bottom: 1px solid #ccc; }
#event_list .event_spacer{ padding: 4px 0px; }

#event_list .event_main a{ font-weight: bold; }

#event_list .event_name{ font-weight: bold; color: #198ecf; font-size: 15px; }
#event_list .event_blurb{ padding: 8px 0px 12px 0px; }
#event_list .event_date{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_time{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_contact{ padding: 4px 8px; text-align: center; }

#event_details td{ padding: 4px; }

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }
#google_pano object{ width: 100%; }

#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

.cal_et_info, .cal_et_icon{ padding: 15px 5px; vertical-align: top; }

.cal_et_icon{ text-align: center; width: 15%; }
.cal_et_icon a img{ border: 0px solid #fff; }
.cal_et_info{ width: 35%; }

#events_heading{ margin: 8px 0px 8px 8px; border-bottom: 1px solid #ccc; width: 96%; }
#event_listings{ margin: 0px 0px 8px 8px; width: 96%; }
#events_heading td{
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 3px 3px;
}
.events_dt{ width: 18%; }
.events_tm{ width: 18%; }
.events_title{ width: 39%; }
.events_options{ width: 25%; }

#event_listings_container{ margin-bottom: 8px; text-align: left; }
#event_listings td{ border-bottom: 1px solid #dadee1; padding: 4px 0px 4px 4px; }

.phone_number_container{ display: inline; cursor: pointer; }