﻿@charset "UTF-8";
/************************Reset default css styles****************************/
body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr {  
        margin:0; 
        padding:0; 	   
        
    }
    #listWithPadding ul
    {
        margin-left:25px;
        padding-left:25px;
        margin-bottom:10px;
    }
    #listWithPadding ul li
    {
        list-style-type:circle;
    }
    #wholeList
    {
        padding-left:15px;
        padding-right:10px;
    }
    #wholeList ul
    {
        margin-left:25px;
    }
    #wholeList ul li
    {
        list-style-type:circle;
    }
    #wholeList ol li
    {	
        padding-left:10px;
        margin-left:10;
        list-style-type:decimal;
    }
    #listPartLetters ol
    {
        margin-left:25px;
        padding-left:0px;
    }
    #listPartLetters ol li
    {
        list-style-type: lower-alpha;
    }
    #listPartCircle ul
    {
        margin-left:25px;
        padding-left:25px;
    }
    #listPartCircle ul li
    {
        list-style-type:circle;
    }
     body
    {
        scrollbar-face-color: #ffffff;
        scrollbar-shadow-color:  #cccccc;
        scrollbar-base-color : #ffffff;
        scrollbar-highlight-color:  #cccccc;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-darkshadow-color: #ffffff;
        scrollbar-track-color: #f8f8f8;
        scrollbar-arrow-color:  #cccccc;
    }

    table { 
        border-collapse:collapse;
        border-spacing:0; 
        
    } 
    fieldset,img {  
        border:0; 
    } 
    address,caption,cite,code,dfn,em,th,var { 
        font-style:normal; 
        font-weight:normal; 
    } 
    ol,ul { 
        list-style:none; 
    } 
    ul li 
    {
        list-style-type:square;
    }
    caption,th { 
        text-align:left; 
    } 
    h1,h2,h3,h4,h5,h6 { 
        font-size:100%; 
        font-weight:normal; 
    } 
    q:before,q:after { 
        content:''; 
    } 
    abbr,acronym { border:0; 
    } 
/************************End - Reset default css styles****************************/
/* Endava CSS, Liquid Light 2008 */

/*
 * General style
 */
 
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size:0.75em;
    color:#333333;	
    background-color:White;
    padding:5px 5px 5px 5px;
    font-size:75%;
}

p {
    margin-bottom:15px;
}

a {
    text-decoration:none;
    color:#333;
    font-weight:bold;
}

a:hover {
    color:#666666;
}

h1 {
    text-transform:uppercase;
    color:#4c6849;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size:1.6em;
}

h2 {
    text-transform:uppercase;
    color:#4c6849;
    font-size:14px;
    margin-bottom:6px;
    font-weight:bold;
}
h4 {
    color:#4c6849;
    margin-bottom:4px;
    font-weight:bold;
}
input
{
    font-size:12px!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    padding:1px;
    height:21px;
    padding:1px;
    vertical-align:middle;
    }

select
{	
    font-size:12px!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    padding:0px;
    height:21px;
    padding:0px;
    margin:2px;
    
}
select option
{
    padding-left:5px!important;
    padding-right:5px!important;
}

small {
    font-size:0.7em;
}

div.bottom {
    clear:both;
}
form
{
    text-align:center;
    /*height:100%;*/
    vertical-align:top;
}
hr
{
    border: solid 1px #ccc;
    height:1px!important;
    margin:0;
}

.MainTable
{
    /*height:100%;*/
}

/**
 * Header
 */
 
#header {
    width: 960px;
    height: 126px;
    background: url(../Images/header.gif) no-repeat;
}

#headerWrapper {
    display: none;
}

/**
 * Footer
 */
 
#footer {
    border-top:8px solid #ebebeb;
    font-size:10px;
}
#footerWrapper {
    padding:12px 24px;
}
#footer ul {
    float:right;
}
#footer ul li {
    float: left;
    list-style-type:none;
    padding:0 15px;
    border-left: 1px solid #888;
}
#footer ul li.last {
    padding-right:0;
}


/**
 * Page Layout
 */
 
