
#listticker{
	height:186px;
	width:225px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding: 0;
	margin: 0;
	border: 0px;
}

#listticker li{
	border:0;
	margin:0;
	padding:0;
	list-style: none;
	background: none;
	line-height:13px;
}


.btndivgr, .btndivred {
	float: left;
	padding: 4px;
	padding-top: 2px;
	text-align: center;
	background: #474749;
	width: 59px;
	border: 1px solid #bababb;
}

.btndiv {
	float: left;
	padding-top: 4px;
	text-align: center;
	width: 46px;
	font-size:10px;
}


.btndivsep {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: center;
}

.btndivred {
	background: #d2212d;
}

a.grey {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

#page {
	margin: 0 auto;
	position: relative;
	width: 1010px;
	background: url(images/header_bg.gif) repeat-x left top;
}


#header {
	margin:0 auto;
	width: 1010px;
	height: 174px;
}

#dmh_text{
	padding-top:10px;
	font-size: 11px;
	line-height:15px;
}

#dmh_text li{
	background: url(images/arr_li.gif) no-repeat left;
	padding-left: 9px;
	line-height:21px;
}

#dmh_link{
	padding-left:55px;
}

#wmr_text{
	padding-top:10px;
	font-size: 11px;
	line-height:15px;
}

#wmr_text li{
	background: url(images/arr_li.gif) no-repeat left;
	padding-left: 9px;
	line-height:21px;
}

#wmr_link{
	padding-left:55px;
}


#ue_text{
	font-size: 11px;
	line-height:15px;
}

#ue_text li{
	background: url(images/arr_li.gif) no-repeat left;
	padding-left: 9px;
	line-height:21px;
}
#ue_link{
	font-size: 11px;
	padding-left:45px;
}

#ln_link{
	font-size: 11px;
	padding-left:70px;
}


.block-content {
	margin: 0 auto;
	width: 1010px;
	padding-top: 15px;
}

.copyright {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px;
	width:50%;
	float:left;
	text-align:left;
	display:block;
}

.designed {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 20px;
	float:right;
	text-align:right;
}

#logo {
	float: left;
	width: 340px;
	height: 65px;
	padding-top: 12px;
}

#nav {
	clear: both;
	padding-top: 25px;
}

#menu{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	text-transform:uppercase;
}
#menu li{
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;; /* indent between menu items */
}
#menu li a{
	float: left;
	display: block;
	color: #3d3d3d;
	background: url(images/bgr_menu_a.gif) repeat-x;
	text-decoration: none;
	font-weight: normal;
}
#menu li a .menu_left{
	float: left;
	display: block;
	background: url(images/bgr_menu_left.gif) no-repeat;
}
#menu li a .menu_right{
	float: left;
	display: block;
	cursor: pointer; /* for IE6 */
	text-align: center;
	padding: 6px 12px 0 12px;
	height: 25px;
	background: url(images/bgr_menu_right.gif) no-repeat right top;
}
#menu li a:hover, #menu li.current_page_item a, #menu li.current_page_parent a, #menu li.current_page_ancestor a{
	background: url(images/bgr_menu_a_hover.gif) repeat-x;
	color: #fff;
}

.current_page_parent a, .current_page_item a
{
	font-weight:bold;
}
#menu li a:hover .menu_left, #menu li.current_page_item a .menu_left, #menu li.current_page_parent a .menu_left, #menu li.current_page_ancestor a .menu_left{
	background: url(images/bgr_menu_left_hover.gif) no-repeat;
}
#menu li a:hover .menu_right, #menu li.current_page_item a .menu_right, #menu li.current_page_parent a .menu_right, #menu li.current_page_ancestor a .menu_right{
	background: url(images/bgr_menu_right_hover.gif) no-repeat right top;
}


#subnav {
	clear: both;
	padding-top: 10px;
}

#submenu{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

#submenu li{
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 25px; /* indent between menu items */
	background: url(images/sub_str.gif) no-repeat right top;
}

#submenu li.current_menu_item a {
	font-weight:bold;
}

#submenu li a{
	float:left;
	display:block;
	color:#FFF;
	text-decoration:none;
}

#submenu li a:hover{
	text-decoration:underline;
}

#content {
	margin:0 auto;
	width:1010px;
}

