
/* GENERAL */
body { margin: 0; }
body, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/* FORMS */

.formLabel {
	display: block;
	margin-bottom: -4px;
	margin-top: 4px;
	font-weight: bold;
}
.formElement { border: 1px solid #106183; }
.button {
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
	background-color: #b7f25c;
}


/* COLOURS */

.bgBlueLight { background-color: #c5e0f3; }
.bgBlueMed { background-color: #a3ccea; }
.bgBlueDark { background-color: #106183; }

.colBlueLight { color: #c5e0f3; }
.colBlueMed { color: #a3ccea; }
.colBlueDark { color: #106183; }

.txtRed { color: #ff0000; }
.txtGrey { color: #999999; }


/* FONT SIZE */

.txtSmall { font-size: 10px; }
.txt { font-size: 12px; }
.txtLarge { font-size: 16px; }

/* HEADERS */

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #106183;
	text-align: center;
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
}

h2.offerHeader {
	font-size: 24px;
	font-family: Times New Roman, serif;
	color: #106183;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	padding-left: 40px;
}

/* LINKS */

a, a:visited, a:active {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #6666ff;
	text-decoration: underline;
}

#divBookOffer a, #divBookOffer a:visited, #divBookOffer a:active {
	color: #ffffff;
	font-weight: bold;
}

#divBookOffer a:hover {
	color: #ccccff;
}

a.linkSubMenu, a.linkSubMenu:visited, a.linkSubMenu:active {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

a.linkSubMenu:hover {
	color: #6666ff;
	text-decoration: underline;
}

a.linkToUl, a.linkToUl:visited, a.linkToUl:active { text-decoration: none; }
a.linkToUl:hover {	text-decoration: underline; }

a.linkNul, a.linkNul:visited, a.linkNul:hover, a.linkNul:active { text-decoration: none; }

div.button {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 107px;
	height: 38px;
	background: url("../images/button.gif");
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
	cursor: pointer;
}



/*
h1.courseHeader {
	font-size: 30px;
	text-align: center;
}

h2.courseSub {
	font-size: 18px;
}

p.courseIntro {
	padding: 15px;
	line-height: 20px;
}

td.courseList {
	text-align: justify;
	padding: 10px;
}

.courseList1 {
	background-color: #c5e0f3;
}

.courseList12 {
	border: 3px solid #106183;
	background-color: #e0eff9;
}

.courseList2 {
	background-color: #fff9a1;
}

.courseList22 {
	border: 3px solid #ecf501;
	background-color: #fdfad1;
}

.courseList3 {
	background-color: #abf68a;
}

.courseList32 {
	border: 3px solid #05f616;
	background-color: #c9f8b4;
}

*/


/* CUSTOM */

hr {
	border: 0;
	width: 100%;
	color: #106183;
	background-color: #106183;
	height: 1px;
}

.cusBoxMainText {
	border-width: 3px;
	border-style: solid;
	border-color: #a3ccea;
	background-color: #c5e0f3;
	color: black;
	padding: 20px;
}

.cusBoxMainTextSub {
	background-color: #a3ccea;
	padding: 20px;
	color: black;
	text-align: justify;
	line-height: 22px;
	margin: 0px;
}

.cusBoxMainTextOrange {
	border-width: 3px;
	border-style: solid;
	border-color: #ffba51;
	background-color: #ffd492;
	color: black;
	padding: 20px;
}

.cusBoxMainTextSubOrange {
	background-color: #ffba51;
	padding: 20px;
	color: black;
	text-align: justify;
	line-height: 22px;
}

.dHomeOffer {
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
	color: red;
	background-color: #FDDC95;
}


/*
.cusBoxMainText {
	border-width: 5px;
	border-style: solid;
	border-left-color: #ffdba5;
	border-top-color: #fff4e4;
	border-right-color: #f3b14d;
	border-bottom-color: #d79d44;
	background-color: #ffba51;
	color: black;
	padding: 20px;
}

.cusBoxMainTextSub {
	background-color: #ffdba5;
	padding: 20px;
	color: black;
	text-align: justify;
	line-height: 22px;
}

.cusBoxMainText {
	border-width: 5px;
	border-style: solid;
	border-left-color: #89ffff;
	border-top-color: #bdffff;
	border-right-color: #1af3f3;
	border-bottom-color: #18e0e0;
	background-color: #1bffff;
	color: black;
	padding: 20px;
}

.cusBoxMainTextSub {
	background-color: #18e0e0;
	padding: 20px;
	color: black;
	text-align: justify;
	line-height: 22px;
}

*/


/* MENU */

#tabs {
	float: left;
	overflow: hidden;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#tabs ul {
	margin: 0;
	padding: 0px 0px 0 0px;
	list-style: none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	height:26px;
}

#tabs a {
	float: left;
	background: url("../images/tab_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tab_right.gif") no-repeat right top;
	padding: 5px 13px 4px 5px;
	color: #106284;
}

#tabs a.selected, #tabs a.selectedMaintab {
	background-position:0% -52px;
}

#tabs a.maintabs span {
	font-weight: bold;
}

#tabs a.selected span {
	color: #ffffff;
	background-position: 100% -52px;
}

#tabs a.selectedMaintab span {
	font-weight: bold;
	color: #ffffff;
	background-position: 100% -52px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#ffffff;
}
#tabs a:hover {
	background-position:0% -52px;
}
#tabs a:hover span {
	background-position:100% -52px;
}