#page {
    width: 957px;
    margin: 0 auto;
    /*height:100%;*/
    vertical-align:top!important;
}
.content1 {
    background: url(../Images/bg_main.gif) repeat-x ;
}
#content {
    background: url(../Images/bg_main.gif) repeat-x ;
    width:960px;
}
.contentWrapper 
{
    padding-left:24;
    padding-right:24px;
}

#contentWrapper {
    /*padding:24px;*/
    padding:0px 24px 15px 24px ;
    z-index:1;											
}
div.defaultLayout div.columnOne {
    width: 730px;
    float:left;
}
div.defaultLayout div.columnTwo {
    width: 182px;
    float:right;
    text-align:right;
}

div.defaultLayout div.columnOne div.twoColumnLayout.fiftyFifty {
    clear: both;
}

div.defaultLayout div.columnOne div.twoColumnLayout.fiftyFifty div.columnOne {
    width: 352px;
    float:left;
}
div.defaultLayout div.columnOne div.twoColumnLayout.fiftyFifty div.columnTwo {
    width: 352px;
    float:right;
    text-align:left;
}
div.defaultLayout div.columnOne div.twoColumnLayout.fiftyFifty div.columnOne div.twoColumnLayout.fiftyFifty div.columnWrapper {
    padding: 7px 0;
}
div.defaultLayout div.columnOne div.twoColumnLayout.fiftyFifty div.columnOne div.twoColumnLayout.fiftyFifty div.columnOne {
    width: 45%;
    float:left;
}
div.defaultLayout div.columnOne div.twoColumnLayout.fifty-fifty div.columnOne div.twoColumnLayout.fifty-fifty div.columnTwo {
    width: 45%;
    float:right;
    text-align:left;
}


/**
 * Forms
 */
 
label {
    cursor: pointer;
    cursor: hand;
    /*line-height: 1;*/
    vertical-align: baseline;
    padding:0;
}



fieldset 
{
    background:transparent url(../Images/grad_bg_90.jpg) repeat-x scroll 0 0;
    border: 1px solid #ccc;
    border-top: 3px solid #4c6849;
    padding: 15px;
}

.fieldsetBorderStyle
{
    border: 1px solid #ccc;
    border-top: 3px solid #4c6849;	
    
}
.fieldsetNoBorder 
{
    background:transparent url(../Images/grad_bg_90.jpg) repeat-x scroll 0 0;
    border: 0px solid #ccc;
    border-top: 3px solid #4c6849;
    padding: 15px;
}
.fieldsetNoBackground 
{
    background:WHITE none repeat-x scroll 0 0;
    border: 1px solid #ccc;
    border-top: 3px solid #4c6849;
    padding: 15px;
}
legend {
    display: none;
}

input.textbox {
    background:white;
    border:1px solid #ccc;
    width:243px;
    height:20px;
}
div.not-form-element {
    width:auto;
    float:left;
    margin-right:8px;
}
div.row {
    background:url(../Images/div_dotted.gif) repeat-x left bottom;
    padding: 7px 0;
}
div.rowWithPadding {
    padding: 10px 0;
}
div.row div.label {
    width:45%;
    float:left;
}
div.row div.field {
    width:45%;
    float:right;
    }
div.row div.field span.radiofix {
    vertical-align:-16%;
}

form div.twoColumnLayout {
    margin-bottom: 2em;
}
div.columnTwo div.row div.label {
    width:75%;
    float:left;
}
div.columnTwo div.row div.field {
    width:25%;
    float:right;
}
div.columnTwo div.row div.label span.option-type {
    float:left;
    width:25%;
}
div.columnTwo div.row div.label span.option-colour {
    float:left;
}
div.columnTwo div.row div.field span {
    /*display:inline-block;*/
    float:left;
    width:47%;
    text-align:center;
}

 /* special requirements */
div.specialRequirements,
div.cbRequirements6 {
    background:#ddd;
}

div.specialRequirements div.label {
    width: 90%;
}

div.specialRequirements div.label,
div.cbRequirements6 div.label {
    font-size: 100%;
}

div.specialRequirements div.label label,
div.cbRequirements6 div.label label {
    display: block;	
    padding-left: 0.7em;
}

