table
{
	display: table;
}
form
{
	display: block;
}

html, body
{
	font: normal 9pt/1.7em  Arial, Helvetica, sans-serif;
	color: #003b6e;
	background-color:#001b30;
	background-position:top center;
	margin:0px;
}
td 
{
	font: normal 9pt/1.7em  Arial, Helvetica, sans-serif;
	color: #003b6e;
	text-align: left;
}
th
{
	color: #003b6e;
	font: bold 10pt/1.7em  Arial, Helvetica, sans-serif;
}
h1
{
	font: bold 15px/1.5em Arial, Helvetica, sans-serif;
	color: #003B6E;
	margin: 0.7em 10px;
	padding: 0;
}
h1.DarkBlue
{
	font: normal 25px/1.5em Arial, Helvetica, sans-serif;
	color: #073E67;
	margin: 0;
	padding: 0;
}
 h2
{
	font: bold 12px/1.5em Arial, Helvetica, sans-serif;
	color: #003B6E;
	margin: 0.7em 10px;
	padding: 0;
}
h2.LightBlue
{
	font: normal 15px/1.5em Arial, Helvetica, sans-serif;
	color: #A9C5DA;
	margin: 0;
	padding: 0;
}
a, a:link
{
	color: #2f5e8c;
	text-decoration: none;
	border-bottom: 1px solid #2f5e8c;
}
a:hover
{
	color: green;
	text-decoration: none;
	border-bottom: 1px solid green;
}
a.no_underline, a:visited.no_underline, a:hover.no_underline, a:link.no_underline, a:active.no_underline
{
	text-decoration: none;
	border-bottom: 0;
}

#navigation
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	background-color: #001c30;
	margin: 0;
	padding: 0 10px;
}

#navigation td
{
	text-align: center;
	vertical-align: bottom;
}

div.TopMenu a
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border-bottom: 0;
}

div.TopMenu a:hover
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	border-bottom: 0;
}

div.TopMenu td
{
	COLOR: #FFFFFF;
}

div.BottomMenu
{
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
}
div.BottomMenu td
{
	COLOR: #FFFFFF;
}
div.BottomMenu a
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	border-bottom: 0;
}

div.BottomMenu a:hover
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	border-bottom: 0;
}

#sidemenu a,
#sidemenu a:link
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#sidemenu a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#sidemenu td
{
	color: #ffffff;
}

.Content table
{
	background-color: #FFFFFF;
	color: #093E66;
}
div.Login table
{
	background-color: #063a5f;
	color: #ffffff;
}
div.Login table td
{
	color: #ffffff;
}

div.Indent
{
	margin-left: 1em;
}
div.Indent  h2
{
	font: bold 12px/1.5em Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0;
	margin-left: 0;
	text-align: left;
}

hr.SideBar
{
	width: 100%;
	color: #568DB6;
	text-align: left;
}
hr.Body
{
	width: 90%;
	color: #093E66;
	text-align: center;
}

/* ----- List Table Display ----- */
div.ListDisplay
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #B2BDCE;
}

div.ListDisplay p	/* use inside a <td> tag */
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #B2BDCE;
    MARGIN-LEFT: 10pt;
    MARGIN-RIGHT: 10pt;
    MARGIN-TOP: 5pt;
    MARGIN-BOTTOM: 5pt;
    TEXT-ALIGN: justify;
}

div.ListDisplay table
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #1B67A5;
}

div.ListDisplay th
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #E6EEF7;
}

div.ListDisplay td
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #B2BDCE;
}

div.ListDisplay td.italic
{
	font-weight: normal;
	font-style: italic;
}

div.ListDisplay td.bold
{
	font-weight: bold;
	font-style: normal;
}

div.ListDisplay a, div.ListDisplay a:visited, div.ListDisplay a:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #2F5E8C;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
div.ListDisplay a:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #6095CA;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}
div.ListDisplay .SmallText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/* ----- Reports ------ */

div.ReportBlock
{
	border: solid 1px black;
	font-size: 9pt;
	padding: 0.5em;
}
div.ReportBlock .SmallText
{
	font-size: 7pt;
}
div.ReportBlock th
{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 0.2em;
}
div.ReportBlock td
{
	font-size: 9pt;
	font-weight: normal;
}
div.ReportBlock .AltRow
{
	background-color: #EEEEEE;
}

.PageBreak
{
	page-break-before:always;
}

/* ----- Input Table Display ----- */
.InputForm
{
	background-color: #ffffff;
}
.InputForm table
{
	background-color: #ffffff;
	font-size: 10px;
	color: #073E67;
}
.InputForm th
{
	font-weight: bold;
}
.InputForm .THnormal
{
	font-weight: normal;
}
.InputForm td.italic
{
	font-weight: normal;
	font-style: italic;
}

.Padded
{
	margin: 0.5em 0.5em 1em 1em;
}

