html, body{
    background-color: #E5E5E5;
    font: 13px tahoma,geneva,verdana,sans-serif;
}

a:link, a:visited{
    color: #000F99;
}

.hide{
    display: none;
}


a.logo
{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat -19px -803px transparent;
    display: inline-block;
    height: 45px;
    width: 266px;
    float: left;
}

#main-search-box{
    padding-top: 25px;
}

#hidden{
    background-color: #DDDDDD;
    display: block;
    height: 333px;
    position: absolute;
    visibility: hidden;
    width: 500px;
    z-index: 1005;
    right: 0;
    top: 0;
}

.featured-programs-banner{
     position: relative;
     overflow: visible !important;
     text-align: center;
}

.topmenu-n{
    position: absolute !important;     
    right: 10px;     
    top: 5px !important;     
    width: 242px; font-size:11px
}

.featured-camps-search-results{
    clear: both;
}

article.list-premium.gold{
    border: 1px solid #FFC62E;
}

article.list-premium.silver{
    border: 1px solid #BBBBBB;
}

article.list-premium.bronze{
    border: 1px solid #8C7853
}

article.list-premium{
    background: #FFFFFF;
    font-size: 11px;
    margin: 10px; 
    padding: 5px 5px 0 10px;
    position: relative;
}

article.list-premium .bold{
    font-weight: bold;
}

article.list-premium .right{
    float: right;
}

article.list-premium .left{
    float: left;
}

article.list-premium .clear{
    clear: both;
}

article.list-premium .description{
    padding-top: 5px;
    width: 480px;
}

article.list-premium ul
{
    list-style: none;
    padding: 0;
}

article.list-premium ul.contact-info {
    margin-left: 20px;
}

article.list-premium ul.action-buttons{
    overflow: auto;
}

article.list-premium ul.action-buttons li{
    float: right;
}

article.list-premium ul.action-buttons a{
    background: none repeat scroll 0% 0% rgb(255, 198, 46);
    border: 1px solid rgb(187, 191, 161);
    color: rgb(0, 51, 255);
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    margin: 0 2px 0;
    padding: 1px 4px;
    text-decoration: none;
}

article.list-premium ul.action-buttons a:hover {
    color: #fff;
    background-color: #33cc33;
}
article.list-premium h2{
    font-size: 14px;
    margin: 0;
}

article.list-premium .thumbnail{
    float: right;
    right: 5px;
}

article.list-basic{
    background: #FFFFFF;
    font-size: 12px;
    margin: 10px; 
    padding: 5px 5px 0 10px;
    position: relative;
}

article.list-basic p{
    margin-top: 0;
    padding: 0 20px;
}

article.list-basic ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer{
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    border-top: none;
    margin: 0 0 15px;
    min-height: 20px;
    overflow: auto;
    padding: 5px 5px 5px 5px;
}

ul.menu
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu.auth-menu > li {
    border-right: solid 1px #1175bd;
    display: inline-block;
}

ul.menu.auth-menu > li:last-child
{
    border-right: none;
}

#main-content
{
    float: left;
    width: 640px;
    margin-right: 10px;
}
#widgets-column
{
    float: left;
    min-width: 300px;
    width: 300px;
}

#main-header
{
    /*padding: 0 0 15px;*/
    position: relative;
}

#main-header .container
{
    background-color: #fff;
    padding: 10px 10px 10px 30px;
}

#main-header ul.auth-menu{
    float: right;
    margin-bottom: 5px;
}

#main-header ul.auth-menu a{
    color: #1175bd;
    display: block;
    font: 11px tahoma,geneva,verdana,sans-serif;
    line-height: 13px;
    padding-right: 5px;
    text-decoration: none;
}

#main-header ul.search-menu{
    clear: both;
}

#main-header ul.search-menu li{
    float: left;
}

#main-header ul.search-menu .search-box{
    border: 1px #b0b0b0 solid;
    font: 11px tahoma,geneva,verdana,sans-serif;
    height: 25px;
    padding: 0 10px;
    width: 322px;
}

