/**********************************
*REDEFINE HTML TAGS
***********************************/
html {
	margin: 0;
	padding: 0;
}
body
{	color:#666666;
	margin:0px;
	padding:0px;
	font-size:62.5%; /*10px because by default, it's 16px'*/
	font-family: arial, helvetica, sans-serif;
}
table
{
	font-size:1.2em;
}
table table
{
	font-size:1em;/*inherit; not working in IE*/
}
img
{
	border: none;
	margin: 0; padding: 0;
}
ul
{
	list-style-type: none;
	margin: 0; padding: 0;
}
h3, .componentheading
{
	font-family:arial;
	font-size:2.4em;
	font-weight: normal;
	text-transform: lowercase;
	margin:0px;
	padding:0px;
	color:#333;
}
a, a:link, a:visited
{
	color: #ff6600;
	text-decoration: none;
}
a:hover
{
	color: #000000;
}
/**********************************
* COMMUN CLASS
***********************************/
.clearall 
{
	clear:both;
	float:none;
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	
}
.note
{
	border: solid 1px #FF0000;
	padding: 5px;
	background: #FFCCCC;
}
.bold
{
	font-weight: bold;
}
.orange
{
	color: #ff6600;
}
/**********************************
* LAYOUT STRUCTURE
***********************************/
.main 
{
	width:760px;
}
.mainContainer_faqs, .mainContainer_faqs2
{
	margin-left: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 740px;
}
.mainContainer_faqs2
{
	font-size: 1.2em;
}
.mainContainer_faqs form
{
	margin-top: 5px;
}
/*TOP*/
.headercontainer1 {
	background:transparent url("../images/menuBG_banner.jpg") no-repeat scroll 0 65px;
	height:213px;
	width:760px;
}
.topNav 
{
	width:760px;
	margin:0px;
	padding:0px;
	height:215px;
}
.topNav2 
{
	width:760px;
	margin:0px;
	padding:0px;
	height: 108px;
}
	/*LOGO*/
	.topNavIntContainer
	{
		height:68px;
		margin:0px;
		padding:0px;
	}
		.logo 
		{
			float:left;
			display:inline;
			width:94px;
			margin:20px 0px 0px 20px;
			padding:0px 0px 0px 0px;
		}
		.logoOMF 
		{
			float:left;
			display:inline;
			height:30px;
			margin: 40px 0px 0px 30px;
		}
	/*HORIZONTAL MENU*/
	.navBar 
	{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:760px;
		position:relative;
		background: url("../images/menuBG_banner.jpg") no-repeat 0 0;
		height: 147px;
	}
	.navBar2 
	{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:760px;
	}
	.navBarContent_Section 
	{
		height:14px;
		padding:10px 0px 0px 8px;
		margin:0px 0px 0px 15px;
	}
	.navBarContent_Section ul li
	{
		float: left; 
		margin-left: 10px;
	}
	.navBarContent_Section ul li.first_li { margin-left: 0px; }
	.navBarContent_Section ul li.last_li { margin-right: 0px; }
	
/*END TOP*/

.footer
{
	clear:both;
	float:none;
	width:760px;
	margin:5px 0px 0px 0px;
	padding-top: 15px;
	background:url('../images/new_shadow.gif') repeat-x left top;
	font-size:1.2em;
}
.footerCopyright
{
	margin-left: 20px;
}
/**********************************
* LINKS
***********************************/
.navBarContent_Section a:link, .navBarContent_Section a:visited
{
	text-decoration:none;
	font-size:11px;
	padding:0px 0px 0px 8px;
	font-family:verdana;
	font-weight:bold;
	height:32px;
}
/**********************************
* LOGIN FORM
***********************************/
.loginform
{
	border: dashed 1px #ccc;
	margin-bottom: 15px;
	padding: 5px;
	text-align: right;
	float: right;
}
/**********************************
* SEARCH FORM
***********************************/
.searchform
{
	float: right;
	margin: 0; padding:0;
	margin-right: 20px;
	margin-top: 20px;
}
/**********************************
* FAQS FORM
***********************************/
#btn_submit, .button
{
	background: url("../images/submit.png") no-repeat 0 0;
	width: 58px;
	height: 21px;/*22px; */
	font-weight: bold;
	color: #ff6600;
	border: none;
}
.faq_form
{
	margin-top: 10px;
}
/**********************************
* MAMBO STYLES - FAQS
***********************************/
.contentpaneopen
{
	width: 100%;
}
.contentdescriptionFAQs p
{
	margin-top: 10px;
}
.contentdescriptionFAQs img
{
	margin:0; padding: 0;
}
.sectiontableheaderFAQs
{
	padding: 5px;
	padding-top: 10px;
	font-weight: bold;
}
.sectiontableentry1FAQs
{
	background: #EFEFEF;
}
.sectiontableentry1FAQs td, .sectiontableentry2FAQs td
{
	padding: 5px;
}
.contentheading, .headingPage, .contentheadingPdfDownload
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
.back_button
{
	padding-top: 5px;
	font-size: 1.2em;
}
.contentpaneFAQs ul
{
	margin-top: 10px;
}
.contentpaneFAQs ul li, .contentpaneopenPdfDownload ul li
{
	margin-left: 20px;
	list-style-image: url(../images/bullet_orange.gif);
}

/**********************************
* MAMBO STYLES - SEARCH FORM
***********************************/
.highlight
{
	background: #ff6600;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}
.sectiontableentry1
{
	background: #efefef;/*#f8ecdf;*/
}
/**********************************
* MAMBO STYLES - LOGIN FORM
***********************************/
.moduletableomffaq_login table td
{
	padding: 0;
	padding-right: 10px;
}
.moduletableomffaq_login td.login_btn
{
	padding-right: 0px;
}
/**********************************
* HELP & SUPPORT
***********************************/
.helpSupport_tab
{
	margin-top: 10px;
}
.helpSupport_tab td
{
	padding: 10px;
	padding-top: 0;
}
/* USER GUIDES */
.userGuides_heading td
{
	padding: 0;
}
.userGuides_td ul
{
	margin-top: 10px;
}
.userGuides_td li
{
	margin-left: 20px;
	list-style-image: url(../images/bullet_orange.gif);
}
td.userGuides_td
{
	padding-left: 0px;
	background:url('../images/2x3_dottedverticaldivider.gif') repeat-y top right;
}
/* FAQS */
.faqs_td
{
	background:url('../images/2x3_dottedverticaldivider.gif') repeat-y top right;
}
.faqs_tab
{
	margin-top: 10px;
}
.faqs_tab td
{
	padding: 0;
}
/* CONTACT */
.contact_td ul
{
	margin-top: 10px;
}
.contact_td ul.level1
{
	margin-top: 0px;
}
.contact_td li
{
	margin-top: 5px;
	margin-left: 15px;
}
.level1 li
{
	margin-top: 0px;
	margin-left: 15px;
}