.entry {
	padding-top:15px;
	text-align:justify;
}

.entry p {
	padding-bottom:15px;
	text-align:justify;
}

.hentry {
	border-bottom:thin #CCCCCC solid;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:10px;
}

.pagetitle
{
	padding:0;
}

.navigation
{
	background-color:#efefef;
	padding:5px;
}

.excerpt, .excerpt p {
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}

#content h2{
	padding-top:10px;
}

#content-dmh #internalbanner, #content-ne #internalbanner {
	width:615px;
	float:left;
}

#content-dmh .pagetitle, #content-ne .pagetitle{
	margin-top:15px;
}

#content-dmh #title, #content-ne #title
{
	width:365px;
	height:120px;
	float:left;
	padding:14px;
	background:#f5f5f5;

}

.btn{
	margin-left:55px;
	margin-bottom:15px;
	float:left;
}

#content-dmh .pages, #content-ne .pages
{
	background-color:#FFFFFF;
}

#content-dmh ul
{
	padding-bottom:0;
}

.sqe-table ul{
	width:190px;
	padding-bottom:0;
	line-height:12px;
}

.sqe-table li{
text-align:left;
background: url(images/arr_li_dmh.gif) no-repeat left top;
padding-left: 14px;
line-height:12px;
padding-bottom: 8px;
}

#content-dmh li, #content-ne li
{
	padding-left:15px;
	line-height:15px;
	margin-bottom:15px;
	background:transparent url(images/arr_li_dmh.gif) no-repeat left top;
}


#content-dmh h2, #content-ne h2
{
	padding:0;
	margin-top:-10px;
}

#content-ne .hentry {
margin-top: 15px;
padding-bottom: 15px;

}

#content-archive h2{
	padding-top:10px;
}

#content-archive .hentry {
	padding-top:20px;
	padding-bottom:20px;
}

#content-archive .navigation {
	padding:0;
}

#maindiv {

}

#leftholder {
	float: left;
	width: 837px;
}

#leftsubholder1 {
	float: left;
	width: 512px;
}

#topbanner {
	margin-bottom: 10px;
}

#leftbanner {
	clear: both;
	float: left;
	width: 247px;
	height: 108px;
	margin-bottom: 10px;
}

#rightbanner {
	float: right;
	width: 247px;
	height: 108px;
	margin-bottom: 10px;
}

#leftnews {
	clear: both;
	float: left;
	width: 225px;
	padding: 10px;
	border: 1px solid #dedede;
}

#rightevents {
	float: right;
	width: 225px;
	padding: 10px;
	border: 1px solid #dedede;
}

#leftsubholder2 {
	float: right;
	padding-left: 18px;
}

#dailyholder {
	clear: both;
	float: right;
	width: 284px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 10px;
	height:185px;
}

#mseholder {
	clear: both;
	float: right;
	width: 284px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 10px;
}

#weeklyholder {
	clear: both;
	float: right;
	width: 284px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 10px;
	height:100px;

}

#msehead, #dailyhead, #weeklyhead, #newshead, #eventshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:12px;
	text-align: left;
	display: block;
	background: #474749;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
}

#msehead a, #dailyhead a, #weeklyhead a, #newshead a, #eventshead a {
	font-size:11px;
	text-decoration:none;
	color:#AAAAAA;
}

#msehead a:hover, #dailyhead a:hover, #weeklyhead a:hover, #newshead a:hover, #eventshead a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}


.newholder {
	padding-top: 10px;
	background: url(images/arr.gif) no-repeat left top;
	padding-left: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 13px;
}

.newholder  p {
	padding: 0px;
	margin: 0px;
}

span.title, div.title, span.date, div.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

span.desc, div.desc{
	line-height:12px;
}

a.readmore {
	color: #d52d39;
	font-size:11px;
	text-decoration: none;
}

a.readmore:hover {
	color: #d52d39;
	font-size:11px;
	text-decoration: underline;
}

#msechart {
	padding: 0px;
	margin: 0px;
}

#mindiv {
	height: 80px;
	clear: both;
}

#btn1 {
	float: left;
	padding-right: 12px;
}

#btn2 {
	float: left;
}

#currates {
	float: left;
	background:url(images/currency_bg.gif) no-repeat left top;
	width: 490px;
	height: 76px;
	margin-left:8px;
}

