
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* START: CSC */
.TaskPanel
{
    min-height:288px;
    padding:20px;
}

/* END: CSC */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* START : PASSPORT */
#PassportImage
{
    width:155px;
    height:130px;
    overflow:hidden;
    color:White;
    background-color:White;
    background-position:center center;
    background-repeat:no-repeat;
    margin-bottom:10px;
    background-image: url(/media/siteimages/profileBlank.jpg);
}
.cscLeftPane
{
    float:left;
    width:155px;
    overflow:hidden;
    margin-bottom:10px;
}
.cscLeftPane .passportDetail
{
    width:155px;
    line-height:14px;
    background-color:White;
    padding:5px;
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin:0 0 10px 0;
	color:Black;
}
.cscLeftPane .passportDetail h4
{
    font-size:12px;
}
.cscRightPane
{
    float:right;
    width:330px;
    background-color:White;
    padding:15px;
    margin-bottom:10px;
}
/* END : PASSPORT */

.cscLeftPane .clubResult
{
    width:155px;
    line-height:14px;
    background-color:White;
    padding:5px;
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin:0 0 2px 0;
	color:Black;
}
.cscLeftPane .clubPickerHeader
{ 
    width:155px;
    height:48px;
    margin-bottom:2px;
    line-height:18px;
    color:White;
    text-align:center;
    font-weight:bold;
    background-image:url(/media/siteimages/clubPickerHeader.gif);
    background-position:center center;
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin:0 0 2px 0;
	background-color:White;
    font-size:12px;
}
.moreInfo
{
    float:right;
    margin:0px 10px;
    border:0px;
    clear:none;
    
}
.moreInfo img
{
    border:0px;
}

/* START: BASKET CSS */

.basketItem
{
    background-color:#CDE4F2;
    padding:5px;
    margin-bottom:6px;
}
.basketItem table
{
    width:100%;
}
#totalAmount
{
    background-color:#3B93D3;
    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
{
    background-color:#CDE4F2;
    border:1px solid #3B93D3;
    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 */