/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5
# ------------------------------------------------------------------------
# Copyright (C) 2011-2012 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com
# ------------------------------------------------------------------------
*/
ul.style_tabs {
	margin:0 !important;
	padding: 0 !important;
}

li.style_tab {
	color: #444444;
	display: inline-block;
	margin-top: 2px !important;
	margin-bottom: -1px !important;
	padding: 0px 0px 0px 0px !important;*/
	border-bottom: 0px;
	background:#666666 url("../../../templates/jhsw/images/jhsw_tab_bg.png");
	background-repeat:repeat-x; 
	background-attachment:scroll;
	background-position: 0% 0%;
	height: 46px;
	width: 136px;
	line-height:3em;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

li.style_tab.delete {
	padding: 6px 28px 3px 8px;
	margin-right: -20px;
}
li.style_tab:hover {
	background-color: #ffffff;
}
li.style_tab:focus {
	outline: none;
	border: 2px dotted #cc0000;
	margin: -1px;
	margin-bottom: -2px;
}
li.style_tab.delete:focus {
	outline: none;
	border: 2px dotted #cc0000;
	border-bottom: 1px solid #ffffff;
	margin-right: -19px;
}
li.style_tab.active {
	color: white;
	background: white;
	border-bottom-color: #ffffff;
	background:#666666 url('../../../templates/jhsw/images/jhsw_tab_bg_active.png');
	background-repeat:repeat-x; 
	background-attachment:scroll;
	background-position: 0% 0%;
}


li.style_tab .remove {
	padding-right: 5px;
	margin-left: 5px;
}
div.style_tabs_content {
/*	margin: 0 5px 1em 0;*/
/*	padding: 8px 8px 8px 8px;*/
/*	border: 1px solid #DDD;*/
}

div.globalnews {
	background: url("../../../templates/jhsw/images/newsoverlay_bg.png") repeat-x scroll center bottom rgb(203, 209, 203);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.globalnews a.readon {
	font-weight: bold;
	font-size: 0.9em;
}

div.gn_static{
	font-size: 13px;
	line-height: 1.2em;
	padding-top: 10px;
}

div.gn_static a{
	line-height: 1.2em;
}