#main-header ul.search-menu .search-button{
    background: url("/assets/images/sprite.png") no-repeat -36px -1px;
    border: transparent;
    border-left: 0;
    cursor: pointer;
    height: 27px;
    margin-left: -1px;
    vertical-align: top;
    width: 92px;
}

#main-header ul.search-menu .search-button:hover
{
    background: url("/assets/images/sprite.png") no-repeat -36px -29px;
}

#main-header nav.side
{
    float:right;
}

#main-nav {
    display:table;
    width:100%;
}

#main-nav ul { 
    display:table-row;
    font-size:0;
    margin:0;
    padding:0;
}

#main-nav li { 
    display:table-cell;
}

#main-nav a {
    color: white;
    display:inline-block;
    font:11px/32px tahoma, geneva, verdana, sans-serif;
    font-weight: bold;
    text-align:center;
    text-decoration:none;
    width:100%;
}

#main-nav a.red {
    background: #ab0909; /* Old browsers */
    background: -moz-linear-gradient(top,  #ab0909 0%, #c02020 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab0909), color-stop(100%,#c02020)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ab0909 0%,#c02020 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ab0909 0%,#c02020 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ab0909 0%,#c02020 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ab0909 0%,#c02020 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0909', endColorstr='#c02020',GradientType=0 ); /* IE6-9 */

    -webkit-border-bottom-left-radius: 0 0 0 10px;
    -moz-border-radius-bottomleft: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

#main-nav a.orange {
    background: #c56b00; /* Old browsers */
    background: -moz-linear-gradient(top,  #c56b00 0%, #f67b07 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c56b00), color-stop(100%,#f67b07)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c56b00 0%,#f67b07 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c56b00 0%,#f67b07 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c56b00 0%,#f67b07 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c56b00 0%,#f67b07 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c56b00', endColorstr='#f67b07',GradientType=0 ); /* IE6-9 */
}

#main-nav a.yellow {
    background: #c49200; /* Old browsers */
    background: -moz-linear-gradient(top,  #c49200 0%, #f0c601 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c49200), color-stop(100%,#f0c601)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c49200 0%,#f0c601 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c49200 0%,#f0c601 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c49200 0%,#f0c601 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c49200 0%,#f0c601 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49200', endColorstr='#f0c601',GradientType=0 ); /* IE6-9 */
}

#main-nav a.green{
    background: #1e6e00; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e6e00 0%, #1f9401 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e6e00), color-stop(100%,#1f9401)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e6e00 0%,#1f9401 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e6e00 0%,#1f9401 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e6e00 0%,#1f9401 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e6e00 0%,#1f9401 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e6e00', endColorstr='#1f9401',GradientType=0 ); /* IE6-9 */
}

#main-nav a.violet{
    background: #420d83; /* Old browsers */
    background: -moz-linear-gradient(top,  #420d83 0%, #6506ac 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#420d83), color-stop(100%,#6506ac)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #420d83 0%,#6506ac 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #420d83 0%,#6506ac 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #420d83 0%,#6506ac 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #420d83 0%,#6506ac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420d83', endColorstr='#6506ac',GradientType=0 ); /* IE6-9 */
}

#main-nav a.purple{
    background: #501b51; /* Old browsers */
    background: -moz-linear-gradient(top,  #501b51 0%, #862285 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#501b51), color-stop(100%,#862285)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #501b51 0%,#862285 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #501b51 0%,#862285 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #501b51 0%,#862285 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #501b51 0%,#862285 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501b51', endColorstr='#862285',GradientType=0 ); /* IE6-9 */
}

#main-nav a.blue{
    background: #040270; /* Old browsers */
    background: -moz-linear-gradient(top,  #040270 0%, #0700c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#040270), color-stop(100%,#0700c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #040270 0%,#0700c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #040270 0%,#0700c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #040270 0%,#0700c9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #040270 0%,#0700c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040270', endColorstr='#0700c9',GradientType=0 ); /* IE6-9 */
}

#main-nav a.gray{
    background: #696969; /* Old browsers */
    background: -moz-linear-gradient(top,  #696969 0%, #848484 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(100%,#848484)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #696969 0%,#848484 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #696969 0%,#848484 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #696969 0%,#848484 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #696969 0%,#848484 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#848484',GradientType=0 ); /* IE6-9 */

    -webkit-border-bottom-left-radius: 0 0 0 10px;
    -moz-border-radius-bottomleft: 0 0 0 10px;
    border-radius: 0 0 10px 0;
}