div.specialRequirements div.field,
div.cbRequirements6 div.field {
    float: right;
    width: 2em;
}

/* hire cost */
form div.hire-cost {
    color:#FFFFFF;
    padding:7px 15px;
    background:#4c6849;
}

form div.note {
    margin: 8px 0;
}

/* formNavigation */

#formNavigation {
    float: right;
}

#formNavigation div.navbtn {
    width:auto;
    float:left;
    margin-left: 8px;
}

#formNavigation a.button.back {
    display: block;
    width: 62px;
    height: 21px;
    background: url(../Images/btn_back.gif) no-repeat;
}

#formNavigation a.button.next {

}

#formNavigation a.button.back span,
#formNavigation button.next span {
    display: block;
}

#formNavigation button.next {
    border: 0;
    display: block;
    width: 62px;
    height: 21px;
    background: url(../Images/btn_next.gif) no-repeat;
}
/*
button
{
    BACKGROUND-COLOR:white;	
    BORDER-RIGHT: #d1d1d1 1px solid; 
    BORDER-TOP: #d1d1d1 1px solid; 
    BORDER-LEFT: #d1d1d1 1px solid; 
    BORDER-BOTTOM: #d1d1d1 1px solid; 
    width:63px;	 
    height:19px;
}*/

.button, .erDefButton
{
    display: inline;
    width: auto;
    padding:0px 7px;
    font-weight: normal;
    background: #f7f7f7 url(../Images/btn_bg.gif) repeat-x left center;
    
    /*BACKGROUND-COLOR:white;	*/
    background-position: center center;	
    BORDER-RIGHT: #d1d1d1 1px solid; 
    BORDER-TOP: #d1d1d1 1px solid; 
    BORDER-LEFT: #d1d1d1 1px solid; 
    BORDER-BOTTOM: #d1d1d1 1px solid; 
    /*width:63px;	 */
    text-align:center;
    /*font-size: 0.75em;*/
    font-size: 12px;
    height:19px;
    margin:0px;
    cursor: pointer;
}

.btnBack
{
    display:inline;
    width: auto;
    padding-left:20px;
    padding-right:7px;
    font-weight: normal;
    background-color:#f7f7f7;
    background-position: center center;
    background-image:url(../Images/btn_back.gif);
    BORDER-RIGHT: #d1d1d1 1px solid; 
    BORDER-TOP: #d1d1d1 1px solid; 
    BORDER-LEFT: #d1d1d1 1px solid; 
    BORDER-BOTTOM: #d1d1d1 1px solid; 
    /*width:63px;	 */
    text-align:center;
    /*font-size: 0.75em;*/
    font-size: 12px;
    height:19px;
    margin:0px;
}



.btnNext, .btnContinue
{
    display:inline;
    width: auto;
    padding-left:7px;
    padding-right:20px;
    font-weight: normal;
    background-color:#f7f7f7;
    background-position: right;
    background-image:url(../Images/btn_Next.gif);
    BORDER-RIGHT: #d1d1d1 1px solid; 
    BORDER-TOP: #d1d1d1 1px solid; 
    BORDER-LEFT: #d1d1d1 1px solid; 
    BORDER-BOTTOM: #d1d1d1 1px solid; 
    /*width:63px;	 
    width:63px;*/
    text-align:center;
    /*font-size: 0.75em;*/
    font-size: 12px;
    height:19px;
    margin:0px;
	background-repeat:no-repeat;
}

.btnNextD
{
    display: inline;
    width: auto;
    padding-left:7px;
    padding-right:20px;
    font-weight: normal;
    background-color:#f7f7f7;
    color:#808080;
    background-position: center center;
    background-image:url(../Images/btn_Next_d.gif);
    BORDER-RIGHT: #d1d1d1 1px solid; 
    BORDER-TOP: #d1d1d1 1px solid; 
    BORDER-LEFT: #d1d1d1 1px solid; 
    BORDER-BOTTOM: #d1d1d1 1px solid; 
    /*width:63px;	 
    width:63px;*/
    text-align:center;
    /*font-size: 0.75em;*/
    font-size: 12px;
    height:19px;
    margin:0px;	
}

