
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* START: CSC */
.TaskPanel
{
    min-height:288px;
    padding:20px;
}

/* END: CSC */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* START : PASSPORT */
#PassportImage
{
    height:149px;
    overflow:hidden;
    color:White;
    background-image:url(/media/siteimages/CSCPassImageWrapper.gif);
    background-position:center center;
    background-repeat:no-repeat;
    margin-bottom:10px;
    text-align:center;
}
#PassportImage img
{
    margin-top:20px;
}
.cscLeftPane
{
    float:left;
    width:210px;
    overflow:hidden;
    margin-bottom:10px;
}
.cscLeftPane .passportDetail
{
    line-height:14px;
    padding:5px 10px;
	margin:0 0 10px 0;
	color:Black;
	background-image:url(/media/siteimages/CSCPassportDetail.gif);
	background-position:center center;
    background-repeat:no-repeat;
    height:45px;
}
.cscLeftPane .passportDetail h4
{
    font-size:12px;
}
/* Round: start */
        .cscRightPaneTop
        {
            background-image:url(/media/siteimages/CSCRightTop.gif);
	        background-position:center top;
            background-repeat:no-repeat;
            height:14px;
        }
        .cscRightPaneContent
        {
            background-image:url(/media/siteimages/CSCRightTile.gif);
            background-repeat:repeat-y;
            background-position:center;
            padding:10px;
        }
        .cscRightPaneBottom
        {
            background-image:url(/media/siteimages/CSCRightBottom.gif);
	        background-position:center bottom;
            background-repeat:no-repeat;
            height:12px;
        }
/* Round: end*/

.cscRightPane
{
    float:right;
    width:405px;
    margin-bottom:10px;
}
/* END : PASSPORT */