.Padded img
{
	margin: 0.75em;
	float: left;
}

.Button
{
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #003B6E;
	color: #FFFFFF;
	border-top: 1px solid #B0C7E9;
	border-left: 1px solid #B0C7E9;
	border-right: 1px solid #002341;
	border-bottom: 1px solid #002341;
}
form
{
	margin: 0;
}
.Msg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #CC3300;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
#infoblock
{
	font: 1.1em/1.7em Arial, Helvetica, sans-serif;
	border: 1px black solid;
	background: #d8e6ef;
	width: 31em;
	text-align: center;
}
	#infoblock table
	{
		background: #d8e6ef;
	}
	
	#infoblock h3
	{
		font-size: 1em;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		text-align: center;
	}
	#infoblock form
	{
		margin: 0;
		clear: none;
	}
	#infoblock label
	{
		clear: none;
		float: left;
		margin-bottom: 0px;
	}
	#infoblock label.heading
	{
		width: 9.5em;
		text-align: center;
		font-weight: bold;
	}
	#infoblock label.item
	{
		text-align: left;
		font-weight: normal;
	}
	#infoblock .LineItem
	{
		padding-bottom: 3px;
		padding-right: 3px;
		padding-left: 3px;
	}

table.cart th
{
	font: bold 8pt/1.7em Arial, Helvetica, sans-serif;
	padding: 0.25em;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid black;
}	
table.cart td
{
	font: normal 8pt/1.7em Arial, Helvetica, sans-serif;
	padding: 0.25em;
	text-align: left;
	vertical-align: top;
}
table.cart tr:hover td
{
	background-color: #d8e6ef;
}
table.cart tr:hover td.nohover
{
	background-color: #ffffff;
}
table.order-details {

}

table.order-details th,
table.order-details td {
	font: 9pt Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0.25em 0.5em;
}
table.order-details th
{
	font-weight: bold;
}
table.order-details tr:hover td {
	background-color: #d8e6ef;
}

table.order-details th {
	border-bottom: 1px solid black;
	vertical-align: bottom;
}

/* ------- Form "Buttons" -------- */

