@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 */

body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.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 {
	padding: 20px 10px 20px 10px;		
}

.contents-menu {
	display: none;		
}

.ddsmoothmenu {
	display: none;
}

.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 {
	display: none;
}

/* 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 a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.footer 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: thin solid #a6a6a6;	
}

.help_file_novid {
	padding: 10px;
	border: thin solid #a6a6a6;	
}

.tabs {
	display: none
}

/* MAIN MENU */

.main_header {
	display: none;
}

.main_header ul {
	margin:0;
	padding: 0 0 0 0;
	list-style:none;
}
.main_header li {
	display:inline;
	margin:0;
	padding:0;
	text-align: center;
   }
.main_header a {
	float:left;
	background:url("images/header_tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
   }
.main_header a span {
   float:left;
   display:block;
   font-size:11px;
   background:url("images/header_tab_right.gif") no-repeat right top;
   padding:2px 20px 2px 20px;
   
	  border-left:1px solid #BEBEBE;
   color:#555;
   }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.main_header a span {float:none;}
    /* End IE5-Mac hack */
    
.main_header a.selected span {
	color:#000099;
   }
.main_header a.selected {
	  background:url("images/header_tabdown_left.gif") no-repeat 0% -43px;
   }
.main_header a.selected span {
   background:url("images/header_tabdown_right.gif") no-repeat 100% -43px;
	border-right:1px solid #BEBEBE;	  
   }
   
.main_header a:hover span {
	color:#000099;
   }
.main_header a:hover {
   background-position:0% -43px;
   }
.main_header a:hover span {
   background-position:100% -43px;
}

.title
{
	display: none;
}

