/*** This is used throuhout the www.caribbeanexams.com site ***/

body 
{
	font: 70%/1.7em Arial, "Lucida Grande", Helvetica, sans-serif;
	background: url('images/ce4bg.gif');
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	padding: 0;
}

a 
{
	outline: none;
}

img 
{
	border: none;
}

.clear 
{
	clear: both;
}

.hide 
{
	display: none;
}

/******** STRUCTURE ********/
#header 
{
	position: relative; 
}

#top, #middle, #bottom 
{
	margin: 0 auto;
	width: 800px;
}

#top 
{
	margin-top: 20px;
	background: url('images/ce4top.gif') no-repeat;
	height: 142px;
}

#middle
{
	background: url('images/ce4middle.gif');
}

#bottom 
{
	background: white url('images/ce4bottom.gif') no-repeat;
	height: 56px;
}

#bottom div
{
	padding: 10px 32px;
	text-align: center;
}	


#container /* remaining width is 787px */
{
	margin: 0px 8px 0px 5px;
}

#content 
{
	clear: both;
}

/******** TOPNAV ********/
#topnav 
{
	width: 787px;
	float: left;
	background: #ffcc00 url('images/CE4MenuBar.gif') top left repeat-x;
}

#topnav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 787px;
	border-bottom: 1px solid #006633;
	border-top: 1px solid #006633;
}

#topnav li 
{
	float: left;
	text-align: center;
	display: inline;
	background: url('images/ce4menusep.gif') right top repeat-y;
}

#topnav .right 
{
	float: right;
	background: url('images/ce4menusep.gif') left top repeat-y;
}

#topnav .singleline a 
{
	line-height: 2.6em;
} 

#topnav a 
{
	text-decoration: none;
	color: #ffffff;
	margin-right: 3px;
	font-family: "Tahoma", sans-serif;
	float: left;
	line-height: 1.3em;
	padding: 4px 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
}

#topnav .tight a 
{
	padding: 4px 8px;
}

#topnav #youhavemail a
{
	padding: 4px 4px;
}

#topnav #youhavemail img
{
	height: 32px;
	float: left;
	margin: 0px 4px;
}

#topnav a span 
{
	display: block;
}

#topnav a:hover 
{
	color: #119955;
}

/******** NAVBAR ********/
#navmenu 
{
	cursor: pointer;
}

#arrow 
{
	line-height: 2.6em;
	padding-left: 1.7em;
}

#navbar 
{
	border-right: 1px solid #808386;
	border-left: 1px solid #808386;
	display: none;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 0px;
	width: 150px;
	z-index: 99;
}

#navbar a.more {
	cursor: default;
}

#navbar ul, #navbar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar li span 
{
	display: block;
	line-height: normal;
}

#navbar ul li {
	position: relative; /* control where menu opens up */
	background: #ccffcc;
	border-bottom: 1px solid #858fa1;
	line-height: 1.6em;
}

#navbar li a 
{
	display: block;
	border-top: 1px solid #ccffcc;
	text-decoration: none;
	color: #000;
	height: 1%; /* IE7 BUG */
}

#navbar li a, #navbar li ul li a 
{
	padding: 1px 0 1px 15px;
	border-top: 1px solid #cbd8ee;
	background: #ccffcc;
	font-size: 95%;
}

#navbar ul ul 
{
	display: none;
}

#navbar li ul li a 
{
	background: #ddffdd;	
	padding-left: 28px;
}

#navbar li.first a 
{
	border-top: #d1dbed;
	background: #d6dadf;
	color: #000;
	font-weight: bold;
	padding-left: 15px;
}

#navbar a.closed 
{
	padding-left: 28px;
	background: #ccffcc url('/FileData/IMACSWeb/images/expand-btn.gif') no-repeat 10px 50%;
}

#navbar a.closed:hover 
{
	background: #fff url('/FileData/IMACSWeb/images/expand-btn.gif') no-repeat 10px 50%;
	cursor: default;
}

#navbar a.open 
{
	padding-left: 28px;
	background: #ccffcc url('/FileData/IMACSWeb/images/collapse.gif') no-repeat 10px 50%;
}

#navbar a.open:hover {
	background: #fff url('/FileData/IMACSWeb/images/collapse.gif') no-repeat 10px 50%;
	cursor: default;
}

#navbar li.last {
	border-bottom: none;
}

#navbar a:hover  
{
	background: #fff;
}

#navbar .youhavemail a
{
	padding: 4px 4px;
}

#navbar .youhavemail img
{
	height: 16px;
	float: left;
	margin: 0px 4px 0px 0px;
}

/******** FOOTER ********/
#footer 
{
	background: white;
	clear: both;
	height: 8px;
	color: #000;
}

#bottom p {
	color: #fff;
	margin-top: 12px;
	float: right;
}

#bottom ul {
	list-style: none;
	float: left;
	margin: 19px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
}

#bottom li {
	display: inline;
	color: #fff;
	font-size: 90%;
	padding: 0;
}

#bottom li.right {
	float: right;
	padding-right: 20px;
}

#bottom a {
	color: #fff;
	padding-right: 8px;
	font-size: 90%;
}

#bottom a:hover {
	text-decoration: none;
}

/******** GENERAL ********/
div.ctableouter {
	margin-bottom: 1em;
	margin-top: -0.2em;
	text-align: center;
}

div.ctableinner, div.ctableinner table {
	margin: 0 auto;
}

/******** EDITORS ********/
#elinks {
	background-color: #bdcce5;
	border-bottom: 1px solid #000080;
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	position: fixed;
	top: 32px;
	right: 8px;
	text-align: center;
	width: 70px;
}
#elinks a, #elinks a:link, #elinks a:visited, #elinks a:hover {
	border-top: 1px solid #000080;
	color: #000000;
	display: block;
	text-decoration: none;
}
#elinks a:hover {
	background-color: #ffffff;
}

#page TABLE.greenbordertable 
{
	background: forestgreen;
}

#page TABLE.greenbordertable TD
{
	padding: 2px;
	background: white;
}

/***** Footnotes ********/
#page a.footnote
{ 
  border-bottom: 1px dotted black; 
  background:none;
  color:black;
}
.cluetip-default #cluetip-outer,.cluetip-default #cluetip-inner
{
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
}
