/* Common */
body {
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	text-align: center;
}
body, td, p, ul, ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
}
form, select, input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	line-height: normal;
	margin: 0px;
	display: inline;
}
p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Links */
a:link, a:visited {
	color: #da251d;
	text-decoration: underline;
}
a:hover, a:active {
	color: #252525;
	text-decoration: underline;
}
a.linkFooter:link, a.linkFooter:visited {
	color: #545454;
	text-decoration: underline;
}
a.linkFooter:hover, a.linkFooter:active {
	color: #252525;
	text-decoration: underline;
}

/* Text */
.txtHeading1 {
	font-size: 13px;
	line-height: 20px;
	color: #007e3a;
}
.txtHeading2, .txtHeading3 {
	font-size: 11px;
	line-height: 16px;
	color: #007e3a;
}
.txtHeading2 {
	font-weight: bold;
}
.txtSubHeading, .txtSmallBold {
	font-size: 11px;
	font-weight:bold;
	line-height: 16px;
	color: #545454;
}
.txtLargeBold {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #007e3a;
}
.txtSmall {
	font-size: 10px;
	line-height: 16px;
	color: #545454;
}
.txtSmaller {
	font-size: 9px;
	line-height: normal;
	color: #545454;
}
.txtCaption, .txtNote {
	font-size: 9px;
	line-height: normal;
	color: #007e3a;
}
.txtError {
	font-size: 11px;
	line-height: 16px;
	color: #da251d;
}
.txtAsterisk {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #da251d;
}

/* Forms */
.formPadMed {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 4px;
}
.formTxtLong {
	width: 200px;
}
.formTxtShort {
	width: 80px;
}
.formTxtXShort {
	width: 40px;
}
.formTxtSearch {
	width: 180px;
}

/* Basic Layout */
div.Centre {
	width: 780px;
	margin: 0px auto; 
	text-align: left;
	}
