
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* START: CSC */
.TextError 
{
    color:Black !important;
}

.TaskPanel
{
    min-height:288px;
    padding:20px;
}

/* END: CSC */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* START : PASSPORT */
#PassportImage
{

}
#PassportImage img
{
    margin-top:20px;
}
.cscLeftPane
{
    float: left;
    margin-bottom: 10px;
    margin-left: 7px;
    overflow: hidden;
    width: 186px;
}
.cscLeftPane .passportDetail
{
    line-height:14px;
    padding:5px 10px;
	margin:0 0 10px 0;
	color:Black;
    height:45px;
}
.cscLeftPane .passportDetail h4
{
    font-size:14px;
}
/* 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;
margin-bottom: 10px;
margin-right: 15px;
margin-left: 15px;
width: 530px;
}
/* END : PASSPORT */

.cscLeftPane .clubResult
{
    color: #323232;
    font-size: 13px;
    line-height: 14px;
    margin:4px;
}
.cscLeftPane .clubPickerHeader
{ 
    text-transform: capitalize;
    color: #323232;
    font-size: 15px;
    font-weight: bold;
    height: 31px;
    line-height: 26px;
    margin: 0 0 2px;

}
.moreInfo
{
    float:right;
    margin:0px 10px;
    border:0px;
    clear:none;
    
}
.moreInfo img
{
    border:0px;
}

.clubResult .moreInfo img
{
    visibility:hidden;
}

/* START: BASKET CSS */

.basketItem
{
    background-color:#FDFDFD;
    padding:5px;
    margin-bottom:6px;
}
.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: #5D5D5E;
    padding:5px;
    color:White;
    font-size:14px;
    font-weight:bold;
}
.basketItem .col1
{
    width:375px;
}
.basketItem .alignRight
{
    text-decoration:right;
}
.basketItem table a
{
    text-decoration:underline;
    color:Black;
}
#basketOutstanding .MembersButton
{
    float:right;
}
#basketOutstanding
{
    padding:20px;
}
        
#basketStageIndicator
{
    background-image:url(/media/siteimages/stageIndicator.png);
    height:30px;
    width:100%;
    background-position:50% -38px;
    background-repeat:no-repeat;
    margin:20px 0 20px 0;
    /* 38px */
}
        
/* END: BASKET */

/* START: Event calander */
#calWrapper
{
   border: 2px solid #d7d7d7;
font-weight: normal;
margin-bottom: 10px;
width: 399px;
}
#cal
{
    border-bottom:2px solid #d7d7d7;
}
#cal .item, #cal .day
{
    height: 46px;
    width: 46px;
    padding: 2px 5px 0 5px;
    display: block;
    float: left;
    border-top: 1px dotted #d7d7d7;
    border-right: 1px solid #d7d7d7;
    text-align: left;
    overflow: hidden;
    font-size: 10px;
    line-height: 12px;
    background-color: #e9e9e9;
    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: #384a7c;
    color: white;
}
#cal .past
{
    background-color: #cdcdcd;
    color: white;
}
#cal .booking
{
    background-color: #ec8405;
    color:white;
}
#cal .event
{
    background-color: #ec8405;
}
#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:#d7d7d7;
    color:#384a7c;
}
#calResults tr
{
    display:none;
    font-size:10px;
}

#calResults tr td
{
    padding:2px;
}
#calResults .Highlight
{
    color:#ec8405;
    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
{
    width: 441px;
    border: 4px solid #999999;
    font-weight: normal;
    margin-bottom:10px;
    background-color:#dbdcdd;
}
#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:#e1d3d3;
}
#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:387px;
}
/* END - My Messages */

/* START -  Booking Suggestions */
.bookingSuggestionWrapper
{
    margin-bottom: 25px;
    padding: 0;
}
.bookingSuggestionWrapper table
{
    width:100%;
}
.bookingSuggestionWrapper table tr
{
    vertical-align:top;
    vertical-align:text-top;
}
.bookingSuggestionWrapper table td
{
        padding: 5px;
}
.bookingSuggestionWrapper .col1
{
    line-height: 18px;
}
.bookingSuggestionWrapper .col2
{
    width:20%;
}
/* END -    Booking Suggestions*/


.ajaxLoader {
    background-image: url(/media/siteimages/ajax-loader.gif);
}
span.ajaxLoader {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
}

/* START : RENEWALS */
#renewCountdown ul
{
	margin:0px;
	padding:0px;
}
#renewCountdown
{
	text-align:center;
	font-weight:bold;
	border:1px solid #CDCDCD;
	margin-bottom:10px;
}
#renewCountdown ul li a
{
	background-color:#fba81c;
	color:White !important;
	margin:0px;
}
#renewCountdown ul li
{
	margin-bottom:0px;
}
#daysRemainingExpired
{
	color:#39497B;
	font-size:20px;
	padding:5px 0;
}
#daysRemaining
{
	color:#39497B;
	font-size:35px;
	font-weight:bold;
	padding:5px 0;
}
#daysRemainingText
{
	font-size:20px;
	color:#999;
}
/* END : RENEWALS */