#iblogounify_div{
    clear:both;
    margin: 10px auto;
    text-align: center;
}

.content-pill
{
    margin: 0 0 10px;
    padding: 0;
}

.content-pill > h1
{
    background: #ab0909; /* Old browsers */
    background: -moz-linear-gradient(top,  #ab0909 0%, #c02020 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab0909), color-stop(100%,#c02020)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ab0909 0%,#c02020 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ab0909 0%,#c02020 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ab0909 0%,#c02020 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ab0909 0%,#c02020 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0909', endColorstr='#c02020',GradientType=0 ); /* IE6-9 */

    -webkit-border-bottom-left-radius: 10px 10px 0 0;
    -moz-border-radius-bottomleft: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font: 700 16px/32px normal tahoma, geneva, verdana,sans-serif;
    margin: 0;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}

.content-pill > h1.widget
{
    font: 700 13px/32px normal tahoma, geneva, verdana,sans-serif;
}

.content-pill > h1:after
{  
    content:"";
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 199px;
    z-index: -1;
}

.content-pill > h1.red:after
{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -1775px transparent;
}

.content-pill > h1.blue:after
{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -1608px transparent;
}

.content-pill > h1.orange:after
{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -1691px transparent;
}

.content-pill > h1.yellow:after
{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -1859px transparent;
}

.content-pill > .content
{
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 0 0 10px 10px;
    border-top: none;
    min-height: 20px;
    overflow: auto;
    padding: 5px 5px 5px 5px;
}

.content-pill > .content.padded{
    padding: 5px 20px;
}

.chromeless-container
{
    padding: 10px;
    text-align: center;
}

.content-wrapper
{
    clear:both;
    margin: 0 auto;
    width: 950px;
}

.results-stats {
    text-align: center;
}

.results-legend {
    position: relative;
    width: 100%;
}

.results-legend > .legend{
    width: 70%;
    float: left;
}

.main-search-box{
    background-color: #fff4ce;
    border: 1px solid #efb756;
    overflow: hidden;
    padding: 20px 10px;
}

.main-search-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-search-box .column.a{
    float: left;
    width: 85%;
}

.main-search-box .column.a > ul > li{
    clear: both;
    overflow: hidden;
}

.main-search-box .column.b{
    float: right;
    text-align: center;
    width: 15%;
}

.main-search-box ul.controls
{
}

.main-search-box ul.controls li
{
    display: inline;
    float: left;
    margin: 0 5px 5px 0;
}

.main-search-box .search-button{
    background: url("/assets/images/sprite.png") no-repeat -35px -1px;
    border: 0;
    height: 28px;
    vertical-align: top;
    width: 94px;
}

.main-search-box .search-button:hover{
    background: url("/assets/images/sprite.png") no-repeat -35px -29px;
}

.main-search-box .search-button.tabs-search-button{
    float: right;
    margin: 10px 0;
}

.main-search-box .search-advanced-options
{
    padding: 4px 0 0 25px;
}

.main-search-box .activies-toggle{
    background: none repeat scroll 0 0 #FFFBEC;
    display: inline-block;
    font: 12px/20px verdana;
    padding: 0 15px 0 12px;
    text-decoration: none;
}

.main-search-box .activies-toggle.enabled:before{
    content: '-';
    display: inline-block;
    width: 15px;
}

.main-search-box .activies-toggle.disabled:before{
    content: '+';
    display: inline-block;
    width: 15px;
}

.main-search-box #location{
    width: 159px;
}

.main-search-box #countries, #regions{
    width: 165px;
}

.padded {
    padding: 5px 12px;
}