.bgHeader {
	height: 104px;
	background-image: url(../img/head_home.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
table.bodyOutlineHead {
	border-right: 1px solid #c3e5ed;
	border-left: 1px solid #c3e5ed;
	background-image:url(../img/mast_gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 40px;
	}
table.bodyOutline {
	border-right: 1px solid #c3e5ed;
	border-bottom: 1px solid #c3e5ed;
	border-left: 1px solid #c3e5ed;
	padding: 15px 0px 20px 0px;
	}
td.gapContentBottom {
	padding-top: 0px;
	}
td.gapContentTop {
	padding-bottom: 0px;
	}
.bgPopUp {
	background-image: url(../img/bg_pop-up.jpg);
	background-repeat: no-repeat;
	}
div.framePopUp {
	border: 1px solid #c3e5ed;
	background-color:#FFFFFF;
	text-align: left;
	}

/* Masthead */
.mastHome {
	height: 330px;
	background-image:  url("../img/mast_home-a.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	}
.mastSection {
	height: 270px;
	background-image:  url("../img/mast_maldives-a.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	}

/* Main Navigation */
td.MainNavBox {
	background-color:#FFFFFF;
	background-image: url(../img/nav_shadow.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #c3e5ed;
	border-right: 1px solid #c3e5ed;
	padding-top:4px;
	}
td.MainNavBase {
	background-color:#007e3a;
	}
div.MainNavBox {
	width: 175px;
	border-bottom: 1px solid #c3e5ed;
	/* ezsolve */
	z-index:100;
	position:absolute;
	top: 0;
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	background-color: white;
	border-bottom: 4px solid #007e3a;
	/* ezsolve */
	}
div.MainNavBox a {
	width:89%;
	padding: 3px 0px 3px 12px;
	display:block;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	/* ezsolve */
	width: 100%;
	display: block;
	border-bottom: 1px solid #c3e5ed; /*THEME CHANGE HERE*/
	text-decoration: none;
	font-weight: bold;
	color: black;
	/* ezsolve */
	}

/* Navigation and Sub Navigation */
table.NavBox {
	width: 180px;
	border-top: 1px solid #c3e5ed;
	border-right: 1px solid #c3e5ed;
	}
div.NavBox {
	width: 100%;
	border-bottom: 1px solid #c3e5ed;
	}
div.NavBox a {
	width: 90%;
	padding: 3px 0px 3px 12px;
	display:block; 
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	}
div.SubNavBox {
	width: 100%;
	}
div.SubNavBox a {
	width: 83%;
	padding: 3px 0px 3px 24px;
	display:block; 
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	}
a.Nav:link, a.Nav:visited {
	color: #004170;
	text-decoration:none;
	}
a.Nav:hover, a.Nav:active, a.NavOn:link, a.NavOn:visited {
	background-image:url(../img/nav_active.gif);
	background-position:left;
	background-repeat: repeat-y;
	color: #da251d;
	text-decoration:none;
	}
a.SubNav:link, a.SubNav:visited {
	color: #004170;
	text-decoration:none;
	}
a.SubNav:hover, a.SubNav:active, a.SubNavOn:link, a.SubNavOn:visited {
	background-image:url(../img/subnav_active.gif);
	background-position: top left;
	background-repeat:no-repeat;
	color: #da251d;
	text-decoration:none;
	}

/* More Navigation */
div.MoreNavGap {
	background-image:url(../img/line_morenav.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	}
table.MoreNavBox {
	border-right: 1px solid #c3e5ed;
	}
	
/* Multiple Page Navigation */
td.MultiPageNav {
	padding-right: 15px;
	font-size: 11px;
	line-height: normal;
	color: #545454;
}

/* Login Status */
.loginStatus {
	background-image: url(../img/bg_loginstatus.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 29px;
	padding: 1px 0px 0px 12px;
	font-size: 10px;
	line-height: normal;
	color: #2f6790;
	}
	
/* Title and Subtitle*/
.titleLine {
	background-image:url(../img/line_title.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.subtitleLine {
	background-image:url(../img/line_title.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #007e3a;
	font-weight: bold;
	}
div.subtitleGap {
	height: 10px;
	}
	
/* Lines */
div.lineDef, div.lineBodyS, div.lineBodyM, div.lineBodyL {
	width: 100%;
	background-image:url(../img/line_body.gif);
	background-position: center;
	background-repeat: repeat-x;
	}
div.lineBodyS {
	height: 15px;
	}
div.lineBodyM {
	height: 30px;
	}
div.lineBodyL {
	height: 45px;
	}
div.lineBodyTop {
	width: 100%;
	height: 27px;
	padding-top: 7px;
	background-image:url(../img/line_bodytop.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: text-top;
	font-size: 10px;
	line-height: normal;
	}
	
/* Gaps and Spacing */
div.gapLeftBar {
	height: 20px;
	}
div.gapTxtHeading {
	height: 20px;
	}
table.gapBackTop {
	padding-top: 20px;
	}
.gapGoogle {
	padding-right: 22px;
	}
.gapIcons {
	padding-left: 10px;
	}
.spaceIcons {
	height: 10px;
	}
	
/* Table Listing */
td.listDefL, td.listDefR {
	padding: 5px 20px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	}
td.listDefL {
	font-weight:bold;
	}
div.listDefGap {
	height: 25px;
	}
td.listFAQ {
	padding: 5px 5px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	}
	
/* Content Search Bar */
div.Search {
	background-color:#e0f0fd;
	width: 100%;
	padding: 3px 0px 3px 0px;
	margin-top: 10px;
	}

/* Box Highlight */
.boxHighlight, .boxHighlightRight {
	border: 3px solid #c3e5ed;
	padding: 10px;
	}
.boxHighlightRight {
	margin-left: 10px;
	}
	
/* Home */
.highlightThumb {
	background-image: url(../img/bg_thumbnail.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 6px;
	height: 110px;
	}
.highlightContent {
	border-bottom: 1px solid #bfe3ec;
	padding: 0px 0px 5px 15px;
	}
table.homeNews {
	border-left: 1px solid #bfe3ec;
	}
.homeNewsTitle {
	padding: 2px 0px 2px 19px;
	background-color: #007e3a;
	}
div.homeNewsPic {
	padding: 10px 0px 0px 19px;
	}
div.homeNewsTxt {
	background-image: url(../img/bg_newsdash.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 5px 19px;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	}
div.gapHomeHighlight {
	height: 25px;
	}
div.gapHomeMoreNav {
	height: 5px;
	}
div.gapHomeNews {
	height: 20px;
	}
	
/* Maldives and Malaysia */
td.gapSearchLinks {
	padding: 0px 8px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	}
	
/* News and Discussion */
.photoThumb {
	width: 150px;
	height: 150px;
	background-color: #e0f0fd;
	text-align: center;
	}
table.gapThumbNews {
	width: 150px;
	margin: 20px 0px 5px 15px;
	}
table.gapThumbEvents {
	width: 150px;
	margin: 0px 25px 0px 0px;
	}
td.listEvent {
	padding: 0px 15px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	}
td.listRelated {
	padding: 0px 5px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #545454;
	}
td.listPhoto {
	width: 400px;
	padding: 5px 0px 5px 25px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
td.capPhoto {
	padding: 15px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	
/* About Us */
.tableBorder {
	border-top: 1px solid #C3E5ED;
	border-left: 1px solid #C3E5ED;
	}
.tableHead, .tableContent, .tableContentBold {
	border-bottom: 1px solid #C3E5ED;
	border-right: 1px solid #C3E5ED;
	padding: 8px 5px 8px 5px;
	text-align:left;
	font-size: 11px;
	line-height: 16px;
	}
.tableHead {
	font-weight:bold;
	color:#007e3a;
	}
.tableContent {
	color:#545454;
}
.tableContentBold {
	font-weight:bold;
	}

/* Footer */
.footCopyright {
	padding-top: 5px;
	font-size: 10px;
	line-height: normal;
}
.footLinks {
	padding-top: 5px;
	font-size: 10px;
	line-height: normal;
}







/* ez-solve*/
.error {
    color: #AA0000
}
.controlerror {
    background-color: #ffffdd;
    border: 1px solid #AA0000;
}

.controlerroroption {
    background-color: #ffffdd;
   
}

.errorformTxtXShort {
   	background-color: #ffffdd;
    border: 1px solid #AA0000;
	width: 40px;
}

.errorformTxtShort {
	width: 80px;
   	background-color: #ffffdd;
    border: 1px solid #AA0000;
}

.errorformTxtLong {
	width: 200px;
   	background-color: #ffffdd;
    border: 1px solid #AA0000;
}