.btnContinue
{
    background-position: right center;
    background-image:url(../Images/btn_NextB.gif);
}

.inline-block
{
    display:inline-block;
}

.block
{
    display:block;
}

.trbtn
{
    height: 15px;
    margin-bottom: 10px !important;
    margin-top: -1px;
    clear:both;
    display:block;
    float:right;
}


.textboxRegister{
    width:85%;
}
.textboxPhD{
    width:100%;
}
.textbox{
    border:solid 1px #ccc;
}

.textbox.resize-vertical {
    resize: none;
}

.BoldNormalText, .BoldNormalTextCenter
{
    font-weight: bold;	
}
.BoldNormalTextCenter{
    padding-left:3px;
    vertical-align:middle;
    padding-right:3px;
    text-align:center;
}
 
.FITtd{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    
}
.fontSize08
{
    font-size: 0.75em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
}
.fontSize09
{
    font-size: 0.9em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
}
.SmallSize
{
    font-size: 0.7em!important;
}
.CambridgeCollege
{
    font-size: 0.7em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    color:#BEA273;
}
.fontFamily
{
    font-family:"Trebuchet MS",Verdana,sans-serif;
}
.PageTitle{
    color:#4c6849;
    font-weight: normal;
    font-size: 15pt;
    text-transform: uppercase;
    padding-bottom: 15px;
    vertical-align:top!important;
}

.formFormat
{
    text-align:center;
    width:800px;
}
.headerLink
{
    height: 50px;
    font-size: 0.8em;
    text-transform:lowercase;
    text-transform:capitalize;
}
.headerLinkSelectStatus
{
    font-size: 0.8em;
    color: Black;/*#a3864a;*/
    text-transform:lowercase;
    text-transform:capitalize;
}
.errorDiv  
{
    background-color: White;
    display:block;
    width: 95%;
    padding-top: 5px;
    padding-bottom:5px;	
    margin-bottom:3px;
    text-align:center;
    
    color: Red;
    font-size: 13px!important;
    font-weight:bold;
    font-family:Arial!important;
    
}
.errorText 
{
    color: Red;
    font-size: 13px!important;
    font-weight:bold;
    font-family:Arial!important;
}
.Footer
{
    height:100%;
    vertical-align:bottom;	
}

.menunonsel{
    font-weight: bold;
    color: #CCCCCC;
}
.menusel{
    font-weight: bold;
    color: #000000;
}
.titleDiv{
    position:absolute;
    table-layout:auto;
    text-align:left;
    white-space:normal;
    top:160px;
    left:150px;
    float:none;
    width:320px;
    font-family:Arial;
    font-size:10px;
    text-transform:none;
    font-weight:normal;
    background-color:#FFFFE1;
    border:1px solid black;
}
#divTextAndCondition{
    width:680px;
    height:215px;
    OVERFLOW: -moz-scrollbars-vertical;
    OVERFLOW-Y: auto;
    border: 1px solid #ccc;
    padding:3px 3px 3px 3px;
}
.tablefont
{
    font-size: 1.3em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
}
.dotted {
    background:url(../Images/div_dotted.gif) repeat-x left bottom;
    padding: 0px;
}
.TopBottomPadding {
    padding-top:7px;
    padding-bottom:7px;
}
.GridStyle
{
    border-color:WHITE;
    border-width:1px;
    border-style:solid;
}
.GridStyle td
{
    padding:0 5px 0 5px;
}
.GridStyle th
{
    padding:0 5px 0 5px;
}
.GridHeaderStyle
{
    background-color:#8E8E8E;
    color:White;
    font-size: 0.75em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-weight:bold;
    height:25px;
}

