﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

.wrapper-center
{
    width: 100%;
}

.div-wide
{
    padding: 10px;
    width: 600px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
}

.div-wide .club-logo
{
    padding: 0;
    margin: 0;
}

.div-wide h1
{
    color: #4a4a4a;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.div-wide h2
{
    color: #aeaeae;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.div-wide hr
{
    background-color: #ca954f;
    height: 1px;
    border: 0;
    clear: both;
}

.div-wide hr.moreSpace
{
    margin: 16px 0;
}

.div-wide hr.moreSpaceBottom
{
    margin: 0 0 16px;
}

.div-wide .btn-brown
{
    font-size: 14px;
    font-weight: 800;
    padding: 10px 30px;
    background-color: #8c6026;
    color: #FFF;
    text-decoration: none;
    border: 0;
}

.div-wide a.btn-brown:hover
{
    text-decoration: none;
    background-color: #cc9b5a;
    cursor: pointer;
}


.div-wide .btn-gray
{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    background-color: silver;
    color: #FFF;
    text-decoration: none;
    border: 0;
}

.div-wide a.btn-gray:hover
{
    text-decoration: none;
    background-color: gray;
    cursor: pointer;
}

.div-wide .section-view
{
    float: right;
    margin-top: -28px;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

.div-wide .section-view input[type=image],
.div-wide .section-view img {
    vertical-align: middle;
    margin-top: -2px;
}

.div-wide .section-view a:hover
{
    text-decoration: none;
    color: #00a651;
    cursor: pointer;
}

.div-wide .calendar
{
    width: 620px;
}

.div-wide .title
{
    color: #cc9b5a;
    font-weight: 100;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    width: 70%;
}

.div-wide .major-details
{
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 0 0 10px;
    margin-top: -26px;
    color: #8c6026;
}

.div-wide .menCircle
{
    height:23px;
    width:23px;
    background:#0593a9;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 4px;
    font-weight: 700;
    font-size: 14px;
}

.div-wide .womenCircle
{
    height:24px;
    width:24px;
    background:#fb627e;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 4px;
    font-weight: 700;
    font-size: 14px;
}

.div-wide .genericCircle
{
    height:24px;
    width:24px;
    background:gray;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 4px;
    font-weight: 700;
    font-size: 14px;
}

.div-wide .holeCircle
{
    height:24px;
    width:24px;
    background:#00ad4b;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    display: block;
    float: right;
    text-align: center;
    margin: 0 0 0 4px;
    font-weight: 700;
    font-size: 14px;
}

.div-wide .badge
{
    background-color: #00ad4b;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    
}

.div-wide .minor-details 
{
    clear: both;
    font-size: 13px;
    line-height: 32px;
}

.div-wide .minor-details .form-label
{
    width: 160px;
    float: left; 
    margin-right: 6px;   
    font-weight: 700;
    color: #676a6c;
}

.div-wide .minor-details .form-control
{
     border-bottom: 1px solid #e7eaec;
}

.div-wide .details-form
{
    clear: both;
    font-size: 13px;
    line-height: 32px;
}

.div-wide .details-form .form-label
{
    clear: both;   
    color: #676a6c;  
    border-bottom: 1px solid #e7eaec;
    line-height: 32px;
    padding: 5px 0;
}

.div-wide .details-form select, .div-wide .details-form input
{
    line-height: 32px;
    vertical-align: middle;
    padding: 4px;
    border: 1px solid silver;
    margin: -3px 0 0 4px;
}

.div-wide .details-form input[type=checkbox]
{
    margin-top: -2px;
    width: 14px;
    height: 14px;
}

.div-wide .success
{
    display: block;
    background-color: #d2ffd0;
    border: 1px solid #08ab00;
    color: #067f00;
    padding: 8px;
}

.div-wide .error
{
    display: block;
    background-color: #ffe7e7;
    border: 1px solid #ab0000;
    color:  #ab0000;
    padding: 8px;
}

.div-wide .error2
{
    display: block;
    color:  #ab0000;
}

.div-wide .fc-event-title, .div-wide .sml-reg-details {
    padding-left: 3px !important;
}

.div-wide .fc-event-inner {
    line-height: 18px !important;
}

.div-wide .sml-reg {
    display: block;
    background-color: #00aa51;
    padding: 3px;
    margin: 2px 4px 5px;
    text-align: center;
    border: 1px solid #00d666;
    /*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.div-wide .sml-reg:hover
{
    background-color: #067f00;
    text-decoration: none;
}

.div-wide .divSection
{
    margin-top: 24px;
    margin-bottom: 60px;  
    font-size: 13px;  
}

.div-wide .divSection .sub-section 
{
    clear: both;
    vertical-align: middle;
}

.div-wide .divSection .sub-section .form-label
{
    width: 170px;
    text-align: right;
    display: inline-block;
    margin-right: 6px;
    font-weight: 700;
    color: #676a6c;
    line-height: 50px;
    height: 50px;
}

.div-wide .divSection .sub-section .form-control
{
    display: inline-block;
}

.div-wide .divSection .sub-section .form-control input[type=image]
{
    vertical-align: middle;
}

.div-wide .divSection .sub-section .form-control input[type=image]:focus
{ outline:0;}


.div-wide .divSection input[type=text]
{
    border: 1px silver solid;
    padding: 7px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 260px;
}

.div-wide .divSection input[type=text].form-control-shorttext
{
    width: 70px;
}

.div-wide .divSection select
{
    border: 1px silver solid;
    padding: 6px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 120px;
}

.div-wide .divSection input[type=checkbox]
{
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border: 1px solid silver;
    vertical-align: middle;  
}

.div-wide .divSection input[type=radio]
{
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border: 1px solid silver;
    vertical-align: middle;  
    margin-top: -3px;
}

.div-wide .red-validation
{
    color: Red;
    font-size: 11px;
}

.div-wide #tblCalendarList
{
    color: #777;
    width: 100%;
    border-bottom: 5px solid #e2eae9;
}

.div-wide #tblCalendarList th
{
    color: #858689;
    font-weight: 800;
    font-size: 14px;
    padding: 8px;
    border-bottom: 4px solid #e2eae9;
}

.div-wide #tblCalendarList .tblCalendarListRow:hover
{
    cursor: pointer;
    background-color: #e2eae9;
}

.div-wide #tblCalendarList .activeRow
{
    background-color: #f2f2f2;
    font-weight: 700;
    color: #676a6c;
    font-size: 14px;
}

.div-wide #tblCalendarList tr > td
{
    border-top: 1px solid #e2eae9;
    padding: 8px;
}

.div-wide #tblCalendarList .colEvent
{
    width: 45%;
}

.div-wide #tblCalendarList .colDate
{
    width: 30%;
}

.div-wide #tblCalendarList .colOthers
{
    width: 25%;
}


.div-wide #tblCalendarList .divCalendarListDetails
{
    
    padding: 12px 24px 36px;
}

.div-wide #tblCalendarList .divSection
{
    padding: 0;
    margin: 0;

}
.div-wide #tblCalendarList .sub-section
{
    border-bottom:  1px solid #e2eae9;
}

.div-wide #tblCalendarList .sub-section.last
{ 
    border-bottom: none;  
}

.div-wide #tblCalendarList .form-label
{
    line-height: 32px;
    height: 32px;
    text-align: left;
}

.div-wide #tblCalendarList .form-control
{
    line-height: 32px;
    height: 32px;
}


.div-wide .events
{
    color: #777;
    width: 100%;
    border-bottom: 5px solid #e2eae9;
}

.div-wide .events th
{
    color: #858689;
    font-weight: 800;
    font-size: 14px;
    padding: 8px;
    border-bottom: 4px solid #e2eae9;
}

.div-wide .events th a
{
    color: #858689;
}


.div-wide table.events td span, table.events td a, table.events td img, table.events td p
{
    display: inline;
}

.div-wide table.events td img
{
    margin: 0;
}

.div-wide .events tr:hover
{
    cursor: pointer;
    background-color: #e2eae9;
}

.div-wide .events .activeRow
{
    background-color: #f2f2f2;
    font-weight: 700;
    color: #676a6c;
    font-size: 14px;
}

.div-wide .events tr > td
{
    border-top: 1px solid #e2eae9;
    padding: 8px;
}

.div-wide .events .colEvent
{
    width: 48%;
}

.div-wide .events .colDate
{
    width: 26%;
}

.div-wide .events .colOthers
{
    width: 26%;
}

/*SIMPLE LIGHTBOX*/
.lightbox {
  display:none;
  background-image: url(/layouts/_shared/images/lightbox-bg.png);
  position: fixed;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index:10000;
}

/* Lightbox panel with some content */
.lightbox-panel {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left:-320px;
  width: 640px;
  height: 75%;
  background: #FFF;
  padding: 10px;
  border:6px solid #efefef;
  z-index:10001;
}

.lightbox-panel .close-panel
{
    position: fixed;
    margin-left: 637px;
    margin-top: -30px;
}

/*REGISTRATION PROMO*/
.uc-promo
{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    background: #eaeaea;   
    padding: 0;
    text-align: center;
    color: #4c4c4c;
    border: 1px dashed #acacac;
    margin-right: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 4px;
}

.uc-promo.big
{
    width: 600px;
    padding: 0;
    margin: 0 auto 0;
    border: 0;
}

.uc-promo-shadow
{
    background-image: url(/images/banner-shadow.png);
    height: 20px;
    background-repeat: no-repeat;
    margin: -10px auto 10px;
}

.uc-promo .uc-promo-ribbon-first
{
    background-repeat: no-repeat;
    background-image: url(/images/promo-ribbon.png);
    width: 21px;
    height:41px;
    position: absolute;
    margin-left: -22px;    
}

.uc-promo .uc-promo-ribbon
{
    background-color: #d21f25;
    display: block;
    height: 24px;
    margin-left: -1px;
}

.uc-promo .uc-promo-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    padding: 22px 8px 0;
}

.uc-promo .uc-promo-small {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
}

.uc-promo .uc-promo-big {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.uc-promo .uc-promo-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.uc-promo .uc-promo-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #d21f25;
}

.uc-promo .uc-promo-register
{
    margin: 22px 0 36px;   
}

.uc-promo .uc-promo-image
{
    padding: 0;
    margin: 0;    
}

.uc-promo .btn-brown
{
    font-size: 13px;
    font-weight: 700;
    padding: 8px 26px;
    background-color: #8c6026;
    color: #FFF;
    text-decoration: none;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    min-width: 140px;
}

/*LOGIN*/
.member-login
{
    font-size: 13px;
}

.member-login .LoginControl
{
    width: 300px;
    margin: 0 auto;
}

.member-login .LoginControl_Username
{
    margin-top: 30px;
}

.member-login .UserNameTextBox
{
    background-color: rgb(250, 255, 189);
    padding: 8px;
    border: 0;
    width: 300px;
}

.member-login .LoginControl_Password
{
    clear: both;
    margin-top: 8px;
}

.member-login .PasswordTextBox
{
    background-color: rgb(250, 255, 189);
    padding: 8px;
    border: 0;
    width: 300px;
}

.member-login #ctl05_uc1Login_pnlRememberMe
{
    margin-top: 8px;
    line-height: 22px;
    vertical-align: middle;
}

.member-login #ctl05_uc1Login_pnlRememberMe input[type=checkbox]
{
    line-height: 22px;
    vertical-align: middle;
}

.member-login #ctl05_uc1Login_lbForgottenPassword
{
     margin-top: 8px;
}

.member-login .ReminderMessageBox
{
    margin-top:8px;
    color: Red;   
}

.member-login .ULogin_LoggedIn
{
    position: absolute;
    background-image: none;
    width: 400px;
    padding: 0;
    margin: 5px 0 0 0;
    height: 22px;
    text-align: right;
}

.member-login .ULogin_LoggedIn > div:first-child
{
    display: none;

}
.member-login .ULogin_MemberDetails
{
    display: none;   
}

.member-login .ULogin_Buttons
{
    position: absolute;
    margin-left: 405px;
    text-align: right;
    margin-top: 5px;
    display: inline;
    /*margin: 0;
    padding: 0;*/
}

.member-login .LoginButton
{
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 26px;
    background-color: #8c6026;
    color: #FFF;
    text-decoration: none;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    width: 140px;
}

.div-wide .LoginButton:hover
{
    text-decoration: none;
    background-color: #cc9b5a;
}

.div-wide .LoginControl_ErrorMessage
{
    color: Red;
    margin-top: 240px;
    position: absolute;
    width: 300px;
}


/*FROM UI*/
.height_15px {
    max-height: 12px;
}

div#calendar {
    background-color: white;
}
div#calendar div.fc-content {
    background-color: gainsboro;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
div#calendar.dark div.fc-content {
    background-color: gainsboro;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

div.fc table, div.fc table tr, div.fc table th, div.fc table td {
    background-color: transparent;
    border: none;
}

div.fc .fc-content tr td {
    height: 100px;
}

.fc-grid .fc-day-content
{
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

div.fc table th
{
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

div#calendar div.fc-content table tr th {
    background-color: #ebebeb;
    color: #afafaf;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 400;
}


div#calendar.dark div.fc-content table tr th {
    background: none repeat scroll 0 0 silver;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

div#calendar div.fc-content table tr th.fc-first {
    border-left: 1px solid #ebebeb;
}

div#calendar div.fc-content table tr th.fc-last {

}

div#calendar div.fc-content table tr.fc-week td.fc-day {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

div#calendar div.fc-content table tr.fc-week td.fc-day.fc-first {
    border-left: none;
}

