
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* 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
{
    background-color:#dee4f7;
    padding:5px;
    margin-bottom:6px;
}
.basketItem table
{
    width:100%;
}
#totalAmount
{
    background-color:#132962;
    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.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: 329px;
    border: 2px solid #999999;
    font-weight: normal;
    margin-bottom:10px;
}
#cal
{
    border-bottom:2px solid #999999;
}
#cal .item, #cal .day
{
    height: 38px;
    width: 36px;
    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 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;
}
/* 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 */