#currency_date {
	padding-left: 23px;
	padding-top: 25px;
	float: left;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#currency_holder {
	padding-left: 40px;
	padding-top: 16px;
	float: left;
	width:300px;
}

.currency_cur_row {
	float: left;
	padding-left: 22px;
	padding-bottom: 4px;
}

.currency_flag {
	float: left;
}

.currency_code {
	float: left;
	color: #000;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 30px;
	padding-top: 2px;
	padding-left: 10px;
}

.currency_rate {
	float: left;
	color: #000;
	font-size:11px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:40px;
}

#seclist {
	float: right;
	width: 139px;
	background: #EFEFEF;
	border: 1px #EFEFEF solid;
	padding: 7px;
	padding-top: 10px;
	margin-right: 1px;
	height:554px;
}

#msedate {
	background: #474749;
	color: #fff;
	font-size:12px;
	text-align: center;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tableseclist {
	padding-top: 12px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#tableseclist td {
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-size:10px;
}

#tableseclist td a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#tableseclist td.green, #tableseclist td.green a {
	color: #00861c;
	background-color:#FFFFFF;
	border: thick #CCCCCC;
}

#tableseclist td.red, #tableseclist td.red a {
	color: #d2212d;
	background-color:#FFFFFF;
}

#reviewSecuriyData div {
	margin-bottom:10px;
}
.selectL
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	width:300px;
	height:20px;

}

.chart-date
{
	width:120px;
	padding-left:2px;
}

.element_row
{
	line-height:15px;
}

#sectionLeft {
	display:block;
	float:left;
	width:600px;
}

.sectionLeft-chart {
	display:block;
	float:left;
	width:600px;
}

#sectionLeft-sqcb {
	display:block;
	float:left;
	width:800px;
}

#sectionLeft-sqf {
	display:block;
	float:left;
	width:800px;
}

#sectionRight-sqf {
	display: block;
	float: left;
	width: 170px;
	position: relative;
	padding-left: 40px;
	padding-top: 48px;
}


#sectionLeft-lt {
	display:block;
	float:left;
	width:700px;
}

#sectionLeft-contact {
	display: block;
	float: left;
	width: 500px;
}

#sectionRight {
	display: block;
	float: left;
	width: 370px;
	padding-left: 30px;
}

.sectionRight-chart {
	display: block;
	float: left;
	width: 300px;
	padding-left: 30px;
}

.sectionRight-chart .div-input {
	padding-right:15px;
	float:left;
}
.sectionRight-chart .element_select {
	padding-top:10px;
	padding-right:10px;
}

#sectionRight-contact {
	display: block;
	float: left;
	width: 470px;
	padding-left: 30px;
}

#sectionRight-contact p {
	margin-bottom: 10px;
	text-align:justify;
}

#sectionRight-contact h3 {
	margin-bottom: 10px;
}

#sectionRight-contact h2 {
	padding-top:10px;
	padding-bottom:0;
}

#sectionRight-sqcb {
	display: block;
	float: left;
	width: 170px;
	position: relative;
	padding-left: 40px;
	padding-top: 56px;
}

#sectionRight-lt {
	display: block;
	float: left;
	width: 270px;
	position: relative;
	padding-left: 30px;
	padding-top: 56px;
}

#int-img {
	float:right;
	margin-right:10px;
}

#intcontent-sqe h2 {
	font-size: 24px;
	color: #474749;
	margin:0 0 10px 0;

	padding-top:10px;
}

#intcontent h2 {
	font-size: 24px;
	color: #474749;
	margin:0 0 10px 0;

	padding-top:10px;
}

#intcontent h3 {
	font-size:  13px;
	margin:10px 0 5px 0;
	background:#efefef;
	padding:5px;
}

.entry h3 {
	font-size:  13px;
	margin:10px 0 5px 0;
	background:#efefef;
	padding:5px;
}

#sectionSubBox, .sectionSubBox {
	padding-bottom: 5px;
	clear: both;
}

#sectionSubBox	h3, .sectionSubBox h3 {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 5px 0 5px 0;
	padding-top: 10px;
}

#sectionSubBox	h3 a, .sectionSubBox h3 a{
	display:block;
	text-decoration:none;
	color:#d2212d;
	text-transform: uppercase;
}