.GridItemStyle
{
    background-color:#E6E6E6;
    color:#333333;
    font-size: 0.7em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    height:25px;
    border-color:White;
}
.GridAlternatingItemStyle
{
    background-color:F9F9F9;
    color:#333333;
    font-size: 0.7em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    height:25px;
    border-color:White;
}
.GridFooter
{
    background-color:#8E8E8E;
    color:White;
    font-size: 0.7em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-weight:bold;
    height:25px;
}
.GridPagerStyle
{
    background-color:#8E8E8E;
    color:#333333;
    font-size: 0.7em!important;
    font-family:"Trebuchet MS",Verdana,sans-serif;
    font-weight:bold;
    height:25px;
}
.tableAward{
    background: url(../Images/bg_main.gif) repeat-x ;
    border:1px solid #4c6849;
}
/* start web shop depataments */
.img-shadowDEP 
{
    clear: both;
    background: url(../images/bg_WS_DEP_image.jpg) no-repeat;
    cursor :hand;
}

.img-shadowDEP img
{
    position: relative;
    top: 12px;
    left : 12px;
}

.img-shadowDEP img
{
    margin:0px !important;
    
        
}
/* end webshop departaments */


/* start web shop SUB depataments */
.img-shadowDEP-sub 
{
    clear: both;
    background: url(../images/bg_WS_DEP_SUB_image.jpg) no-repeat;
}

.img-shadowDEP-sub input
{
    position: relative;
    top: 11px;
    *top: 12px;
    left : 11px;
    *left: 12px;	
}

.img-shadowDEP-sub img
{
    position: relative;
    top: 12px;
    left : 12px;	
}

.img-shadowDEP-sub input
{
    margin:0px !important;
        
}

.img-shadowDEP-sub img
{
    margin:0px !important;
    cursor:pointer;
        
}
/* end webshop SUB departaments */




.divsubDeparText
{
    font-size:0.8em!important;
    text-align:center;
    margin-left:9px;
    background-image:url(../images/bg_small.gif)!important;
    background-repeat:repeat-x!important;
    cursor :hand;										
}
.divsubProductGroupText
{
    font-size:0.8em!important;
    text-align:center;
    margin-left:9px;
    margin-top: -9px;
    background-image:url(../images/bg_small_PG.gif)!important;
    background-repeat:repeat-x!important;
    height:40px;
    width:76px;
    cursor :hand;		
    display:none;
                                
}

/* start web shop depataments */
.img-shadowBig 
{
    clear: both;
    background: url(../images/bg_Pr_Big.jpg) no-repeat;
    /*cursor :hand;*/
}

.img-shadowBig img
{
    position: relative;
    top: 12px;
    left : 12px;
}

.img-shadowBig img
{
    margin:0px !important;
    
        
}

.img-shadowBig input
{
    position: relative;
    top: 11px;
    left : 11px;
    *top: 12px;
    *left : 12px;
}

.img-shadowBig input
{
    margin:0px !important;
    
        
}
.img-shadowBig200 
{
    clear: both;
    background: url(../images/bg_Pr_Big200.jpg) no-repeat;
    cursor :hand;
}

.img-shadowBig200 img
{
    position: relative;
    top: 22px;
    left : 22px;
}

.img-shadowBig200 img
{
    margin:0px !important;
    
        
}

.img-shadowBig200 input
{
    position: relative;
    top: 20px;
    left : 20px;
    *top: 21px;
    *left : 21px;
}

.img-shadowBig200 input
{
    margin:0px !important;
    
        
}
/* end webshop departaments */
.tdHR
{
    border-top: 1px solid #ccc;
     
}
.blackcouplealign img
{
    position:relative;
    margin-right:-24px;
    vertical-align:bottom;
    padding:0;
}

.fleft
{
    float:left;	
}

.fright
{
    float:right;	
}

.width50
{
    width: 50%;	
}

.hubButtonText
{
    position:relative; 
    left:25px; 
    top:60px;
    text-align:left;	
}

.normal-table td
{
    padding:5px 5px 0px 0px;
}
.hub-btn
{
    width: 300px; 
    height: 185px; 
    font-size: 16px; 
    color: white;
    border:0;
    margin:1px 8px 1px 0px;
    cursor:pointer;
}
.button_ticketing { background-image: url(../images/button_ticketing.gif); }
.button_ticketing_d
{
     background-image: url(../images/button_ticketing_d.gif);
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    width: 960px; 
    height: 185px;
}

.button_UnifiedFlow_start
{ 
    background-image: url(../images/start_order_hub.jpg); 
    background-repeat: no-repeat;
    width: 960px; 
    height: 185px;
}

