@charset "utf-8";
/* eBMS PTY LTD Website CSS Styles */
/* Copyright 2008 - eBMS PTY LTD */
/* Design and Coding Copyright of FEM Productions */
/* www.fem-productions.com */

/* STRUCTURE */

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
}

.header {
	background: url(images/headerbg.gif) repeat-x top;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 4px;
}

.eBMS {
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-style: italic;
}

.ebms_version {
	float: right;
	width: 200px;
	text-align: right;
	font-size: 14px;
}

.contents-menu h2{
	color: #00006F;
}

.contents {
	padding: 8px 14px 14px 14px;
}

.steps{
	width: auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: thin solid #DFE0FF;
}

.step_no {
	color: #000099;
	width: 80px;
	padding: 10px;
	font-size: 14px;
	font-weight: bolder;
	background-color: #DFE0FF;
	border: thin solid #DFE0FF;
}

.footer-help {
	background: url(images/headerbg.gif) repeat-x top;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 10px;
}

/* TEXT & LINKS */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

a {
	color:#FF0000;
}

a:hover {
	color: #990000;
}

a:visited {
	color:#FF0000;
}

.note {
	color:#FF0000;
	font-weight: bold;
}

.footer-help a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer-help a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.footer-help a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

/* TABS */

.menu{
	position: relative;
	margin: 0 auto 0 auto;
	height: 20px;
	list-style: none;
}

.menu li{
	float:left;
}

.menu a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:4px 5px 0px 6px; /*Padding to accomodate left tab image. Do not change*/
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(images/tabs-L.gif) no-repeat bottom left;	
	outline: none; /* hide dotted outline in Firefox */
	cursor: pointer;
}	

.menu a span{
	color: #003366;
	background: url(images/tabs-R.gif) no-repeat bottom right; 
	float: left;
	display: block;
	padding: 0px 16px 0px 10px;
	outline: none;
}

.menu li.menu_selected {
	float: left;
	display: block;
	color:#003366;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:4px 5px 0px 6px; 
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: default;
	color: #003366;
	background: url(images/tabs-L-selected.gif) no-repeat bottom left;
    outline: none; /* hide dotted outline in Firefox */

}

.menu li.menu_selected span{
	color: #003366;
	background: url(images/tabs-R-selected.gif) no-repeat bottom right; 
	float: left;
	display: block;
	padding: 0px 16px 0 10px;
	border-bottom: #FFFFFF thin solid;
}

.menu li a:hover{
	float: left;
	display: block;
	color:#003366;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:4px 5px 0px 6px; 
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #003366;
	background: url(images/tabs-L-hover.gif) no-repeat bottom left; 
}

.menu li a:hover span{
	color: #003366;
	float: left;
	display: block;
	padding: 0px 16px 0 10px;
	background: url(images/tabs-R-hover.gif) no-repeat bottom right; 
}

.help_file {
	padding: 10px;
	border-left: thin solid #a6a6a6;	
	border-right: thin solid #a6a6a6;	
	border-bottom: thin solid #a6a6a6;		
}

.help_file_novid {
	padding: 10px;
	border: thin solid #a6a6a6;	
}

.tabs {
	padding: 0px;
	border-bottom: thin solid #a6a6a6;	
}

/* MAIN MENU */

.main_header {
	display: none;
}


.title {
    display: none;
}


/* TABLE OF CONTENTS */

.glossymenu{
	margin: 5px 0;
	width: 100%;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #00006F;
	font-weight: 500;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	outline: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #00006F;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #0099FF;
	font-weight: 500;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "Trebuchet MS";
	font-weight: 500;
	color: #00006F;
	text-decoration: none;
	padding: 2px 0 2px 0;
}

.glossymenu div.submenu ul li a:hover {
	color: #FF0000;
	font-weight: 500;
}

.glossymenu div.submenu ul li a:active, .glossymenu div.submenu ul li a:visited {
}


/* END MENU */