div#calendar div.fc-content table tr.fc-week td.fc-day.fc-today {
    background: #d5c9b9;
}

div#calendar .fc-event-inner span.fc-event-title, div#calendar .fc-event-skin span.fc-event-title {
    /*display: inline-block !important;*/
    white-space: nowrap;
    /*margin-top: -2px;*/
    /*height: 12px;*/
    line-height: 12px;
    /*margin-bottom: 2px;*/
    padding: 0;

}

div#calendar div.fc-day-number {
    float: left;
    margin-left: 3px;
    width: 100%;
}

div#calendar .fc-header
{
    margin-bottom: 10px;
    vertical-align: middle;
}

div#calendar .fc-header-right
{
    vertical-align: bottom;
}

div#calendar .a-bookNow {
    margin-right: 6px;
    background-color: #00aa51;
    padding: 0 4px;
    text-align: right;
    border: 1px solid #00d666;
    font-size: 10px;
    color: #FFF;
    float: right;
        line-height: 17px;
}

.fc-header .fc-button
{
    margin-bottom: 8px;
    border: 0;
    /*background-color: #4a4a4a;*/
    color: White;
    text-shadow: none;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    margin-left: 4px;
}

.fc-state-default
{
    background-color: #4a4a4a;
    background-image: none;
}