a.Button
{
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 0 .5em 0 0;
	border: 1px #000000 solid;
	text-decoration: none;
}
a.Button span
{
	border-right: 1px solid #000000;
	margin: 0 0.1em 0 0;
	padding: 0 0.5em;
}
a.Continue span
{
	background: #ffcc66;
	color: #000000;
	background: url( ../images/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
}
a.Continue:link, a.Continue:visited
{
	color: #000000;
	background: #ffcc66;
	text-decoration: none;
}
a.Continue:hover, a.Continue:active
{
	background: #bbeedd;
}

a.AddToCart:link, a.AddToCart:visited
{
	color: #000000;
	background: #ffcc66;
	text-decoration: none;
}
a.AddToCart:hover, a.AddToCart:active
{
	background: #ffeecc;
}
a.AddToCart span
{
	background: #ffffff;
	color: #0066cc;
	background-image: url( ../images/cart.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* ----- Progress ----- */

div.Progress .Current
{
	font-size: 9pt;
	font-weight: bold;
}
div.Progress .NonCurrent
{
	font-size: 9pt;
	color: gray;
	font-weight: normal;
}

.form_row
{
	font: normal 1em/1.7em Arial, Helvetica, sans-serif;
	clear: none;
	margin: 0.5em 0;
	max-width: 42em;
	width: 42em;
}

.form_row label
{
	float: left;
	text-align: right;
	width: 12em;
}
.form_row label.required
{
	font-weight: bold;
}

.form_group
{
	clear: none;
	margin-left: 1em;
	max-width: 33em;
	width: 33em;
}

.form_group .title
{
	margin-left: 0em;
	font-weight: bold;
	margin-right: 1em;
}
	
.form_row_short
{
	font: normal 1em/1.7em Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0.5em 0;
	max-width: 33em;
	width: 33em;
}

.form_row_short label
{
	float: left;
	text-align: right;
	width: 16em;
}
.form_row_short label.required
{
	font-weight: bold;
}
	
.datablock
{
	background-color: #d8e6ef;
	border: 1px solid black;
	padding: 0;
	margin-bottom: 1em;
    vertical-align: top;
	clear: none;
	width: 44em;
	white-space: nowrap;
}

.datablock-tab
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #d8e6ef;
	padding: 0 0.5em;
	text-align: center;
	width: 13em;
	background-color: #d8e6ef;
	font-weight: bold;
	position: relative;
	top: 0px;
	z-index: 10;
}

.detail_block
{
	border: 1px solid;
	padding: 0px 5px 5px 5px;
	margin-right: 2em;
	margin-bottom: 1em;
    vertical-align: top;
	clear: none;
	width: 20em;
}
.detail_block_row
{
	font: normal 8pt/1.7em Arial, Helvetica, sans-serif;
	clear: none;
	margin: 0.2em 0;
	max-width: 20em;
	width: 20em;
}

.detail_block_row label
{
	float: left;
	text-align: right;
	width: 7em;
}
.detail_block_row label.required
{
	font-weight: bold;
}
.logged_in_as
{
	font: normal 8pt/1.7em Arial, Helvetica, sans-serif;
	background-color: #ff7575;
	color: #000000;
	border: 1px solid;
	padding: 0px 5px 5px 5px;
	margin-right: 2em;
	margin-bottom: 1em;
    vertical-align: top;
    text-align: center;
	clear: none;
	width: 100%;
}

.dynamic_content
{
	
}

.dynamic_content h1
{
	font: bold 1.4em/1.7em Arial, Helvetica, sans-serif;
}

.dynamic_content h2
{
	font: bold 1.1em/1.7em Arial, Helvetica, sans-serif;
}

.dynamic_content ul
{
	list-style-type: disc;
	margin: 1em;
	margin-left: 2em;
}

.dynamic_content img
{
	padding: 0.25em;
	margin: 0.25em;
}

ul.image_list
{
	list-style-image:url("../images/newsarrow.gif");
}

div.image_list ul li
{
	
}

table.smalltext,
table.smalltext tr,
table.smalltext td
{
	color: black;
	font: normal 8pt/1.4em  Arial, Helvetica, sans-serif;
	color: #003b6e;
}

table.padded_cells td,
table.smalltext td
{
	padding-top: 3px;
	padding-bottom: 3px;
}

select.limit_width
{
	width: 150px;
}

.noticeblock
{
	font-size: 1em;
	background-color: #d8e6ef;
	border: 1px solid;
	margin-bottom: 1em;
    vertical-align: top;
	clear: none;
	width: 50em;
}
.noticeblock label.header
{
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
	border-bottom: 1px solid black;
	background: url( ../images/site_admin/tab_background.png ) top left repeat-x;
	font: bold 10pt/1.7em  Arial, Helvetica, sans-serif; 
}
.noticeblock_text
{
	clear: both;
	margin: 10px;
}

p
{
	padding-bottom: 7px;
}

a img
{
	text-decoration: none;
	border: none;
}

.editor_offset
{
	float: left;
	clear: none;
}

.shaded
{
	background-color: #d8e6ef;
	border: 1px solid black;
	padding: 5px;
	width: 80%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}

.shaded table
{
	background-color: #d8e6ef;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	width: auto;
}

.menu li { margin: 0; padding: 0; border: 0; display: block; float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li { text-align: left; float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul ul { visibility: hidden;	/* initially hide all submenus. */
	position: absolute; z-index: 10; left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0; width: 200px;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
	
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul ul{
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 3px 30px 30px 30px;
	margin: 0px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul ul{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li { color: #ffffff; background: #001c30; width: auto;}
.menu a { text-decoration: none; color: #ffffff; line-height: 16px; padding: 0.1em 1em; display: block; position: relative; text-decoration: none; }

.menu li
{
	text-align: center;
}

.menu a:visited
{
	text-decoration: none;
}

.menu a:hover, .menu li:hover>a {
	color: #ffffff;
	text-decoration: underline;
}

.menu li li {	/* create borders around each item */
	padding-top: 4px; padding-bottom: 4px; border: solid 1px #ccc; }
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;*/
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

<!--[if lte IE 6]>

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.tab-menu
{
}

.tab-menu li a
{
    display: block;
    text-decoration: none;
    border-bottom: none;
}

.tab-menu li
{
    display: block;
    font-size: 0.8em;
    list-style-type: none;
    background: url( ../images/site_admin/tab_background.png ) top left repeat-x;
    border: 1px solid black;
    color: black;
    cursor: default;
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

.tab-menu li:hover
{
    background: url( ../images/site_admin/tab_background_hover.png ) top left repeat-x;
    color: black;
}

.tab-menu li.selected
{
    background: white;
    border-bottom: 1px solid white;
    color: black;
}

table.upcoming_sessions
{
	width: 100%;
}
table.upcoming_sessions th
{
	vertical-align: bottom;
	white-space: nowrap;
	padding-left: 0.25em;
	padding-right: 0.25em;
	line-height: 1.4em;
}
table.upcoming_sessions td
{
	vertical-align: top;
	white-space: nowrap;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border-bottom: 1px solid black;
	line-height: 1.4em;
}
table.upcoming_sessions td.button_cell
{
	vertical-align: middle;
}

.style1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.style2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #073e67;
}
.style4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style5 {color: #FFFFFF}

.style13 {font-size: 28px}
.style15 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #073e67; }
.style17 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #073e67;
	font-weight: bold;
}
.style18 {color: #FFFFFF}
.style19 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }

.sidebar_highlight
{
	background-color: #568db6;
	text-align: center;
	padding-bottom: 4px;
}
