﻿.divAnnouncements ul
{
    padding-left: 15px;
}

.divAnnouncements ul li
{
    list-style-image: url("arrow_ul.gif");
    padding-left: 0 !important;
}

.divAnnouncements ul li a
{
    color: #BC4092;
    text-decoration: underline;
}

.divPurchaseMatches
{
    padding: 50px;
}
.divPurchaseMatches ul li
{
    list-style-type: none;
    color: black;
    line-height: 50px;
    list-style-type: none;
    text-decoration: none;
}
.divAnnouncements
{
    margin-left: 7px;
}
/********************* Pop Up *******************/
#lightbox
{
    background: #fff;
    border: 2px solid #000;
}
.popup
{
    width: 100%;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
}

.licensePopup
{
    padding: 150px 10px 10px 250px;
    font-size: 15px;
    width: auto;
}

.popup .content
{
    border: 1px solid #2791b6;
    height: 200px;
    overflow: auto;
    width: 96%;
}

.popup .button-set
{
    padding: 0px;
    float: right;
    z-index: 2000;
    position: relative;
}

.popup .button-set .button
{
    float: right;
}

.popup .tabs li a
{
    background: url(Images/tab-left-popup.jpg) left no-repeat;
    display: block;
    color: #333;
    padding-left: 9px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.popup .tabs li a span
{
    background: url(Images/tab-right-popup.jpg) right no-repeat;
    display: block;
    padding: 7px 9px 7px 0;
}

.popup .tabs li a:hover
{
    background: url(Images/tab-left-active-popup.jpg) left no-repeat;
    color: #fff;
}

.popup .tabs li a:hover span
{
    background: url(Images/tab-right-active-popup.jpg) right no-repeat;
}

.black_overlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0; /*min-width: 600px;*/
    width: 110%; /*min-height: 700px;*/
    height: 600%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7; /* opacity: .70; 	filter: alpha(opacity=70); */
}
.white_content
{
    display: none;
    position: absolute;
    top: 10px;
    left: 25%;
    width: 520px;
    height: 300px;
    padding: 5px;
    border: 2px solid #000;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.closeNewPurchasePopup
{
    padding: 5px;
}

/**************** Pop Up ****************/

.showDate
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B4B5B8;
    float: left;
}

.showDateMonth
{
    background: none repeat scroll 0 0 #4B4B4B;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 22px;
}

.showDateDay
{
    color: #CACACA;
    font-size: 44px;
    font-weight: bold;
}

.showEventDetails
{
    margin-left: 75px;
    max-width: 150px;
}

.clientAppointments
{
    margin-bottom: 40px;
    line-height: 1;
}

.clientAppointmentsScroll
{
    height: 216px;
    overflow: auto;
    margin-top: 10px;
}
.agreementContent {
  background: none repeat scroll 0 0 white;
  border: 4px double DimGrey;
  height: 350px;
  margin: 21px !important;
  overflow: auto;
  width: 600px;
}
.chkIAgreeDiv
{
    margin-left: 21px;
}
#successMessage
{
    position: fixed;
    top: 50px;
    left: 350px;
    background-color: Green;
    display: none;
    border: solid 2px black;
    color: White;
    min-height: 30px;
    min-width: 350;
}
.CoachingSessions
{
    max-height: 400px;
    overflow: auto;
}
.divAnnouncements ul li
{
    background: none !important;
    list-style-type: none !important;
    padding-left: 0px !important;
}




