body 
{
	background-color: #9acccd;
	border: 0;
	color: #000;
	font-family: Verdana, Tahoma, Sans-Serif, Serif;
	font-size: 0.7em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2
{
	background-color: Transparent;
	color: #006;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0;
}

h1
{
	font-size: 1.4em;
	line-height: 1.3em;
}

h2.highTopMargin,
h3.highTopMargin
{
	margin-top: 25px;
}

h3, h4, h5
{
	background-color: Transparent;
	color: #233e83;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0;
}

h4, h5
{
	color: #000;
	margin: 0;
}

address
{
	border: 0;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

form
{
	border: 0;
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	background-color: #fff;
	border: 1px solid #666;
	color: #000;
	font-family: Verdana, Tahoma, Sans-Serif, Serif;
	font-size: 1em;
}

optgroup
{
	background-color: #fff;
	color: #000;
	font-family: Verdana, Tahoma, Sans-Serif, Serif;
	font-style: italic;
	font-weight: bold;
}

option
{
	font-style: normal;
	font-weight: normal;
}


img
{
	border: 0;
	margin: 0;
	padding: 0;
}

q,
blockquote
{
	font-style: italic;
}

blockquote
{
	display: block;
	margin: 0 25px 0 25px;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
	cursor: help;
}

p, ul
{
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

ul
{
	list-style-position: outside;
	padding: 5px 0 0 25px;
}

li
{
	padding-bottom: 5px;
}

dl
{
	border: 0;
	margin: 0 0 25px 0;
	padding: 0;
}

#editor dl
{
	border: 1px dashed #f60;
}

dt
{
	font-weight: bold;
	margin: 0 0 3px 0;
}

dd
{
	margin: 0 0 10px 15px;
}

table
{
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}

caption
{
	display: none;
}

th, td
{
	line-height: 1.3em;
	padding: 3px;
	vertical-align: top;
}

th
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

thead th
{
	background-color: #233e83;
	color: #fff;
}

td
{
	font-size: 1em;
}

tr.alternate th,
tr.alternate td
{
	background-color: #f5f5f5;
	color: #000;
}

tr.hover td
{
	background-color: #e6e6e6;
	cursor: pointer;
}

a:active,
a:link,
a:visited
{
	background-color: Transparent;
	color: #009;
	text-decoration: none;
}

a:hover
{
	background-color: Transparent;
	color: #c00;
	text-decoration: none;
}

#wrapper
{
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
	margin-left : auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 800px;
}

#navigation
{
	background-color: #233e83;
	color: #fff;
	margin: 0;
	padding: 15px 10px 25px 10px;
}

/* Note: Floating area for search boxes */
#search,
#footer_subnav
{
	float: right;
}

#search input,
#search select
{
	font-size: 0.9em;
	margin: 0;
	padding: 2px;
	width: 130px;
}

#search select
{
	margin-top: 3px;
	width: 135px;
}

#editor #search
{
	display: none;
}

.sys_search-label,
.sys_search-button
{
	display: none;
	visibility: hidden;
}

#content
{
	background-color: #fff;
	color: #000;
}

#course_footer,
#profile_footer
{
	background-color: #e6e4e4;
	color: #000;
	height: 290px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#course_footer
{
	height: 225px;
}

#course_footer p,
#profile_footer p,
#course_footer li,
#profile_footer li
{
	line-height: 1.3em;
}

#profile_footer
{
	height: auto;
	margin: 0;
	padding: 0;
}

#editor #course_footer,
#editor #profile_footer
{
	height: auto;
}

#footer
{
	background-color: #000;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	padding: 25px;
}

#footer a:active,
#footer a:link,
#footer a:visited
{
	background-color: Transparent;
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#footer li
{
	border-right: 1px solid #fff;
	float: left;
	padding: 0 7px 0 7px;
}

#footer li.sys_first,
#navigation ul li a:active.sys_first,
#navigation ul li a:link.sys_first,
#navigation ul li a:visited.sys_first
{
	padding-left: 0;
}

#footer li.sys_last,
#navigation ul li a:active.sys_last,
#navigation ul li a:link.sys_last,
#navigation ul li a:visited.sys_last
{
	border-right: 0;
	padding-right: 0;
}

.clear
{
	clear: both;
}

div.clear
{
	height: 0;
}

.clear hr
{
	/* a bodge for Contensis because it strips empty tags */
	display: none;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.noexternal
{
	/* marker class for links that should never open new windows (/SiteElements/JavaScript/ExternalLinks.js) */
}

.moduleLink
{
	/* marker class for links that should never open new windows (/SiteElements/JavaScript/moduleLinks.js) */
}

.ipixLink
{
	/* marker class for links that should never open new windows (/SiteElements/JavaScript/ipixLinks.js) */
}

.flashLink
{
	/* marker class for links that should never open new windows (/SiteElements/JavaScript/flashLinks.js) */
}

.imageGalleryLink
{
	/* marker class for links that should never open new windows (/SiteElements/JavaScript/jquery-imageGallery.js) */
}

.center
{
	text-align: center;
}

.floatLeft,
.floatLeftNoBorder
{
	float: left;
	margin: 0 15px 15px 0;
}

.floatRight,
.floatRightNoBorder
{
	float: right;
	margin: 0 0 15px 15px;
}

img.floatLeft,
img.floatRight
{
	border: 1px solid #003;
}

.accommodationTable
{
	clear: left;
	width: auto;
}

.accommodationTable th
{
	width: 12em;	
}

.borderedTable
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.borderedTable th,
.borderedTable td
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.borderedTable th.small50
{
	width: 50px;	
}

.borderedTable th.small75
{
	width: 75px;	
}

.borderedTable th.small100
{
	width: 100px;	
}

.sys_leftFoot
{
	float: left;
	margin-right: 3%;
	width: 47%
}

.sys_rightFoot
{
	float: left;
	width: 50%;
}

.sys_toc,
.floatRightText
{
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	float: right;
	margin: 2px 0 15px 15px;
	overflow: hidden;
	padding: 0;
	width: 203px;
}

.floatRightText
{
	overflow: visible;
}

.sys_toc_back_to_top
{
	background-image: url(/SiteElements/Images/Generic/back-to-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	margin-right: 5px;
	height: 13px;
	width: 14px;
}

.sys_toc_back_to_top span
{
	display: none;
}

.sys_toc h2,
.floatRightText h3
{
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 5px;
}

.sys_toc ul,
.floatRightText ul
{
	color: #ccc;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0 3px 0 3px;
	padding: 0;
}

.sys_toc ul li,
.floatRightText ul li
{
	margin: 0 0 8px 0;
	padding: 0;
	white-space: nowrap;
}

.floatRightText ul li,
{
	color: #000;
	white-space: normal;
}

.floatRightText p
{
	margin: 0 3px 10px 3px;
}

.sys_toc ul li ul,
.floatRightText ul li ul
{
	margin: 8px 0 0 16px;
	padding: 0;
}

.sys_scripts
{
	display: none;
}

#editor .sys_scripts
{
	display: block;
}

.sys_loading
{
	background-image: url(/SiteElements/Images/Ajax/loading.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1px 5px 5px 25px;
}

.sys_dialog_wrapper
{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.sys_dialog
{
	background-color: #fff;
	border: 1px solid #999;
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	left: 0;
	margin: auto;
	padding: 15px;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 110;
	width: 500px;
}

.sys_dialog .sys_dialog_header
{
	border-bottom: 1px solid #ccc;
	color: #006;
	padding: 0 0 10px 0;
}

.sys_dialog .sys_dialog_text
{
	height: 300px;
	line-height: 1.5em;
	margin: 15px 0 15px 0;
	overflow: auto;
	padding: 0;
}

.sys_dialog .ipix
{
	height: 240px;
	margin: 30px auto 0 auto;
	width: 320px;
}

.sys_dialog .sys_dialog_close
{
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: right;
}

.sys_dialog .sys_dialog_close a:active,
.sys_dialog .sys_dialog_close a:link,
.sys_dialog .sys_dialog_close a:visited
{
	color: #333;
	text-decoration: none;
}

.sys_dialog .sys_dialog_close a:hover
{
	color: #666;
}

.invisibleList
{
	list-style-type: none;
}

#editor .invisibleList
{
	list-style-type: circle;
}

.defdocsLink
{
	/* placeholder for crappy old contensis */
}

a.defdocsLink:active,
a.defdocsLink:link,
a.defdocsLink:visited
{
	font-weight: bold;
}

a.defdocsLink:hover
{
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}	
