/***new***/
#regions #mainMenuLegpol {
	list-style: none;
	margin: 20px 0 0 0;
	float: right;
	font-size: 1.2em;
	overflow: hidden;
}
#regions #mainMenuLegpol li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #333;
}
#regions #mainMenuLegpol a:link, #regions #mainMenuLegpol a:visited {
	color: #333;
	text-decoration:none;
}
#regions #mainMenuLegpol a:active, #regions #mainMenuLegpol a:hover {
	color: #B92517;
}
#regions #mainMenuLegpol a.current {
	color: #B92517;
}
#regions #mainMenuLegpol span {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size: 1em;
  letter-spacing: normal;
	color: #999;
	padding: 0;
}
#regions #mainMenuLegpol > li > ul {
	background-color:#fff;
	border-left:1px solid #333;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	margin:0 0 0 -11px;
	line-height: 1.3em;
	display: none;
	position: absolute;
	z-index: 0;
	padding:10px 0 5px 0;
}
#regions #mainMenuLegpol ul li {
	list-style: none;
	float: none;
	margin:0 0 2px 0;
	font-weight: normal;
	border: none;
	padding: 0 10px;
}

/*** override inherited  styles --> use a container as prefix ***/
#heading {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
#heading select {
	width: 150px;
	padding-left: 3px;
	background-color: #FFFF99;
}
#heading h1 {
  font-size: 2.2em;
}
#heading h2 {
  margin-bottom:0px;
  font-size: 1.2em;
}

/***new***/
#subMenuLegpol {
	list-style: none;
	padding:2px 0;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #333;
	background-color: #f3f3f3;
}
#subMenuLegpol li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #333;
	
}
#subMenuLegpol li:first-child {
	float: left;
	margin: 0;
	padding: 0;
	border-left: none;
}
#subMenuLegpol a:link, #subMenuLegpol a:visited {
	color: #333;
	text-decoration:none;
}
#subMenuLegpol a:active, #subMenuLegpol a:hover {
	color: #B92517;
}
#subMenuLegpol a.current {
	color: #B92517;
}
.redStatus {
	color: #c00;
	font-weight: bold;
	font-style: italic;
}
.redStatus a{
	color: #c00;
	text-decoration: underline;
}
/*.purpleStatus {
	color: #c3c;
	font-weight: bold;
	font-style: italic;
}
.purpleStatus a{
	color: #c3c;
	text-decoration: underline;
}*/
.greenStatus {
	color: #393;
	font-weight: bold;
	font-style: italic;
}
.greenStatus a{
	color: #393;
	text-decoration: underline;
}
.orangeStatus {
	color: #F90;
	font-weight: bold;
	font-style: italic;
}
.orangeStatus a{
	color: #F90;
	text-decoration: underline;
}
.blueStatus {
	display: inline-block;
	padding: 0 3px;
	border:1px solid #0644AA;
	font-size: 12px;
	color: #0644AA;
	text-decoration: none;
	background: #FFF;
	font-weight: normal;
}
/*
a.reviewStatus {
	border:1px solid #c00;
	color: #c00;
	text-decoration: none;
	background: #FFF;
}*/

/*** override inherited  styles --> use a container as prefix ***/
h3.tableTitle {
  color: #B92517;
  margin: 5px 0;
  padding: 15px 2px 2px;
}
ul {
	line-height: normal;
}
ul li {
	margin: 1.8em 0 0 0;
	list-style: none;
}
ul ul {
	margin-left: 25px;
}
ul ul ul li {
	margin: 0.6em 0 0 0;
	font-size: 1em;
}
ul h2 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: normal;
	padding: 3px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	margin:0 0 5px 0;
}
ul h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	padding:0 0 3px 0;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #bbb;
	margin:0 0 4px 0;
}
ul h4 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: normal;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
ul h2 span, ul h3 span, ul h4 span {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
ul div {
	margin-bottom: 1.3em;
}
ul p {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.featureMultiple ol.toc li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	overflow: visible;
}
.FM2 li {
  background: none;
  padding: 3px 0;
}
#colMain .boxWithBorder li {
  padding: 3px 0;
}
button.button-yellow {
	margin: 0 8px 10px 0;
}
ol.indent li span {
  float: none;
  color: #999;
}
ol.indent li span.warn {
	color: #FF0000;
}
.horizontalLine {
  border-bottom: 1px solid #CCCCCC;
  border-top: none;
}
.horizontalLine tr td {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}

/*** new ***/
ul .inTitle {
	font-weight: bold;
	font-style: italic;
}
ol.indent.twoColumnsList {
	float: left;
	width: 46%;
}
.incomplete td {
	color: #7C7D7D;
}
.shortcut {
	font-weight: bold;
	margin-top: 20px;
}
ul h4.notEdited {
	font-weight: normal;
}
ul .edited, ol .edited {
	color: #c00;
}
.FM5 .boxContent {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
.FM5 ol, .FM5 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: normal;
}
.FM5 li {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.FM5 li.opened {
	background-color: #eee;
}
.FM5 li a {
	height: 21px;
	display: block;
	line-height: 26px;
	text-decoration: none;
}
.FM5 li.opened a {
	font-weight: bold;
}
.FM5 li span.plus {
	float: left;
	margin:2px 5px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.FM5 li span.minus {
	float: left;
	margin:2px 7px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.FM5 li input[type=checkbox] {
	float: left;
	margin:6px 5px 0 0;
}
.FM5 li input.titleCheck {
	display: none;
}
.FM5 ol ol {
	margin:5px 0 15px 40px;
	display: none;
}
.FM5 ol ol.threeCols {
	float: left;
	border: none;
	width: 32%;
	margin:2px 0 15px 0;
}
.FM5 li li {
	border-bottom: none;
	margin-top: 3px;
}
.FM5 li li input[type=checkbox] {
	margin:1px 5px 0 0;
}
.FM5 ol ol ol {
	margin:0 0 0 30px;
	display: block;
}
.compare h2 {
  font: 2em/1.2em Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0 0 5px;
  background-color: #E3E3E3;
  padding: 5px;
  border: none;
}
.compare h3 {
  font: 1.7em/1.2em Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  padding: 5px 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.compare h4 {
  font: 1.5em/1.2em Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.compare .countryCol {
	background: #f3f3f3;
	font-weight: bold;
}
.compare ul ul {
	margin-left:50px;
}

.apexir_WORKSHEET_DATA
{border-bottom: 2px solid #ccc; margin-bottom:10px} 

.apex_worksheet th
{font-size: 1.3em; padding-top: 5px; padding-bottom: 5px;} 

#colMain .FM2 img {float: none; left: 5px; top: 2px;
 
}