#sectionSubBox	h3 a:hover, .sectionSubBox h3 a:hover{
	color: #474749;
}

#sectionSubBox	p, .sectionSubBox p{
	text-align: justify;
}

#sectionSubBox	p a, .sectionSubBox p a{
	text-decoration: none;
	color: #d2212d;
}

#sectionSubBox	p a:hover , .sectionSubBox p a:hover{
	text-decoration: none;
	color: #d2212d;
}

#sectionSubBox	img, .sectionSubBox img{
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #EFEFEF;
}

#sectionSubBox	a:hover img, .sectionSubBox	a:hover img	{
	border: 1px solid #CCCCCC;
}


.sectionSubBox-fs
{
	margin-top:120px;
	border: solid thin #efefef;
	height:38px;
}

.sectionSubBox-pdf
{
	margin-top:60px;
	border: solid thin #efefef;
	height:38px;
}

.sectionSubBox-pdf-more
{
	margin-top:10px;
	border: solid thin #efefef;
	height:38px;
}

.factsheet-icon
{
	float:left;
	width:55px;
	height:35px;
	padding-left:25px;

}

.factsheet-link
{
	float:left;
	width:285px;
	height:35px;
	padding-top:12px;
}


#publications
{
	border:medium solid #EFEFEF;
	padding:10px;
}

#publications .publications-header
{
	background: #474747;
	height:35px;
	color:#FFFFFF;
}

#publications .publications-odd
{
	height:20px;
	background:#efefef;
}

#publications .publications-even
{
	height:20px;
	background:#fff;
}

#publications .publication-article-no
{
	width:55px;
	text-align:center;
}

#publications .publication-article-date
{
	width:135px;
	text-align:center;
}

#publications .publication-navi
{
	text-align:right;
	width:250px
}

#publications .publication-desc p
{
	text-align: justify;
	padding:0 0 0 10px;
	border-left: #ccc solid thin;
}

#publications .publication-title h2
{
	margin:0px;
}


#publications .publication-table
{
	margin-bottom:10px;
}


#mainText
{
	width:100%;
	text-align: justify;
}

#mainText p {
	text-align: justify;
	padding-top: 10px;

}

#publications #publication-article-title
{
	padding-right:20px;

}

#publications img
{
	border:none;
}

#equities-official-list li, #equities-second-tier-market li
{
	background: url(images/arr_li.gif) no-repeat left;
	padding-left: 12px;
	line-height:21px;
}

#equities-official-list, #equities-second-tier-market
{

	padding-left: 20px;
	padding-top: 10px;
}


#footer {
	margin: 10px auto 20px auto;
	width: 1010px;
	background-color:#EFEFEF;
	color:#000000;
	padding:1em 0;
	height:15px;
}

#sitemap {
	background-color:#efefef;
	color:#000000;
	padding: 15px 0 15px 0;
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}


#footer-column-01
{
	width: 22%;
	margin:0 20px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	display:block;
	border-left: #ccc solid thin;
}

#footer-column-02
{
	width:22%;
	padding-left:10px;
	padding-right:5px;
	float:left;
	display:block;
	border-left: #CCC solid thin;
}

#footer-column-03
{
	width:22%;
	padding-left:10px;
	padding-right:5px;
	float:left;
	display:block;
	border-left: #CCC solid thin;
}

#footer-column-04
{
	width:22%;
	padding-left:10px;
	padding-right:5px;
	float:left;
	display:block;
	border-left: #CCC solid thin;
}

#sitemap li
{
	line-height:22px;
	border-bottom: #CCC thin solid;
	display:block;
}

#sitemap li:hover
{
	background-color:#FFFFFF;
}

#sitemap a
{
	display:block;
	font-size:11px;
}

#sitemap .title
{
	background-color:#DDD;
	padding-left:10px;
	line-height:25px;
}

#top-tools
{
	float:right;
	padding-top:30px;
	width:650px;
}

#search-form
{
	float:right;
}


.fb_iframe_widget {
	margin-top:7px;
}

.post-edit-link
{
	margin-top:5px;
}

#search-field
{
	float:left;
	padding: 5px 5px 0 0;
}

