* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    box-sizing: border-box;
}

body {
    padding-top: 10px;
}

#logo {
    margin: 12px 0px 0px 0px;
    width: 116px;
    height: 80px;
}

.copyright {
    font-size: 11px;
    text-align: center;
    color: rgb( 153, 153, 153 );
}

.language-ddl {
    font-size: 0.9em;
    width: 130px;
    height: 23px;
}
        
#pageWrapper {
    margin: 0 auto;
}

#header,
#mainBody {
	width: 900px;
}

#header {
    height: 80px;
    margin: 0 auto;
}

#mainBody {
    margin: 0 auto;
}

#leftPanel,
#footer {
	width: 650px;
}

#leftPanel {
    float:left;
}

#footer {
    padding: 30px 0 20px 0;
    clear:both;
}

#content {
   padding-top: 15px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* for IE 6/7 only */
.clearfix {
	zoom: 1;
}

.companytitle {
	text-align: center;
	padding-top: 33px;
	font-size: 1.3em;
	color: #aaa;
}

#contact {
    width: 230px;
    float: right;
    margin-top: 15px;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
    overflow: visible;
    border-color: #999999;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    position: relative;
}

.ContactHeadings {
    border-radius: 4px 4px 0 0;
}

.ContactHeadings,
.ContactHeadingsBottom {
    color: white;
    text-align: center;
    line-height: 2em;
    text-decoration: none;
    background-color: rgb(192, 192, 192); 
    background: -moz-linear-gradient(top, rgb(192, 192, 192) 0%, rgb(153, 153, 153) 100%); 
    background: -webkit-linear-gradient(top, rgb(192, 192, 192) 0%, rgb(153, 153, 153) 100%); 
    background: -o-linear-gradient(top, rgb(192, 192, 192) 0%, rgb(153, 153, 153) 100%); 
    background: -ms-linear-gradient(top, rgb(192, 192, 192) 0% ,rgb(153, 153, 153) 100%); 
    background: linear-gradient(top, rgb(192, 192, 192) 0% ,rgb(153, 153, 153) 100%);
}

.ContactHeadingsBottom a {
    color: white;
    text-align: center;
    line-height:2.35em;
}

.ContactHeadingsBottom a:hover {
    color: #ffffff;
    text-align: center;
    line-height:2.35em;    
	text-decoration: underline;    
}

.contactCity {
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:10px;
}

.londonImage,
.londonImage a,
.newYorkImage,
.newYorkImage a,
.singaporeImage,
.singaporeImage a {
    width: 200px;
    height: 133px;
}

.londonImage a,
.newYorkImage a,
.singaporeImage a {
    display: block;
}

.londonImage a:hover,
.newYorkImage a:hover,
.singaporeImage a:hover {
    text-decoration: none;
}

.londonImage {
    background: transparent url('Images/london.jpg') center top no-repeat;
}

.londonImage:hover {
    background: transparent url('Images/london-blue.jpg') center top no-repeat;
}

.newYorkImage {
    background: transparent url('Images/newyork.jpg') center top no-repeat;
}

.newYorkImage:hover {
    background: transparent url('Images/newyork-blue.jpg') center top no-repeat;
}

.singaporeImage {
    background: transparent url('Images/singapore.jpg') center top no-repeat;
}

.singaporeImage:hover {
    background: transparent url('Images/singapore-blue.jpg') center top no-repeat;
}

.ContactTitles {
   color: #cd1217;
   margin-left: 5px;
}

.ContactDetail {
    margin-left:10px;
    line-height:1.1em; 
}

.ContactDetail img {
    vertical-align:middle;
}

.ContactDetail a {
    font-size: 1em;
}

.PhoneNumber,
.Email,
.Email a {
    font-size: 0.9em;
}

.PhoneNumber {
    color:#0a70bc;
}

.Email,
.Email a {
    text-decoration: none;
    color:#cd1217;
}

.Email a:hover {
	text-decoration:underline;
	font-weight:normal;
}

.LeftAlign {
    float:left;
}

.RightAlign {
    float:right;
}

.Center {
    text-align:center;
}

.Button,
.Button:active,
.SubmitButton,
.SubmitButton:active {
    background-color: rgb( 19, 71, 125 );
}

.Button,
.SubmitButton {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border: none;
	display: inline-block;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	padding: 16px;
	text-decoration: none;
}

.Button:hover,
.SubmitButton:hover {
    background-color: rgb( 76, 124, 169 );
    cursor: pointer;
}

p,
a {
    font-size: 14px;
}

p,
.CarrierTable th,
.CarrierTable td,
.ClaimDocTable th,
.ClaimDocTable td,
#guidance ul li,
.Acknowledge {
    color: rgb( 124, 106, 85 );
}

p {
    text-align:justify;
}
		       
a {
	text-decoration:none;
    color: rgb( 180, 46, 52 );
}

a:hover {
    color: rgb( 160, 15, 19 );
   	text-decoration:underline;    
}
.other-textbox,
.NormalTextBox,
.WaterMarkedTextBox,
.DateBox,
.WaterMarkedDateBox,
select {
    height: 24px;
}

.other-textbox,
.NormalTextBox,
.WaterMarkedTextBox,
.DateBox,
.WaterMarkedDateBox {
    border: none;
    margin-bottom: 7px;
    color: rgb( 128, 128, 128 );
    padding: 4px;
}

