/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/

/*********************** DETAILS OF LAYOUT ELEMENTS ***********************/
#jm-pagetop p,
#jm-banner p,
#jm-copyrights p{
	margin: 0;
}

#jm-pagetop a:link,
#jm-pagetop a:visited{
	color: #575757;
}

/**pathway**/
#jm-pathway h3{
	float: left;
	font-size: 11px;
	margin: 0 10px 0 0;
	line-height: 15px;
	font-weight: bold;
	}
#jm-pathway a{
	line-height: 15px;
}
/**news ticker**/
div#djnewsticker br{
	display: none;
}
a.tickermore:link,
a.tickermore:visited{
	padding: 0 10px;
	color: #7f807e !important;
}
/**dj image tabber**/
.djimagetabber-text {
    background: url("../images/tabbertextbg.png") repeat !important;
}
.djimagetabber-text {
    color: #2f2f2f;
}
#jm-haeder .djimagetabber-title,
#jm-header .djimagetabber-title a {
    color: #2f2f2f !important;
    font-weight: normal;
	text-decoration: none !important;
}
.djimagetabber-text a.readon:link,
.djimagetabber-text a.readon:visited{
	color: #000 !important;
}
/**tabs**/
.dj_tabgen ul.title li a {
	border-bottom:1px solid #f0f0f0;
	color:#575757;
	font-size: 11px;
}
.dj_tabgen ul.title li.active a {
	color:#575757;
}
div.djtab-article .contentheading{
	font-size: 11px;
	font-weight: bold;
	color: #575757;
}
.dj_tabgen .lefttitle {
	font-size: 11px;
}
.dj_tabgen .date {
	color:#0f78b1;
}
.dj_tabgen li {
	list-style-type: disc;
}


.dj_tabgen .panel.active {
    background-color: #efefef;
}

.dj_tabgen .panel {
    background-color: #efefef;
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	width: auto;
}
.dj_tabgen .more.moreactive {
    background-color: #efefef;
	}
.dj_tabgen .arrow.arrowactive,
.dj_tabgen .arrow {
    height: 13px;
    width: 13px;
}