.no-match {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.try-again {
    margin: 10px 0;
}

.results-controls
{
    margin: 10px 20px;
    position: relative;
}

.results-controls ul.controls > li.control{
    height: 15px;
    width: 15px;
    text-indent: -999px;
}

.results-controls ul.controls{
    padding: 0;
    margin: 0;
    list-style: none outside none;
    float: right;
}

.results-controls ul.controls > li{
    float: left;
}

.results-controls ul.controls > li.control > a{
    display: block;
}

.results-controls ul.controls li.control.first{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -910px transparent;
}

.results-controls ul.controls li.control.last{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -982px transparent;
}

.results-controls ul.controls li.control.next{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -1054px transparent;
}

.results-controls ul.controls li.control.previous{
    background: url("/camps/static/luna/images/msc-sprite.png") no-repeat scroll 0 -1477px transparent;
}

.results-page-selector{
    margin: -5px 3px 0 0;
    vertical-align: top;
}

#tabs{
    background-color: #fff;
    clear: both;
    display: none;
    margin: 10px 0;
}

#tabs .menu{
    float: left;
    width: 185px;
}

#tabs .menu > li{
    position: relative;
}

#tabs .menu > li > a{
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    color: #282828;
    display: table-cell;
    font: 12px/12px verdana;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 185px;
}

#tabs .menu > li > a.selected-tab{
    background-color: #f56f0c;
    color: #FFFFFF;
}

#tabs .menu > li > a.selected-tab:after{
    background: url("/assets/images/tab-arrow.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 13px;
    z-index: 100;
}

#tabs .content-tab .activities-count{
    color: #f56f0c;
    display: inline-block;
    font: 12px/20px verdana;
    padding: 0 5px;
}

#tabs .content-tab{
    background-color: #FFFFFF;
    float: left;
    height: 210px;
    overflow: auto;
    padding: 10px 0 10px 18px;
    width: 403px;
}

#tabs .activity-item{
    float: left;
    padding-right: 15px;
    width: 175px;
}

#tabs .activity-item > input[type="checkbox"] {
    clear: both;
    display: block;
    float: left;
    margin: 5px;
}

ul.tags
{
    overflow: auto;
}

ul.tags > li
{
    background: none repeat scroll 0 0 #046686;
    color: #fff;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 5px 5px 10px;
}

ul.tags > li > .close{
    border-left: 1px solid #068EBA;
    margin-left: 10px;
    padding: 5px 5px 5px 10px;
    text-align: center;
}

.hidden-tab
{
    display: none;
}

.clear-pad{
    clear:both;
}

.double-cols{
    float: left;
    width: 50%;
}

.custom-select{
    background: white;
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    color: #767676;
    font-size: 11px;
    min-height: 16px;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.camp-header{
    position: relative;
    width: 440px;
}

.camp-header a > h2{
    max-width: 380px;
}

.tag-title{
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 400;
    padding: 2px 4px;    
}

.is-updated{
    background-color: #C5A600;
}

.is-featured{
    background-color: #730909;
}

.distance-tag{
    font-size: 11px;
    font-weight: 400;
    padding: 2px 4px;
}

.crumb {
    color: #000F99;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: capitalize;
}

#clear-location{
    background: url("/assets/images/clear.png") no-repeat transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px 0;
    width: 16px;
    vertical-align: middle;
}

/* STYLE FOR GOOGLE ADS, DO NOT REMOVE! */
.googleTextAd .visibleUrl {
    color: #CC0000;
    font-size: 10px;
}

.centered-banner{
    margin: 0 auto;
    width: 728px;
}

/* BEGIN TOOLTIP STYLES */

.ui-tooltip {
    border-radius: 2px;
    color: white;
    font: bold 11px "Arial", Sans-Serif;
    padding: 5px 10px;
    position: relative;
    text-align: center;
}

.ui-tooltip.bottom{
    margin-top: 2px;
}

.ui-tooltip, .ui-tooltip-arrow-bottom:after {
    background: #ef6d39;
    border: 1px solid white;
    z-index: 1000;
}
.ui-tooltip-arrow-bottom {
    height: 7px; 
    left: 9px;
    overflow: hidden;
    position: absolute;
    top: -7px;
    width: 14px;
}
.ui-tooltip-arrow-bottom:after {
    content: "";
    height: 20px;
    position: absolute;
    left: -4px;
    top: 4px;
    tranform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 20px;
    
}
/* END TOOLTIP STYLES */