.button_UnifiedFlow_continue
{ 
    background-image: url(../images/continue_order_hub.jpg); 
    background-repeat: no-repeat;
    width: 960px; 
    height: 185px;
}

.button_UnifiedFlow_completed
{
    background-image: url(../images/completed_order_hub.jpg); 
    background-repeat: no-repeat;
    width: 960px; 
    height: 185px;
}

.button_UnifiedFlow_d {
    background-image: url(../images/hub_d.png); 
    background-repeat: no-repeat;
    width:  701px; 
    height: 153px;
}


.button_hire 
{ 
    background-image: url(../images/button_hire.gif); 
    background-repeat: no-repeat;
}
.button_hire_d
{
     background-image: url(../images/button_hire_d.gif);
}

.button_memorabilia { background-image: url(../images/button_memorabilia.gif); }
button[disabled="disabled"].button_memorabilia,
button.disabled.button_memorabilia	
{
     background-image: url(../images/button_memorabilia_d.gif);
}
.hub-message
{
    width:350px;
    text-align:left;
    margin-top:20px;
    padding:10px;
    background-color: #015139;
    color:#fff;
    display: block;
}

INPUT.hintTextbox
{
    color: #888;
}

.buttonExit
{
    display: inline;
    width: auto;
    padding:0px 15px;
    font-weight: normal;
    background: #f7f7f7 url(../Images/btn_bg.gif) repeat-x left center;
    background-position: center center;	
    BORDER-RIGHT: #d1d1d1 1px solid; 
    BORDER-TOP: #d1d1d1 1px solid; 
    BORDER-LEFT: #d1d1d1 1px solid; 
    BORDER-BOTTOM: #d1d1d1 1px solid; 
    text-align:center;
    font-size: 12px;
    height:19px;
    margin:0px;
}

.erAmendButton
{
    height: 30px;
    width: 130px;
    font-size: 20;
    color: White;
    background-color: #015139;
    border: none;
    cursor: pointer;
    text-align: center;
}

/* to be defined
.erDefSmallButton
{
    height: 30px;
    width: 130px;
    font-size: 20;
    color: White;
    background-color: #015139;
    border: none;
    cursor: pointer;
}
*/

.erDefButtonDisabled
{
    height: 19px;
    font-size: 12px;
    color: #ccc;
    border: 1px solid #ccc;	
    background-color: #fff;
    cursor: pointer;
    padding: 0px !important;
}
    
.amendDetailsDiv
{
    padding: 5px; 
    border: 1px solid #ccc;
}

.buttonHelp
{
    border: 0;
    cursor: pointer;
    margin-left: 3px;
}
.buttonCancelPhoto
{ 
    width: 150px;
}
.infoDiv  
{
    background-color: #fff;
    display:block;
    width: 95%;
    padding-top: 5px;
    padding-bottom:5px;	
    margin-bottom:3px;
    text-align:center;	
    color: #4C6849;
    font-size: 13px!important;
    font-weight:bold;
    font-family:Arial!important;	
}
div.detRow {
    margin-top: 5px;
}
div.detRow div{
    width: 110px; 
    float: left;
}
#MyAccountMenuItems div {
    padding-top: 5px; 
    text-align:left;
}
.MyAccountDetailsRow 
{
    padding-top: 5px;	
}
.MyAccountDetailsLabel
{
    float: left; 
    width: 200px;
}
.MyAccountAddressDetailsLabel
{
    float: left; 
    width: 90px;
}
#divRegisterDetails {
    padding-left: 10px;
}
div.detRow1 {
    margin-top: 5px;
}
.registerLabel{
    float: left; 
    width: 130px;
}
.btnCompleted {
    background-image: url('../images/completed.png'); 
    height: 31px; 
    width: 31px;
    position: absolute;                                
    left: 262px;  
    top: -47px; 
    z-index: 1000;   
    cursor: pointer;
}


.cookieBanner
{
    display:block; 
    width:100%; 
    padding:2px 0px;
    height:28px;    
    text-align:center; 
    border: 1px solid #ccc;
   
}