.fc-state-down, .fc-state-active
{
    background-color: #00aa51;
}

.fc-state-hover
{
    background-color: #cc9b5a;
}

.fc-text-arrow
{
    font-size: 14px;
}

.fc-state-default.fc-corner-left
{
    border-radius: 0;
}

.fc-state-default.fc-corner-right
{
    border-radius: 0;
}


div#calendar span.fc-header-title h2 {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

a.UCompetitionCalendar_RegisterNow, a.UCompetitionCalendar_Registered{
    background-image: url("/images/register_now.png");
    background-repeat: no-repeat;
    display: block;
    width: 183px;
    height: 32px;
    text-decoration: none;
}
a.UCompetitionCalendar_RegisterNow:hover {
    background-image: url("/images/register_now_active.png");
}

a.UCompetitionCalendar_Registered{
    background-image: url("/images/registered.png");
}
a.UCompetitionCalendar_Registered:hover {
    background-image: url("/images/registered_active.png");
}
        
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start
{
    border-radius: 0;
    margin: 0;
    /*padding: 5px 0 5px 2px;*/
    margin-bottom: 4px;
}

.fc-event 
{
    
}

.fc-event-title a
{
    color: #FFF;
}

/** Carousel **/
.sideCarousel {
    position: relative;
    overflow: hidden;
    /*width: 228px;*/
    line-height: 0px;
}

.sideCarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sideCarousel li {
    float: left;
    /*width: 228px;*/
}

.bigCarousel {
    position: relative;
    overflow: hidden;
    /*width: 228px;*/
    line-height: 0px;
}

.bigCarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bigCarousel li {
    float: left;
    /*width: 228px;*/
}

.bigCarousel .carousel-arrows
{
    padding: 6px 0 0 6px;
    text-align: left;
}


.sideCarouselEmpty {
    position: relative;
    overflow: hidden;
    /*width: 228px;*/
    line-height: 0px;
}

.sideCarouselEmpty ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sideCarouselEmpty li {
    float: left;
    /*width: 228px;*/
}

.bigCarouselEmpty {
    position: relative;
    overflow: hidden;
    /*width: 228px;*/
    line-height: 0px;
}

.bigCarouselEmpty ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bigCarouselEmpty li {
    float: left;
    /*width: 228px;*/
}

.bigCarouselEmpty .carousel-arrows
{
    padding: 6px 0 0 6px;
    text-align: left;
}

/** Carousel Controls **/

.carousel-arrows
{
    padding: 6px 0 0 6px;
    position: absolute;
    z-index: 1000;
    margin-top: -32px;    
}

.hover-event
{
    padding: 10px;
    width: 600px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
}

.rightPanel
{
    display: inherit;
}