.NormalTextBox,
.WaterMarkedTextBox {
    width: 100%;
}

.WaterMarkedTextBox {
    color: rgb( 124, 106, 85 );
}

.NormalTextBox  {
    color: rgb( 35, 31, 32 );
}

select {
    padding-left: 0px !important;
}

input[type=radio],
input[type=checkbox] {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}

input[type=radio] {
	margin-left: 10px;
}

.CarrierTable {
    margin: 20px 0px;
    border-collapse: collapse;
    width: 100%;
}

.CarrierTable th,.CarrierTable td {
    text-align:justify;
}

.ClaimDocTable {
    border-collapse: collapse;
    width: 100%;
}

.ClaimDocTable th,.ClaimDocTable td {
    border: 1px solid black;
    vertical-align:top;
    padding:5px;
    text-align:justify;
}

.active,
.closed,
.FormHeadings {
    font-size: 1.1em;
    color: white;
    padding: 4px 8px;
	border: none;
   	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
    border: 1px solid rgb( 104, 35, 65 );
	border-radius: 4px 4px 0 0;
	background-color: rgb( 104, 35, 65 );
}

.FormBody {
    padding: 7px 5px 0px 5px;
    -moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	text-decoration: none;
    border: 1px solid #cdcdcd;
    border-top-width: 0px;
    background-color: #E1E1E1;
    margin-bottom: 15px;  
}

.ValidationPanel {
    padding:10px 10px 10px 10px;
    -moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	text-decoration:none;
    border-color:red;
    border-width:2px;
    border-style:solid;
    margin-bottom:15px;  
    background:white;
    color:Red;
    font-weight:bold;
}

span.ValidationMessage[style*="inline"] {
    display:block !Important;
    color:Red;
    font-weight:bold;
    margin-bottom:5px;
}

.ErrorMessage {
    color:Red;
    font-weight:bold;
    margin-bottom:5px;
}

.StandardCheckBox {
    display: inline-block;
    margin-bottom: 6px;
}

.StandardCheckBox label {
    color: gray;
}

.FileUploadWrapper {
    padding:7px 5px 0px 5px;
    -moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	text-decoration:none;
    border-color:#cdcdcd;
    border-top-width:0px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-style:solid;
    background-color:white;
    margin-bottom:15px;  
}

.FileUploadMessage {
    font-size:1em;
    color: gray;
    padding:3px;
    text-align:justify;
    
}
.other-textbox {
    margin-left: 8px;
    height: 24px;
}

.FileUploadWrapper .other-textbox {
    width: 400px;
    border-bottom: 2px solid rgb( 104, 35, 65 );
}

.FileUpload {
    margin-bottom:7px;
}

.FileUpload input {
    width:99%;
}

.Acknowledge {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	font-size:1.1em;
	font-weight:normal;
	padding:16px 16px;
	text-decoration:none;
    background-color: #E1E1E1;
}
.FormBody li {
    list-style: none;
    padding: 3px 16px;
}

.ErrorBox {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	font-size:1.1em;
	font-weight: 700;
	padding:16px 16px;
	text-decoration:none;
    background-color: #cd1217;
    color: white;
}

.Intro {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #cd1217;
	display:inline-block;
	font-size:1em;
	padding:16px 16px;
	text-decoration:none;
    background-color:white;
    margin-bottom:15px;
    text-align:justify;
    color:Gray;
}

img {
	border: none;
}

#guidance,
#aboutusmain {
    margin-top: -19px;
}

#guidance h2,
#aboutusmain h2 {
    font-size: 13pt;
    padding: 0px;
	color: rgb( 231, 115, 21 );
	margin: 22px 0px 10px 0px;
}

/*
***************************************************************************************************
* Tile List
***************************************************************************************************
*/

a.tile {
	position: relative;
	display: block;
	width: 49%;
	height: 236px;
	text-decoration: none;
	background-color: rgb( 104, 35, 65 );
	color: #616161;
	margin-bottom: 10px;
	overflow: hidden;
}

a.tile div.title {
	font-size: 1.7em;
	color: #FFF;
	height: 50px;
	text-align: center;
	margin-top: 100px;
}

a.tile div.caption,
a.tile-alt div.caption {
	position: absolute;
	left: 0;
	top: 236px;
	width: 100%;
	height: 100%;
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	transition: all 0.5s ease;
}

a.tile div.caption {
    background-color: rgb( 156, 103, 132 );
}

a.tile-alt {
    background-color: rgb( 124, 106, 85 );
}

a.tile-alt div.caption {
    background-color: rgb( 153, 145, 138 );
}

a.tile div.caption div {
	padding: 100px 14px;
}

a.tile ul {
	list-style: none;
}

a.tile ul li {
	font-size: 1.2em;
	padding: 8px 0px;
}

div.tilelist a:hover .caption {
	top: 0px;
}

.inlineLabel{
    float:left;
}

/* Colours */

a.tile {
    background-color: #383B54;
}

    a.tile div.caption {
        background-color: #63657D;
    }

a.tile-alt {
    background-color: #63657D;
}

    a.tile-alt div.caption {
        background-color: #383B54;
    }

.active,
.closed,
.FormHeadings {
    background-color: #383B54;
}

#guidance h2,
#aboutusmain h2 {
    color: #383B54;
}

.Button,
.SubmitButton {
    background-color: #383B54;
}

    .Button:hover,
    .SubmitButton:hover {
        background-color: #63657D;
    }