.cscLeftPane .clubResult
{
    line-height:14px;
    padding:5px 10px;
	margin:0 0 2px 0;
	color:Black;
	background-image:url(/media/siteimages/CSCClubItem.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.cscLeftPane .clubPickerHeader
{ 
    height:62px;
    margin-bottom:10px;
    line-height:62px;
    color:#0e204a;
    text-align:center;
    font-weight:bold;
    background-image:url(/media/siteimages/clubPickerHeader.gif);
    background-position:center center;
	margin:0 0 2px 0;
    font-size:12px;
    background-repeat:no-repeat;
}
.moreInfo
{
    float:right;
    margin:0px 10px;
    border:0px;
    clear:none;
    
}
.moreInfo img
{
    border:0px;
}

/* START: BASKET CSS */

.basketItem, .promoBasketItem
{
    background-color:#aecbe4;
    padding:5px;
    margin-bottom:6px;
}
.promoBasketItem .promoLabel
{
	line-height:15px;
	font-weight:bold;
	text-align:center;
}
.promoBasketItem .promoLabel b
{
	font-size:15px;
}
.promoBasketItem
{
	margin:-6px 0 0 0;
	padding:5px 5px 5px 5px;	
}
.promoBasketItemApplied .basketItem
{
	background-color:White;
	border:1px solid #7ab74f;
	color:#7ab74f;
}
.promoBasketItemNotApplied .basketItem
{
	background-color:White;
	border:1px solid #333;
}
.promoBasketItem form
{
	padding:10px 0;
	margin:3px 0 0 0;
	text-align:center;
}
.basketItem table
{
    width:100%;
}
#totalCreditAmount
{
    background-color:#999999;
    padding:5px;
    color:White;
    font-size:14px;
    font-weight:bold;
    margin-bottom:2px;
}
div.basketButtonWrapper { 
	 text-align:left; 
 }
 div.basketButtonWrapper a {
		float:right;
 } 
#totalAmount
{
    background-color:#132962;
    padding:5px;
    color:White;
    font-size:14px;
    font-weight:bold;
}
.basketItem .col1
{
    width:375px;
}
.basketItem .alignRight
{
    text-align:right;
}
.basketItem table a
{
    text-decoration:underline;
    color:Black;
}
#basketOutstanding .MembersButton
{
    float:right;
}
#basketOutstanding
{
    padding:20px;
}
        
#basketStageIndicator
{
    background-image:url(/media/siteimages/stageIndicator.jpg);
    height:30px;
    width:100%;
    background-position:50% -38px;
    background-repeat:no-repeat;
    margin:20px 0 20px 0;
    /* 38px */
}
        
/* END: BASKET */

/* START: Event calander */
#calWrapper
{
    width: 378px;
    border: 2px solid #999999;
    font-weight: normal;
    margin-bottom:10px;
}
#cal
{
    border-bottom:2px solid #999999;
}
#cal .item, #cal .day
{
    height: 38px;
    width: 43px;
    padding: 2px 5px 0 5px;
    display: block;
    float: left;
    border-top: 1px dotted #999999;
    border-right: 1px solid #999999;
    text-align: left;
    overflow: hidden;
    font-size: 10px;
    line-height: 12px;
    background-color: #dfdfdf;
    margin: 0px;
}
#cal .day
{
    height: 19px;
    line-height: 19px;
    text-align: center;
    background-image: url(/media/siteimages/CalDayTile.jpg);
    font-size: 12px;
}
#cal .today
{
    background-color: #b5de52;
    color: white;
}
#cal .past
{
    background-color: #cdcdcd;
    color: white;
}
#cal .booking
{
    background-color: #b5de52;
}
#cal .event
{
    background-color: #882fe9;
}
#cal .alert
{
    background-color: Red;
    color:white;
}
#cal a
{
    text-decoration: none;
    color: inherit;
}
#cal .CalFooter
{
    padding:5px 0px;
    text-align:center;
    font-size:9px;
    font-weight:bold;
    margin:0px;
    background-color:#999999;
    color:White;
}
#calResults tr
{
    display:none;
    font-size:10px;
}
#calResults tr td
{
    padding:2px;
}
#calResults .Highlight
{
    color:#319cce;
    font-weight:bold;
}
#calResults .HighlightAlert
{
    color:red;
    font-weight:bold;
}
/* END: Event calander */

/* START : INVOICING */
.InvoiceItem
{
    border-bottom:1px dotted #333333;
    margin-bottom:10px;
}
.InvoiceItem table
{
    width:100%;
}
.InvoiceItems
{
    display:none;
    background-color:#999999;
    padding:5px;
    color:White;
}
.InvoiceAmount
{
    font-size:16px;
    font-weight:bold;
}

/* END : INVOICING */

/* Start - Questions */
.questions
{
    display:none;
}
.questionLink
{
    /* Links - could use backgroudn image if wanted */
}
.questionLink.selected
{
    /* selected style */
}
/* End - Questions */

/* START - AFFILIATES */
#AffiliateList div
{
    width:31%;
    margin-right:10px;
    height:20px;
    border:1px solid black;
    background-color:#f3f3f3;
    line-height:20px;
    display:inline-block;
    margin-bottom:10px;
}
#AffiliateList a
{
    float:right;
    height:20px;
    line-height:20px;
    background-color:Black;
    color:white;
    width:20px;
    text-align:center;
    
}
#AffiliateList span
{
    padding-left:10px;
}

/* END - AFFILAITES*/

/* START - My Events */


#eventsWrapper
{
    width: 441px;
    border: 4px solid #999999;
    font-weight: normal;
    margin-bottom:10px;
    background-color:#dbdcdd;
}
#events
{
    border-bottom:4px solid #999999;
}
#events .events
{
    min-height:160px;
}
#events .event
{
    padding:10px;
    background-color:White;
    border-bottom:1px dashed #333333;
    min-height:80px;
    line-height:16px;
    font-size:0.8em;
    cursor:pointer;
    cursor:hand;
}
#events .event p
{
    margin:0px 0px 5px 0px;
    padding:0px;
}
#events .event img
{
    float:left;
    margin:0 10px 10px 0;
}
#events .activeEvent
{
    background-image:url(/media/siteimages/EventselectedTile.jpg);
}
#events .booking table
{
    width:100%;
}
#events .fullNotice
{
    padding:15px;
    display:none;
}
#events .title
{
    height: 19px;
    text-align: left;
    background-image: url(/media/siteimages/CalDayTile.jpg);
    background-position:top;
    font-size: 12px;
    padding:2px 5px;
    margin:0px;
    line-height:14px;
}
/* END - My Events*/


/* START - My Messages */

#messageWrapper .inputWidthLarge
{
	width:265px;
}
#messageWrapper
{
	/*
    width: 441px;
    border: 4px solid #999999;
    background-color:#dbdcdd;
	*/
    font-weight: normal;
    margin-bottom:10px;
    
}
#messages
{
    border-bottom:4px solid #999999;
}
#messages .messages
{
    min-height:160px;
}
#messages .message
{
    padding:10px;
    background-color:White;
    border-bottom:1px dashed #333333;
    line-height:16px;
    font-size:0.8em;
    cursor:pointer;
    cursor:hand;
}
#messages .message td
{
    height:32px;
    padding:5px 10px;
}
#messages .subject
{
    line-height:32px;
    font-size:16px;
    font-weight:bold;
    
}
#messages .borderright
{
    border-right:1px solid #999999;
}
#messages .from
{
    line-height:15px;
    font-size:11px;
    padding-left:5px !important;
}
#messages .from img
{
    float:left;
    margin-right:5px; 
}
#messages .activeMessage
{
    background-color:#ff6815;
    color:White;
}
#messages table
{
    width:100%;
}
#messages .fullMessage
{
    padding:15px;
    /*display:none;*/
}
#messages .title
{
    
    background-image: url(/media/siteimages/CalDayTile.jpg);
    background-position:top;
}
#messages .buttons
{
    text-align:center;
    padding:5px 0px;
}
#messages .messageRead .subject
{
    font-weight:normal;
}
#messages .buttons img
{
    cursor:pointer;
    cursor:hand;
}
#messages .title td
{
    height: 19px;
    text-align: left;
    font-size: 12px;
    padding:2px 5px;
    line-height:14px;
    font-weight:bold;
}
#messages #replyWrapper, #messages #createWrapper
{
    padding:10px;
    margin:10px;
    border:2px solid #999999;
    background-image:url(/media/siteimages/EventselectedTile.jpg);
    display:none;
}
#messages .messageBody
{
    width:531px;
}
/* END - My Messages */

/* START: Renewals */
#CSCAdmin #renewCountdown
{
	
	text-align:center;
	line-height:20px;
	margin-bottom:30px;
	
}
#daysRemaining
{
	color:#ff6815;
	font-weight:bold;
}
#renewCountdown a.MembersButton
{
	display:block;
	width:100%;
	background-position: 0 -28px;
}
#daysRemaining
{
	font-size:35px;
}
/* END: Renewals*/


/* START: Tooltip Styles */

.tooltip 
{
    position: relative;
    display: inline-block;
    margin: 1px 0 0 5px;
    cursor: pointer;
}

.tooltip .tooltip-content 
{
    position:absolute;
    top: 6px;
    left: 6px;
    padding: 10px;
    background-color: white;
    border:1px solid #444;
    border-width:0 1px 1px 0;
    color: black;
    text-align: left;
    z-index: 96;
    min-height: 74px;
    min-width: 150px;
    display:none;
}

 


/* END: Tooltip Styles */


/* My Achievements/Courses */



.legend-panel {
    background-color: lightgrey;
    border: 1px solid darkgrey;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 0.833em;
    padding: 20px;
}

.legend-panel > h3 {
    margin-top: 0;
}

.legend-panel .legend-panel-button {
    background-color: #1691B2;
    border: 1px solid darkgrey;
    color: white;
    cursor: pointer;
    padding: 0.25em 1em;
}

.input-error {
	color:white;
	background-color:#BC1C48;
	padding:8px 14px;
	margin-top:5px;
	display:block;
}

span.ajaxLoader {
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.ajaxLoader {
    background-image: url("/media/siteimages/ajax-loader.gif");
}
