
/* MTH AWESOME FIJI */
/* Phosphor Essence Ltd */



/* BROWSER WRANGLING */

html {
	font-size: 100%; /* IE requirement */ 
	height: 100%;
}



/* BASE TYPOGRAPHY */

body {
	background-color: #666666;
	background-repeat: no-repeat;
	margin: 4px;
}

table {
	margin-bottom: 8px;
}

.table-border {
	border: 2px solid #666666;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-left: 26px;
	padding-top: 3px;
	list-style-image: url(images/bullet.gif);
	display: list-item;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

li {
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 2px;
}




/* BASE STYLE GROUPING */

/* HEADER STYLES */

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	display:none;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	display:none;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}



/* COLOR STYLES */

.purple {  /* eg. Welcome Pack and Long Ultimate */
	color: #663366;
}
.purple-bright {  /* eg. */
	color: #663399;
}
.maroon {  /* eg. Tropical Awegasm */
	color: #993366;
}
.aqua {  /* eg. About Us section and Short Lazy */
	color: #4C798C;
}
.blue { /* eg. Wanna Taki */
	color: #3D6FB6;
}
.turquoise { /* eg. Awesome Dive */
	color: #2D6598;#3D6FB6;
}
.green {  /* eg. starburst green translation */
	color: #009966;
}
.red {  /* eg. Pass Bula */
	color: #CC3333;
}
.orange { /* eg. Pass Accommodation and Short Great Pair */
	color: #CC6600;
}



/* BODYTEXT STYLES */

.bodytext, .bodytext-bold, .bodytext-small, .bodytext-smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	line-height: 22px;
	left: auto;
	right: auto;
	margin: 0px;
	margin-bottom: 8px;
}

.bodytext {
	font-size: 11px;
	font-weight: normal;
}

.bodytext-bold {
	font-size: 11px;
	font-weight: bold;
}

.bodytext-small {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}

.bodytext-smallbold {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}
.bodytext-smallred {
	font-size: 10px;
	font-weight: normal;
	color:#FF0000;
	line-height: 18px;
}

.bodytext-smaller {
	margin: 0px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.bodytext-smallerbold {
	margin: 0px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.bodytable {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
}

.bodytext-spacer {
	font-size: 6px;
	margin: 0px;
	padding: 0px;
}

.copyright {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}





/* BODY ANCHORS */

.bodytext a:link {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}

.bodytext a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}

.bodytext a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}




/* NAVIGATIONAL ANCHORS */

.nav {
	color: black;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	margin-right: 2px;
	margin-left: 2px;
	/*	height:20px;
	vertical-align:top;*/
}

.nav a:link {
	color: black;
	text-decoration: none;
	width: 121px;
	line-height: 18px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	display:  block;
	border-top-color: #FFFF01;
	border-bottom-color: #ffff00;
	/*height:20px;*/
}

.nav a:visited {
	color: black;
	text-decoration: none;
	line-height:18px;
	width: 121px;
	display:  block;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	/*	height:20px;*/
}	

.nav a:hover {
	color:  black;
	text-decoration: none;
	line-height: 18px;
	width:121px;
	/*	height:20px;*/
	background-color: #FFFFCC;
	/*	cursor: hand;*/
	display:  block;
	margin-right: 2px;
	margin-left: 2px;
	/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style:  solid;*/
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.nav2 {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-transform: capitalize;
	width: 121px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 18px;
}

.nav2 a:link {
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	background-color: #FFFFCC;
	display: block;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	width: 121px;
}

.nav2 a:hover {
	text-decoration: none;
	line-height: 18px;
	background-color: #FFFFCC;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.nav2 a:visited {
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	background-color: #FFFFCC;
	display: block;
	margin-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	width: 121px;
}

.subnav {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	border: 1px #CCCCCC;
	text-transform: capitalize;
	width: 121px;
/*	margin-right: 2px;
	margin-left: 2px;*/
	display: block;	
}

.subnav a:link {
	color: #996699;
	width: 121px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	display: block;	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffff00;
	border-bottom-color: #ffff00;
}

.subnav a:visited {
	color: #996699;
	width: 121px;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	text-align: left;
	display: block;	
	line-height:18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffff00;
	border-bottom-color: #ffff00;
}

.subnav a:hover {
	color: #660099;
	background-color: #FFFFFF;
	line-height: 18px;
	cursor: hand;
	margin-right: 2px;
	margin-left: 2px;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;*/
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	width: 121px;
	font-weight: bold;
	display: block;	
}




/* FORM STYLES */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	left: auto;
	right: auto;
	margin: 0px;
}

.control {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
}

.validation {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	font-size: 10px;
}