#search_field_keyword
{
	border: thin #CCCCCC solid;
	font-size:12px;
	color:#474749;
	padding:5px;
	width:150px;
}

#search-submit
{
	padding:0;
	float:left;
	width: 80px;
}

#search-submit-image
{
	border:0;
	float:right;
	width:75px;
}

.br-table{
	width:100%;
}

.br-odd td, .br-odd tr
{
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding-left:15px;
}


.br-even td, .br-even tr
{
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding-left:15px;
}

.br-header td, .br-header tr
{

	padding-left:15px;
	background-color:#474749;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
}


.br-odd, .odd
{
	background:#efefef;
	color:#000000;
}

.br-even, .even
{
	background:#ffffff;
	color:#000000;
}

.br-01
{
	border-left:#ccc solid 1px;
	padding-left:15px;
}


.sq-table, .sqe-table{
	width:100%;
	border-top: thin solid #ccc;
}

.sq-table, .sq-table td, .sq-table tr
{
	text-align:center;
	font-size:11px;
}
.sqf-table, .sqf-table td, .sqf-table tr
{
	font-size:12px;
	height:20px !important;
	text-align:left;
	padding-left:10px;
}

.sqf-table td {
	padding:5px;
}

.sqf-table{
	border:thin solid #CCCCCC;
	padding:10px;
}

.sqf-td-01{
	width:200px;
}

#tabs p
{
	text-align:justify;
	margin-bottom:15px;
}

#tabs h3
{
	margin-bottom:15px;
}


.sqf-table .even{
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding-left:15px;
}
.sqf-table .eodd{
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding-left:15px;
}

.sq-odd td, .sq-odd tr
{
	border-right:#ccc solid 1px;
	padding: 8px;
	border-bottom:#ccc solid 1px;
}


.sq-even td, .sq-even tr
{
	border-right:#ccc solid 1px;
	padding: 8px;
	border-bottom:#ccc solid 1px;
}

.sq-table-header td, .sq-table-header tr
{
	border-left:#fff solid 1px;
	border-bottom:#fff solid 1px;
	padding-top:5px;
	padding-bottom:5px;
}

.sq-subtitle
{
	background-color:#d2212d;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:30px;
}

.sq-odd, .odd
{
	background:#efefef;
	color:#000000;
}

.sq-even, .even
{
	background:#ffffff;
	color:#000000;
}



.sq-icon
{
	width:30px;
}

.sq-date
{
	width:80px;
}

.sq-name
{
	width:200px;
}

.sq-table-header
{
	background:#474749;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
}

.sq-ammount
{
	border-left:#ccc solid 1px;
}

.sq-01
{
	border-left:#ccc solid 1px;
}

.sq-closeprice
{
	width:30px;
}

#sqcb-download-icon{
	border:0;
	width:50px;
}

#sqcb-download-icon img{
	border:0;
}

.wpcf7-form input, textarea {
	width:250px;
}

.wpcf7-form select {
	width:254px;
}


.contact-left, .contact-right, .contact-mandatory
{
	float:left;
	margin-right:20px;
}

.contact-mandatory{
	color:#d2212d;
}

.contact-left{
	width:145px;
	text-align:right;
}

.clear-all
{
	clear:both;
}

.brief-img
{
	float:left;
}

.brief-img img, .brief-img img:hover
{
	border:0 !important;
}


.brief-txt
{
	float:left;
	width:255px;
	font-size:11px;
	padding-top:12px;

}

.brief-txt-lt
{
	float:left;
	width:170px;
	font-size:11px;
	padding-top:12px;

}

#tbltrading1, #tbltrading1 td, #tbltrading2, #tbltrading2 td, #tbltrading3, #tbltrading3 td   {
	font-size:11px;
	text-align:center;
	line-height:22px;
	padding:5px;
}

#tbltrading3
{
	width:100%;
}

#tbltrading1 .odd, #tbltrading2 .odd, #tbltrading3 .odd {
	background-color:#efefef;
	font-size:11px;
}

.thtrading
{
	background-color:#474749;
	color:#FFFFFF;
	line-height:14px;
	padding: 10px;
	font-size:11px;
}

.finance-malta
{
	background: url(images/finance-malta.png) no-repeat;
	width:200px;
	height:58px;
	text-align:right;
}