.spanCookieBanner 
{
    font-size:13px;     
    padding-top:1px;
    font-family: Calibri;
}

.btnCookieBanner
{
    border: 1px solid #ccc;
    text-align: center;
    height:22px;
    cursor:pointer;	
    background-color:#fff;	
    z-index:1000;	
    padding:0px 3px!important;
     font-size:13px;     
     font-family: Calibri;
    
}

#lnkShowForgottenPassword
{
    text-decoration:underline;  
    font-weight:bold;  
    font-size: 1.10em; 
}

.tooltip
{
	display: none;
	background-color: white;
	border: 1px solid #808080;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 11px;
	text-align: left;
}



.centeredText *
{
	text-align:center !important;
}



.badge
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.aRight
{
    text-align: right !important;
}

.tblAmendCancel {
    font-size: small;
}

/*Questions section*/

.questionsSection {
    margin-bottom: 20px;
}

.questionsSection .RadPicker{
    display: block !important;
}

    .questionsSection .legend {
        text-align: left;
    }

    .questionsSection .required_text {
        font-family: "Roboto";
        color: rgb(196,59,29);
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
        margin-bottom: 15px;
        text-align: left;
    }

    .questionsSection .questionContent {
        display: inline-block;
        font-weight: bold;
        font-family: "Trebuchet MS",Verdana,sans-serif;
    }

    .questionsSection .star {
        font-family: "Roboto";
        color: rgb(196,59,29);
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
    }

    .questionsSection .question {
        margin-bottom: 10px;
    }

        .questionsSection .question .previous {
            display: block;
            float: left;
            margin-top: 2px;
        }

        .questionsSection .question .error {
            display: inline-block;
            visibility: hidden;
            font-family: "Roboto";
            color: rgb(196,59,29);
            font-weight: 400;
            font-size: 14px;
            font-style: normal;
            vertical-align: middle;
        }

        .questionsSection .question .error_msg {
            position: absolute;
            top: 26px;
            left: 5px;
            visibility: hidden;
            font-family: "Roboto";
            color: rgb(196,59,29);
            font-weight: 400;
            font-size: 14px;
            font-style: normal;
            vertical-align: middle;
        }

    .questionsSection .answers {
        display: inline-block;
        min-width: 137px;
        vertical-align: middle;
        width: 100%;
    }

        .questionsSection .answers .RadInput_Default {
            display: inline-block;
        }

        .questionsSection .answers .required {
            border: 1px solid;
            border-color: rgb(196,59,29);
        }

        .questionsSection .answers input[type=radio] {
            cursor: pointer;
        }

        .questionsSection .answers input[type=text] {
            width: 100%;
        }

        .questionsSection .answers select {
            min-width: 135px;
            margin-left: 0px;
        }

        .questionsSection .answers textarea {
            resize: vertical;
            width: 100%;
            white-space: pre-wrap;
            word-break: break-word;
            word-wrap: break-word;
        }

#tQuestions {
    margin-top: 10px;
}

.grdQuestions {
    table-layout: fixed;
}

    .grdQuestions td {
        word-wrap: break-word;
        word-break: break-word;
        white-space: pre-wrap;
        padding: 5px;
    }

        .grdQuestions td pre {
            font-family: "Trebuchet MS",Verdana,sans-serif;
            word-wrap: break-word;
            word-break: break-word;
            white-space: pre-wrap;
        }

.questionsSection table {
    width: 100%;
    table-layout: fixed;
}

    .questionsSection table th {
        padding: 0 5px 0 5px;
    }

    .questionsSection table .questionsHeader {
        width: 40%;
        border: 1px solid #fff;
    }

    .questionsSection table .answersHeader {
        width: 60%;
        border: 1px solid #fff;
    }

    .questionsSection table td {
        position: relative;
        border: 1px solid #fff;
        padding: 5px;
        word-wrap: break-word;
        word-break: break-word;
        text-align: left;
    }

    .questionsSection table .rcInputCell {
        border: none;
        padding: 0;
    }

    .questionsSection table .rcTable td {
        border: none;
        padding: 0;
        width: 22px;
    }

/*End section*/